Indoor AirQuality monitoring. Rapsberry py with air quality sensors monitor air parameters on grafana dashboard.
Notion page of the project configuration, info, tuto, test ...
- 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.
- connect sensors
- i2cdetect -y 1 (for checking i2c connection)
- instal libraries : sudo apt install adafruit-circuitpython-bme680, pimoroni-sgp30, pms7003
- test each sensors with codes in sensors file
- configure a bdd mysql, an update the file air_pi.py
- launch airpi with : python3 air_pi-py