-
Hi, in the process of porting the project to an nrf52832 with a SX1261, and I wanted to configure the stack to run in the EU868 region with the TTN recommended config ie RX2 using SF9 (instead of SF12). Is there a way to set this up? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
And... of course, its the join response from TTN that tells it to use SF9 for RX2 for subsequent exchanges... the join response rx2 is always sf12 so no need to do anything. Looking at the code structure, it seems if I really wanted a non-standard join rx2, or join accept delays, then I could just duplicate the region eg to region_eu_868_mycustomversion and set specific config in the region_eu_868_mycustomversion_defs.h file.... |
Beta Was this translation helpful? Give feedback.
And... of course, its the join response from TTN that tells it to use SF9 for RX2 for subsequent exchanges... the join response rx2 is always sf12 so no need to do anything.
Looking at the code structure, it seems if I really wanted a non-standard join rx2, or join accept delays, then I could just duplicate the region eg to region_eu_868_mycustomversion and set specific config in the region_eu_868_mycustomversion_defs.h file....