You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by michapr February 13, 2024
Hi,
using the LoRaWAN_End_Device_Reference.ino I cannot get valid results for the LinkCheck and DeviceTime values.
Connection itself is ok, I can see the transferred data in TTN console.
EDIT:
another interesting detail:
If add the request node.sendMacCommandReq(RADIOLIB_LORAWAN_MAC_LINK_CHECK);
I will get an answer for node.getMacDeviceTimeAns(&networkTime, &fracSecond, true)
(with same results as above...)
The text was updated successfully, but these errors were encountered:
Discussed in #967
Originally posted by michapr February 13, 2024
Hi,
using the LoRaWAN_End_Device_Reference.ino I cannot get valid results for the LinkCheck and DeviceTime values.
Connection itself is ok, I can see the transferred data in TTN console.
code (from examples file):
Result:
What maybe wrong here?
Thanks!
EDIT:
another interesting detail:
If add the request
node.sendMacCommandReq(RADIOLIB_LORAWAN_MAC_LINK_CHECK);
I will get an answer for
node.getMacDeviceTimeAns(&networkTime, &fracSecond, true)
(with same results as above...)
The text was updated successfully, but these errors were encountered: