Skip to content

WSUnathan/rpi-python-iaq-sensor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wireless Sensor Network

Indoor Air & Climate Change (2015-2017)

Simple wifi (802.11bgn) sensor node for measuring:

  • carbon dioxide (K30; Senseair)
  • barometric pressure & temperature (BMP180)
  • relative humidity & temperature (HTU21DF)

Setup

First, manually install dependencies:

$ sudo apt-get update
$ sudo apt-get install git build-essential python-dev python-smbus samba samba-common
$ git clone https://github.com/adafruit/Adafruit_Python_BMP.git
$ cd Adafruit_Python_BMP
$ sudo python setup.py install

Then run the installation script:

$ sudo ./install.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published