LMIC-node
LMIC-node copied to clipboard
LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive d...
Update: See [further below](https://github.com/lnlp/LMIC-node/issues/45#issuecomment-1173196192) for a more complete description of the workaround. --- I have observed a bootloop after using the latest espressif32 plattform with a ttgo_lora32_v21 board. My personal...
Kudos to @JohnMacrae Supersedes #39 Fixes: #31
Amend Screen RST = 16 for this board Also Use built-in LED = 2
I have two new V1.3 TTGO-Lora32 and as far as I can tell everything is configured correctly but the display is either blank or not working. I know the display...
Add support for the TTGO LoRa32 V1.0 board. V1.3 is already supported. V1.0 is not yet supported.
I disabled output to the serial port and the compilation failed because setTxIndicatorsOn was undefined. That function only uses the LED or display so it does not need to be...
Add support for the Adafruit Feather LoRa 32u4 board.
Add the following to the documentation: For LMIC-node / MCCI LMIC it is preferred to use the following Network Layer settings for a device: LoRaWAN version: MAC V1.0.3 Regional parameters...
Currently most of LMIC-node's documentation is contained in README.md. The main purpose of README.md is to describe the purpose and contents of the repository however. I should be possible to...
`initLmic()` allows to specify several optional parameters. All parameters have default values so `initLmic()` can be called without parameters. These optional parameters are currently not documented. Add documentation for the...