Skip to content

Obtain readings from BME280 & MH-Z19C and display them with a Raspberry Pi

License

Notifications You must be signed in to change notification settings

Polygonalr/pi-air-meter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Obtain readings from BME280 & MH-Z19C and display them with a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published