Skip to content

Initial release of CircuitPython TinyLoRa Library

Compare
Choose a tag to compare
@brentru brentru released this 04 Dec 20:00
c8681a8

Initial release of CircuitPython TinyLoRaWAN library. This is a library for communicating with The Things Network using a Hope RF RFM95/96/97/98(W) LoRa Transceiver Module.

Features:

  • Supports sending data over multiple channels (or single - you can specify one!) to The Things Network
  • Supports major TTN regional frequency plans - US, AU, AS, EU
  • Support for multiple (7) datarates.

Examples for sending data packets and sending data from a temperature/humidity sensor are included with this release.

Note: This is a large library. It will fit on a Feather M4, but we suggest downloading the .mpy file to save space on M0/M4 boards.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive. Or, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip install adafruit-circuitpython-<libname>.

Read the docs for info on how to use it.