0% found this document useful (0 votes)
38 views19 pages

LED Drivers Guide

The document provides a comprehensive guide on LED drivers, covering LED fundamentals, driver selection criteria, and various LED packages. It details different dimming methods, resistor drivers, current drivers, and PWM drivers, along with practical examples and implementation considerations. Additionally, it discusses buck-converter and voltage boost drivers, emphasizing the importance of proper component selection for reliable operation.

Uploaded by

aniket thete
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views19 pages

LED Drivers Guide

The document provides a comprehensive guide on LED drivers, covering LED fundamentals, driver selection criteria, and various LED packages. It details different dimming methods, resistor drivers, current drivers, and PWM drivers, along with practical examples and implementation considerations. Additionally, it discusses buck-converter and voltage boost drivers, emphasizing the importance of proper component selection for reliable operation.

Uploaded by

aniket thete
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 19

Hardware Engineer's Guide

LED DRIVERS
LED Drivers

LED Fundamentals

LEDs are current-driven devices with forward voltage drops.


VF is affected by the material, color, and conditions.
Understanding these characteristics is fundamental to proper driver design.

Color VF (V) IF (mA) Luminous (mcd)


Red 1.8 - 2.2 20 - 30 50 - 5000
Green 3.0 - 3.4 20 - 30 100 - 6000
Blue 3.0 - 3.6 20 - 30 200 - 8000
White 3.0 - 3.6 20 - 30 500 - 10000

• Forward voltage (Vf ) varies with temperature (-2mV/°C typical)


• Forward current (If) determines brightness (nonlinear relationship)
• Junction temperature affects efficiency and lifetime
• Reverse breakdown voltage typically 5V-30V depending on LED type

Selecting the appropriate driver topology involves balancing multiple requirements.

Requirement Evaluation Criteria


Input voltage Vin(min) to (max) vs. Vf
current accuracy ±1% to ±10%
Efficiency 70-95%
Size constraints PCB area, height
Dimming req. Analog/PWM/Digital
EMI Conducted/ emissions

2
LED Drivers

Color Wavelength (nm) VF (V)


Infrared ~850–940 1.2–1.5
Red ~620–630 1.8–2.2
Orange ~605–610 2.0–2.2
Amber ~590–595 2.0–2.2
Yellow ~580–590 2.1–2.3
Green ~520–530 2.0–3.5
Cyan ~500–510 3.0–3.4
Blue ~450–470 3.0–3.5
Violet ~400–420 3.0–3.6
UV (Near) ~365–405 3.1–3.8

Material Bandgap (eV) Typical Color


GaAs 1.4 Infrared
GaAsP 1.9–2.1 Red/Orange
AlGaInP 2.0–2.2 Red–Yellow
GaP 2.2 Green
InGaN 2.5–3.5 Blue/White
GaN 3.4 UV/Blue

3
LED Drivers

LED Packages for PCB Design

Package Dimensions (mm) Description


0402 1.0 × 0.5 Ultra-small SMD LED
0603 1.6 × 0.8 Small SMD LED
0805 2.0 × 1.25 Standard SMD LED
1206 3.2 × 1.6 Larger SMD LED
3528 3.5 × 2.8 Medium SMD LED
5050 5.0 × 5.0 High brightness
5630 5.6 × 3.0 High output
PLCC-2 3.2 × 2.8 Two-lead
PLCC-4 3.2 × 2.8 RGB LED package
PLCC-6 3.5 × 3.5 RGB+W LED package
COB 13-38mm (varies) Chip-on-board array
DIP LED 2.54mm pitch Through-hole LED
TO-220 10.0 × 15.0 High-power

P/N Type Features Max LEDs Package


TPS61165 Boost PWM, 1.2MHz 10 LEDs SOT-23-5
CAT4101 Current Sink PWM, 1A max 8 SOT-23-5
AL5809 Linear Low cost 4 SOT-89
MIC2860 Charge Pump Eff.>90% 6 MSOP-8
LM3404 Buck High eff. 1W+ SOIC-8
NCP5623 I²C RGB control 3 CH UDFN-10
TLC5940 Serial 16 VH, PWM 16 LEDs HTSSOP-28
TPS92512 Buck Automotive 16 WSON-8
MAX16834 Buck-Boost High Bright. 1-15 TQFN-16
LP55231 Prog. 9 CH, I²C 9 LEDs WQFN-24

