LoRaWAN Sample - RX2 timeout on NUCLEO-WL55JC #76306
Replies: 1 comment
-
|
Update: Tracked the issue down to something in the secure element code where it was failing to verify the cmac. Specifically here in But, this seemed odd so I flashed the same code on a different dev board and it worked successfully so closing this discussion based off that. Seems one of my boards got someting messed up. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to use the
NUCLEO-WL55JCdevelopment kit to connect and join a LoRaWAN network to send data. It seems no matter what I do I always get the same error when trying to join the network, specifically around recieving the join acceptance from the server. It seems to send the join request just fine but the accept transmission does not seem to be recieved at the edge node.From server logs:

Unfortunately none of the following discussions have helped so far:
join acceptbut "Join failed" #36553Setup:
Code:
class_asample orfuotasampleModificaitons:
Error:
Please let me know if there is something obvious I am mising or any help on additional places to look would be much appreciated.
UPDATE 7/26/24: I am able to run the LoRa P2P
sendandrecievesamples successfully with 2 dev kits so that seems to rule out a hardware issue.Beta Was this translation helpful? Give feedback.
All reactions