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
{{ message }}
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.
The end device is stuck an infinite join procedure loop.
During the join procedure, the JoinRequest and JoinAccept are displayed in the device LoRaWAN Frames log section in ChirpStack, so the issue does not reside in the LoRa server not authenticating the device properly. The most likely scenario is the JoinAccept not being properly sent to the device, due to an unexpected frequency, DR, bandwidth, etc. by the device.
We have not had any related problems with other devices (e.g. CubeCell HTCC-AB01 @ EU868) therefor there might be some sort of misconfiguration/issue with the device's code. Also, we have tried different LoRaWAN code samples by the Pycom community, all seemingly working with EU868 out of the box, with no luck.
Next steps
Track the LoRa traffic from a gateway to further debug the issue (awaiting for a test gateway).
Is there a way to debug this sort of behavior on the end device?
Thank you.
The text was updated successfully, but these errors were encountered:
General Information
Pycom version
ChirpStack Information
LoRa configuration: EU868 (server & end device)
The code
The problem
The end device is stuck an infinite join procedure loop.
During the join procedure, the
JoinRequest
andJoinAccept
are displayed in the device LoRaWAN Frames log section in ChirpStack, so the issue does not reside in the LoRa server not authenticating the device properly. The most likely scenario is theJoinAccept
not being properly sent to the device, due to an unexpected frequency, DR, bandwidth, etc. by the device.We have not had any related problems with other devices (e.g. CubeCell HTCC-AB01 @ EU868) therefor there might be some sort of misconfiguration/issue with the device's code. Also, we have tried different LoRaWAN code samples by the Pycom community, all seemingly working with EU868 out of the box, with no luck.
Next steps
Thank you.
The text was updated successfully, but these errors were encountered: