This project is all about making an automatic fan control system with automatically switch on and off the fan according the temperature inside the room. Here I have used a microcontroller Arduino UNO you can use MINI also but there will be some power regulations problem will occur so go for UNO :) The temperature sensor here is the LM35 you can use module also it will give you the more accurate readings. There are 2 LEDs which indicates status of the fan Green- ON, Red- OFF. There is one DC motor which is our fan, we are going to control this motor.
As LM35 is an analog sensor we have to use AnalogRead() operation to get the values from the sensor and then we will perform function using if-else loop. If the temperature is greater then 30 then Green light will ON and motor(fan) stars rotating to maintain the room temperature. else the fan will be in OFF condition and Red led will remain on.
I have made the circuit in the Proteus software and transfer the.HEX into the Arduino, If you have the hardware you can directly make circuit using it. In Arduino Ide you can see the result using serial monitor and in Proteus also you can have serial monitor in the instrument option which will show you the values.
Comments
Please log in or sign up to comment.