Intelligent LED lighting control with heat dissipation monitoring

Publisher:lxy64420245Latest update time:2011-07-19 Source: OFweek半导体照明网 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

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.

Two Basic Methods of Determining Temperature Using NTCs

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.

Generic LED driver and LED controller with NTC and alarm indicator

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.

LED light monitoring and adjustment flow chart

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.

Reference address:Intelligent LED lighting control with heat dissipation monitoring

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

Design of LED backlight drive solution for medium-sized display screens
LED backlight is becoming a trend, pouring into people's lives. From the debut of LED backlight laptops in 2008 to the grand debut of LED backlight LCD TVs in 2009, they have attracted people's attention. For LED backlights of medium and large-sized displays, several major technical problems must be solved, among wh
[Power Management]
Design of LED backlight drive solution for medium-sized display screens
Engineers share how thermally conductive potting silicone can solve the heat dissipation problem of LED driver power supply
With the rapid development of the LED industry, many manufacturers have also begun to develop LED drivers . In fact, this is also a development trend of the LED industry. Because the LED industry is not very mature and various parameter standards are not perfect, many manufacturers' tests are not ve
[Power Management]
Provide PWM brightness control for LED drive circuit
introduction In a typical application, a command is sent to the LED driver through a serial port to change the register value of the corresponding LED to adjust the brightness. The data used for brightness control is usually 4 to 8 bits, corresponding to 16 to 256 brightness levels; the brightness control of
[Power Management]
Provide PWM brightness control for LED drive circuit
Simple open-circuit protection for boost converters in LED driver applications
introduction One approach to driving high-brightness LEDs is to modify the standard boost converter topology to drive a constant current through the load. However, this implementation presents a serious problem because an open-circuit fault in the LED string removes the path for the load current. This can p
[Power Management]
Simple open-circuit protection for boost converters in LED driver applications
Backlight driver application design for large-size LED screens
Traditional boost LED driver The traditional LED driver uses a boost circuit, and the simplified circuit form is shown in Figure 1.     Figure 1 The input voltage VIN of the boost type LED backlight driver is lower than the tube voltage VF of the LED Light Bar. It is boosted through V1, L1, and D1, and the LED const
[Power Management]
Backlight driver application design for large-size LED screens
Design of LED constant current drive circuit based on common DCDC chip
In fact, every DC/DC IC (whether step-up or step-down) can be connected to drive a constant current LED. Now we will take KZW3688 and CE9908 as examples to introduce the connection methods and characteristics. 1. KZW3688 step-down IC, its connection method is as follows: The principle is very simp
[Power Management]
Design of LED constant current drive circuit based on common DCDC chip
CES 2024: Macroblock’s LED driver chips lead the upgrade of automotive lighting and displays
(January 10, 2024) Macroblock Technology demonstrated its latest LED driver chip at CES 2024, suitable for automotive lighting and cockpit display applications. At CES 2024, the world's largest consumer electronics show, Macroblock is demonstrating its innovative technology at booth 3161 in the West Hall of the Las Ve
[Automotive Electronics]
CES 2024: Macroblock’s LED driver chips lead the upgrade of automotive lighting and displays
LED 1-5W driver solution
On Semi's NCP3065 is a 1.5A constant current switching regulator with an input voltage range of 3.0V to 40V, a feedback voltage of 235mV, an adjustable operating frequency up to 250kHz, and cycle-by-cycle current limiting. It is mainly used in automotive lighting, high-power LED drivers, constant current source
[Power Management]
LED 1-5W driver solution
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号