Skip to content
forked from dvsu/sps30

Python-based driver for Sensirion SPS30 particulate matter sensor. Tested on Raspberry Pi Zero/Zero W/3B+/4B.

License

Notifications You must be signed in to change notification settings

stefank0/air_quality

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Air Quality with SGP40, SPS30 and SHTC3

Small project to use some Sensirion sensors and a Raspberry Pi to measure indoor air quality.

Setup

  • connect sensors according to their datasheets
  • enable I2C on the raspberry
  • sudo apt install -y python-smbus i2c-tools libgpiod2 python3-gpiozero pigpio python-pigpio python3-pigpio
  • sudo systemctl enable pigpiod
  • python -m venv env-pi && source env-pi/bin/activate
  • pip install -r requirements.txt

About

Python-based driver for Sensirion SPS30 particulate matter sensor. Tested on Raspberry Pi Zero/Zero W/3B+/4B.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%