lnlp / LMIC-node

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.
MIT License
207 stars 102 forks source link

Add support for TTGO LoRa32 V1.0 #31

Open lnlp opened 2 years ago

lnlp commented 2 years ago

Add support for the TTGO LoRa32 V1.0 board.

V1.3 is already supported. V1.0 is not yet supported.

JohnMacrae commented 2 years ago

Added required changes at https://github.com/lnlp/LMIC-node/pull/39