Heat dissipation management of LED lights

Publisher:老王古玩店Latest update time:2012-09-23 Source: 21ICKeywords:LED Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

Thermal management is the most difficult, demanding, and costly design aspect of a new LED lamp. Failure to adequately manage thermal performance can result in catastrophic consequences such as lighting failure or fire. However, thermal management of LED lamps is the most complex, demanding, and costly aspect of the entire design solution. This article will explore how to implement negative temperature coefficient (NTC) thermal management to maximize the safety of LED designs and significantly reduce power consumption.

In traditional incandescent bulbs, the only heat source is the filament, which is not in direct contact with anything. For LED lamps, the LED is the light source, and the heat dissipation of the LED is in direct contact with the LED bulb. This direct contact is caused by the connection between the LED and the driver circuit. In order to achieve heat dissipation, the heat must be released from the LED and the driver circuit or effectively managed. This is also the basic premise for keeping LED lamps working for a long time.

To understand the importance of thermal management, let's imagine an application where an LED lamp is installed in a common lighting socket such as a wall sconce or ceiling lamp, and the LED lamp is controlled by a wall switch. Since most standard lamps such as wall sconces or ceiling lamps rely mainly on heat convection or airflow to dissipate heat, the heat dissipation effect of this application is not ideal for LED lamps.

Without effective heat management, it will lead to frequent replacement of failed LED lights or catastrophic consequences such as building fires. Using intelligent LED light control to monitor the temperature of LED lights is a relatively simple heat management method. At the same time, since LED lights can reduce power when the temperature rises, safety will be greatly improved.

NTC Thermal Management

The basic principle of the NTC circuit is to improve the safety of LED lamps and reduce the design complexity by monitoring the temperature of the LED lamp. When the temperature rises, the controller reduces the lumens and thereby keeps the LED within a safe level. In other words, when the temperature rises, the lumens are reduced, and conversely, when the temperature drops, the lumens are increased.

We can detect the temperature change of the LED lamp by detecting the voltage on the NTC. The detected voltage is directly related to the temperature of the NTC, and the resistance of the NTC will decrease as the temperature of the NTC and its surrounding circuits increases. There are two basic methods to determine the temperature using the NTC.

Method 1: Use an NTC in a voltage divider circuit where a known voltage is forced into the system and then measure the voltage at the NTC node. As the temperature of the NTC increases, the resistance decreases. The decrease in resistance will result in a change in the voltage divider ratio. The voltage at the NTC node will also decrease as the temperature increases.

Method 2: Force a known current through the NTC and measure the voltage across the NTC. When the temperature of the NTC increases, the resistance decreases. According to Ohm's law, the decrease in resistance will change the voltage across the NTC node. If the resistance decreases and the current remains the same, the voltage across the NTC node will also decrease.

Both methods of monitoring LED lamp temperature are straightforward to implement in terms of improving operations and increasing safety. Figure 1 is a schematic diagram of the two methods using LEDs as the source of temperature rise.


Figure 1: Two basic methods of determining temperature using an NTC.

Too high temperature or LED failure?

When the lumen output of an LED lamp drops, it is important to know whether the drop is due to an excessively high temperature environment or a faulty LED. An indicator showing a lumen drop can be used to determine the cause of the drop.

The lumen drop in the system shown in Figure 2 is indicated by a low-power red LED. When the system is at maximum lumen output, the red LED is off. As the temperature of the LED lamp increases, the lumen output drops, and when the lumen output drops, the red LED turns on. As the lumen output continues to drop, the intensity of the red LED increases accordingly. When the lumen output drops to its minimum intensity, the red LED turns on fully.

Figure 2
When the lumen output is at minimum intensity and the temperature of the LED lamp is still high, the red LED indicator can also serve as an alarm to warn of serious problems. In alarm mode, the red LED will flash continuously while all white LEDs are turned off.

