Skip to content

Indoor Air Quality measurement with raspberry pi sensors and grafana

Notifications You must be signed in to change notification settings

CedricCourson/AirPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AirPy

Indoor AirQuality monitoring. Rapsberry py with air quality sensors monitor air parameters on grafana dashboard.

Notion page of the project configuration, info, tuto, test ...

Materials :

  • Bme680 sensors (temperature, humidity, pressure, gas)
  • SGP30 (ECO2, TVOC)
  • PMSA003 (particules sensors)
  • Raspberry pi 4 Sensors are connected on GPIO. This raspberry pi is also using as web server with a installation of grafana. All data are monitoring on Grafana.

Summary installation :

  1. connect sensors
  2. i2cdetect -y 1 (for checking i2c connection)
  3. instal libraries : sudo apt install adafruit-circuitpython-bme680, pimoroni-sgp30, pms7003
  4. test each sensors with codes in sensors file
  5. configure a bdd mysql, an update the file air_pi.py
  6. launch airpi with : python3 air_pi-py

About

Indoor Air Quality measurement with raspberry pi sensors and grafana

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages