TSCU class project to monitor weather using a Raspberry Pi. Watch this space for more information.
Basic setup information:
- Raspberry PI with 2302 temperature & humidity sensor, C28 series waterproof temp sensor, and BMP pressure sensor.
- Install the Adafruit Raspberry PI python demo code and follow their instructions for building the C libraries for faster processing times.
- Install the I2C stuff from Adafruit too.
- Install this git tree.
- Make symbolic links to Adafruit_BMP085.py, Adafruit_DHT, Adafruit_I2C.py as appropriate for your install locations.
- Copy the config_example.py file to config.py and edit it to match your Google credentials.
- Use "sudo python TSCU_Wx.py" to run the code.