Persistent data stroage in BLUNO
Jung-Ho Park 2014-07-14 18:27:35 3771 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.
Jose
If you run out of memory consider the SD card module. But if you keep it short, should not be needed.
Jose 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!
Jose
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!
Jose 2014-07-14 23:42:20 Hi Visualxl,
I mean the data can be changed during execution.
I will register/unregister phone number during execution and the resulting data should be maintained after power cycle.
Jung-Ho Park
I mean the data can be changed during execution.
I will register/unregister phone number during execution and the resulting data should be maintained after power cycle.
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.
visualxl
visualxl 
