The semiconductor light emitting diode (LED) is the workhorse of modern indicator and illumination design. Unlike resistors, which are voltage-driven, an LED is a current-driven device. Its brightness is dictated by the forward current passing through the PN junction, while the voltage across it remains relatively constant. If you treat it like a simple resistive load and connect it directly to a voltage source, it will rapidly draw excessive current, overheat, and fail. This guide strips away the abstract solid-state physics and focuses entirely on what you need at the workbench: how to identify pins, select reliable default parts, calculate bias networks, and test them when a circuit goes dead.
Symbol, Pinout, and "Safe Default" Part Numbers
On a schematic, the semiconductor light emitting diode uses the standard diode symbol—a triangle pointing toward a vertical line (the cathode bar)—but with two small arrows pointing outward to indicate photon emission. Current flows from the anode (triangle side) to the cathode (bar side).
Physically, a standard 5mm through-hole LED has two distinct pinout indicators. The anode is the longer lead, and the cathode is the shorter lead. Additionally, the epoxy lens will have a flat spot on the rim adjacent to the cathode pin. Inside the dome, the larger metal structure (the anvil) is typically the cathode, while the smaller post is the anode, but you should always trust the lead length and flat spot over the internal geometry, as some manufacturers reverse the anvil/post convention.
Safe Default Part Numbers
When you need a reliable indicator and don't want to gamble on bin-sorted surplus, stick to these industry-standard 5mm through-hole parts. They feature predictable forward voltages, tight viewing angles, and robust epoxy housings.
- Red (Standard Indicator): Kingbright WP710A13LSECK. (Vf: 2.2V typ, If: 20mA max, Reverse Voltage: 5V, Luminous Intensity: 1500 mcd).
- Green (High-Visibility): Lite-On LTL-307GG. (Vf: 2.1V typ, If: 20mA max, Reverse Voltage: 5V).
- Blue (Status/Logic): Kingbright WP710A13QBC/D. (Vf: 3.2V typ, If: 20mA max, Reverse Voltage: 5V).
Note the 5V Reverse Voltage (Vr) rating on all of these. This is the absolute maximum reverse bias they can withstand before the junction breaks down and destroys the die.
Operation Regions and Biasing for the Job
To bias a semiconductor light emitting diode correctly, you must understand its three distinct operating regions on the V-I curve. Operating in the wrong region either yields no light or destroys the component.
| Region | Bias Condition | Typical Voltage | Current Behavior | Result |
|---|---|---|---|---|
| Reverse Bias | Cathode more positive than Anode | 0V to -5V | Microamps (leakage) | No light; safe blocking region. |
| Forward Blocking | Anode positive, below Vf threshold | 0V to ~1.8V (Red) | Near zero | No light; junction not yet forward-biased. |
| Forward Conduction | Anode positive, above Vf threshold | Vf (e.g., 2.0V - 3.3V) | Exponential rise (10mA - 30mA) | Emits light; requires current limiting. |
| Reverse Breakdown | Cathode exceeds -5V | > -5V | Massive spike | Destructive; junction avalanches and shorts. |
Typical Forward Voltages by Color
The forward voltage drop (Vf) is determined by the bandgap energy of the semiconductor material used to create the specific color of light.
- Infrared (IR): 1.2V - 1.5V
- Red: 1.8V - 2.2V
- Yellow / Orange: 2.0V - 2.2V
- Green (Standard): 2.0V - 2.2V
- Blue / White / True Green: 3.0V - 3.4V
The Biasing Formula
To set the operating point in the Forward Conduction region, you must use a series current-limiting resistor. Calculate it using Ohm's Law applied to the remaining voltage in the loop:
R = (V_source - V_f) / I_f
Example: You have a 5.0V logic rail and want to drive a Red LED (Vf = 2.0V) at a safe 15mA (0.015A) for a microcontroller indicator.
R = (5.0 - 2.0) / 0.015 = 3.0 / 0.015 = 200 Ω.
Select the next standard 1% resistor value up: 205 Ω (or 220 Ω for standard 5% tolerance).
Complete Application Circuit: 12V Automotive Indicator
Automotive 12V systems are notoriously noisy. The nominal 12V is actually 13.8V when the alternator is running, and can spike to 40V+ during load dumps. A simple resistor is not enough to protect a semiconductor light emitting diode in a vehicle. Here is a robust dashboard indicator circuit.
Bill of Materials
- D1 (Protection): 1N4007 Rectifier Diode (1000V PIV, 1A)
- R1 (Current Limit): 680 Ω, 1/2W Metal Film Resistor
- LED1 (Indicator): Kingbright WP710A13LSECK (Red, 2.2Vf, 20mA)
Assembly and Verification Steps
- Reverse Polarity Protection: Place the 1N4007 in series with the positive 12V supply line. The cathode stripe of the 1N4007 must point toward the LED circuit. If the battery is hooked up backward, the 1N4007 blocks the voltage, keeping the reverse bias on the LED at 0V (safely below its 5V destruction limit).
- Current Limiting: Connect the 680 Ω resistor in series after the 1N4007. Why 680 Ω? At 14.4V alternator output, minus 0.7V for the 1N4007, minus 2.2V for the LED, you have 11.5V across the resistor.
I = 11.5V / 680Ω = 16.9mA. This is a safe, bright operating point. - Power Rating Check: The resistor dissipates
P = I²R = (0.0169)² * 680 = 0.194W. A standard 1/4W (0.25W) resistor will run very hot. We specified a 1/2W resistor to keep temperatures down and prevent solder joint degradation in a hot dashboard environment. - LED Connection: Connect the anode (long lead) of the LED to the resistor, and the cathode (short lead/flat edge) to chassis ground.
- Verify: Apply 12V DC. The LED should illuminate steadily. Measure the voltage across the LED with a multimeter; it should read between 2.1V and 2.3V.
Failure Modes and Multimeter Testing
When a semiconductor light emitting diode fails, it rarely fails open. It usually fails as a dead short or a leaky resistor due to thermal runaway or junction breakdown. If you wire an LED without a resistor, the current spikes, the die overheats, the epoxy melts, and the internal wire bond snaps or the junction shorts.
How to Test with a Digital Multimeter
Testing an LED requires a multimeter with a dedicated Diode Test mode (symbolized by a diode icon). Standard resistance (Ohms) modes do not output enough voltage to forward-bias the junction. For a deeper understanding of multimeter diagnostics, refer to the Fluke guide on testing diodes.
- Set the Dial: Turn your multimeter to the Diode Test setting.
- Forward Bias Test: Touch the Red probe to the LED Anode (long leg) and the Black probe to the Cathode (short leg).
- Expected Result: The meter should display a voltage between 1.5V and 3.3V (the forward voltage drop), and the LED should glow dimly.
- Reverse Bias Test: Swap the probes (Black to Anode, Red to Cathode).
- Expected Result: The meter should display "OL" (Open Loop) or an over-range symbol, indicating the junction is successfully blocking current.
Frequently Asked Questions
Why does my semiconductor light emitting diode burn out when connected directly to a battery?
An LED has a highly non-linear V-I curve. Once the applied voltage crosses its forward voltage threshold (e.g., 2.0V for red), its internal resistance drops to near zero. If connected directly to a 3V, 5V, or 9V battery, the battery will force as much current as it physically can through the junction—often hundreds of milliamps. This vastly exceeds the 20mA to 30mA maximum rating, causing the semiconductor die to overheat and melt the internal wire bond in a fraction of a second. You must always use a series resistor or a constant-current driver to limit the flow.
Can I use a semiconductor light emitting diode as a rectifier diode in a power supply?
No. While an LED is technically a diode and will block current in one direction, its Peak Inverse Voltage (PIV) or reverse breakdown voltage is extremely low—typically only 5V. A standard rectifier diode like the 1N4007 has a PIV of 1000V. If you use an LED to rectify a 12V AC signal, the negative half-cycle will exceed the 5V reverse limit, instantly destroying the LED's PN junction through avalanche breakdown. For rectification, always use purpose-built silicon rectifier diodes or Schottky diodes.
How do I identify the cathode on a surface mount (SMD) semiconductor light emitting diode?
On SMD packages (like the common 0805 or 1206 sizes), the cathode is usually indicated by a visual marker on the component body. Look for a green or black dot, a thick white line, or a notch on one end of the rectangular ceramic or plastic package. The end with the marker is the cathode. If the package is entirely uniform, you must consult the manufacturer's datasheet or use a multimeter's diode test mode with fine-point probes to verify polarity before reflow soldering. For more on SMD and standard diode characteristics, Electronics Tutorials provides excellent visual references.






