Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.25 KB

README.md

File metadata and controls

20 lines (11 loc) · 1.25 KB

Air Quality Dashboard for Raspberry Pi

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.

Revision 1

Revision 1 image

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.

Revision 2

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.

License

MIT License