Help Recording Data From Basic Home Stamp
Metrik420
Posts: 10
Hi Every One
My name is metrik
and i am try to find a way to save the data from my Basic Home Stamp (Rev E).
and what mean is if i have a gps hooked up to my basic home stamp and dont have the basic home stamp hooked into my pc.
how would i save the data from the gps on the home basic stamp with out it being connected to my compter.
and so that once i do connect it back to my computer i can retrieve the data so i can study what happen when its not on a computer.
Any help would be great.
Thanks Every One
My name is metrik
and i am try to find a way to save the data from my Basic Home Stamp (Rev E).
and what mean is if i have a gps hooked up to my basic home stamp and dont have the basic home stamp hooked into my pc.
how would i save the data from the gps on the home basic stamp with out it being connected to my compter.
and so that once i do connect it back to my computer i can retrieve the data so i can study what happen when its not on a computer.
Any help would be great.
Thanks Every One
Comments
It's possible to connect other storage devices to your Stamp board. You can attach other EEPROMs or something like Parallax's Memory Stick Datalogger. There are examples of code to read and write to EEPROMs in the Nuts and Volts Columns archive (start with #115) and there's sample code for the Datalogger on the webpage for the Datalogger. Other options include switching to a different Stamp board, like the Board of Education and using a Stamp that has more built-in EEPROM. The BS2pe, for example, has 16 banks of 2K each, half of which are strictly for data storage. The other 8 can be used for any combination of data and code.
Just what i need.
great Info Like always