Replies: 2 comments
-
Hi @michapr, I've started working on a wiki page that will answer these details. In short: writes only happen when the data differs from what's already in there, which means that in most cases only the FCntUp will differ - which cycles through 50 different positions, prolonging the EEPROM life cycle by 50 times ;) |
Beta Was this translation helpful? Give feedback.
-
Thank you for your answer, I'm happy that you thought about this detail :) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
as far as I understand after every node.sendReceive the session / counter will be saved into EEPROM.
If take 6 times / hour sending a sensor value to TTN we will have 52560 sendings - so many EEPROM write cycles.
There will be more than one write process to EEPROM (I think so, because of some values will be saved) - so how long we can write to the EEPROM?
Or do I understand this saveSession not right and I'm wrong?
Thanks!
Michael
Beta Was this translation helpful? Give feedback.
All reactions