Bi-Color LED Specs?
JBWolf
Posts: 405
Hello,
I just purchased part# 350-00005.
The LED didnt come with any info and the store doesnt have any documentation... I dont know how exactly this works or what the max current rating is.
Theres only 2 pins so im assuming just reverse the voltage? Normally this would burn out an LED running it in reverse.
Is there are information on this LED?
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/350-00005/List/0/SortField/4/ProductID/569/Default.aspx
Thanks
I just purchased part# 350-00005.
The LED didnt come with any info and the store doesnt have any documentation... I dont know how exactly this works or what the max current rating is.
Theres only 2 pins so im assuming just reverse the voltage? Normally this would burn out an LED running it in reverse.
Is there are information on this LED?
http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/350-00005/List/0/SortField/4/ProductID/569/Default.aspx
Thanks
Comments
so wouldn't mind being reversed at 3V3 for instance. With two LEDs back-to-back the reverse breakdown cannot be reached as the other LED will
conduct first.
Perhaps the documentation for some of the kits it is included with have more information, but if you stick to 5V or below and say a 330 ohm series resistor
it ought to be OK - that's about 10mA so I'm erring on the safe side.
Thanks!
Connect 2 pins to the LED, bring one low and one high, reverse high/low output for other color?
Should I change the pins from input to output to switch from high/low?
or can I just set both pins to output and use !outa[pin1..pin2] to switch between colors?
Here is the code:
3.3 / 330 = 10ma
I switched to a 178ohm.
3.3 / 178 = 18.5ma
Looks much better
I = Vin - VLED / R
Red LEDs will normally have a voltage drop of around 1.7 - 2.0 volts or so, green will be a bit higher, maybe 2.0 - 2.2. Any number in those ranges will be close enough.
I = 3.3 - 1.8 /330 = 4.5 mA
So with 178 ohms, you're probably still under 10 mA
@
http://www.kingbrightusa.com/images/catalog/SPEC/WP57EGW.pdf
According to this datasheet the forward voltage for the red is 2.0V and the forward voltage for the green is 2.2V (typical). Given that and a standard operating current of 20mA, the following resistor values have been calculated:
For Red (5V and 3.3V):
5.0 - 2.0 / .020 = 150 Ohms
3.3 - 2.0 / .020 = 65 Ohms (100 ohms is close standard value)
For Green (5V and 3.3V):
5.0 - 2.2 / .020 = 140 Ohms (150 ohms is close standard value)
3.3 - 2.2 / .020 = 55 Ohms (100 ohms is close standard value)
Keep in mind also that these are for 20mA forward current and that these (according to the datasheet) are both high-efficiency type and do not need 20mA to look good. 10mA probably works fine. I used a 220 ohm in a Propeller project that used this LED giving ~5mA forward current and that works/looks great.