Replies: 1 comment
-
The LoRaWAN specification defines a MAC command named Therefore in order to get the time from the Network Server the end-device needs to ask the execution of a An example on how to do this can be found below LoRaMac-node/src/apps/LoRaMac/common/LmHandler/LmHandler.c Lines 520 to 539 in 05353ff Please note that the received time will be based on GPS epoch. Your second sentence is confusing. You should not query for time at every transmission. You should do this only once in a while. |
Beta Was this translation helpful? Give feedback.
-
Hi! I have sx1272 + stm32L072 and use loramac lib.
How can i get UTC time fom server on every TXRX frame by MAC commands?
Beta Was this translation helpful? Give feedback.
All reactions