Skip to content

jerjou/air_quality_monitor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Raspberry Pi Air Quality Monitor

A simple air quality monitoring service for the Raspberry Pi.

Installation

Clone the repository and run the following:

# Create a fresh virtualenv
python3 -m venv --system-site-packages venv venv
source venv/bin/activate
# Install the dependencies
pip install -r requirements.txt

Running

python3 app.py

Useful references

About

An air quality monitoring service with a Raspberry Pi and a SDS011 sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.9%
  • HTML 38.1%