Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

System based on Raspberry Pi and GrovePi to measure temperature, humidity and other air quality parameters

License

Notifications You must be signed in to change notification settings

dwaxweiler/air-quality-measurement-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Air quality measurement system

System based on Raspberry Pi and GrovePi to display temperature, humidity and other air quality parameters

Released under The MIT License, see LICENSE.txt file for more details

Built with

Setup

It is expected that you have already set up GrovePi on your Raspberry Pi.

  1. Connect the display and both sensors.
  • Connect the display to the port I2C-1.
  • Connect the DHT sensor to the port D7.
  • Connect the air quality sensor to the port A0.
  1. Download the python script.
  2. Depending on which DHT sensor you are using, you have to adapt the value assigned to DHT_SENSOR_TYPE at the beginning of the script. Its comment explains more.
  3. Run the script: python air-quality-measurement-system.py

Example case

Front of the case

About

System based on Raspberry Pi and GrovePi to measure temperature, humidity and other air quality parameters

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages