weatherstation/README.md

26 lines
561 B
Markdown
Raw Permalink Normal View History

2019-02-03 13:23:56 +01:00
# øko weatherstatiøn
2019-01-26 22:08:00 +01:00
![finished](doc/weatherstation.png)
2019-01-09 00:25:52 +01:00
## 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
2019-01-09 00:29:24 +01:00
* Easy to build with of the shelf hardware and a 3D printer
2019-01-09 00:25:52 +01:00
2019-01-09 00:29:24 +01:00
## Collected Data
2019-01-09 00:25:52 +01:00
2019-02-03 14:48:20 +01:00
* Temperature (Celsius, very accurate with the BME230 sensor from Bosch)
2019-01-09 00:25:52 +01:00
* Pressure (hPa)
* Humidity (%H)
2019-01-28 09:20:27 +01:00
* Light (Lux)
2019-01-09 00:25:52 +01:00
* Wind speed (km/h)
* Battery voltage (V)
## Hardware
2019-01-26 22:08:11 +01:00
![schema](doc/schema.png)
2019-01-09 00:25:52 +01:00
2019-01-09 00:29:24 +01:00
## Visualization
2019-01-26 22:08:11 +01:00
![grafana](doc/grafana.png)