Skip to content

LoRaWAN Persistence #1346

Answered by StevenCellist
rroeber asked this question in Q&A
Dec 12, 2024 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @rroeber! We wouldn't put out warnings and then provide a solution that doesn't solve the actual problem ;) so rest assured that the persistence example is fully compliant.

I don't know what type of EEPROM your custom board uses, but some EEPROM chips are more equal offer more write-cycles than others. So saving the full session to EEPROM may not be a good idea (which is why the example uses the RTC_DATA_ATTR tag for RTC memory). The nonces must be stored, the session may be lost causing the device to rejoin (but this definitely shouldn't happen often, with once a week being the lower limit in production, preferably at most once a month).

What parts of the session could change after a…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by rroeber
Comment options

You must be logged in to vote
1 reply
@StevenCellist
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants