The project illustrates the control of a PC fan speed and using an Arduino microcontroller to read a LM35 temperature sensor. The use of an optocoupler is covered along with Pulse Width Modulation ...
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 is a real-life embedded automation system where a DC fan is automatically controlled based on temperature. The system uses either a DHT11/DHT22 sensor or an LM35 analog sensor. When the ...