ImperialSpaceSociety / picotracker-Lora

This is the code base and hardware design files for the Lora pico tracker to be flown around the world
12 stars 3 forks source link

Make tracker use correct channels on AS923 upper and lower band #20

Closed MedadRufus closed 3 years ago

MedadRufus commented 3 years ago

Refer to https://www.thethingsnetwork.org/docs/lorawan/frequency-plans.html#as923 for quirk of the AS923 band plan for AS923

MedadRufus commented 3 years ago

It looks like the tracker uses ONLY the common frequencies for both the upper and lower band. Only when a Join request is made, the CF-list is sent up to the tracker, which contains which channels to use. Otherwise, it looks like the tracker will use ONLY the default common channel.

MedadRufus commented 3 years ago

No need to change anything in code