{"id":19515077,"url":"https://github.com/codershiyar/esp32-projects","last_synced_at":"2026-05-08T06:09:27.597Z","repository":{"id":238641881,"uuid":"797094862","full_name":"codershiyar/esp32-projects","owner":"codershiyar","description":"Arduino ESP32 projects for IoT applications: Web server, environmental monitoring, device control with DHT11 sensors, and 433 MHz RF.ng, soil moisture detection, and light-sensitive activa","archived":false,"fork":false,"pushed_at":"2024-05-07T07:35:52.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-08T12:25:18.010Z","etag":null,"topics":["arduino","arduino-project","arduinoprojects","dht11","dht11-sensor","esp32","esp32-arduino","iot","light-sensor","open-source","projects","soil-moisture-sensor","webserver"],"latest_commit_sha":null,"homepage":"https://codershiyar.com/en","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/codershiyar.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}},"created_at":"2024-05-07T07:28:02.000Z","updated_at":"2024-07-27T07:41:23.000Z","dependencies_parsed_at":"2024-05-07T08:44:37.483Z","dependency_job_id":null,"html_url":"https://github.com/codershiyar/esp32-projects","commit_stats":null,"previous_names":["codershiyar/esp32-projects"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershiyar%2Fesp32-projects","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershiyar%2Fesp32-projects/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershiyar%2Fesp32-projects/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codershiyar%2Fesp32-projects/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codershiyar","download_url":"https://codeload.github.com/codershiyar/esp32-projects/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240766677,"owners_count":19854114,"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":["arduino","arduino-project","arduinoprojects","dht11","dht11-sensor","esp32","esp32-arduino","iot","light-sensor","open-source","projects","soil-moisture-sensor","webserver"],"created_at":"2024-11-10T23:38:31.999Z","updated_at":"2026-05-08T06:09:22.542Z","avatar_url":"https://github.com/codershiyar.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ESP32 Arduino Projects\n\nThis repository contains a collection of Arduino projects utilizing the ESP32. Each project focuses on different applications ranging from environmental monitoring to remote control systems. Here's a brief overview of each project included in this repository.\n\n## Table of Contents\n- [ESP32 DHT11 Web Server](#esp32-dht11-web-server)\n- [DHT11 Sensor Data Logger](#dht11-sensor-data-logger)\n- [Remote Control via 433 MHz RF](#remote-control-via-433-mhz-rf)\n- [Automated Pump Control](#automated-pump-control)\n- [Soil Moisture Sensor with LED Indicator](#soil-moisture-sensor-with-led-indicator)\n- [Light Sensitive LED Control](#light-sensitive-led-control)\n\n---\n\n### ESP32 DHT11 Web Server\n- **Description**: This project utilizes an ESP32 to read data from a DHT11 temperature and humidity sensor and display it on a web server.\n- **Components Needed**:\n  - ESP32 module\n  - DHT11 sensor\n- **Setup**:\n  - Connect the DHT11 sensor to the ESP32.\n  - Update the WiFi credentials in the code.\n- **Usage**:\n  - The ESP32 serves a webpage that shows the temperature and humidity readings.\n\n### DHT11 Sensor Data Logger\n- **Description**: Logs temperature and humidity data from a DHT11 sensor to the serial monitor.\n- **Components Needed**:\n  - ESP32 or any compatible Arduino board\n  - DHT11 sensor\n- **Setup**:\n  - Connect the DHT11 sensor to your Arduino board.\n- **Usage**:\n  - Open the serial monitor to view the logged data.\n\n### Remote Control via 433 MHz RF\n- **Description**: Controls devices remotely using a 433 MHz RF transmitter.\n- **Components Needed**:\n  - Arduino board\n  - 433 MHz RF transmitter\n- **Setup**:\n  - Attach the RF transmitter to the appropriate pins on the Arduino.\n- **Usage**:\n  - Send commands to turn devices on or off using RF signals.\n\n### Automated Pump Control\n- **Description**: Automatically controls a pump connected to an Arduino board.\n- **Components Needed**:\n  - Arduino board\n  - Relay module\n  - Pump\n- **Setup**:\n  - Connect the pump to the relay, and the relay to the Arduino.\n- **Usage**:\n  - The system automatically turns the pump on and off.\n\n### Soil Moisture Sensor with LED Indicator\n- **Description**: Monitors soil moisture levels and uses an LED as an indicator.\n- **Components Needed**:\n  - Arduino board\n  - Soil moisture sensor\n  - LED\n- **Setup**:\n  - Connect the soil moisture sensor and LED to the Arduino.\n- **Usage**:\n  - The LED turns on or off based on the moisture level detected.\n\n### Light Sensitive LED Control\n- **Description**: Uses an LDR to control an LED based on the ambient light.\n- **Components Needed**:\n  - Arduino board\n  - LDR (Light Dependent Resistor)\n  - LED\n- **Setup**:\n  - Connect the LDR and LED to the Arduino.\n- **Usage**:\n  - The LED activates depending on the light conditions detected by the LDR.\n\n---\n\n## Installation\n1. Clone this repository to your local machine.\n2. Open the project files with Arduino IDE.\n3. Upload the code to your ESP32 or Arduino board.\n\n## Contributing\nFeel free to fork this repository and contribute by submitting a pull request. We appreciate your input!\n\n## License\nThis project is licensed under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodershiyar%2Fesp32-projects","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodershiyar%2Fesp32-projects","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodershiyar%2Fesp32-projects/lists"}