Change region during runtime #1411
Replies: 1 comment
-
If you don't mind I move this question to Discussions. I suppose that you are using a modified version of this project (maybe stm32cube) as this project does not provide As I don't know what modifications have been done on the derived project I cannot help. You are right it is not easy to dynamically change the region but it is possible. The procedure you describe looks to be the correct one. However please find below some comments
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I have an application which requires that the LoRaMAC region be changed during runtime. I had this tested with simpler libraries, so it is possible an it runs from the network side.
I have been struggling to make this work from the firmware side though. After being joined to the network, I try these steps:
This would even work, but sometimes the process just breaks or halts either during the rejoin, or the transmission. In general, it seems that it is very difficult to change the state machine to a new region during runtime. Is there any common implementation for this? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions