Running robots without being connectd to PC
Bob2bot
Posts: 13
in BASIC Stamp
I am a newbie but have completed the robot exercises on the board of education which was very helpful. The question I have is how do you make the robot run without being attached to the computer. I assume the program is retained in the stamp but not clear how to execute it independently. - clear
Comments
Every time you hit "RUN" or "F9", your code is copied to the EEPROM on the BS2 module.
Whenever you power cycle the Board of Education, it will run the last code that was loaded, whether it is connected to the PC, or not.
Hope that helps.
As Publison said the program is stored in the BS2 EEPROM so it will run whenever the BS2 is powered up.
Pressing the Reset button on the Board of Education will also run the program again.