high output leds
bobroan
Posts: 37
Has anyone constructed circuits using very high output LEDs (1 watt)
I purchased a CREE 7090 LED from all electronics because it can supply a lot of brightness (1 watt).· I thought, rather naively, that it would hook up just like a normal LED.· Not so.· First, it can take up to 350 ma at 4 volts, so I know i can't hook it right to the Stamp, but I figure I can get around that by using something like a ULN 2803.· But I wonder if I need to do anything else besides put it in series with a resistor, which, following an appendix in the "elements of digital logic" book I have calculated at 3 ohms (which seems kind of small).
thanks for any ideas about how to proceed?
bob
·
I purchased a CREE 7090 LED from all electronics because it can supply a lot of brightness (1 watt).· I thought, rather naively, that it would hook up just like a normal LED.· Not so.· First, it can take up to 350 ma at 4 volts, so I know i can't hook it right to the Stamp, but I figure I can get around that by using something like a ULN 2803.· But I wonder if I need to do anything else besides put it in series with a resistor, which, following an appendix in the "elements of digital logic" book I have calculated at 3 ohms (which seems kind of small).
thanks for any ideas about how to proceed?
bob
·
Comments
Post Edited (Lightfoot) : 12/19/2005 5:55:28 PM GMT
·· 3 ohms sounds about right if the forward voltage is 4 volts, the supply voltage is 5 volts and the desired current is 350 mA.· Please be sure this isn't the max allowed, but the normal amount.· If your power supply already provides 400 mA or more, you can drive the LED using an ULN2003, ULN2803 or a MOSFET.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
csavage@parallax.com
350 mA would be no problem and it is programmable through a serial pin.
I have attached the data sheet and an application note that I recieved from the company (ST Microelectronics)
You can buy them at Mouser.com
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
I wonder if this wire is hot...
a 3 ohm resistor dissipates ~.4 watts @ 350mA. i recommend a 1W resistor for the ckt if you go with that design.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
engineer, fireman, bowler, father, WoW addict [noparse];)[/noparse]
http://forums.parallax.com/showthread.php?p=518640
http://forums.parallax.com/showthread.php?p=545868
·
Luxeons are constant current devices, and Luxeon sells special driver pucks for care-free driving thier modules, they even have one that accepts a PWM control signal to adjust the brightness. While your LED may not be luxeon, it is the same current/output as the Luxeons.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·1+1=10
Post Edited (Paul Baker) : 12/19/2005 8:37:55 PM GMT
Other, probably more efficient and ultimately more flexible, solutions involve dedicated driver chips as part of larger circuits.
As a beginner with fairly crude needs at the moment, I will opt with the simplest method if my interpretation of these responses is correct and it will work.
thanks again
bob