{"id":31567927,"url":"https://github.com/ann-04/smart-plant-system","last_synced_at":"2026-05-15T01:13:03.728Z","repository":{"id":304629443,"uuid":"1018866638","full_name":"ann-04/smart-plant-system","owner":"ann-04","description":"An IoT-based Smart Plant Monitoring and Watering System using ESP8266, Blynk, and sensors","archived":false,"fork":false,"pushed_at":"2025-09-05T06:27:49.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-05T08:28:42.753Z","etag":null,"topics":["blynk-iot-platform","esp8266","iot","sensors"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ann-04.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-13T08:10:20.000Z","updated_at":"2025-09-05T06:27:53.000Z","dependencies_parsed_at":"2025-07-14T11:31:47.032Z","dependency_job_id":"fbde04c1-01f6-4190-80a7-9f3a8a705ce7","html_url":"https://github.com/ann-04/smart-plant-system","commit_stats":null,"previous_names":["ann-04/smart-plant-system"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ann-04/smart-plant-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ann-04%2Fsmart-plant-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ann-04%2Fsmart-plant-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ann-04%2Fsmart-plant-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ann-04%2Fsmart-plant-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ann-04","download_url":"https://codeload.github.com/ann-04/smart-plant-system/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ann-04%2Fsmart-plant-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278437947,"owners_count":25986760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blynk-iot-platform","esp8266","iot","sensors"],"created_at":"2025-10-05T09:46:19.034Z","updated_at":"2025-10-05T09:46:22.599Z","avatar_url":"https://github.com/ann-04.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🌱 Smart Plant Monitoring System using ESP8266 \u0026 Blynk\n\nThis project is an IoT-based **Smart Plant Monitoring System** built using the ESP8266 NodeMCU, Blynk IoT platform, and sensors for monitoring temperature, humidity, soil moisture, and motion detection.\n\n\u003e 💡 Ideal for home gardening automation or learning how to integrate hardware with IoT platforms like Blynk.\n\n---\n\n## 🔧 Features\n\n- 🌡️ **DHT11 Sensor** – Measures Temperature and Humidity\n- 💧 **Soil Moisture Sensor** – Monitors soil wetness and displays it. \n- 🚨 **PIR Motion Sensor** – Detects movement and triggers Blynk alerts\n- ⚙️ **Relay Module + Water Pump** – Allows plant watering via Blynk app\n- 📱 **Blynk IoT App** – View real-time data and control the pump remotely\n\n---\n\n## 🧰 Hardware Used\n\n| Component            | Quantity |\n|----------------------|----------|\n| ESP8266 NodeMCU      | 1        |\n| DHT11 Sensor         | 1        |\n| Soil Moisture Sensor | 1        |\n| PIR Motion Sensor    | 1        |\n| Relay Module         | 1        |\n| Mini Water Pump      | 1        |\n| 3.7V Li-ion Battery  | 1        |\n| Jumper Wires         | Several  |\n| Breadboard           | 1        |\n\n---\n\n## 🖥️ Software Used\n\n- **Arduino IDE** (for writing and uploading code)\n- **Blynk IoT App** (for dashboard and device control)\n- **Libraries:**\n  - `ESP8266WiFi.h`\n  - `BlynkSimpleEsp8266.h`\n  - `DHT.h`\n\n---\n\n## 🧠 How It Works\n\n- Sensor readings are sent to Blynk every few seconds.\n- If motion is detected, an alert is sent to Blynk and logged as an event.\n- The water pump can be manually activated via the Blynk app using the button assigned to Virtual Pin `V12`.\n\n---\n\n## 📸 Demo\n\n\u003cimg width=\"850\" height=\"600\" alt=\"Screenshot 2025-07-14 135819\" src=\"https://github.com/user-attachments/assets/04717268-401a-4e5b-9d41-0a4829eacdc6\" /\u003e\n\n\u003cimg width=\"452\" height=\"600\" alt=\"Screenshot 2025-07-14 140933\" src=\"https://github.com/user-attachments/assets/4a30d242-99bf-4702-91f7-8da37f90fc1b\" /\u003e\n\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fann-04%2Fsmart-plant-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fann-04%2Fsmart-plant-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fann-04%2Fsmart-plant-system/lists"}