Skip to content

TSCU class project to monitor weather using a Raspberry Pi

License

Notifications You must be signed in to change notification settings

astillman/TSCU-Wx-Rpi-node

 
 

Repository files navigation

TSCU-Wx-Rpi-node

TSCU class project to monitor weather using a Raspberry Pi. Watch this space for more information.

Basic setup information:

  1. Raspberry PI with 2302 temperature & humidity sensor, Ultimate GPS chip, and BMP pressure sensor.
  2. Install the Adafruit Raspberry PI python demo code and follow their instructions for building the C libraries for faster processing times.
  3. Install the I2C stuff from Adafruit too.
  4. Install this git tree.
  5. Make symbolic links to Adafruit_BMP085.py, Adafruit_DHT, Adafruit_I2C.py as appropriate for your install locations.
  6. Adjust the credentials section in the code, if necessary. Shame on me for leaving this as clear text. Must fix.
  7. Use "sudo python TSCU_Wx.py" to run the code.

About

TSCU class project to monitor weather using a Raspberry Pi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Gosu 53.8%
  • Python 46.2%