Persistent data stroage in BLUNO
Account cancelled 2014-07-14 18:27:35 4046 Views5 Replies Hi,
Can I store data in BLUNO persistently?
The stored data should be readable after power cycle.
Can I store data in BLUNO persistently?
The stored data should be readable after power cycle.
2014-07-16 21:52:32 No prob! ;D
If you run out of memory consider the SD card module. But if you keep it short, should not be needed.
If you run out of memory consider the SD card module. But if you keep it short, should not be needed.
2014-07-14 23:48:44 Hi!
The chip has some small space to store stuff on it, will be maintained after power cycle unless it is erased by code.
http://arduino.cc/en/Reference/EEPROM
It's not much, but usually is quite enough for what its worth. A phone number should not be a problem.
Cheers!
The chip has some small space to store stuff on it, will be maintained after power cycle unless it is erased by code.
http://arduino.cc/en/Reference/EEPROM
It's not much, but usually is quite enough for what its worth. A phone number should not be a problem.
Cheers!

