-
In tag v4.4.7 or other CN470 implemented according to LoRaWAN specification v1.0.2, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The tag v4.4.7 is based on LoRaWAN 1.0.3 and LoRaWAN Regional Parameters 1.0.3reva specifications. The ping slot frequencies are a function of the beacon frequency which hops. The LoRaWAN specification says the following for the ping slots frequency The code provided in this project follows the specifications. If the used server does not follow the specified rules I would recommend to contact your network server provider. Please note as well that v4.4.7 tag is quite old now. One should upgrade the code to the latest versions of this repository as a lot of things have evolved since then. |
Beta Was this translation helpful? Give feedback.
The tag v4.4.7 is based on LoRaWAN 1.0.3 and LoRaWAN Regional Parameters 1.0.3reva specifications.
The ping slot frequencies are a function of the beacon frequency which hops. The LoRaWAN specification says the following for the ping slots frequency
The code provided in this project follows the specifications. If the used server does not follow the specified rules I would recommend to contact your network server provider.
Please note as well that v4.4.7 tag is quite old now. One should upgrade the code to the latest versions of this repository as a lot of things have evolved since then.