Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/flock4h/dht11-esp32
- Owner: FLOCK4H
- Created: 2024-05-13T08:29:50.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-13T08:54:09.000Z (7 months ago)
- Last Synced: 2024-05-13T10:00:51.746Z (7 months ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Home weather station using a cheap DHT11 sensor and an ESP32-DevkitC.
# Setup1. Wiring:
- VCC == 3.3V
- DATA == GPIO 2
- GND == GND2. **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.