Arduino-Based Smart Monitoring System
This project is an automated monitoring and control system using Arduino. It detects rain, humidity, and weight, and responds by controlling a servo motor, fan, and buzzer while displaying real-time data on an LCD.
βοΈ Features π§οΈ Rain detection π§ Humidity monitoring (DHT11) βοΈ Weight sensing (potentiometer) π Automatic fan control π Overload alarm system π Manual override mode π LCD display for status π Components Used Arduino Uno Servo Motor DHT11 Sensor Rain Sensor LCD (16x2) Buzzer Fan Motor Potentiometer Push Button
π How It Works
The system continuously monitors environmental conditions. If rain is detected or humidity is high, it activates the servo and fan. If the weight exceeds a safe limit, it triggers an alarm and stops operation. A manual override button allows the user to pause the system anytime.