High-brightness LED driver circuits for automotive applications

Publisher:zhaodawei617Latest update time:2013-11-19 Source: OFweek电子工程网 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

  In recent years, the application of high-brightness LED has developed rapidly, especially in signboards and traffic lights. For automotive applications, LED is also very attractive. Long life, shock resistance, high efficiency, and good control of light sources are all its advantages. Of course, compared with incandescent lamps, LEDs require drive circuits. In addition, automotive electrical systems are powered by lead-acid batteries, which are charged by mechanically driven AC generators. This type of battery is suitable for incandescent lamps, but not for LEDs. Therefore, it is very necessary to design a drive circuit with good voltage stabilization performance and low noise.

  In theory, LED light output is related to the drive current and has nothing to do with the power supply voltage. For the lowest demand application, if the power supply voltage is stable, a resistor can limit the current. It is worth noting that for this simplest application circuit, the LED shows a self-stabilizing characteristic to a certain extent. That is, if the temperature rises, the light output of the LED decreases, but at the same time its forward voltage drop also decreases, which increases the drive current, thereby compensating for the decrease in light output at higher temperatures.

  Unfortunately, the range of automotive power supply is very large, between 8V-18V, and the peak voltage can reach tens of volts. In addition, the high-brightness LED drive current is large, which will generate a lot of heat on the resistor, complicating the heat dissipation design.

  A relatively simple solution is to use a linear buck regulator (Figure 1). D1 is a Zener diode, and the current through the LED is set to VD1/RSET. D2 performs humidity compensation on the base diode. This circuit still has energy loss and resistor heat dissipation problems. For low-current LEDs, especially when the forward voltage drop of the LEDs in series is slightly lower than the power supply voltage, this circuit is a cost-effective solution.

High-brightness LED driver circuits for automotive applications

Figure 1 Simple current stabilization circuit

  In most cases, switching power supplies provide a better electrical solution. As the name implies, switching power supplies work in a switch, charging the RLC circuit in one cycle; in the next cycle, the stored energy is used to drive the load. This type of circuit has a very high efficiency, generally reaching more than 90%. Switching regulators can increase voltage, decrease voltage, and generate voltages of opposite polarity, which linear regulators do not have.

  The simplest switching regulator is the buck regulator shown in Figure 2. The voltage difference between the input voltage and the LED voltage charges the inductor L, and the current increases accordingly. When the current reaches a preset value, the control circuit turns off the series transistor, forming an alternating current in the LED path. Note that in LED drive applications, the switching regulator circuit controls the peak value of the current.

  This value is set by a programmable IC or external components. The current value is also defined by the sense resistor on the drain of the FET switch. The current flowing through the LED of the buck regulator is continuous, but alternating, while it is discontinuous for the power supply, which will have a certain impact on the operation of the power supply and increase the noise on the power line.

High-brightness LED driver circuits for automotive applications

Figure 2 Buck-type switching current stabilization circuit If the power supply voltage is lower than the sum of the voltages of all LEDs in series, a boost regulator should be used. The boost regulator (Figure 3) must control both current and voltage, and the circuit is relatively complex. The boost regulator also has serious interference problems under high current conditions. Therefore, the most stable and safest LED driver can be a combination of boost and buck. A boost regulator can drive several buck regulators in parallel. In this way, the power supply is faced with a good-performance boost regulator, while the load end is a high-current output buck regulator.

High-brightness LED driver circuits for automotive applications

Figure 3 Boost switch current stabilization circuit

  All switching power supplies will generate noise. Voltage regulators can increase the operating frequency and use large capacitors to filter at the output. LED power supplies are current-stabilizing types. To reduce noise, the following measures must be taken:

  Reduce the operating frequency.

  · The switching transistor should be placed in the center area of ​​the circuit board.

  Fast recovery diode.

  Do not form a current loop in the LED area.

  Shorten cables and printed circuit board traces.

  In addition to the above measures, the new solution also helps reduce the noise of the driving power supply. Melexis' MLX10801 and MLX10803 LED drivers use a pseudo-random switching frequency generator to reduce electrical noise. Figure 4 is a circuit example for low-noise applications, which meets the Level 5 standard of CISPR25, where CISPR is the French abbreviation for the International Special Committee on Radio Interference. The working inductor L1 should be determined based on the switching frequency and LED current. To facilitate user design, the company also provides a software and Excel spreadsheet for selecting ROSC, RSET and RSENSE.

High-brightness LED driver circuits for automotive applications

