-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
second join always ends in rx 2 timeout #41
Comments
Thinking through the topic I guess I have found the right approach and understanding:
|
Looks like that was not it. After batteries drained the behaviour returned. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Your problem seems to have to do with the duty cycle. I see you are using EU868 where duty cycle is restricted to 1% of total airtime. Try edit the folowing line in "src/lorawan.c" file by changing true to false then try again. :
I encountered the same problem while testing my node and I wasn't patient enaugh between joins. |
I'm also having this same problem. Setting |
I'm still having the problem and haven't found a solution. Could anyone help with this? |
Seems like I have exactly the same issue here... |
I have this reproducable pattern:
Step 1: I reset pico with flash_nuke.uf2
Step 2: I flash and run otaa_temperature_led.uf2
Step 3: I disconnect/reconnect power from pico and run otaa_temperature_led.uf2
Step 1 and Step 2 run flawless (DevEui is masked):
In step 3 the device cannot join:
The only point that helps at this point is restart at Step 1 from above. - or wait for an hour.
Are those symptoms related to the gateway or the node? I am using RAK7289CV2.
If a pro could give me a hint where to look next or some context I would be very grateful.
The text was updated successfully, but these errors were encountered: