LED project
Camaney
Posts: 16
Hi, I have a Basic Stamp and I want to develop the following project:
Concentric circles (2 or 3) made of LEDS, that will start flashing at specific time (0 to 60 minutes).
I already made it for one LED, programming and components, but I need some help where to go to get more info as of how can I do it for many LEDS arranged in circles.
Can some one point me inthe right direction?
Thanks.
Concentric circles (2 or 3) made of LEDS, that will start flashing at specific time (0 to 60 minutes).
I already made it for one LED, programming and components, but I need some help where to go to get more info as of how can I do it for many LEDS arranged in circles.
Can some one point me inthe right direction?
Thanks.
Comments
The index is here: www.parallax.com/Resources/NutsVoltsColumns/tabid/272/Default.aspx
There's some other information in the StampWorks Manual.
www.parallax.com/StoreSearchResults/tabid/768/txtSearch/stampworks/List/0/SortField/4/ProductID/144/Default.aspx
You can put several LEDs in series with one resistor by using a high enough voltage (like 9-12V) and then parallel several LED / resistor strings switched by one transistor. Each red LED in a series string takes about 1.7V and the resistor has to absorb the rest of the supply voltage at around 20mA. You need to understand Ohm's Law to choose the proper resistor value (read the Wikipedia article on it).