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 ...
This project demonstrates a temperature-based fan control system using an Arduino Uno. The system reads ambient temperature via a DHT11 sensor and adjusts the speed of a 12V exhaust fan accordingly ...
This project is a simple temperature monitoring system that reads simulated temperature values, triggers LEDs based on the temperature thresholds, and displays the temperature on an LCD screen. List ...