4
LED Drivers

Different dimming methods offer varying performance characteristics:

Method I Profile Stability Flicker Efficiency


Analog Continuous Poor @ low None Low
PWM Pulsed Excellent Possible High
PWM+CCR Stepped pulsed Very good Minimal High

• Direct PWM: Switches the LED current directly


• PWM-controlled linear driver: PWM signal controls linear regulator
• PWM-controlled switching driver: PWM modulates switching regulator

• Linear dimming: Duty cycle proportional to setting


• Logarithmic dimming: Matches human eye response
• Gamma correction: Typically, γ=2.2 for visual perception
• Custom curves for specialized applications

5
LED Drivers

Resistor Driver

The simplest method uses a current-limiting resistor in series with the LED:
𝑅 = (𝑉𝑠𝑢𝑝𝑝𝑙𝑦 − 𝑉𝑓) / 𝐼𝑓
Where:
• Vsupply is the supply voltage
• Vf is the LED forward voltage
• If is the desired LED forward current

Implementation considerations
• Power rating of resistor > 𝑃𝑟𝑒𝑠𝑖𝑠𝑡𝑜𝑟 = (𝑉𝑠𝑢𝑝𝑝𝑙𝑦 − 𝑉𝑓) × 𝐼𝑓
• Vsupply Must be larger than VF
• Resistor sets Current

Practical example
VF = 1.8V

𝑅 = (5𝑉 − 1.8𝑉) / 10𝑚𝐴 = 320𝛺

𝑃𝑟𝑒𝑠𝑖𝑠𝑡𝑜𝑟 = 3.2𝑉 × 10𝑚𝐴 = 32𝑚𝑊

6
LED Drivers

Multiple LEDs can be connected in series when voltage is sufficient:


𝑅 = (𝑉𝑠𝑢𝑝𝑝𝑙𝑦 − 𝑛 × 𝑉𝑓) / 𝐼𝑓
Where n is the number of series-connected LEDs.

• Identical current via all LEDs→uniform brightness


• Higher efficiency compared to parallel configuration
• Simplified PCB routing
• Reduced component count

• Supply voltage must exceed total forward voltage drop


• Single LED failure can disable entire string
• Limited flexibility for different LED types in same string

𝑉𝑖𝑛 = 10𝑉; 𝑉𝐹 = 1.8𝑉

𝑅 = (10𝑉 − 3 × 1.8𝑉) / 10𝑚𝐴 = 440𝛺

𝑃𝑟𝑒𝑠𝑖𝑠𝑡𝑜𝑟 = 4.4𝑉 × 20𝑚𝐴 = 88𝑚𝑊

7
LED Drivers

For higher current capability, LEDs can be connected in parallel (limiting R)


𝑅𝑛 = (𝑉𝑠𝑢𝑝𝑝𝑙𝑦 − 𝑉𝑓𝑛) / 𝐼𝑓𝑛

• Each LED requires its own resistor


• Avoid variations in LED VF
• Failure of one LED doesn't affect others
• Total current draw equals sum of branch currents

𝑅𝑒𝑑 𝐿𝐸𝐷 (𝑉𝐹 = 2.0𝑉, 𝐼𝑓 = 10𝑚𝐴): 𝑅r = (5V − 2.0𝑉) / 10𝑚𝐴 = 300𝛺

𝐺𝑟𝑒𝑒𝑛 𝐿𝐸𝐷 (𝑉𝐹 = 3.0𝑉, 𝐼𝑓 = 10𝑚𝐴): 𝑅g = (5V − 3.0𝑉) / 10𝑚𝐴 = 200𝛺

𝐵𝑙𝑢𝑒 𝐿𝐸𝐷 (𝑉𝐹 = 3.5𝑉, 𝐼𝑓 = 10𝑚𝐴): 𝑅b = (5𝑉 − 3.5𝑉) / 10𝑚𝐴 = 150𝛺

8
LED Drivers

Current Drivers

