Getting started with IoT development can be intimidating, even for simple hobby projects. The weather station backs up sensor data to an instance of InfluxDB and can pull historical data from it to show on its OLED display. Data pulled from external APIs can be displayed by clicking on the external button to flip between different dashboards.

The weather station provides the following dashboards via its OLED display: Line chart showing last 90 minutes of data collected by sensors Three-day weather forecast Local weather data based on geolocation Sunset and sunrise dashboard COVID spread risk dashboard generated based on humidity and temperature based on this https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7229913/

The weather station will hold and display data for the last 90 minutes on its charts by default.

Related Articles