Open sntmasibon opened 2 years ago
Did you figure it out?
because the lib uses the flash storage, which is shared with the sketch, each time the sketch is uploaded the flash is wiped clean to load the sketch.. the comments say as much
// Note: the area of flash memory reserved lost every time
// the sketch is uploaded on the board.
Hi! I'm a beginner in Arduino Nano 33 IOT. Before I use a wemos d1 mini and I used to save some data, in the EEPROM Memory, (EEPROM.write), a word that I save byte to byte. I saw a few of examples from the library, one of them consists on this:
The problem is that i can't save any type of data, once I write my name/surname, when i tried to compile and upload another time, it doesn't save anything in the flash storage. Could someone help me? I don't understand what's happening. Another question is, what's the correct form of reseting the nano 33 iot? i try to push the button center but i can't get anything.