Thermal management is the most difficult, demanding, and expensive design aspect of new
LED lamps
. Failure to adequately manage thermal management can result in catastrophic consequences such as lighting failure or fire. However, thermal management of LED lamps is the most complex, demanding, and expensive 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 due to the way the LED
is connected to the
driver
circuit. In order to achieve heat dissipation, the heat must be released from the LED and driver circuit or effectively managed, which is also the basic prerequisite for the long-term operation of LED lamps.
To understand the importance of thermal management, consider an application where an LED lamp is installed in a common lighting socket such as a wall sconce or ceiling fixture and controlled by a wall switch . Since most standard lamps such as wall sconces or ceiling fixtures rely on thermal convection or airflow to dissipate heat, the heat dissipation effect of this application is not ideal for LED lamps.
Without effective heat management, it can lead to frequent replacement of failed LED lights or catastrophic consequences such as building fires. Using smart LED light control to monitor the temperature of LED lights is a simpler way to manage heat. 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 thus 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 the system forces a known voltage and then measures 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 (click on the image to view the original image)
Too high a temperature or a faulty LED?
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 drop in lumen 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.
Figure 3: Common LED driver and LED controller with NTC and alarm indicator (click on the image to view the original image)
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 in the block diagram is the basic modules 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 a 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 when the temperature reaches certain safe limits . The "Power-up - System Initialization" block at the top of the flowchart is the microcontroller initialization block. When the wall switch is turned on and the LED lamp is powered up, this block will configure the LED lamp for basic operations such as lumen output and temperature sensing.
Figure 4 LED light monitoring and adjustment flow chart
The "Is the light on?" block detects if the light is off due to overtemperature. This simple bitwise test will tell if the light is on. If the light on bit is set, the light is on, if not, 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 vary nonlinearly with temperature , so the sensed voltage can be compared to a table for relative temperature. 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 is at its maximum, the "Is the light on?" block is reentered 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 increase, 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.
Previous article:Two LED sorting methods based on chip and package
Next article:AC input LED driver technical issues still exist and future trends are yet to be determined
Recommended ReadingLatest update time:2024-11-16 21:55
- Popular Resources
- Popular amplifiers
- MCU C language programming and Proteus simulation technology (Xu Aijun)
- 100 Examples of Microcontroller C Language Applications (with CD-ROM, 3rd Edition) (Wang Huiliang, Wang Dongfeng, Dong Guanqiang)
- Research on three-phase all-solid-state high-efficiency LED tunnel lighting system based on chip drive_Li Jian
- Follow me Season 2 Episode 1 All Code + Library
- MathWorks and NXP Collaborate to Launch Model-Based Design Toolbox for Battery Management Systems
- STMicroelectronics' advanced galvanically isolated gate driver STGAP3S provides flexible protection for IGBTs and SiC MOSFETs
- New diaphragm-free solid-state lithium battery technology is launched: the distance between the positive and negative electrodes is less than 0.000001 meters
- [“Source” Observe the Autumn Series] Application and testing of the next generation of semiconductor gallium oxide device photodetectors
- 采用自主设计封装,绝缘电阻显著提高!ROHM开发出更高电压xEV系统的SiC肖特基势垒二极管
- Will GaN replace SiC? PI's disruptive 1700V InnoMux2 is here to demonstrate
- From Isolation to the Third and a Half Generation: Understanding Naxinwei's Gate Driver IC in One Article
- The appeal of 48 V technology: importance, benefits and key factors in system-level applications
- Important breakthrough in recycling of used lithium-ion batteries
- Innolux's intelligent steer-by-wire solution makes cars smarter and safer
- 8051 MCU - Parity Check
- How to efficiently balance the sensitivity of tactile sensing interfaces
- What should I do if the servo motor shakes? What causes the servo motor to shake quickly?
- 【Brushless Motor】Analysis of three-phase BLDC motor and sharing of two popular development boards
- Midea Industrial Technology's subsidiaries Clou Electronics and Hekang New Energy jointly appeared at the Munich Battery Energy Storage Exhibition and Solar Energy Exhibition
- Guoxin Sichen | Application of ferroelectric memory PB85RS2MC in power battery management, with a capacity of 2M
- Analysis of common faults of frequency converter
- In a head-on competition with Qualcomm, what kind of cockpit products has Intel come up with?
- Dalian Rongke's all-vanadium liquid flow battery energy storage equipment industrialization project has entered the sprint stage before production
- Allegro MicroSystems Introduces Advanced Magnetic and Inductive Position Sensing Solutions at Electronica 2024
- Car key in the left hand, liveness detection radar in the right hand, UWB is imperative for cars!
- After a decade of rapid development, domestic CIS has entered the market
- Aegis Dagger Battery + Thor EM-i Super Hybrid, Geely New Energy has thrown out two "king bombs"
- A brief discussion on functional safety - fault, error, and failure
- In the smart car 2.0 cycle, these core industry chains are facing major opportunities!
- The United States and Japan are developing new batteries. CATL faces challenges? How should China's new energy battery industry respond?
- Murata launches high-precision 6-axis inertial sensor for automobiles
- Ford patents pre-charge alarm to help save costs and respond to emergencies
- New real-time microcontroller system from Texas Instruments enables smarter processing in automotive and industrial applications
- A Field Guide to the Internet of Things
- Comparison of these two circuit structures
- Can the op amp inputs exceed the power supply range?
- The fight against the epidemic has made the improvement of medical electronic technology a focus of attention. Let’s take a look at this article. What do you think?
- SDRAM controller.rar
- Sharing--Wireless Charging Bluetooth Speaker Manufacturing Process and PCB Design Appreciation
- 【LuatOS-ESP32】Column series——by lugl4313820
- Microchip live review: How to solve precision timing challenges in ADAS systems
- Simple micro-operating system in a microcontroller with small memory
- Ethernet flow control