https://github.com/amzisys/temp-controlled-fan
Temperature Controlled Fan using Arduino Uno
https://github.com/amzisys/temp-controlled-fan
arduino-uno atmega32 c cpp electronics sensors
Last synced: about 1 month ago
JSON representation
Temperature Controlled Fan using Arduino Uno
- Host: GitHub
- URL: https://github.com/amzisys/temp-controlled-fan
- Owner: AmziSys
- Created: 2024-06-15T22:43:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-28T09:50:01.000Z (almost 2 years ago)
- Last Synced: 2026-01-01T10:40:56.143Z (5 months ago)
- Topics: arduino-uno, atmega32, c, cpp, electronics, sensors
- Language: C++
- Homepage:
- Size: 81.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Temp-Controlled-Fan
------------------------- Temperature Controlled Fan using Arduino Uno -----------------------
* Intro:
The idea is to monitor the temperature and control a Fan speed based on the measured temperature using Arduino Uno. In case the temperature exceeds a certain limit, a buzzer will make an audio signal (beep)
* Design
The design contains:
- Arduino Uno R3
- Potentiometer (10K)
- Temperature Sensor (LM35)
- LCD (LM016L)
- Fan
- Buzzer
- Transistor, diode, and a couple of resistors
-
* Firmware:
The code was written in the Arduino IDE environment
The design was made in Proteus