AmedeeBulle / pyrak811

RAK811 Python 3 library for Raspberry Pi
Apache License 2.0
50 stars 25 forks source link

Registering new v3 TTN end device #26

Closed hardillb closed 2 years ago

hardillb commented 2 years ago

Hi,

I'm trying to move my devices over to TTN v3 and to register a new device it's asking for "LoRaWAN version" and "Regional Parameter version".

Looking at the datasheet it looks to be version 1.0.2 but I can't find any reference to REV A or REV B for the Regional Parameter version

A naive assumption would be REV A if a revision is not mentioned...

Any pointers?

AmedeeBulle commented 2 years ago

I have migrated mines with MAC V1.0.2 / PHY V1.0.2 REV A and they are all working...

... not sure though if it is the right setting because I just checked in the export file I generated with ttn-lw-migrate as backup when I migrated and all devices there have PHY V1.0.2 REV B -- but that might be a stub... 🤷

AmedeeBulle commented 2 years ago

Actually, the screenshots from Connecting to The Things Stack (TTN V3) are showing PHY V1.0.2 REV B; I probably should amend my config 😊

hardillb commented 2 years ago

Thanks, the pointer to ttn-lw-migrate helped.

Only thing left is to work out how to get my Adafruit Feather with TinyLoRa to work with v3 (not looking hopeful)

AmedeeBulle commented 2 years ago

Only thing left is to work out how to get my Adafruit Feather with TinyLoRa to work with v3

I know nothing about TinyLoRa, but my Adafruit Feathers are working fine with LMIC...