This project implements a temperature-based fan speed controller using an Arduino Uno. The system adjusts the fan speed based on the ambient temperature, providing efficient cooling and energy ...
Build the device as instructed in the blueprint and instruction manual provided. Then make sure you have the .ino file running on your arduino device (upload with Arduino IDE). I used the Arduino from ...
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 ...