diff --git a/README.md b/README.md index 4516622..b7b81e6 100644 --- a/README.md +++ b/README.md @@ -1 +1,24 @@ +# ø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 ![schema](/doc/schema.png) + +## Visualiation +![grafana](/doc/grafana.png) diff --git a/doc/grafana.png b/doc/grafana.png new file mode 100644 index 0000000..49efdf2 Binary files /dev/null and b/doc/grafana.png differ