Wetterstation v2
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Hendrik Langer fc16fe1a0c clang-tidy test 5 years ago
script clang-tidy test 5 years ago
src clang-tidy test 5 years ago
test project init 5 years ago
.gitignore project init 5 years ago
.gitlab-ci.yml add Code Quality check 5 years ago
.temp-clang-tidy.cpp clang-tidy test 5 years ago
LICENSE.md project init 5 years ago
README.md project init 5 years ago
compile_commands.json clang-tidy test 5 years ago
platformio.ini fix CI 5 years ago

README.md

esp32-weatherstation

Wetterstation v2 with ESP32 and various sensors

Hardware

  • ESP32 µC

Wiring

tbd

Build & Install

git clone https://dev.xd0.de/hendrik/esp32-weatherstation.git
cd esp32-weatherstation
virtualenv .
source bin/activate
pip install -U platformio
platformio run -t upload && platformio device monitor -b 115200
pio run

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments