Skip to content

Measure PM2.5 and PM10 values and log them to an API.

Notifications You must be signed in to change notification settings

dag0310/pm-recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Particulate Matter Sensor SDS011 Logger

Measure PM2.5 and PM10 values and log them to an API.

Setup

  • sudo pip3 install -r requirements.txt
  • ./pm.py
  • Set values in config.ini according to config.template.ini

System dependencies

  • sudo apt install python3-dev python3-serial

Libraries