EEPROM lifespan?

Discussion about Z-Uno product. Visit http://z-uno.z-wave.me for more details.
Post Reply
perjar
Posts: 57
Joined: 08 Apr 2018 18:02

EEPROM lifespan?

Post by perjar »

Hi,

Does anyone know what the expected lifespan of the EEPROM is?

I am reading in other foras that an EEPROM has a lifespan of about 100.000 write cycles as a rule of thumb.

What speaks against this number is the the following example:
https://z-uno.z-wave.me/examples/Water-Meter/

The water meter in the above example saves data to EEPROM every 2 minutes. So, if the lifespan is 100.000 cycles, then that sketch will effectively destroy the EEPROM in just 5 months.

So, I am thinking that perhaps the 100.000 number is not correct for the Z-Uno?
mdietinger@gmail.com
Posts: 39
Joined: 12 Aug 2016 12:08

Re: EEPROM lifespan?

Post by mdietinger@gmail.com »

The water meter only writes if there are updated values.
Personally I don't think water flows for more then an hour a day. So take the 5 months times 24.
perjar
Posts: 57
Joined: 08 Apr 2018 18:02

Re: EEPROM lifespan?

Post by perjar »

Thank you for your thoughts about water flows. Any idea about the topic, EEPROM lifespan?
User avatar
PoltoS
Posts: 7565
Joined: 26 Jan 2011 19:36

Re: EEPROM lifespan?

Post by PoltoS »

The promised by the manufacturer is indeed 100k cycles

And as stated above, do not write if no changes. Even more, the Write to EEPROM function is checking if data is same and will not write if no changes will be made. This prevents from spare write cycles
Post Reply