adafruit / Adafruit_CircuitPython_TinyLoRa

Adafruit Tiny LoRa
MIT License
44 stars 44 forks source link

TTN V3 stack not supported #46

Open jerryneedell opened 2 years ago

jerryneedell commented 2 years ago

This library is not compatible wit The Things Network v3 stack. Since TTN has fully migrated to v3, this library is not longer able to communicate with TTN.

This was also raised in. https://github.com/adafruit/Adafruit_CircuitPython_RFM9x/issues/69

brentru commented 2 years ago

Warning added to readme

hferentschik commented 2 years ago

What is the alternative? Is there another library that already supports TTN v3? Is there a plan to update this library to v3? I am desperately trying to figure out which pieces I need to build a Rasberry Pi TTN node that sends some data to a TTN gateway. Lots of the tutorials are confusing and others are out of date. TinyLoRa looked promising, but if I understand this issue correctly it is also out of date? Any help appreciated.

ladyada commented 2 years ago

try https://github.com/btemperli/LoRaPy - it is mentioned in another issue