An open API service indexing awesome lists of open source software.

https://github.com/cfunkz/esp32-dht111-webserver


https://github.com/cfunkz/esp32-dht111-webserver

Last synced: 11 months ago
JSON representation

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 |