In this project, we are going to build something very simple project, a temperature controlled relay that is used to turn on a dc fan. You can actually change the DC Fan to other electrical devices ...
I made this project because I wanted a way to automatically control the speed of a DC fan according to the temperature read by a LM35 sensor. I had a few problems with the PWM part mainly because the ...
The Arduino reads the temperature from DHT22 and adjusts fan speed using PWM. The current temperature is shown on the LCD.
This project demonstrates how to control a fan (simulated with an LED) using an Arduino Uno and a temperature sensor. Below 25°C → Fan OFF 25°C to 30°C → Fan runs at 50% speed (PWM) Above 30°C → Fan ...