-
Notifications
You must be signed in to change notification settings - Fork 64
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
no reloading context after power on #64
Comments
Hi, Only Devnonce and joinnonce are stored in non-volatile memory as requested by LoRaWAN standard. |
if I understand correctly, To not do a join after a restart I only need joinnonce and Devnonce, or do I need other data? Thank you very much for your response |
Hi, |
Thank you very much for these clarifications. I succeeded in saving the context by making these modifications in the lower layers:
So on the reset event:
|
Hi, |
Hi, it would indeed be very useful to be able to reuse the OTAA context across boot cycles. Any rough estimates on when this feature would be available? |
I used LoraWan Basic on stm32Cube with STM32L082KZT6 and semtech SX1276IMLTRT.
Join, Uplink and downlink work correctly.
I would like the system not to make a "join" at each startup (power on).
I see backups in EEPROM, at startup during init I also see loading from the EEPROM but I cannot send any frame.
I don't understand why and I haven't found an example.
thanks a lot
David
The text was updated successfully, but these errors were encountered: