High-efficiency heat dissipation LED lighting solution based on 51 single-chip microcomputer

Publisher:落寞梦惊Latest update time:2011-05-07 Reading articles on mobile phones Scan QR code
Read articles on your mobile phone anytime, anywhere

With the single-chip microcomputer AT89C51 as the control core, semiconductor refrigeration technology is introduced into the research of LED heat dissipation. The PID algorithm and PWM modulation technology are used to control the input voltage of the semiconductor refrigeration sheet, and then the semiconductor refrigeration power is controlled. The feasibility of this method is verified by experiments.
With the rapid development of LED technology, LED has entered the market of general lighting. However, the development of LED lighting systems is greatly affected by heat dissipation problems. For high-power LEDs, heat dissipation has become a bottleneck problem restricting its development. Semiconductor refrigeration technology has the advantages of small size, no need to add refrigerant, simple structure, no noise, stable and reliable. With the advancement of semiconductor material technology and the discovery of high thermoelectric conversion materials, using semiconductor refrigeration technology to solve the heat dissipation problem of LED lighting systems will have very practical significance.

1. Causes of LED heat generation and the impact of heat on LED performance

When LED is under forward voltage, electrons obtain energy from the power supply, and driven by the electric field, overcome the electric field of the PN junction, and jump from the N region to the P region. These electrons recombine with the holes in the P region. Since the free electrons drifting to the P region have higher energy than the valence electrons in the P region, the electrons return to a low energy state during recombination, and the excess energy is released in the form of photons. However, only 30% to 40% of the released photons are converted into light energy, and the remaining 60% to 70% are converted into heat energy in the form of point vibration.

Since LED is a semiconductor light-emitting device, and semiconductor devices change with temperature, their inherent characteristics will change significantly. The increase in LED junction temperature will cause changes and attenuation in device performance. This change is mainly reflected in the following three aspects:

1. Reduce the external quantum efficiency of LED;

2. Shorten the life of LED;

3. The main wavelength of the light emitted by the LED is shifted, which causes the color of the light source to shift. High-power LEDs generally use more than 1W of power input, which generates a lot of heat. Solving the heat dissipation problem is a top priority.

2. Principle of semiconductor refrigeration

Semiconductor refrigeration, also known as electronic refrigeration or thermoelectric refrigeration, is a discipline developed in the 1950s that is at the edge of refrigeration technology and semiconductor technology. It is known as the world's three major refrigeration methods along with compression refrigeration and absorption refrigeration. The basic device of a semiconductor refrigerator is a thermocouple pair, that is, an N-type semiconductor and a P-type semiconductor are connected into a thermocouple (as shown in Figure 1). After direct current is applied, a temperature difference and heat transfer will occur at the interface. Several pairs of semiconductor thermocouples are connected in series in the circuit, while the heat transfer is in parallel, thus forming a common refrigeration thermopile. With the help of various heat transfer methods such as heat exchangers, the hot end of the thermopile continuously dissipates heat and maintains a certain temperature, while the cold end of the thermopile is placed in the working environment to absorb heat and cool down. This is the principle of semiconductor refrigeration.

Figure 1 TEC structure of semiconductor cooling chip

This article uses semiconductor refrigeration because compared with other refrigeration systems, it has no mechanical rotating parts, does not require refrigerants, is pollution-free, has high reliability, long life and is easy to control. The size and power can be made very small, which is very suitable for application in the limited working space of LED.

3. Overall system design

The LED heat dissipation control system consists of a temperature setting module, a reset module, a display module, a temperature acquisition module, a control circuit module and a refrigeration module. The system uses a microprocessor as the control core, communicates with the temperature acquisition module to collect the real-time temperature of the controlled object, and communicates with the temperature setting module to set the refrigeration start temperature and the forced cooling temperature. The unprocessed programming can be realized using C language. When the real-time temperature collected is lower than the refrigeration start temperature, there is no PWM modulation wave output, and the refrigeration module is in an idle state; when the real-time temperature collected is higher than the refrigeration start temperature but lower than the forced cooling temperature, a PWM modulation wave with a certain duty cycle is output, and the refrigeration module starts a low-power refrigeration mode; when the real-time temperature collected is higher than the forced cooling temperature, a PWM modulation wave with a certain duty cycle is output, and the refrigeration module starts a high-power refrigeration mode.

4. Hardware circuit design and component selection

