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 downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.
Find a file
Leonel Lopes Parente e4724aacff Add initial contents
2021-04-17 18:28:44 +02:00
keyfiles Add initial contents 2021-04-17 18:28:44 +02:00
payload-formatters Add initial contents 2021-04-17 18:28:44 +02:00
src Add initial contents 2021-04-17 18:28:44 +02:00
.gitignore Add initial contents 2021-04-17 18:28:44 +02:00
LICENSE Add initial contents 2021-04-17 18:28:44 +02:00
platformio.ini Add initial contents 2021-04-17 18:28:44 +02:00
README.md Initial commit 2021-03-31 19:47:50 +02:00

LMIC-node