Need help choosing an LED driver.

Thread Starter

specialedster

Joined Dec 21, 2009
4
Admittedly, I do not have much experience in this area. I am trying to drive 10 individual groups of 6 LED's each. Each of these groups of 6 LEDs will be controlled with an arduino so that any combination of the 10 groups can be on/off at the same time. I don't need to have any control over the dimming since the LED's will either be completely on, or completely off.

Each LED needs ~25mA and has a forward voltage drop of ~2.5V. I am using a basic 250 ATX power supply with 5V and 12V rails. Not having much experience in this area I was hoping I could get some help choosing a driver that will be able to handle enough power (60 total LEDs) and with enough channels (10) that will not be a nightmare to work with. I looked at a couple of matrix LED drivers but the problem is that my LED's are not in a matrix and it would be a pain to wire them so that they were. Does anybody have any suggestions or experience with this kind of thing?

Thanks in advance!
 
Look for an enhanced 8 bit shift register, like the tpic6595, that will handle the total package power requirements (1W). Cascading 8 devices should do it. No fancy series strings, just 5V with corresponding resistor per led. This assumes that your 5V tap can supply the required 2A+.

Should be plenty of Arduino code out there for running the '595 style shift registers.
 

Bernard

Joined Aug 7, 2008
5,784
If you drive the LED's individually from 5V they will draw about 1.5A. Would suggest each group be two paralled strings of 3 LEDs & 180 Ω in series with a transistor driver. Each group of 6 LEDs would draw 50 mA so all 10 will draw 500 mA from 12V supply. There are 10 control lines, one for each group.
 

Attachments

Top