Replies: 1 comment
-
Below is a comparison between the logs for a successful join request and a failed join request: SUCCESFULL JOIN LOGS
JOIN REQUEST FAILS LOG
I’ve also posted this issue on a forum specifically focused on LoRa devices: https://www.thethingsnetwork.org/forum/t/lora-join-request-fails-rx-timeout/69045/8 |
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’ve ported the LoRa Basic Modem library to Zephyr for my project. It works fine until I enable CONFIG_PM. Does anyone have any insight into what might be causing this issue? I understand that the LoRa Basic Modem library isn’t officially part of Zephyr yet, but perhaps someone has encountered a similar problem and has a solution or idea.
I can see that the join request from the chip successfully reaches the gateway, and the gateway accepts it, but the LoRa device immediately generates a fail event.
Here are the gateway LoRaWAN frames:
lora device:
zephyr version: v3.6-branch
sdk version: zephyr-sdk-0.16.6
MCU: STM32U575ZIQ
SHIELD: semtech_lr1121mb1xxs
Any workaround ideas?
Beta Was this translation helpful? Give feedback.
All reactions