Automatic Temperature Controlled Fan Using Arduino

Posted on

Hey guys again:) In this project i have tried to explain how to built Temperature Controlled FAN with an Arduino. Basically i have used transistor in order to. This review is about arduino based automatic temperature fan speed controller. This project includes Arduino UNO board, temperature sensor IC LM35, a DC Fan, a resistor 1* 1K, 16*2 LCD Display, a power supply and a Diode(1N4007).

In this arduino based project, we are going to control DC fan speed according to the room temperature and show these parameter changes on a 16×2 LCD display. It is accomplished by the data communications between Arduino, LCD, DHT11 sensor Module and DC fan that is controlled by using PWM.

Automatic Temperature Controlled Fan Using Arduino

PWM is a technique by using which we can control voltage. Circuit Components • Arduino UNO • DHT11 sensor • DC Fan • 2n2222 transistor • 9 volt battery • 16×2 LCD • 1K resistor • Connecting wires This project consists of three sections. One senses the temp erature by using humidity and temperature sensor namely DHT11. Second section reads the dht11 sensor module’s output and extracts temperature value into a suitable number in Celsiu s scale and control the fan speed by using PWM. And last part of system shows humidity and temperature on LCD and Fan driver. Here in this project we have used a sensor module namely DHT11 that are already have discuss our previous project namely “”.

Here we have only used this DHT sensor for sensing temperature, and then programmed our arduino according to the requirements. What is PWM? PWM is a technique by using we can control the voltage or power. To understand it more simply, if you are applying 5 volt for driving a motor then motor will moving with some speed, now if we reduces applied voltage by 2 means we apply 3 volt to motor then motor speed also decreases.

Bobcat 753 serial number location This concept is used in the project to control the voltage using PWM. (To understand more about PWM, check this circuit: ) The main game of PWM is digital pulse with some duty cycle and this duty cycle is responsible for controlling the speed or voltage. Suppose we have a pule with duty cycle 50% that means it will give half of voltage that we apply. Formula for duty cycle given below: Duty Cycle= Ton/T Where T= total time or Ton+Toff And Ton= On time of pulse (means 1 ) And Toff= Off time of pulse (means 0) Read More.

In this arduino based project, we are going to control DC fan speed according to the room temperature and show these parameter changes on a 16x2 LCD display. It is accomplished by the data communications between Arduino, LCD, DHT11 sensor Module and DC fan that is controlled by using PWM. PWM is a technique by using which we can control voltage. Circuit Components • Arduino UNO • DHT11 sensor • DC Fan • 2n2222 transistor • 9 volt battery • 16x2 LCD • 1K resistor • Connecting wires This project consists of three sections. One senses the temp erature by using humidity and temperature sensor namely DHT11. Second section reads the dht11 sensor module’s output and extracts temperature value into a suitable number in Celsiu s scale and control the fan speed by using PWM.

DMS4, DUO2SE, and MATRIX INFINITY are the only chip that compatible with Codebreaker v8.1 as far as i know. Download CodeBreaker v10 PS2 • Playstation 2 Isos @ The Iso Zone • The Ultimate Retro Gaming Resource. Download Codebreaker V10 (USA) ROM / ISO for PlayStation 2 (PS2) from Rom Hustler. 100% Fast Download. Download CodeBreaker V92 PS2 ELF format • Tools @ The Iso Zone • The Ultimate Retro Gaming Resource. Drag all the other files. CoolROM.com's game information and ROM (ISO) download page for Code Breaker (Unl) (Sony Playstation). Codebreaker v8 iso download windows 7 Download Codebreaker V10 (USA) ROM / ISO for PlayStation 2 (PS2) from Rom Hustler. 100% Fast Download. Download codebreaker v10 pal iso free shared files from DownloadJoy and other world's most popular shared hosts. Our filtering technology ensures that only latest codebreaker v10 pal iso files are listed.

And last part of system shows humidity and temperature on LCD and Fan driver. Here in this project we have used a sensor module namely DHT11 that are already have discuss our previous project namely “”. Here we have only used this DHT sensor for sensing temperature, and then programmed our arduino according to the requirements. Working of this project is very simple. We have created PWM at pwm pin of arduino and applied it at base terminal of transistor. Then transistor creates a voltage according to the pwm input.

Fan speed and PWM values and duty cycles values are showing in given table Temperature Duty Cycle PWM Value Fan Speed Less 26 0% 0 Off 26 20% 51 20% 27 40% 102 40% 28 60% 153 60% 29 80% 204 80% Greater 29 100% 255 100% What is PWM? PWM is a technique by using we can control the voltage or power. To understand it more simply, if you are applying 5 volt for driving a motor then motor will moving with some speed, now if we reduces applied voltage by 2 means we apply 3 volt to motor then motor speed also decreases. This concept is used in the project to control the voltage using PWM.