Beginner Basic Stamp Project
This simple project blinks 2 led lights.
Parts List
You'll need 2 LED's of any color
2 resistors between 220 and 470 ohm
A basic stamp 2 (I use a homework board)
A computer with the programming software.
(Computer needs a serial port, or you could use a usb to serial converter)
And a 9 volt battery
2 resistors between 220 and 470 ohm
A basic stamp 2 (I use a homework board)
A computer with the programming software.
(Computer needs a serial port, or you could use a usb to serial converter)
And a 9 volt battery
The Circuit
This a drawing of the schematic.
Program It
This is the program:
' {STAMP BS2}
' {PBASIC 2.5}
DO
High 15
pause 1000
Low 15
pause 1000
high 14
pause 1000
low 14
pause 1000
loop
' {STAMP BS2}
' {PBASIC 2.5}
DO
High 15
pause 1000
Low 15
pause 1000
high 14
pause 1000
low 14
pause 1000
loop
Video
Connect the nine volt. 1 led light's then turns off then the other light's then turns off.
Here is a video:
(Video is not in PDF!)
Here is a video:
(Video is not in PDF!)