Forum >Persistent data stroage in BLUNO
General

Persistent data stroage in BLUNO

userHead Jung-Ho Park 2014-07-14 18:27:35 3638 Views5 Replies
Hi,

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.
userHeadPic Jose
2014-07-16 02:11:58 Thanks a lot Jose  ;) userHeadPic Jung-Ho Park
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 ** should not be a problem.

Cheers!
userHeadPic Jose
2014-07-14 23:42:20 Hi Visualxl,
I mean the data can be changed during execution.
I will register/unregister ** during execution and the resulting data should be maintained after power cycle.
userHeadPic Jung-Ho Park
2014-07-14 20:35:10 Whatever sketch you upload, the variables (data) will be stored persistently until you upload another sketch. userHeadPic visualxl