manuelbl/ttn-esp32

Join problems on TTN v3?

mbatini opened this issue · 6 comments

Hi,
just revamping my Heltec-based sensors that were up and running under TTN v2. Moving to TTN v3 I have a registered gw but devices are unable to ttn.join.

Any hints/direction on documentation or similar problems?

I register device with joinEUI as all 0x00 as stated, devEUI and AppKey are ok.

I use this library under PlatformIO/VSCode.

Thank you in advance
Mauro

I will soon have a v3 gateway. Can you try with joinEUI 0x00000001 until then?

I haven't investigated it yet. But a similar questions was raised for arduino-lmic (the underlying library used by this library): mcci-catena/arduino-lmic#690 (comment)

did you have any luck with this one, now that v2 is no longer accepting new devices

The master branch contains a fix that now support AppEUI/JoinEUI consisting of all 0.

I would appreciate if you give it a try.