-
Hi, ''' However, "SX1276 Settings for LoRaWAN" document specfied that it should be minimum 5. Any reason why? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
To detect a LoRa signal only 5 symbols are required. At least in theory. From experiments it was found that setting the minimum value to 6 improved the chances to not miss a downlink. You may try to change the value to 5 and see if it suits your requirements. But I would recommend to keep the 6 symbols value. In the future it would be nice if you could post this kind of questions on the project Discussions tab. It is a better place to engage discussions and then we can agree if it is an issue or not. |
Beta Was this translation helpful? Give feedback.
To detect a LoRa signal only 5 symbols are required. At least in theory.
However, there are always some tolerance to take account for.
From experiments it was found that setting the minimum value to 6 improved the chances to not miss a downlink.
You may try to change the value to 5 and see if it suits your requirements. But I would recommend to keep the 6 symbols value.
The impact on the power consumption is minimal and ensures a more reliable detection and reception of a downlink.
In the future it would be nice if you could post this kind of questions on the project Discussions tab. It is a better place to engage discussions and then we can agree if it is an issue or not.
If you don't mi…