LED Guide: Difference between revisions

From Phidgets Support
Line 58: Line 58:
|-valign="top"
|-valign="top"
|
|
Most LEDs have a current rating of 20, 40, 60 or 80mA. The Phidgets DiscreteLED API call can be used to provide more current or control brightness and will adjust the current linearly between 0 and the set maximum. This however does not imply a precise method for controlling the visibility of emitted light, as this is affected by the construction and quality of the LED as well as the eyes of the viewer. Be cautious when changing the current property. Many small LEDs are designed for a maximum 20mA, and can be destroyed if driven at higher currents.
Most LEDs have a current rating of 20, 40, 60 or 80mA. Dedicated Phidgets LED boards can adjust the current limit or duty cycle (which affects brightness). This however does not imply a precise method for controlling the visibility of emitted light, since this is affected by the construction and quality of the LED as well as the eyes of the viewer. That is to say, a 50% change in duty cycle does not necessarily result in a 50% change in visible brightness. Be cautious when changing the current limit; many small LEDs are designed for a low maximum current, and can burn out if driven at higher currents.
|
|
[[image:Ledcurrent.png|link=|400px]]
[[image:Ledcurrent.png|link=|400px]]

Revision as of 20:27, 6 April 2017

RBG.jpg


Introduction

Like normal diodes, Light Emitting Diodes (LEDs) are semiconductor devices designed to conduct current in one direction only. What makes LEDs unique is their internal material makeup: when atoms in an LED release energy due to the flow of forward current, it is released in the form of photons (light). Different construction materials and various phosphor coatings are used to produce numerous colors of light.

LEDs that Phidgets sells are all operable via the digital outputs on any of our interface kits or the VINT ports on a VINT Hub when used in DigitalOutput mode. Since it is often desirable to control more LEDs than our InterfaceKits have outputs, Phidgets also sells specific LED controllers:

These boards offer more outputs and features specific to LED control, such as brightness and current control.

How it works

Parts of an LED. The flat spot on the epoxy casing, is an anchor to prevent twisting from damaging the leads.

LEDs emit light from current flowing through them. As the current flows, the electronics experience a sudden drop in energy level (voltage). When that happens they release energy in the form of light. The amount of light produced is proportional to the current. Depending on the material used to make the LED, different colors can be created. Like a conventional diode, the current can only flow in one direction - from the anode to the cathode.

Controlling LEDs

Forward Voltage

The materials used within LEDs that cause them to emit different colors of light affect a property called its forward voltage. The forward voltage is the voltage at which current in the forward direction will flow through the device and allow the LED to convert electrical energy into light. If the voltage applied to the LED is below the forward voltage of the LED, very little current (or none) may flow, and therefore very little light will be emitted. Most standard LEDs with colors such as red, amber, orange, yellow, and green have forward voltages below 2.75 Volts, and can be used with a digital output or VINT Hub port in DigitalOutput mode by simply soldering the LED to a connector-wire or Phidget cable and inserting the wire or cable into the output port. To see which forward voltage settings are supported by your Phidget, have a look at the LEDForwardVoltage enumeration in the Phidget22 API.

Supply Voltage

To be an effective LED controller your digital outputs must be capable of adjusting the forward voltage supplied to the LEDs to various settings allowing you to properly drive blue, white, violet, ultra violet and purple LEDs. The supply voltage will affect all LEDs. If you set the supplied voltage too high, power will be wasted and the controller may shut down from thermal overload. If you set the supply voltage too low, your LEDs will not be driven at the requested current, and will be dim or non-functional.
Typical Forward Voltages
Color Forward Voltage
Infrared < 1.9
Red 1.7 to 2.2
Orange 2.0 to 2.2
Yellow 2.1 to 2.4
Green 2 to 2.3
Blue 3.2 to 4.0
Ultraviolet 2.1 to 3.8
White 3.3 to 3.6

Maximum Current and Brightness Control

Most LEDs have a current rating of 20, 40, 60 or 80mA. Dedicated Phidgets LED boards can adjust the current limit or duty cycle (which affects brightness). This however does not imply a precise method for controlling the visibility of emitted light, since this is affected by the construction and quality of the LED as well as the eyes of the viewer. That is to say, a 50% change in duty cycle does not necessarily result in a 50% change in visible brightness. Be cautious when changing the current limit; many small LEDs are designed for a low maximum current, and can burn out if driven at higher currents.

Ledcurrent.png

Choosing Current and Voltage Settings

Make sure to choose the minimum supply voltage setting to drive the LED that requires the most voltage during operation. Any extra voltage not required by the LED will be converted to heat by the 1032. For example, a Blue LED being driven at 20mA, 3.9V Supply, that requires 3.7 volts will cause (3.9V-3.7V + 0.4V) * 0.02A = 12 milliwatts of heat to be produced on the 1032. If this example instead uses a high power, 1.5V infrared LED at 80mA, this will create (3.9V-1.5V+0.4V)*0.08 Amps = 224 milliwatts of heat. See the Heat Dissipation and Thermal Protection section later on in this manual for more information about this issue.

Multiplexed LEDs

Multiplexing is a system wherein the entire display is not active at the same time. Instead, sub-units of the display are driven one at a time and the electronics combine with human persistence of vision (the phenomenon of the eye by which an afterimage is thought to persist for approximately one twenty-fifth of a second on the retina) to make the viewer believe the entire display is continuously active. Many controllers use this architecture to reduce power consumption. 7 segment display clocks are an example of this.

In an effort to reduce electrical noise in the system the PhidgetLED does not use multiplexing. All 64 anodes are connected to the same power supply and the cathode of each LED connection is attached to an individual constant current sink. Also, the LEDs are not controlled by PWM - they are driven at a constant current.

Other uses for LED controllers

LED controllers are typically just a set of special digital outputs. This means they aren't limited to just controlling LEDs. They can be used to control relays, solenoids and even very small motors. The PhidgetLED can also be used to drive opto-isolators and MOSFET SSRs. A diode integrated into the 1032 on each cathode will clamp inductive surges to the anode supply voltage.

Power Requirements and Power Supply Selection

The power supply that is included with the 1032 is rated at 12V and 2A (max). If your application requires more power, a larger power supply may be necessary. The on-board voltage regulator is able to supply up to 6A for each LED supply voltage setting, as long as the power supply is able to provide enough voltage and current to the regulator. Assume an efficiency of 80% for the on-board voltage regulator when determining if a different power supply is required.