├── Adafruit_I2C.py ├── HTU21D.py ├── LICENSE ├── MCP342X.py ├── README.md ├── annual_review_analysis.py ├── bmp085.py ├── bmpBackend.py ├── create.sql ├── credentials.mysql ├── credentials.oracle.template ├── crontab.save ├── database.py ├── ds18b20_therm.py ├── i2c_base.py ├── install.sh ├── interrupt_client.py ├── interrupt_daemon.py ├── log_all_sensors-test.py ├── log_all_sensors.py ├── rpi-weather-overlay.dts ├── tgs2600.py ├── upload_to_oracle.py ├── wind_direction.json ├── wind_direction.py └── wsinstall.sh /Adafruit_I2C.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/Adafruit_I2C.py -------------------------------------------------------------------------------- /HTU21D.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/HTU21D.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/LICENSE -------------------------------------------------------------------------------- /MCP342X.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/MCP342X.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/README.md -------------------------------------------------------------------------------- /annual_review_analysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/annual_review_analysis.py -------------------------------------------------------------------------------- /bmp085.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/bmp085.py -------------------------------------------------------------------------------- /bmpBackend.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/bmpBackend.py -------------------------------------------------------------------------------- /create.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/create.sql -------------------------------------------------------------------------------- /credentials.mysql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/credentials.mysql -------------------------------------------------------------------------------- /credentials.oracle.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/credentials.oracle.template -------------------------------------------------------------------------------- /crontab.save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/crontab.save -------------------------------------------------------------------------------- /database.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/database.py -------------------------------------------------------------------------------- /ds18b20_therm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/ds18b20_therm.py -------------------------------------------------------------------------------- /i2c_base.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/i2c_base.py -------------------------------------------------------------------------------- /install.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/install.sh -------------------------------------------------------------------------------- /interrupt_client.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/interrupt_client.py -------------------------------------------------------------------------------- /interrupt_daemon.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/interrupt_daemon.py -------------------------------------------------------------------------------- /log_all_sensors-test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/log_all_sensors-test.py -------------------------------------------------------------------------------- /log_all_sensors.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/log_all_sensors.py -------------------------------------------------------------------------------- /rpi-weather-overlay.dts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/rpi-weather-overlay.dts -------------------------------------------------------------------------------- /tgs2600.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/tgs2600.py -------------------------------------------------------------------------------- /upload_to_oracle.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/upload_to_oracle.py -------------------------------------------------------------------------------- /wind_direction.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/wind_direction.json -------------------------------------------------------------------------------- /wind_direction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/wind_direction.py -------------------------------------------------------------------------------- /wsinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/RaspberryPiFoundation/weather-station/HEAD/wsinstall.sh --------------------------------------------------------------------------------