Automatic Temperature Controlled Fan Using Arduino

Nov 24, 2016 - Temperature Based Fan Speed Control and Monitoring Using Arduino. Arduino based Automatic Temperature Controlled Fan Speed.

It also displays the temperature on an LCD display. Encarta 2002 download pc. Arduino board which controls all its functions is the heart of the circuit. An IC LM35 is used as a temperature sensor.

The LM-35 analog temperature device that is interfaced to the analog pin of the Arduino board with the help of its built-in ADC. This helps to convert all these analog reading and displays on the LCD and to indicate temperature of the device. Further, user-defined temperature settings is being done using push buttons provided through Arduino board.

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. Kvest na vuden set interlyud. 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 • 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. 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.