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, Ultimate GPS chip, 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.
- Adjust the credentials section in the code, if necessary. Shame on me for leaving this as clear text. Must fix.
- Use "sudo python TSCU_Wx.py" to run the code.