Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 576 Bytes

README.rst

File metadata and controls

12 lines (9 loc) · 576 Bytes

# ZephyrOS Temperature and Humidity Weather Station

## Description Measure ambient temperature and humidity periodically (0.5 Hz) with the DHT11 sensor, and output the results to an LCD16x2 display. Result are also written to the serial console. Subsequently, those very same results are published via MQTT to a self-hosted MQTT Broker so that they can be eventually graphed and displayed on a Python dashboard.

## Execution Output Dashboard Plot ![Dashboard Plot](https://github.com/nuertey/ZephyrOS-WeatherStation/blob/main/weather_station-dashboard_plot.png?raw=true)