The block diagram in Figure 3 shows a generic LED driver and LED controller with an NTC and an alarm indicator. A generic LED lamp contains an LED driver that is configured to provide a set current through the LED. The driver cannot reduce lumens based on temperature. The temperature monitoring feature provided by the driver is only used for its own protection and shuts down completely in the event of extremely high temperatures.

LED controllers have all the control functions of ordinary LED drivers and can enhance the intelligence level of other functions such as temperature monitoring, communication and dimming control. The blue part of the block diagram is the basic module and components of the LED controller. The components shown in red are not required for basic operation, but are shown for the NTC and alarm functions described in this article.

By adding an NTC to a regular LED, the LED light can be turned off in a controlled sequence when the temperature reaches a preset limit. The two red components (resistor and NTC) on the right side of the LED controller are configured according to method one described in the NTC operation section. The controller provides a precise voltage to the resistor element. The voltage at the NTC node is measured by the controller for conversion to the corresponding system temperature.

The alarm mechanism allows the LED light to indicate that the temperature has risen to the point where it must shut down for safety. The two red components (resistor and LED) on the left side of the LED controller are the basic indicator LED configuration. The brightness of the LED is controlled by a PWM (pulse width modulation) signal. The LED will increase in brightness as the PWM duty cycle increases.

The smart LED light above displays the alarm information as another LED indicator. LED alarm is just one of many communication interfaces that smart LEDs can use. Other interfaces include PLC (power line communication), DMX (digital multiplexing) and DALI (digital addressable lighting interface).

Lumen adjustment

The flowchart in Figure 4 shows a simple algorithm that monitors the temperature of an LED lamp and adjusts the lumen level if the temperature reaches certain safe limits. The "Power-On Startup - System Initialization" block at the top of the flowchart is the microcontroller initialization block. When the wall switch is turned on, the LED lamp is powered up and this block configures the LED lamp for basic operations such as lumen output and temperature sensing.

Figure 4: LED light monitoring and adjustment flow chart

Figure 4: LED Light Monitoring and Adjustment Flowchart The "Is the light on?" block detects if the light has turned off due to overtemperature. This simple bitwise test will determine if the light is on. If the light is set to the light on bit, the light is on, if not set to the light on bit, the light is not on. When power is first applied, the light is on by default and the light on bit is set.

The "Alarm" control block controls the on/off sequence after the temperature is too high and the LED light is turned off by the controller. The following "Is the light on?" block will start the test sequence again. The only way to exit the alarm condition is to remove and then reapply power using the wall switch.

The next "Sense Temperature" block will sense the voltage at the NTC node. NTCs typically change nonlinearly with temperature, so the sensed voltage can be compared to the relevant temperature based on a lookup table. This temperature will be used in the next two control blocks.

The "Safety Temperature" block is used to determine if the temperature of the LED lamp is within the safe range. When the temperature reaches the configured maximum value, the system will turn off the lamp. If the temperature is below the maximum allowed value, the system will continue with the temperature stability test.

The "Light Off" block turns off the light when the LED temperature is in an unsafe range. Next comes the "Light On?" block, which restarts the detection sequence again.

The "Temperature Change" block determines if the temperature change since the last lumen adjustment cycle requires an increase or decrease in light output. The "Temperature Increase" block determines if the temperature is increasing or decreasing. Since the previous control block has already determined that the temperature change since the last lumen adjustment cycle is large enough, there are only two choices here.

The "Max Lumens" block is used to determine if the LED light is set to its maximum lumen output. If the lumen output reaches the maximum value, the "Is the light on?" block is re-entered to restart the test sequence.

When the previous control block detects that the lumen output is not at maximum, the Lumens Up, Light Dim block is triggered. This control block increases the output by one step as configured during the Initialization block, and also dims the light LED by one step to match the lumen increase with the light dimming, before restarting the test sequence.

When the "Temperature Rise" block detects a temperature rise, it triggers the "Minimum Lumens" block. If the lumens have not reached the preset minimum value, the flow is directed to the "Reduce Lumens, Brighten Indicator Light" block. If the lumen output reaches the preset minimum value, the "Is the light on?" block is re-entered to restart the detection sequence.

