Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.04 KB

ESP32 based Weather-Station

A small project to create a esp32 based weather stations for monitoring humidity and temperature inside your home.

Use the Arduino-IDE or VSCode + Arduino Extension. The influxdb endpoint and WiFi configuration need to be changed to your network structure.

Dependencies

Adafruit DHT sensor lib

WiFi and HTTP stuff

influxDB

Future

Migrate the Project to PlatformIO for a better dependency management.