This repository contains all the iterations of my air quality dashboard for my Raspberry Pi. The code is built around the Raspberry Pi's GPIO interfacing with a BME280 sensor (for temperature, pressure and humidity) and a MH-Z19C sensor (for CO2 concentration). All readings are logged down periodically (the default interval is 2 minutes) into an SQLite3 database.
The first revision is written in Python and uses a 128px x 32px SSD1306 display to display the readings via the Raspberry Pi's I2C interface. The code and documentation can be found in the rev1
directory.
The second revision is built on Rust and uses a Waveshare 7.5inch E-Ink V2 display. This is still under development and not complete. The code and documentation can be found in the rev2
directory.