Smart Irrigation and Security System Project.
🎯 Project Title Smart Irrigation and Security Monitoring System using Arduino 📌 Project Summary This project is a smart monitoring and automation system developed using an Arduino UNO, Soil Moisture Sensor, PIR Sensor, Relay Module, Bluetooth Module, LCD Display, LED, buzzer, and DC motor pump. The system continuously monitors the soil moisture level and automatically controls water supply based on soil condition. When the soil becomes dry, the system activates the relay and turns ON the motor pump for irrigation. At the same time, an LED blinks to indicate dry soil status. When sufficient moisture is detected, the motor pump turns OFF automatically. The project also includes a PIR motion sensor for security monitoring. If any human movement is detected, the buzzer turns ON and the LCD displays the motion detection status. A Bluetooth module is integrated for wireless monitoring. The system sends short status codes such as: DR → Dry Soil WT → Wet Soil MD → Motion Detected NM → No Motion The LCD displays real-time soil and motion conditions, making the system easy to monitor locally as well as wirelessly. Overall, the project combines: environmental monitoring automatic irrigation motion detection security wireless communication into a single embedded system. ⚙️ Working of the Project 🌱 Soil Moisture Monitoring Soil moisture sensor continuously measures soil condition. If sensor value becomes greater than 700: Soil is considered dry. LED blinks. Relay turns ON. Motor pump starts watering. Bluetooth sends DR. If sensor value becomes less than 700: Soil is considered wet. LED turns OFF. Relay turns OFF. Motor pump stops. Bluetooth sends WT. 🚶 Motion Detection PIR sensor continuously detects movement. If motion is detected: Buzzer turns ON. LCD displays Motion:YES. Bluetooth sends MD. If no motion is detected: Buzzer remains OFF. LCD displays Motion:NO. Bluetooth sends NM. 📺 LCD Display Function The I2C LCD displays: Soil status Motion detection status Example: Plain text Soil: DRY Motion:YES 📱 Bluetooth Communication The HC-05 Bluetooth module sends compact real-time data to a mobile device. Example outputs: Plain text DR MD Plain text WT NM 🧩 Main Components Used Arduino UNO Soil Moisture Sensor PIR Sensor Relay Module DC Motor Pump HC-05 Bluetooth Module I2C LCD Display LED Buzzer 🎯 Applications Smart irrigation systems Home garden automation Agricultural monitoring Security alert systems Smart farming applications 🏁 Conclusion The project successfully integrates sensing, automation, security monitoring, and wireless communication into a single Arduino-based embedded system. It provides automatic irrigation based on soil condition while simultaneously monitoring human motion for security purposes. The system is cost-effective, simple to implement, and suitable for smart agriculture and monitoring applications.
Download
0 formatsNo download links available.