weatherstation/README.md

25 lines
510 B
Markdown
Raw Normal View History

2019-01-09 00:25:52 +01:00
# øko Weather Station
## Features
* No external power source needed (solar powered)
* Very low cost (~20 EUR)
* Data will be pushed into InfluxDB over WiFi
* Energy saving features and DeepSleep
* Easy to build with of the shelf hardware
## Data gathered
* Temperature (Calsius, very accurate with the BME230 sensor from Bosch)
* Pressure (hPa)
* Humidity (%H)
* Light (lumen)
* Wind speed (km/h)
* Battery voltage (V)
## Hardware
2019-01-09 00:15:22 +01:00
![schema](/doc/schema.png)
2019-01-09 00:25:52 +01:00
## Visualiation
![grafana](/doc/grafana.png)