View previous topic :: View next topic |
Author |
Message |
Nick Guest
|
|
|
rnielsen
Joined: 23 Sep 2003 Posts: 852 Location: Utah
|
|
Posted: Tue Aug 10, 2004 10:03 am |
|
|
I, personally, haven't connected an LED up to 110VAC but I'm sure it's possible. I believe if you calculated your limiting resistor correctly that you could keep the current within specs. Also, you would probably need a diode in series with the LED to block the reverse voltage, the 'negative' half of the sine wave, so that the LED would not be destroyed.
Ronald |
|
|
Mark
Joined: 07 Sep 2003 Posts: 2838 Location: Atlanta, GA
|
|
Posted: Tue Aug 10, 2004 10:04 am |
|
|
How bright does it have to be?
You can run less current and the LED will be less bright.
If a microcontroller is controlling it, you can also PWM the LED and get by with less current. |
|
|
Guest
|
|
Posted: Tue Aug 10, 2004 10:24 am |
|
|
Here is how you do it. Be careful of the reverse voltage on the LED. You may need a diode in series to prevent reverse breakdown. This works well. I have used it for many years. However this may expose the user / technician to the AC line directly. Be very careful in it's application!
Steve H.
[url]
http://ww1.microchip.com/downloads/en/AppNotes/91008b.pdf
[/url] |
|
|
Gabriel Caffese
Joined: 09 Oct 2003 Posts: 39 Location: LA PLATA, ARGENTINA
|
|
Posted: Tue Aug 10, 2004 7:11 pm |
|
|
Nick,
Just one question: If you want to connect the led directly to the mains, why are you searching for a low power one ?
Gabriel.- |
|
|
Ttelmah Guest
|
Re: low power LED less than 2ma |
Posted: Wed Aug 11, 2004 4:13 am |
|
|
You can run any LED off less current than it's 'rating'. All that happens is that it gives less light. The 'point' about low current designs, is that they are built to give more light from a particular current, usually by reducing the thickness of sme of the internal structures, and threby limiting the maximum current that can be used.
The big question is how much light you actually 'need'. For instance, I run the Hewlett Packard HLMPQ 150 LED's (rating 1mA typical) on a piece of astronomical equipment, where all that is required, is enough light to know that the unit is 'active', and anything brighter would cause loss of dark adaption. At 0.08mA, these are bright enough for this application. However for a similar application in the daytime, more current and light would be needed. If your LED, needs to be bright enough to be seen in direct sunlight, then you will probably need to be delivering 2mA, and may even need a brighter LED, and more current.
Best Wishes |
|
|
SherpaDoug
Joined: 07 Sep 2003 Posts: 1640 Location: Cape Cod Mass USA
|
How about Neon? |
Posted: Wed Aug 11, 2004 11:09 am |
|
|
Have you considered using a neon bulb instead? They are inherently low current high voltage high reliability devices. Look for a NE2. _________________ The search for better is endless. Instead simply find very good and get the job done. |
|
|
djpark
Joined: 02 Mar 2004 Posts: 49
|
|
Posted: Wed Aug 11, 2004 12:18 pm |
|
|
If you are trying to turn on an led as power indicator, I agree with SherpaDoug that neon lamp is a better choice for that purpose.
But if you insist on led, you can connect a capacitor to drop voltage. Just using a resistor will require a big size resistor to dissipate the heat. The AC RMS current can be calculated using this formula.
Irms = Vac * (2 * pi * Freq * Cap)
I will add a 1K resistor to block the worst situation current rush. I used this for my night lamp using blue leds.
Code: | +--------------| |---------------+
: 1uF/240V :
: :
: +--+--+
o : :
--- ---
AC 240V led \ / / \
--- ---
o : :
: +--+--+
: :
: 1k/1W :
+-------------/\/\/\-------------+ |
However, if you are trying to control the led output attached to the AC main using the pic, it would be a different story.
-- dj |
|
|
cbstieff
Joined: 09 Aug 2004 Posts: 7 Location: Kensington, MD
|
|
Posted: Thu Aug 12, 2004 6:08 am |
|
|
Just a note on LED selection. First I would choose the LED that produces the most Mcd per mA of current draw. 2ma LEDs typically produce less than 20 mCd of light. White LEDs are readily available that produce more than 10,000mCd at 20ma. The lightoutput of a LED is closely related to the current draw. the 10,000mcd rated LED will produce about 800mCd at 2ma or 16 times the amout of light of the 2ma rated LED.
Check out some of the high output LEDs available at:
http://www.superbrightleds.com/leds.htm |
|
|
Nick Guest
|
|
Posted: Thu Aug 12, 2004 9:26 am |
|
|
Thanks for the great info. I have learned more for this forum than I have from my classes. I'm thinking about pulsing the LED.
Nick |
|
|
|