Skip to content

Air pollution sensor with GPS, SDS011, and LCD readings

License

Notifications You must be signed in to change notification settings

cmac4603/elephant_sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elephant_sensor

Elephant Sensor

Air pollution sensor on the Pi zero recording 2.5/10PPM (SDS011) with GPS, displayed on a LCD 16x2 matrix and writing to TinyDb

Prequisite commands

Standard python-related commands and modules for Ubuntu/Debian/Raspbian

sudo apt-get install build-essential python-dev python-smbus python-pip

sudo pip install -r requirements

To get the GPS linux module working

sudo apt-get install gpsd gpsd-clients

sudo gpsd /dev/ttyAMA0 -F /var/run/gpsd.sock

sudo systemctl stop gpsd.socket

sudo systemctl disable gpsd.socket

sudo gpsd /dev/ttyAMA0 -F /var/run/gpsd.sock

About

Air pollution sensor with GPS, SDS011, and LCD readings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages