Mainly, I want to persist data onto the onboard Netduino memory (if there is any?) without hooking anything else up.
The idea is that I either read the data back in the next time the Netduino is plugged in (for settings), or read the data when it's plugged into a computer (for analytical data). Specifically data from sensors like temperature, ambient light, GPS Position, xyz orientation, etc.
I know there is the Netduino Plus, which has a MicroSD slot to store data via System.IO
, but I have a regular Netduino :(