Figure 4 MLX10803 application example

  For the circuit in Figure 4, the switching frequency should be lower than 150KHz. If the LED current is between 0.5-1A, L1 and L2 are 100?H. The noise is broadband, so the filter capacitor adopts a combination of large and small solutions. Diode D1 is the main source of high-frequency noise and should be carefully selected. When the power supply voltage is lower than 100V, a Schottky diode can be used.

  The light output intensity of GaAs and GaAsP LEDs is closely related to the junction temperature. For example, if the LED outputs 100% at 25°C, it will only be 80% at 80°C. The driver is equipped with a temperature slope compensation circuit. In fact, a PTC or NTC resistor can solve the problem, using the temperature coefficient of the PTC to balance the light output of the LED. In order to protect the LED, an NTC resistor can be added to the input end of the device when the temperature is higher than 80°C.

Reference address:High-brightness LED driver circuits for automotive applications

Previous article:How to Correctly Select LED Driver Power Supply
Next article:Analysis of Passive Drive (PMOLED) Technology

Recommended ReadingLatest update time:2024-11-16 22:31

Light up an LED and blink it using ARM
/**************************************************************************************/ /* */ /* led.c: Use ARM to light up an LED and blink */ /* */ /**************************************************************************************/ #include LPC21xx.H                         /***********************************
[Microcontroller]
The single chip microcomputer controls the LED dot matrix to display the heart-shaped graphics and scroll
Question requirements: Display a heart-shaped graphic and keep scrolling Simulation circuit diagram: Simulation effect: C language program code: #include reg51.h #include intrins.h unsigned char  ldis = {0xFF,0xF3,0xE1,0xC1,0x83,0xC1,0xE1,0xF3}; unsigned char  hdis = {0x0,0x66,0x99,0x81,0x42,0x24,0x18,0x0}
[Microcontroller]
The single chip microcomputer controls the LED dot matrix to display the heart-shaped graphics and scroll
89C51 microcontroller - button control LED
1. Implement the flow chart 2.proteus simulation diagram 3.keli code #include reg51.h sbit led1=P0^0; sbit key1=P0^1; sbit led2=P1^0; sbit key2=P1^1; void delay(int ms) {   int i,j;   for(i = 0; i ms; ++i)     for(j = 0; j 110; ++j); } int main() { led1=1; led2=0; while(1) {         //button co
[Microcontroller]
89C51 microcontroller - button control LED
Three major development stages of LED lamps "lighting application"
Earlier, LED lamps began to enter the mainstream lighting in developed countries. The market has a certain degree of recognition and acceptance of LED lamp products. The environmental protection, small size, high reliability and other characteristics of LED lamps have gradually become prominent. In commercial applic
[Power Management]
Three major development stages of LED lamps
Main technical development trends of LED driver power supply
As a new light source, LED power supply and drive circuit are different from the electronic ballast of fluorescent lamp. The main function of LED drive circuit is to convert AC voltage into DC voltage and match the voltage and current of LED at the same time. With the linear decline of silicon integrated circuit pow
[Power Management]
Precautions for using studio LED display
With the introduction of small-pitch LED screens, LED screens are increasingly used in the broadcasting and television industry. Not long ago, there was news that Leyard assisted Zhejiang Satellite TV in building the first all-LED background news studio. This trend also shows that LED screens are becoming more and m
[Power Management]
Eight tips to improve LED driver efficiency
 Everyone knows that the most common way to improve the efficiency of LED driver power supply is to optimize the electronic transformer parameter design and reduce the eddy current loss caused by ringing. But are there any other related skills besides this? Now I will share with you eight techniques to improve the e
[Power Management]
High-power LED heat dissipation needs to be improved, and alternative substrate technology becomes a hot topic
Among the current LED applications, the application in two major fields, LCD TV backlight and lighting, is growing rapidly. The use of high-power LEDs is increasing, and related heat dissipation technologies are becoming increasingly important. In order to pursue better heat dissipation
[Power Management]
Latest Power Management Articles
Change More Related Popular Components

EEWorld
subscription
account

EEWorld
service
account

Automotive
development
circle

About Us Customer Service Contact Information Datasheet Sitemap LatestNews


Room 1530, 15th Floor, Building B, No.18 Zhongguancun Street, Haidian District, Beijing, Postal Code: 100190 China Telephone: 008610 8235 0740

Copyright © 2005-2024 EEWORLD.com.cn, Inc. All rights reserved 京ICP证060456号 京ICP备10001474号-1 电信业务审批[2006]字第258号函 京公网安备 11010802033920号