Intelligent LED lighting control with heat dissipation monitoring

Publisher:快乐飞翔Latest update time:2013-08-18 Source: 21ic 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 new LED lamps. If thermal management is not adequate, it can lead to catastrophic lighting failures or fires. If thermal management is not effective, it can lead to frequent replacement of failed LED lamps or building fires. Using smart LED lamp control to monitor the temperature of LED lamps is a simpler thermal management method, and because LED lamps 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.

  

 

  Figure 3: Common LED driver and LED controller with NTC and alarm indicator

  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 above smart LED light 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

  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 on bit is set, the light is on, if not set, 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.

Reference address:Intelligent LED lighting control with heat dissipation monitoring

Previous article:5S2P AR111 LED lamp driver design introduction
Next article:Introduction and analysis of LED lighting fixture reliability

Recommended ReadingLatest update time:2024-11-17 09:30

LED microcontroller timer alarm program
;********LED display single chip timer alarm program****************************************** ; Variable address allocation ;******************************************************** Hour EQU 3AH; Address of hour counter Minute EQU 3BH; Address of minute counter Second EQU 3CH; Address of second
[Microcontroller]
Research on low color temperature and high color rendering white LED
With the improvement of light-emitting diode (LED) chips and packaging technology, white light LED has gradually gained popularity as a general lighting source. It has a series of advantages such as low voltage, low power consumption, high reliability, and long life. It has been widely used in LED street lights, LED
[Power Management]
Experimental description of using MCU IO parallel port to directly drive LED display technology
1. Experimental Tasks As shown in the figure, P0.0-P0.7 of the P0 port of the AT89S51 microcontroller is connected to the a-h segments of a common cathode digital tube, and the common end of the digital tube is grounded. The digital tube displays 0-9 numbers in a cycle, with a time interval of 0.2 seconds. 2. Circui
[Microcontroller]
Experimental description of using MCU IO parallel port to directly drive LED display technology
Light up a light-emitting diode LED - the first program of 51
1. Parameters of light-emitting diode LED To light up an LED, you must first know the parameters of the LED so that you can light it up. The voltage drop of an LED is generally 1.5~2.0 V, and its operating current is generally 10~20 mA. In other words, as long as we add a forward voltage of 1.5~2.0V and a current of
[Microcontroller]
Light up a light-emitting diode LED - the first program of 51
Research on the brightness uniformity of LED backlight
1 Introduction LED is becoming the mainstream device for backlighting. Generally, there are multiple LEDs in the backlight design, so the consistency of the brightness of each LED must be considered. In practical applications, LED devices can be "differentially screened" according to the voltage (Vf). The Vf va
[Power Management]
Research on the brightness uniformity of LED backlight
The realization of white light LED and its radiation loss during use
Commonly used single chip system RAM test method LED is called the fourth generation lighting source or green light source. It has the characteristics of energy saving, environmental protection, long life and small size. It can be widely used in various indications, displays, decorations, backlight sources,
[Power Management]
Automotive LED lighting technology based on NCV7680 design
NCV7680 is a linear current regulator and controller from On Semi. It contains 8 linear programmable constant current sources and can support up to 75 mA per channel of light-emitting diode (LED) drive current. It is designed for current regulation and control of solid-state combination taillights (RCL) in automobil
[Power Management]
Automotive LED lighting technology based on NCV7680 design
LEDs: Redefining fundamental assumptions about lighting
在过去大约150年的时间里,照明行业已经发展成为一个基于标准化灯泡的大规模生产行业,灯泡的设计具有内在的过时性。消费者发现自己经常要用相同的新产品来更换短寿命的在用产品。这种趋势与一小部分大型制造商密不可分,它们通过以低成本制造数以亿计的同一种产品来满足市场需要。 随着照明行业向LED技术的转型,这种商业模式是否还能继续维持其最大利益?而且它是否能利用固态照明的基本优势? 显然,LED在能效和工作寿命方面具有非常显著的优势。LED灯泡只需要消耗三分之一的电量,就能提供与传统的白炽灯和荧光灯几乎相同的发光量。与基于更成熟技术的产品相比,LED灯泡的使用寿命还有望高出20多倍。而且,LED灯泡中的固态元件较相对脆弱的传统
[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号