Help please, question about possibilities....
Rhino
Posts: 5
I am planning on making blinkers for my car out of about 18 LED's EACH (so I will need to individually control 36 LED'S).··· was wondering how in the world I could do this and which parallax product or kit would be best suited for this project, I am a complete newbie, I did some pascal programming in high school, but I am sure I will need a little help.· I need the LED's to come on in a sequence (order) and stay on until the last LED is lit and then come on again in the same sequence when the blinker is turned on.· The LED's are coming with 12V resistors for each LED.· Which of·the parallax·products would get the job done the best?· I also would like to have an option of having all LED's on at the switch of a button or have different patterns that they can do, but the 1st main priority is to get them hooked up in sequence with the blinkers.· Thanks in advance.
···· In Christ,
··········· Ryan
···· In Christ,
··········· Ryan
Comments
You can do what you want with a BS2, a few 74HC595 shift-registers, ULN2803 Darlington arrays to match each '595, and a tiny bit of code -- but read WAM first. You can download WAM from our web site.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
http://www.parallax.com/detail.asp?product_id=603-00001
Dave
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Dave Andreae
Tech Support
dandreae@parallax.com
www.parallax.com
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
I need to hook this thing up to my car's battery for the power (12V),
and get a signal from the blinker to tell it when to turn the LED's on,
and I guess have a switch mounted inside to turn on/off different features,
and which board will support that many individual LED's (36),
and also would changing the volts from my cars 12v to whatever the microcontroller needs mean that I no longer need to use a resistor per each LED?
I just want to make one purchase and know that I can make it work with what I got and not get frustrated trying to do something that I need to buy something else to·do.
Thanks again. And I will read that article ASAP I have already started on it.
In Christ,
Ryan
Post Edited (Rhino) : 5/10/2005 5:36:44 AM GMT
2. The BS2 will work off of a 12-volt car battery. You may need an additional capacitor on the Vin to Vss line, to filter some of the noise from the alternator. A car's 12-volt line is very noisy.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA
Ryan
If these LEDs are simply going to replace the existing bulbs, do you need to control then with a stamp? If the function will be exactly the same as the current setup, then there is no need to use a micro controller, and simply replace the bulbs with "groups" of LEDs.
Assuming you are using "standard 2 volt 15 mA" LEDs, my suggestion would be to wire 4 LEDs in series and one current limiting resistor per group of four.
For brake lights, tail-lights and such, auto manufacturers do not run a single LED and resistor. They will run LEDs in series with one resistor per group of LEDs.
You will experience some variance in brightness however as the vehicle voltage will typically range from 12 to 15 volts.
The switch in the schematic is your blinker relay, brake light switch or module.
If more than one LED will have the EXACT pattern then "those" LEDs can be connected in series.
If every single of your 36 LEDs will do something different the each LED will be wired with its own current limiting resitor.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
トヨタは すばらし です!!
?????Which board will support at least 36 individual LED's doing something totally different at different times from each other, basically I believe I need at least 36 I/O but I couldn't find a stat like that on any of the boards listed????? Thanks
These show you how to control up to 16 LED's with just 3 Stamp pins. Each group of 8 LED's is controlled with a 74HC595 shift register and 9 resistors.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas, TX· USA