Transistors & OPAMAP can regulate LED current more precisely than resistors.
• Better current regulation than resistors
• Temperature compensation possible
• Op-amp compares voltage across sense resistor to reference
• Output drives MOSFET gate to maintain constant current
• Provides higher precision than basic transistor solutions
• Allows for analog dimming via reference voltage

𝐼𝑜𝑢𝑡 = (Vin − VF)/Rs = (3.3– 1.8 ) / 150 = 10mA

𝑆𝑒𝑡 𝐼𝑜𝑢𝑡 𝑣𝑖𝑎 𝑉𝑖𝑛 𝑜𝑟 𝑅𝑠 (𝑉𝑖𝑛 > 𝑉𝐹)

9
LED Drivers

Current mirrors provide matched output for multiple LED branches:


• Two matched transistors (or single dual transistor)
• Reference current through one device copied to output
• Current matching accuracy typically 5-10% with discrete components
• Improved matching with integrated solutions (1-2%)
• Bases share the same Current (same beta)

𝐼𝑟𝑒𝑓 = (𝑉𝑠𝑢𝑝𝑝𝑙𝑦 − 𝑉𝑏𝑒 ) / 𝑅𝑟𝑒𝑓

𝐼𝑟𝑒𝑓 = 4.4 / 440 = 10𝑚𝐴

𝐼𝑏 = 𝐼𝑟𝑒𝑓/β =50𝜇A

𝐼𝑜𝑢𝑡 ≈ 𝐼𝑟𝑒𝑓 𝑓𝑜𝑟 𝑠𝑎𝑚𝑒 𝑡𝑟𝑎𝑛𝑠𝑖𝑠𝑡𝑜𝑟𝑠 (𝛽)

10
LED Drivers

PWM Driver

MCUs offer integrated PWM capabilities for LED control:

• Programmable control algorithms


• Multiple independent channels
• Synchronized operation with system timing
• Adaptive brightness control based on sensors

• Timer/counter configuration for desired frequency


• PWM output pin current limitations (typically 5-20mA)
• Need for external drivers for higher currents
• Interrupt handling for timing-critical applications

11
LED Drivers

Buck-Converter Driver

Buck converters step down voltage while regulating current:

• Switch connects input to inductor during on-time


• Energy stored in inductor during on-time
• Inductor releases energy to Vout → LED (off-time)
• Output current determined by switching duty cycle

• High efficiency (85-95%)


• Wide input voltage range
• Can drive multiple series LEDs
• Good current regulation

12
LED Drivers

Proper component selection ensures reliable operation:

• Voltage rating: >1.5× maximum input voltage


• Current rating: >2× maximum LED current
• Low RDS(on) for efficiency
• Fast switching capability

• Value: Typically, 10-220μH for 100kHz-1MHz switching


• Current rating: >1.3× maximum LED current
• Low DCR for efficiency
• Saturation current margin >30%

• Input: Low-ESR ceramic (1-10μF) for high-frequency filtering


• Output: Optional for reducing ripple (1-47μF)
• Voltage ratings: >1.5× respective operating voltages

12V to 3W LED driver


• Input: 12V nominal (10-15V range)
• Output: 350mA to drive 3W LED (~8.5V at full current)
• Switching frequency: 400kHz
• Inductor: 47μH, 700mA rated
• Sense resistor: 0.3Ω (105mV at 350mA)
• Input capacitor: 4.7μF, 25V ceramic
• Output capacitor: 2.2μF, 16V ceramic

13
LED Drivers

Voltage Boost Drivers

Charge pumps provide voltage conversion without inductors:

• Phase 1: Input capacitor charges to Vin


• Phase 2: Capacitor connects in series with input
• Output voltage approaches 2×Vin (minus losses)
• Non-isolated topology

• No inductors required (smaller, no EMI)


• Simple implementation
• Cost-effective for low power applications
• Can be implemented with discrete components

• Lower efficiency than inductive converters (typically 70-85%)


• Limited output current capability
• Output voltage decreases with load
• Input current is pulsed

14
LED Drivers

Dedicated charge pump ICs offer simplified implementation:

• 2× voltage boost
• AC in DC out
• Diode Bridge