The "Reduce Lumens, Increase Indicator" block will decrease the output by one step based on the configuration during the Initialization block, and will also increase the indicator LED by one step to match the decrease in lumens with the increase in indicator, before restarting the detection sequence.

The above flow chart shows the LED light remaining off during the input power cycle. A slight change in the flow chart can provide a sequence where the light is off, the temperature is monitored, and the LED light is turned back on when the temperature drops to safe limits.

Keywords:LED Reference address:Heat dissipation management of LED lights

Previous article:The principle and application of LED lighting energy saving
Next article:Introduction to the implementation principle of LED full-color lighting control system

Recommended ReadingLatest update time:2024-11-16 21:27

51 single chip microcomputer: independent button control LED light
1. Independent button to control LED light status  After the on-off experiment is completed, the LED state can be controlled. First of all, we know that due to the elasticity of the mechanical structure, the key switch will not be stably connected in an instant when closed, and will not be disconnected all at once w
[Microcontroller]
51 single chip microcomputer: independent button control LED light
High-brightness LED packaging light flux principle
Replacing the original EL backlight and CCFL backlight of handheld devices with LED backlight not only makes the circuit design simpler and easier, but also has higher resistance to external forces. Replacing the original CCFL backlight of LCD TVs with LED backlight is not only more environmentally friendly but also
[Power Management]
Intelligent digital power controller optimizes LED dimming system
The global warming crisis and energy shortage are further promoting the popularization of LED lighting. LED lighting is environmentally friendly, has high light efficiency and long life, but in completely replacing incandescent lamps with wall-mounted dimmers, LED lighting still has the inherent disadvantage of poor
[Power Management]
Intelligent digital power controller optimizes LED dimming system
The requirements of the power-on pulse on the selection of LED lighting fuses
Friends who are engaged in power circuit design know that one of the important factors to consider when designing LED lighting power is the power-on pulse caused by the power-on moment . This requires considering many factors in the selection of fuses . If the selection is inappropriate, the power-on pulse will brea
[Power Management]
The requirements of the power-on pulse on the selection of LED lighting fuses
【ARM】Key-press · Query-type control of LED lights · FS2410
Development Environment Hardware platform: FS2410 Host: Ubuntu 12.04 LTS LED lamp schematic diagram Button schematic diagram Wiring resources for buttons KSCAN0 -  GPE11    KSCAN1 -  GPG6     KSCAN2 -  GPE13      KSCAN3 -  GPG2    EINT0  -  GPF0     EINT2  -  GPF2     EINT11 -  GPG3       EINT19 -  GPG
[Microcontroller]
【ARM】Key-press · Query-type control of LED lights · FS2410
Key power supply and LED lighting application solutions
As people are becoming more and more environmentally conscious, energy conservation is not only a hot topic, but also a practical action project for important regulatory agencies and leading manufacturers in various countries. Looking around our work and living environment, the most commonly used, most common or mos
[Power Management]
Key power supply and LED lighting application solutions
A current sampling circuit for a hysteresis constant current LED drive circuit
In today's lighting field, LED has become the future development trend due to its advantages such as long life, low power consumption and no pollution. However, it is not feasible to design a unique chip for different applications. Therefore, power management chips that can make the power supply and load independen
[Power Management]
A current sampling circuit for a hysteresis constant current LED drive circuit
GaN-on-silicon LEDs and light extraction technology enable cost-effective lighting
Traditionally, gallium nitride ( GaN ) LED components are usually based on sapphire or silicon carbide (SiC) substrates, which are lattice-matched to GaN, and are commonly available in 2" or 4" sizes. The industry has been working to develop GaN using more abundant silicon wafers (6" or larger), because silicon substr
[Power Management]
GaN-on-silicon LEDs and light extraction technology enable cost-effective lighting
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号