Lowest powered LED ?
akalati
Posts: 31
Greetings all,
What's the lowest-powered LED that you've seen (specifically, a surface-mount component, but if needed, can use anything)? Have an application where we don't have too much power at our disposal, so everything counts. Currently using 1.5mA in a bicolor LED. I know Digikey has some LEDs that are rated 0.5mA. Anything less out there? Is there any other technology that will give visual feedback at a fraction of the power requirements (LCD is one example, but need something more visible)?
Any other ideas? Thanks much.
Andy
What's the lowest-powered LED that you've seen (specifically, a surface-mount component, but if needed, can use anything)? Have an application where we don't have too much power at our disposal, so everything counts. Currently using 1.5mA in a bicolor LED. I know Digikey has some LEDs that are rated 0.5mA. Anything less out there? Is there any other technology that will give visual feedback at a fraction of the power requirements (LCD is one example, but need something more visible)?
Any other ideas? Thanks much.
Andy
Comments
http://parts.digikey.com/1/parts-kws/low-current-led-1ma
Look for the part that says this:
LED 3MM 645NM RED DIFF LOW CURR - HLMP-K150
http://parts.digikey.com/1/parts/684192-led-3mm-645nm-red-diff-low-curr-hlmp-k150.html
Try doing a Google search; "Improved LM3909 replacement". Here is one circuit I found that claims it uses only 40 uA average current.
http://www.imagineeringezine.com/PDF-FILES/1vled3.pdf
-Phil
Akalati: In my Brain Project
I found a solution to the problem of the LED drawing too much current on the PPPBs. After trying several complex PWM programs, I decided to write a simple Spin program that takes the power drawn down from 19-20 mA to 3-5 mA by pulsing the LED-resister combination in two disparate cycles. The code is easily modifiable to include more than one data LED. This is a very simple solution to the original power problem and does not require any extra objects from the OBEX and the code is very small - only 7 lines. (it could be made smaller) Propeller Spin code is available for download at the link. If the LED brightness does not go too dim, you should be able to reduce the 1.5mA to some lower value. I use this program on the 19mA stock LED but never tried it on the ext 1mA LED. This is something I can try next time the Brain is turned on for testing.
IMO it's right at 5ms for the blinking to occur
Does your setup produce any visible blink on the LED or does it look solid on?