• No inductors required
• Simple implementation
• Cost-effective for low power applications
• Can be implemented with discrete components

• Sinewave Input
• Output current capability
• Regulation method
• Efficiency across load rang

15
LED Drivers

Comparative Analysis

Circuit Components Vin Type Active/Passive BOM Cost. Driver Type


Res Single LED LED, Res DC Passive $0.10-0.30 Resistive
Res Series LEDs Mul. LEDs, Res DC Passive $0.20-0.50 Resistive
Res Parallel LEDs Mul. LEDs, Mul. Res DC Passive $0.30-0.70 Resistive
Current Source Transistor, 2 Res DC Active $0.50-1.00 Current
Current Mirror 2 Transistors, Res DC Active $0.70-1.20 Current
Voltage Rectifier 4 Diodes, Caps AC Passive $0.60-1.50 Voltage
Voltage Doubler 4 Diodes, 4 Caps AC Passive $0.80-2.00 Voltage
PWM Driver MCU, FET, Res DC Active $2.00-5.00 PWM
Buck Driver Ind., Diode, FET DC Active $3.00-8.00 Current

Circuit Type Efficiency I Regulation Bright Ctrl Heat Complexity


Res Single LED Low (40-60%) Poor No High Very Low
Res Series LEDs Low (40-60%) Poor No High Very Low
Res Parallel LEDs Low (40-60%) Poor No High Low
Current Source Medium (60-75%) Good Limited Medium Low
Current Mirror Medium (60-75%) Good Limited Medium Medium
Voltage Rectifier Medium (50-70%) Poor No Medium Low
Voltage Doubler Medium (50-70%) Poor No Medium Medium
PWM Driver High (70-90%) Good Yes Low High
Buck Driver Very High (85-95%) Excellent Yes Very Low High

Circuit Type Power Input Stability Scalability Best Use Case


Res Single LED Low Fixed Poor Poor Indicators
Res Series LEDs Low-Med Fixed Poor Limited Simple displays
Res Parallel LEDs Low-Med Fixed Poor Good Multi-indicator
Current Source Med Limited Good Limited Constant brightness
Current Mirror Med Limited Good Good Multiple identical LEDs
Voltage Rectifier Med Wide AC Fair Limited AC power conversion
Voltage Doubler Med-High Limited AC Fair Limited Higher voltage LEDs
PWM Driver High Wide Good Good Dimmable lighting
Buck Driver High Very Wide Excellent Excellent High-power LED arrays

16
LED Drivers

Common Mistakes

• Mixing LEDs with different VF characteristics in series


• Ignoring power supply startup behavior
• Signal level mismatches (3.3V vs 5V logic)

• Never supply voltage less than VF (forward voltage)


• Remember VF increases with current and decreases with temperature

• Never connect LEDs directly to power without current limiting


• Even "constant voltage" LED strips need end-of-line current limiting

• Don't confuse anode (+) with cathode (-) in layout or assembly


• Reverse protection diodes add safety for sensitive circuits

• Frequency too low (<100Hz) causing visible flicker


• Insufficient gate drive for power MOSFETs
• Missing pull-down resistors causing floating inputs

• Missing input/output caps on switching regulators


• Improper inductor selection for buck/boost topologies

• Missing overcurrent protection


• No thermal shutdown capability

17
LED Drivers

APPENDIX: Calculations

𝑃𝑙𝑜𝑠𝑠(𝑀𝑂𝑆𝐹𝐸𝑇 𝑐𝑜𝑛𝑑𝑢𝑐𝑡𝑖𝑜𝑛) = 𝐼𝑜𝑢𝑡² × 𝑅𝐷𝑆(𝑜𝑛) × 𝐷

𝑃𝑙𝑜𝑠𝑠(𝑀𝑂𝑆𝐹𝐸𝑇 𝑠𝑤𝑖𝑡𝑐ℎ𝑖𝑛𝑔) = 0.5 × 𝑉𝑖𝑛 × 𝐼𝑜𝑢𝑡 × (𝑡𝑟 + 𝑡𝑓) × 𝑓𝑠𝑤

𝑃𝑙𝑜𝑠𝑠(𝐷𝑖𝑜𝑑𝑒) = 𝑉𝑓 × 𝐼𝑜𝑢𝑡 × (1 − 𝐷)

