adafruit / Adafruit_CircuitPython_RFM9x

CircuitPython module for the RFM95/6/7/8 LoRa wireless 433/915mhz packet radios.
MIT License
68 stars 45 forks source link

LoRaWAN #87

Closed alecautry closed 7 months ago

alecautry commented 1 year ago

Is there any way to use this module to connect to a Chripstack server? I know the SX 1276 chip that is on the radio supports LoRaWAN but I don't see any circuit python example. Thanks!

jerryneedell commented 1 year ago

At this time, there is no support for LoRaWAN using CircutPython. The adafruit_rfm9x library only supports peer to peer communication.

recklessop commented 8 months ago

I was hoping to use chirpstack too.

jerryneedell commented 7 months ago

Since the RFM9X library does not support LORAWAN, I am going to close this. I think continued discussion/requests for LORAWAN support should go in the Tiny LoRa library https://github.com/adafruit/Adafruit_CircuitPython_TinyLoRa