Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/flock4h/dht11-esp32

Very easy setup for a home weather station
https://github.com/flock4h/dht11-esp32

Last synced: about 1 month ago
JSON representation

Very easy setup for a home weather station

Awesome Lists containing this project

README

        



Home weather station using a cheap DHT11 sensor and an ESP32-DevkitC.



# Setup

1. Wiring:
- VCC == 3.3V
- DATA == GPIO 2
- GND == GND

2. **Flash the ESP (or any other microcontroller) with the MicroPython**

    https://micropython.org/download/

3. **Download this repository and upload project files onto the board**
4. Read the code carefuly and modify necessary places like credentials for the WiFi to connect and your home server url to get the sensor data.