Skip to content

xtacocorex/weather-chip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weather CHIP

Python program that interfaces with the following sensors to create a homemade weather station that updates to Adafruit IO

Although this was created on a CHIP, this should have no issues running on a Raspberry Pi or Beaglebone Black

BMP180 AM2315 ADS1015 Photocell Anemometer

  • In a terminal execute the following, enter password for sudo when prompted:

    sudo apt-get install build-essential python-pip python-dev python-smbus git
    git clone https://github.com/xtacocorex/weather-chip.git
    cd weather-chip
    ./install.sh
    
  • After installing, you will need to configure the code to use your personal Adafruit IO data:

sudo nano /etc/aio.cfg
  • To run:
wxchip.py &

About

CHIP based Weather Station

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published