Difference between revisions of "Light-emitting diode"

From OpenCircuits
Jump to navigation Jump to search
(LED calculation)
 
(mention LED light pipes)
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Light emitting diode:
+
A '''light emitting diode''' is the most popular kind of [[optoelectronics]].
 +
 
 +
To make the LED light up, you need a power supply (any voltage) and a resistor.
  
 
The resistance required is as follows:
 
The resistance required is as follows:
 
R = (U_power - U_led) / I_max
 
R = (U_power - U_led) / I_max
  
Example a LED with voltage drop of Uled=1.2V and a max current of I_max=0,020A (20mA) to be powered by a 5V DC source needs:
+
Example: a LED with voltage drop of Uled=1.2V and a max current of I_max=0,020A (20mA) to be powered by a 5V DC source needs:
  
R = (5-1.2)/.02 = 190 ohm
+
R = (5-1.2)/.02 = 190 ohm
  
 
You then connect a 190 ohm resistance in series with the LED to make it work.
 
You then connect a 190 ohm resistance in series with the LED to make it work.
  
 +
== POV ==
 +
 +
[[POV display]]
 +
 +
== throwies ==
 +
 +
Several other wiki discuss how to turn LEDs into "throwies"(little blinking LED devices that attach to outdoor structures via magnets):
 +
 +
* [http://c2.com/cybords/wiki.cgi?ThrowieTalkie Cybords wiki: Throwie Talkie]: A Talkie is a Throwie that has been hacked to blink graffiti messages in Morse code.
 +
* [http://wiki.tagrecord.com/Throwies TagRecord.com Wiki: Led throwies]
 +
* [http://wiki.feedle.net/index.php?title=Throwies the mayowiki: Throwies]
 +
 +
== sensor ==
 +
 +
A few people use LEDs in an unusual way: as [[sensors]].
 +
 +
== light pipe ==
 +
 +
Many people want and blinking/glowing spot *here*, controlled by a nearby circuit board *there*.
 +
One approach is to put a LED directly on the circuit board *there*,
 +
and guide the light from that LED to *here* using a light pipe.
 +
 +
Some commercial off-the-shelf light pipes; and some tips on building custom light pipes from transparent acrylic, aluminum foil, or 3D printed materials:
 +
 +
* "LED light pipes" [http://www.mouser.com/Optoelectronics/LED-Indication/LED-Light-Pipes/_/N-b1d20]
 +
* "LED light pipes" [http://www.digikey.com/product-search/en/optoelectronics/optics-leds-light-pipes]
 +
* "Build Your Own Light Pipe" [http://labs.ideo.com/2015/07/28/build-your-own-light-pipe/]
 +
* "3D printed light pipes" [http://www.disneyresearch.com/project/printed-optics/]
 +
* "3D Printing Light Pipes" [https://www.fictiv.com/resources/starter/prototyping-with-light-pipes]
 +
* "Using t-glase for Light-Pipes" [http://taulman3d.com/t-glase-features.html]
 +
* "Light Guide Techniques" [http://www.avagotech.com/docs/5988-7057EN]
 +
* "Optical light pipes" [http://www.dialight.com/Product/Category/Lightpipes_Optopipe]
 +
* "Light Pipe Selector Guide" [http://www.dialight.com/Assets%5CBrochures_And_Catalogs%5CIndication%5CLightpipe_Selector_Guide.pdf]
 +
* "LED light pipes" [http://www.bivar.com/led-indication/light-pipes]
 +
 +
== 5.0v - 3.3V voltage drop via red LED ==
 +
 +
The average red LED has a 1.7V voltage drop.  This property can be (ab)used to power very small 3.3V IC's from a 5.0V power supply -- put the LED in series with the 5V line.  There probably won't be enough power used to light the LED properly, but this does not matter for the voltage drop property.
 +
 +
== further reading ==
 +
 +
LEDs used normally: to emit light:
 +
 +
http://en.wikipedia.org/wiki/LED
 +
 +
LEDs used "in reverse": as light sensors:
  
http://en.wikipedia.org/wiki/LED<br>
+
*[http://www.ladyada.net/forums/viewtopic.php?p=22251  Hack a MiniPOV3 for IR capture]
 +
*[http://www.robotroom.com/ReversedLED.html Making an Amplified Color Sensor from an LED and an Op Amp]
 +
* [http://www.redrok.com/electron.htm#led1 LED1 LED Sensor Relay Tracker Schematic]
 +
* [http://electronics.stackexchange.com/questions/19051/what-are-the-relevant-parameters-for-a-reverse-biased-led-light-sensor "What are the relevant parameters for a reverse-biased LED light sensor?"]

Revision as of 11:59, 19 March 2016

A light emitting diode is the most popular kind of optoelectronics.

To make the LED light up, you need a power supply (any voltage) and a resistor.

The resistance required is as follows: R = (U_power - U_led) / I_max

Example: a LED with voltage drop of Uled=1.2V and a max current of I_max=0,020A (20mA) to be powered by a 5V DC source needs:

R = (5-1.2)/.02 = 190 ohm

You then connect a 190 ohm resistance in series with the LED to make it work.

POV

POV display

throwies

Several other wiki discuss how to turn LEDs into "throwies"(little blinking LED devices that attach to outdoor structures via magnets):

sensor

A few people use LEDs in an unusual way: as sensors.

light pipe

Many people want and blinking/glowing spot *here*, controlled by a nearby circuit board *there*. One approach is to put a LED directly on the circuit board *there*, and guide the light from that LED to *here* using a light pipe.

Some commercial off-the-shelf light pipes; and some tips on building custom light pipes from transparent acrylic, aluminum foil, or 3D printed materials:

  • "LED light pipes" [1]
  • "LED light pipes" [2]
  • "Build Your Own Light Pipe" [3]
  • "3D printed light pipes" [4]
  • "3D Printing Light Pipes" [5]
  • "Using t-glase for Light-Pipes" [6]
  • "Light Guide Techniques" [7]
  • "Optical light pipes" [8]
  • "Light Pipe Selector Guide" [9]
  • "LED light pipes" [10]

5.0v - 3.3V voltage drop via red LED

The average red LED has a 1.7V voltage drop. This property can be (ab)used to power very small 3.3V IC's from a 5.0V power supply -- put the LED in series with the 5V line. There probably won't be enough power used to light the LED properly, but this does not matter for the voltage drop property.

further reading

LEDs used normally: to emit light:

http://en.wikipedia.org/wiki/LED

LEDs used "in reverse": as light sensors: