Writing to Mobo EEPROM
bkirk
Posts: 37
Im using a basic stamp motherboard (# 28300) for a project and need to save my operating program directly onto the board. Does anyone know how to write a program onto the EEPROM? Im really new to all of this. Thanks!
Comments
-Phil
Basically, what I want to do is save my program locally onto the motherboard, so that I can just send it a simple command to execute that program, without having to transmit the entire program from my PC each time. Does that make sense?
-Phil
My end goal is basically to make my motherboard and its daughterboard sensor wireless. I already have the mobo using external power, and am working to get RF communication going too.
From my limited understanding of RF communication, the best way for me to operate my motherboard using an RF transceiver is to have the programs saved locally and only send simple commands to run the program I want, with the motherboard transmitting the results back to my PC.
-Phil