Material:LEDs: Difference between revisions

From CoMakingSpace Wiki

m (added images)
(further reading)
Line 34: Line 34:
* [https://learn.adafruit.com/rgb-led-strips tutorial on RGB LED strip control by Adafruit]
* [https://learn.adafruit.com/rgb-led-strips tutorial on RGB LED strip control by Adafruit]
* [https://www.conrad.de/de/led-streifen-c26449.html ''"Expertenwissen LED-Streifen" von Conrad (DE)'']
* [https://www.conrad.de/de/led-streifen-c26449.html ''"Expertenwissen LED-Streifen" von Conrad (DE)'']
== Further Reading ==
* [https://makezine.com/2013/06/04/component-of-the-month-leds-and-diodes/ Make: Component of the Month 2016/6 - LEDs and Diodes]
* Wikipedia
** [https://en.wikipedia.org/wiki/Light-emitting_diode Light emitting diode (EN)]
** [https://de.wikipedia.org/wiki/Leuchtdiode ''Leuchtdiode (DE)'']


[[Category:Electronic Components]]
[[Category:Electronic Components]]

Revision as of 14:26, 8 July 2018

MaterialInfoBox

LEDs

LED Red.JPG
Synonyms: light emitting diodes, "led";
DE: Leuchtdioden
Suggested Tools: soldering irons, diagonal pliers

LEDs are a cheap and efficient way to light up your projects but keep in mind that they usually need a current limitation and are always polarized (straight side/short leg = negative).

Diffusion

An easy and cheap way to diffuse the individual bright spots into relatively uniform areas of light is to add some kind of paper between your LEDs and the viewer.


LED Strips

MaterialInfoBox

LED Strips

LED strip with Controller.JPG
Synonyms: LED stripes, tape lights; DE: LED-Streifen,
LED-Bänder, Lichtbänder, "LED-Leisten"
Suggested Tools:
Contains: flexible PCB, LEDs

LED strips are pre-assembled linear LED arrays that are popular for lighting furniture or DIY projects. There are fancy ones available where you can control the intensity and color of each LED independently with a microcontroller such as an Arduino.

Useful Links


Further Reading