Beginner Basic Stamp Project

by sci4me in Workshop > Science

12394 Views, 6 Favorites, 0 Comments

Beginner Basic Stamp Project

190.JPG
This simple project blinks 2 led lights.

Parts List

191.JPG
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

The Circuit

192.JPG
This a drawing of the schematic.

Program It

P1010247.JPG
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

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!)

Downloads

Link

http://parallax.com
Link to info and purchasing.