The system is mainly composed of temperature setting, temperature acquisition, PWM control circuit and auxiliary circuit (reset circuit and display circuit). This solution uses low-cost, high-performance AT89C51 as the main control chip to realize the logic control function of the entire system; uses the high-precision temperature sensor DS18B20 with single-line communication to realize the real-time temperature acquisition of the controlled object LED chip; at the same time, a 4×3 input keyboard is designed, and the refrigeration start temperature and forced cooling temperature are input by the keyboard; a PWM control circuit is designed to control the working voltage of the semiconductor refrigeration piece TEC, and then realize the control of the refrigeration power of the semiconductor refrigeration piece TEC, so as to achieve the effect of timely heat dissipation of the LED chip.

4.1 Main control chip AT89C51

The main control chip of the system is the single-chip microcomputer AT89C51. The single-chip microcomputer AT89C51 is a low-voltage, high-performance processor produced by ATMEL in the United States. It provides a low-cost solution with high flexibility for embedded control systems. The single-chip microcomputer AT89C51 contains 4KB Flash storage, which can be repeatedly erased and written 1000 times, 128 bytes of RAM, four parallel 8-bit bidirectional I/Os and two 16-bit programmable timers. In addition, the main control chip AT89C51 uses a crystal oscillator with a frequency of 12MHz, so that the system runs a machine cycle, which is conducive to program writing. The main functions of the single-chip microcomputer AT89C51 are: read the set refrigeration start power and forced power from the keyboard circuit, read the real-time collected LED chip working temperature from the temperature sensor DS18B20, compare the two through C language programming, output PWM modulation wave to the photoelectric coupler, and output the real-time collected temperature of DS18B20 to LCD display.

4.2 Keyboard Circuit

The system uses a 4×3 keyboard, which includes 10 numeric keys from 0 to 9, an "OK" key and a "Clear" key. The operation process is: enter the 2-digit set temperature, press "OK", and enter the set temperature into a storage unit in the user-defined area of ​​AT89C51 as the starting temperature of the semiconductor refrigeration plate. Then, enter the 2-digit temperature again in the same way as the forced cooling temperature of the semiconductor refrigeration plate. Keyboard working principle: I/O port P1.0~P1.3 acts as a row select line, and P1.5~P1.7 (externally connected to a pull-up resistor to a +5V power supply) acts as a column select line. During initialization, P1.0~P1.3 is set to a low potential, and P1.5~P1.7 is set to a high potential and waits for a key to be pressed. When a key is pressed, the corresponding column select line level is forced to be pulled low, and the corresponding row code and column code are read, and the key number can be determined.

Figure 2 Keyboard appearance

4.3 Temperature acquisition circuit

The system uses the digital temperature sensor DS18B20 produced by DALLAS, USA. DS18B20 is a temperature measurement chip that uses only one signal line (1-Wire) to communicate with the microcontroller. It can measure the temperature between (meeting the temperature measurement requirements of the system). The program can be used to achieve 9-bit digital temperature output with a measurement accuracy of . Because the leakage current of DS18B20 is relatively large when the temperature is higher than , the communication with the microcontroller AT89C51 may collapse, so the external power supply mode is used for power supply. The biggest feature of DS18B20 is the single bus transmission mode, so it has strict timing requirements for reading and writing data bits. The timing includes: initialization timing, read timing, and write timing. Each transmission of commands and data starts from the start write timing of the microcontroller. If DS18B20 is required to send back data, after the write timing, the microcontroller needs to start the read timing to complete the data reception. The transmission of data and commands is the first priority.

Figure 3 DS18B20 external power supply

4.4 PWM control circuit

The PWM control circuit consists of a photocoupler and a Cuk circuit. In this control circuit, the photocoupler can effectively suppress the noise of the ground loop, eliminate ground interference, and improve the anti-interference ability of the entire system; the photocoupler electrically isolates the input end (single-chip microcomputer AT89C51) and the output end (semiconductor cooling piece TEC), avoiding accidental damage to the main control chip AT89C51 and effectively protecting the single-chip microcomputer AT89C51. In addition, the control circuit also uses a photocoupler to form a switching circuit, saving the use of switching devices. The function of the Cuk DC chopper circuit is to convert the +15V external power supply into a DC power with an adjustable voltage, that is, the voltage at the output end of the Cuk circuit (the working voltage of the semiconductor cooling piece TEC) is adjustable.

The adjustable voltage between the output terminals OUT+ and OUT- is controlled by the cut-off frequency between the Q1 terminal and Q2. The Cuk circuit is selected in this control circuit because the Cuk chopper circuit has an obvious advantage, that is, its input power supply current and output load current are continuous, and the pulsation is very small, which is conducive to ensuring that the semiconductor refrigeration piece TEC is in a good working condition.