𝑃𝑙𝑜𝑠𝑠(𝐼𝑛𝑑𝑢𝑐𝑡𝑜𝑟) = 𝐼𝑜𝑢𝑡² × 𝐷𝐶𝑅 + 𝐶𝑜𝑟𝑒 𝑙𝑜𝑠𝑠𝑒𝑠

𝑃𝑙𝑜𝑠𝑠(𝐶𝑜𝑛𝑡𝑟𝑜𝑙𝑙𝑒𝑟) = 𝑉𝑖𝑛 × 𝐼𝑞

𝐸𝑓𝑓𝑖𝑐𝑖𝑒𝑛𝑐𝑦 = 𝑃𝑜𝑢𝑡 / (𝑃𝑜𝑢𝑡 + 𝑇𝑜𝑡𝑎𝑙 𝑙𝑜𝑠𝑠𝑒𝑠)

• 12V to 9V at 1A buck converter


• MOSFET: RDS(on) = 50mΩ
• Diode: Vf = 0.5V
• Inductor: DCR = 30mΩ
• Duty cycle: D = 9V/12V = 0.75
• Switching losses = 0.25W (from detailed calculation)

𝑃𝑜𝑢𝑡 = 9𝑉 × 1𝐴 = 9𝑊

𝑃𝑙𝑜𝑠𝑠(𝑀𝑂𝑆𝐹𝐸𝑇 𝑐𝑜𝑛𝑑𝑢𝑐𝑡𝑖𝑜𝑛) = 1𝐴² × 0.05𝛺 × 0.75 = 37.5𝑚𝑊

𝑃𝑙𝑜𝑠𝑠(𝐷𝑖𝑜𝑑𝑒) = 0.5𝑉 × 1𝐴 × 0.25 = 125𝑚𝑊

𝑃𝑙𝑜𝑠𝑠(𝐼𝑛𝑑𝑢𝑐𝑡𝑜𝑟) = 1𝐴² × 0.03𝛺 = 30𝑚𝑊

𝑃𝑙𝑜𝑠𝑠(𝐶𝑜𝑛𝑡𝑟𝑜𝑙𝑙𝑒𝑟) = 5𝑚𝐴 × 12𝑉 = 60𝑚𝑊

𝑇𝑜𝑡𝑎𝑙 𝑙𝑜𝑠𝑠𝑒𝑠 = 37.5𝑚𝑊 + 125𝑚𝑊 + 30𝑚𝑊 + 60𝑚𝑊 + 250𝑚𝑊 = 502.5𝑚𝑊

𝑬𝒇𝒇𝒊𝒄𝒊𝒆𝒏𝒄𝒚 = 𝟗𝑾 / (𝟗𝑾 + 𝟎. 𝟓𝟎𝟐𝟓𝑾) = 𝟗𝟒. 𝟕%

18
LED Drivers

APPENDIX: Glossary

CCM: Continuous Conduction Mode


CCR: Constant Current Regulation
DCM: Discontinuous Conduction Mode
DCR: DC Resistance (of inductor)
EMI: Electromagnetic Interference
ESR: Equivalent Series Resistance
FMEA: Failure Mode and Effects Analysis
GaN: Gallium Nitride (semiconductor)
HTOL: High Temperature Operating Life
LED: Light Emitting Diode
LLC: Resonant converter topology (inductor-inductor-capacitor)
MCPCB: Metal Core Printed Circuit Board
MOSFET: Metal Oxide Semiconductor Field Effect Transistor
MTBF: Mean Time Between Failures
OCP: Overcurrent Protection
OTP: Overtemperature Protection
OVP: Overvoltage Protection
PCB: Printed Circuit Board
PFC: Power Factor Correction
PWM: Pulse Width Modulation
RDS(on): Drain-Source On-Resistance
SEPIC: Single-Ended Primary Inductance Converter
SiC: Silicon Carbide (semiconductor)
SMD: Surface Mount Device
TCR: Temperature Coefficient of Resistance
THD: Total Harmonic Distortion
TVS: Transient Voltage Suppressor
ZVS: Zero Voltage Switchin

19

You might also like