Page 1 of 1

Adafruit tinyLoRa LoRaWAN library

Posted: Sun Dec 09, 2018 3:58 am
by philwilkinson40
Adafruit has just released a new TinyLoRa library that allows access to TheThingsNetwork using LoRaWAN.
The library, of course, uses their Circuitpython fork, however this is relatively easy to map to Micropython. The RFM95 radio transceiver is used.

For those with an interest in TheThingsNetwork, the library only allows ABP (Access By Personalisation) at the moment, not the recommended OTAA (over the air activation). The licence appears to be MIT also, which is great.

Well done Adafruit.