How to I access the internal memory of the brain?
How do I read/write to flash or eeprom?
I would like to run one-time calibration, store the data persistently, the access the data in subsequent programs.
An unofficial answer: I don’t think it’s possible, yet.
I have also asked for the same type of thing. It will happen, at some point.
Steve
StoneBot-001_test.zip (1.1 KB)
How much data are you looking to store?
Do you want different programs to be able to access the data, or the same program but running at different times?
“How much data are you looking to store?”
It can be as little as a few bytes, like color threshold, motor starting position.
“Do you want different programs to be able to access the data, or the same program but running at different times?”
I want different programs to be able to access the data. Is it easier to do one way or the other?
John