Basic Stamp Microprocessor programming help!!
blackout123
Posts: 1
in BASIC Stamp
I am working on a project with the circuit of a parallax boebot, I am trying to figure out how to program the microprocessor to turn on when it gets turned on from a 555 timer and turn off when it's not getting a signal. Im not sure of where to start with the program
Comments
Rarely are microcontrollers turned on and off, and using a signal to control a microcontroller is very common.
What are your signal rates and what do you need done during that time?
Also are you using a BS2 or another microcontroller?
Sincerely,
Discovery
If you have any question, look at (but don't click) the links in the signature.
Yeah the last one you mentioned is what I am doing. I'm sendi[color][/color]ng the output of the 555 timer into the input of the Basic Stamp and I want it to use that signal to trigger the program that will turn on an IR LED the 555 timer will basically send a 1 and a 0 fir on and off and sample that at a 100 times a second. I just don't know how to do that.