Due to limited space, the following is only a brief introduction to this PWM control circuit: when the PWM control signal is at a low level, transistor T1 is in the cut-off state, the current of the light-emitting diode in the photocoupler is approximately zero, and the resistance between the output terminals Q1 and Q2 is very large, which is equivalent to the switch being "off"; when the PWM wave control signal is at a high level, transistor T1 is in the on state, the light-emitting diode in the photocoupler emits light, and the resistance between the output terminals Q1 and Q2 is very small, which is equivalent to the switch being "on".

From the above introduction, it can be seen that when the real-time temperature collected by DS18B20 is lower than the refrigeration start temperature, there is no signal input at the PWM input end of the photocoupler, the photocoupler is in an inoperative state, and there is no output voltage at the OUT+ and OUT- ends in Figure 4, that is, the semiconductor refrigeration piece is in an idle state; when the real-time temperature collected by DS18B20 is higher than the refrigeration start temperature, there is a signal input at the PWM input end of the photocoupler, and there is an output voltage at the OUT+ and OUT- ends in Figure 5. By controlling the on and off of Q1 and Q2 through the PWM modulation wave, the working voltage of the semiconductor refrigeration piece TEC can be controlled, and then the heat dissipation power of the semiconductor refrigeration piece TEC can be controlled.

The OUT+ and OUT- terminals in the figure below are connected to the input terminals of the semiconductor cooling chip TEC. According to the relationship between the output voltage of the CUK circuit and the power supply voltage, the relationship between the PWM wave duty cycle and the input voltage of the semiconductor cooling chip TEC can be obtained.

is the working voltage of the semiconductor refrigeration chip TEC, and E is the voltage of the power supply (in this circuit, E=15V). Therefore, by controlling the duty cycle of the PWM wave, the working voltage of the semiconductor refrigeration chip TEC can be controlled.

Figure 4 PWM control circuit

5. Conclusion

With the continuous development of electric power technology, high-power LEDs are becoming more and more popular. However, the heat dissipation problem of high-power LED lighting systems has seriously restricted its further development. Therefore, the heat dissipation problem of high-power LED lighting systems has also received more and more attention. Researchers from various disciplines have also invested in the research, such as finding materials with better thermal conductivity and improving its electro-optical conversion efficiency.

In view of this situation, this paper selects some low-cost and relatively high-performance components to perform different power cooling for different working temperatures of LED chips, saving power resources to a certain extent. Compared with traditional cooling solutions, this solution has the advantages of good controllability and good cooling effect, and has very practical significance for solving the heat dissipation problem of high-power LED lighting systems.

Reference address:High-efficiency heat dissipation LED lighting solution based on 51 single-chip microcomputer

Previous article:Design of a new type of digital controlled DC power supply based on ATC51
Next article:Low Power Design in 80C51 Portable Products

Recommended ReadingLatest update time:2024-11-16 19:46

Unlimited Possibilities of Connection——PoE LED Lighting
PoE Market Prospects According to the survey data of Power over Ethernet (PoE) market and the forecast of global PoE market, the compound annual growth rate (CAGR) of the global PoE market is expected to increase by 13% (as shown in Figure 1) by the end of 2022, reaching US$1 billion. F
[Network Communication]
Unlimited Possibilities of Connection——PoE LED Lighting
Latest Microcontroller Articles
  • Download from the Internet--ARM Getting Started Notes
    A brief introduction: From today on, the ARM notebook of the rookie is open, and it can be regarded as a place to store these notes. Why publish it? Maybe you are interested in it. In fact, the reason for these notes is ...
  • Learn ARM development(22)
    Turning off and on interrupts Interrupts are an efficient dialogue mechanism, but sometimes you don't want to interrupt the program while it is running. For example, when you are printing something, the program suddenly interrupts and another ...
  • Learn ARM development(21)
    First, declare the task pointer, because it will be used later. Task pointer volatile TASK_TCB* volatile g_pCurrentTask = NULL;volatile TASK_TCB* vol ...
  • Learn ARM development(20)
    With the previous Tick interrupt, the basic task switching conditions are ready. However, this "easterly" is also difficult to understand. Only through continuous practice can we understand it. ...
  • Learn ARM development(19)
    After many days of hard work, I finally got the interrupt working. But in order to allow RTOS to use timer interrupts, what kind of interrupts can be implemented in S3C44B0? There are two methods in S3C44B0. ...
  • Learn ARM development(14)
  • Learn ARM development(15)
  • Learn ARM development(16)
  • Learn ARM development(17)
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号