Adafruit tinyLoRa LoRaWAN library

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
User avatar
philwilkinson40
Posts: 63
Joined: Tue Nov 14, 2017 3:11 am
Location: Perth, Australia

Adafruit tinyLoRa LoRaWAN library

Post by philwilkinson40 » Sun Dec 09, 2018 3:58 am

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.

Post Reply