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.
|
|
|
# esp32-weatherstation
|
|
|
|
|
|
|
|
Wetterstation v2 with ESP32 and various sensors
|
|
|
|
|
|
|
|
## Hardware
|
|
|
|
* ESP32 µC
|
|
|
|
|
|
|
|
## Wiring
|
|
|
|
tbd
|
|
|
|
|
|
|
|
## Build & Install
|
|
|
|
|
|
|
|
```bash
|
|
|
|
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
|
|
|
|
|
|
|
|
* **Hendrik** - *Initial work* - [hendrik](https://dev.xd0.de/hendrik)
|
|
|
|
|
|
|
|
## License
|
|
|
|
|
|
|
|
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details
|
|
|
|
|
|
|
|
## Acknowledgments
|
|
|
|
|
|
|
|
* [PlatformIO](https://platformio.org) - Cross-platform IDE
|