https://github.com/cfunkz/esp32-dht111-webserver
https://github.com/cfunkz/esp32-dht111-webserver
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cfunkz/esp32-dht111-webserver
- Owner: cfunkz
- Created: 2025-02-13T13:38:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-13T14:07:29.000Z (over 1 year ago)
- Last Synced: 2025-05-22T02:07:45.456Z (about 1 year ago)
- Language: C++
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32 DHT11 WEBSERVER
Arduino IDE ESP32 DHT11 Sensor Humidity/Temperature readings with a local webserver running via wifi.
## Install necessary packages:
- DHT Sensor Library
- WiFiManager
- ESPAsyncWebServer
## Stuff needed:
1. x1 RGB Led
2. x1 DHT11 Sensor
3. x1 ESP32
4. Arduino IDE
### How to
| DHT11 | ESP32 |
| ------------- | ------------- |
| - | GND |
| VCC | 3.3v 5v |
| Signal | GPIO15 |
| RGB Led | ESP32 |
| ------------- | ------------- |
| - | GND |
| RED | GPIO4 |
| GREEN | GPIO2 |
| BLUE | GPIO15 |