The Short Answer: Default Light-Emitting Diode Picks and Biasing
For standard 5V or 3.3V logic indication on a breadboard or PCB, use a standard 5mm through-hole AlGaInP red light-emitting diode (LED) paired with a 330Ω or 220Ω current-limiting resistor. If you need a blue or white indicator, step up to a 120Ω resistor to account for the higher forward voltage drop.
- Red (5mm): Lite-On LTL-307EE (Vf = 2.0V, If = 20mA max)
- Green (5mm): Lite-On LTL-307G (Vf = 2.2V, If = 20mA max)
- Blue (5mm): Cree C503B-WJS (Vf = 3.2V, If = 20mA max)
- SMD (0603): Lite-On LTST-C170GKT (Green, Vf = 2.2V, highly visible at 5mA)
Never wire a light-emitting diode directly across a voltage source without a current-limiting resistor or constant-current driver. The I-V curve of a diode is exponential; a 0.1V increase in source voltage can double the current, instantly destroying the junction.
LED Symbol, Pinout, and Internal Structure
The schematic symbol for an LED is a standard diode triangle pointing toward a vertical cathode line, augmented by two small arrows pointing away from the junction to indicate photon emission. The triangle represents the anode (P-type material), and the bar represents the cathode (N-type material).
When handling physical 5mm through-hole components, identifying the pinout is straightforward if the leads haven't been clipped:
- Anode (+): The longer lead. Connects to the positive supply (through the current-limiting resistor).
- Cathode (-): The shorter lead. The plastic epoxy bezel will also have a flattened edge on the cathode side.
Internally, the semiconductor die sits in a reflective cup on the cathode lead frame, bonded to the anode lead via a microscopic gold wire. This wire bond is a primary point of mechanical failure if the leads are bent too close to the epoxy body or if the component is subjected to severe thermal shock during wave soldering.
Operation Regions and Forward Voltage Specs
Unlike resistors, LEDs do not obey Ohm's law linearly. They operate in distinct regions based on the applied bias. Understanding these regions is critical for debugging circuits where an LED refuses to light or burns out.
| Bias Region | Applied Voltage | Current Flow | Physical Behavior |
|---|---|---|---|
| Reverse Breakdown | Below -5V (typical) | High (mA to Amps) | Avalanche breakdown. Junction overheats and permanently shorts or opens. Never operate here. |
| Reverse Bias | -5V to 0V | Microamps (leakage) | Depletion region widens. No light emitted. Safe, but useless for illumination. |
| Sub-Threshold Forward | 0V to ~1.5V (Red) | Nanoamps to Microamps | Insufficient energy to overcome the bandgap. No visible light emission. |
| Forward Active (Emission) | Vf (e.g., 2.0V for Red) | 1mA to 20mA (typical) | Electrons and holes recombine across the junction, releasing photons. Current scales exponentially with voltage. |
The exact forward voltage (Vf) required to reach the 'Forward Active' region depends entirely on the semiconductor bandgap, which dictates the color of the emitted light. Refer to the semiconductor physics of LEDs for the deep-dive on bandgap energies.
| Color | Semiconductor Material | Typical Vf @ 20mA | Max Continuous Current |
|---|---|---|---|
| Infrared | GaAs | 1.2V - 1.5V | 50mA - 100mA |
| Red | AlGaInP | 1.8V - 2.2V | 20mA - 30mA |
| Yellow/Green | GaP | 2.0V - 2.4V | 20mA |
| True Green | InGaN | 3.0V - 3.4V | 20mA |
| Blue / White | InGaN / Phosphor | 3.0V - 3.6V | 20mA - 30mA |
Designing the Bias Circuit: Sizing the Current-Limiting Resistor
To bias a light-emitting diode safely, you must drop the excess voltage from your power supply across a series resistor. The formula is derived from Kirchhoff's Voltage Law:
R = (Vs - Vf) / If
Where:
Vs = Supply voltage
Vf = LED forward voltage (from datasheet)
If = Desired forward current (usually 10mA to 20mA for indication)
Worked Example: 5V Logic Driving a Blue LED
You are wiring a Cree C503B-WJS blue LED (Vf = 3.2V) to a 5V Arduino GPIO pin. You want a safe, bright indicator current of 15mA (0.015A).
- Calculate Resistance: R = (5.0V - 3.2V) / 0.015A = 1.8V / 0.015A = 120Ω.
- Select Standard Value: 120Ω is a standard E12 series value. Use exactly 120Ω.
- Calculate Resistor Power Dissipation: P = I² × R = (0.015)² × 120 = 0.027W (27mW).
- Select Resistor Wattage: A standard 1/8W (125mW) or 1/4W (250mW) carbon film or metal film resistor is more than adequate.
Complete Application Circuit
For a robust, noise-immune indicator circuit on a custom PCB:
- U1: 5V Voltage Regulator (e.g., L7805 or AMS1117-5.0)
- C1: 100nF (0.1µF) ceramic bypass capacitor placed physically adjacent to the LED's power rail to ground.
- R1: 120Ω, 1/4W, 1% metal film resistor.
- D1: C503B-WJS Blue LED.
- Routing: 5V rail → C1 (to GND) → R1 → D1 Anode → D1 Cathode → GND.
Failure Modes and Multimeter Testing
LEDs rarely fail randomly; they fail because of electrical or thermal abuse. Here is how they die and how to verify their health on the bench.
Common Failure Modes
- Thermal Runaway (No Resistor): As the junction heats up, its forward voltage drops. If driven by a fixed voltage source without a resistor, the current spikes, generating more heat, until the gold wire bond melts or the die cracks. Symptom: Sudden darkness, sometimes accompanied by a pop and the smell of burnt epoxy.
- Reverse Voltage Breakdown: Standard LEDs have a very low reverse breakdown voltage, typically around -5V. If you connect a 12V source backward across an LED, the junction avalanches and shorts out. Symptom: LED acts like a dead short, blowing the circuit fuse or tripping the power supply's overcurrent protection.
- ESD Damage: InGaN (blue/white/green) LEDs are highly susceptible to Electrostatic Discharge. A zap can create a microscopic shunt path inside the die. Symptom: LED glows dimly or flickers erratically even at correct bias currents.
Testing with a Digital Multimeter (DMM)
To test a suspected dead LED, set your multimeter to the Diode Test mode (usually indicated by a diode symbol).
- Place the Red probe on the Anode (long leg) and the Black probe on the Cathode (short leg).
- A healthy red LED will display a voltage drop between 1.6V and 2.2V and will glow faintly.
- Reverse the probes. The meter should read 'OL' (Open Line) or '1', indicating infinite resistance.
Decision Tree: Selecting the Right LED for Your Application
Stop guessing at the parts bin. Use this decision matrix to select the exact form factor and chemistry for your next build. For a comprehensive catalog of available discrete options, refer to the DigiKey discrete LED selection guide.
| If your application is... | Then you need... | Concrete Default Pick (Part Number) |
|---|---|---|
| Breadboard Prototyping / Panel Indicators (Requires high visibility, easy manual wiring, wide viewing angle) |
5mm Through-Hole, Diffused Lens (spreads light evenly) | Lite-On LTL-307EE (Red, 2.0V, 20mA, 5mm diffused) |
| High-Density SMD PCB Status Lights (Requires automated pick-and-place, low profile, low current draw) |
0603 or 0805 SMD Package, Water-Clear Lens | Lite-On LTST-C170GKT (Green, 0603, 2.2V, 20mA) |
| High-Power Illumination / Flashlights (Requires >100 lumens, PCB heatsink mounting, constant current driver) |
High-Power SMD Emitter on a metal-core PCB (MCPCB) | Cree XLamp XP-G3 (White, 2.8V-3.1V, 1000mA+ max, requires dedicated LED driver IC) |
| Optical Isolation / IR Data Transmission (Requires invisible spectrum, fast switching times for PWM/IRDA) |
940nm Infrared Through-Hole Emitter | Vishay TSAL6200 (IR, 1.35V, 100mA pulsed, 800ns switching time) |
When designing for production, always verify the LED luminous intensity (mcd) and viewing angle in the manufacturer's datasheet. A 10,000 mcd 'water-clear' LED will look blindingly bright on-axis but invisible from the side, whereas a 200 mcd 'diffused' LED will be perfectly readable as a status indicator from any angle in the room.






