Story
Keep your plants healthy with this Arduino-based Smart Plant Care Assistant! This device monitors your plant’s soil moisture, light intensity, and ambient temperature, alerting you when your plant needs water or more light. Notifications are sent through an LED and buzzer, making plant care easy and fun.
This project is beginner-friendly, yet visually appealing, perfect for plant lovers and Arduino enthusiasts alike.
Features:
-
Soil Moisture Monitoring: Alerts you when your plant needs watering.
-
Light Monitoring: Detects low light conditions for optimal plant growth.
-
Temperature Check: Monitors ambient temperature to ensure a healthy environment.
-
Visual and Audio Alerts: LED indicator and buzzer notifications.
-
Optional Enhancements: Add an OLED display or RGB LED for a high-tech look.
Components Needed:
Component | Quantity | Notes |
---|---|---|
Arduino Uno / Nano | 1 | Main microcontroller |
Soil Moisture Sensor | 1 | Detects soil dryness |
Light Sensor (LDR) | 1 | Measures ambient light |
DHT11 Temperature & Humidity Sensor | 1 | Monitors environmental temperature |
Small Buzzer | 1 | Audio alert |
RGB LED (optional) | 1 | Visual alert |
Jumper Wires | As needed | Connections |
Breadboard or small PCB | 1 | Assembly |
Circuit Diagram (Text-Based Overview):
-
Soil Sensor → Analog Pin A0
-
LDR Sensor → Analog Pin A1
-
DHT11 Sensor → Digital Pin 2
-
Buzzer → Digital Pin 3
-
LED → Digital Pin 4
-
Power → Arduino 5V and GND