Skip to main content
deleted 3 characters in body
Source Link
ocrdu
  • 1.8k
  • 3
  • 12
  • 24

I want to store a counter that is always changing, but I want it to remain and beingbe able to retrieve it on after a power loss. It's

It's only one long number data, but as it is always changing, I don't know where to store it to not over wear the memory space ?.

I'm aware that writtingwriting to much on ESP's eepromEEPROM or SPIFFS would damage it.I've I've seen that post, but it doesn't help in my case.

The data to be saved is the volume of water pumped with a water pump during it's entire life. Of

Of course I could save it only once a while to reduce the number of writtingwrites, but I would looselose some acccuracy.

I want to store a counter that is always changing, but I want it to remain and being able to retrieve it on after a power loss. It's only one long number data, but as it is always changing, I don't know where to store it to not over wear the memory space ?

I'm aware that writting to much on ESP's eeprom or SPIFFS would damage it.I've seen that post, but it doesn't help in my case.

The data to be saved is the volume of water pumped with a water pump during it's entire life. Of course I could save it only once a while to reduce the number of writting, but I would loose some acccuracy.

I want to store a counter that is always changing, but I want it to remain and be able to retrieve it on after a power loss.

It's only one long number data, but as it is always changing, I don't know where to store it to not over wear the memory space.

I'm aware that writing to much on ESP's EEPROM or SPIFFS would damage it. I've seen that post, but it doesn't help in my case.

The data to be saved is the volume of water pumped with a water pump during it's entire life.

Of course I could save it only once a while to reduce the number of writes, but I would lose some acccuracy.

Bumped by Community user
Bumped by Community user
Bumped by Community user
Source Link
harold
  • 121
  • 1

Where to store critical data in power outage situation on ESP8266

I want to store a counter that is always changing, but I want it to remain and being able to retrieve it on after a power loss. It's only one long number data, but as it is always changing, I don't know where to store it to not over wear the memory space ?

I'm aware that writting to much on ESP's eeprom or SPIFFS would damage it.I've seen that post, but it doesn't help in my case.

The data to be saved is the volume of water pumped with a water pump during it's entire life. Of course I could save it only once a while to reduce the number of writting, but I would loose some acccuracy.