{"id":28489324,"url":"https://github.com/spk-22/ctrl-iq-home","last_synced_at":"2025-06-11T09:01:49.288Z","repository":{"id":297228015,"uuid":"996079774","full_name":"spk-22/Ctrl-IQ-Home","owner":"spk-22","description":"Smart home automation system built using ESP32, sensors, and cloud integration. Ctrl IQ Home enables remote monitoring, appliance control, and real-time environmental sensing using Firebase and Blynk, with added security via ESP32-CAM.","archived":false,"fork":false,"pushed_at":"2025-06-04T12:36:47.000Z","size":13,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-04T19:53:02.709Z","etag":null,"topics":["blynk-app","esp32","home-automation","iot","smart-home"],"latest_commit_sha":null,"homepage":"","language":null,"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/spk-22.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-06-04T12:30:53.000Z","updated_at":"2025-06-04T12:48:25.000Z","dependencies_parsed_at":"2025-06-04T19:53:07.660Z","dependency_job_id":"8b0a0e06-b8da-4485-8af5-c63b41029e6f","html_url":"https://github.com/spk-22/Ctrl-IQ-Home","commit_stats":null,"previous_names":["spk-22/ctrl-iq-home"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk-22%2FCtrl-IQ-Home","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk-22%2FCtrl-IQ-Home/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk-22%2FCtrl-IQ-Home/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk-22%2FCtrl-IQ-Home/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spk-22","download_url":"https://codeload.github.com/spk-22/Ctrl-IQ-Home/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spk-22%2FCtrl-IQ-Home/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258674927,"owners_count":22739593,"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","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-app","esp32","home-automation","iot","smart-home"],"created_at":"2025-06-08T06:36:28.650Z","updated_at":"2025-06-10T08:00:23.387Z","avatar_url":"https://github.com/spk-22.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ctrl-IQ-Home\n\nCtrl IQ Home is a smart home automation project that brings intelligent control, real-time monitoring, and remote access to everyday appliances and environmental sensors. Built on the ESP32 microcontroller, it integrates with Firebase and Blynk App for seamless cloud communication and mobile control.\n\n---\n\n## 🚀 Features\n\n- 🌡️ **Temperature \u0026 Humidity Monitoring** using DHT11\n- 💡 **Automatic Light Control** with LDR Sensor\n- 🛡️ **Proximity Detection** via Ultrasonic Sensor\n- 🔌 **Appliance Control** using Relay Module\n- 📺 **Real-Time LCD Display** for feedback\n- 📷 **Camera Surveillance** using ESP32-CAM\n- 📲 **Remote Monitoring and Control** using Blynk App\n- ☁️ **Cloud Sync \u0026 Storage** with Firebase Realtime Database\n- 💡 **Visual Feedback** using LEDs\n- 🔁 **Edge-Level Automation** using ESP32 logic\n\n---\n\n## 🛠️ Hardware Used\n\n- ESP32 Dev Board (Wi-Fi)\n- ESP32-CAM Module\n- DHT11 Temperature and Humidity Sensor\n- LDR Sensor\n- Ultrasonic Sensor (HC-SR04)\n- Relay Module (2/4 Channel)\n- 16x2 LCD with I2C Module\n- LEDs and Resistors\n- Breadboard \u0026 Jump Wires\n- Power Supply/USB Cable\n\n---\n\n## 📱 Software \u0026 Libraries\n\n- **Arduino IDE** (Firmware development)\n- **Blynk App** (Mobile interface)\n- **Firebase** (Cloud backend)\n- **Pandas, Streamlit** (for possible UI/dashboard extensions)\n- Arduino Libraries:\n  - `DHT`\n  - `LiquidCrystal_I2C`\n  - `Ultrasonic`\n  - `FirebaseESP32`\n  - `BlynkSimpleEsp32`\n\n---\n\n## 📐 System Architecture\n\n                   +--------------------+\n                   |     Blynk App      |\n                   | (Mobile Interface) |\n                   +---------+----------+\n                             |\n               +-------------v-------------+\n               |     Wi-Fi + Firebase      |\n               | (Cloud Communication)     |\n               +-------------+-------------+\n                             |\n                     +-------v--------+\n                     |     ESP32      |\n                     | (Main MCU Unit)|\n                     +--+------+------+--+-------------------------------+\n                        |      |         |             |                |\n              +---------+  +---+--+   +--+----+    +----+----+      +----+----+\n              | Sensors  |  |Relay |   |Camera |    | Display |      |  LEDs   |\n              | DHT11    |  |Module|   |ESP32- |    | 16x2 LCD|      | Status  |\n              | LDR      |  |      |   | CAM   |    |   (I2C) |      | Lights  |\n              | UltraSonic| +------+   +-------+    +---------+      +---------+\n              +----------+\n\n\n---\n\n## 📈 Future Improvements\nAdd voice control using Google Assistant\n\nIntegrate real-time alerts via Telegram or Email\n\nBuild advanced web dashboard with Streamlit\n\nAdd power usage analytics using current sensors\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspk-22%2Fctrl-iq-home","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspk-22%2Fctrl-iq-home","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspk-22%2Fctrl-iq-home/lists"}