├── BigQuery_Table_Fields.txt ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── checkWeather.py ├── screenshots ├── assembly.png ├── assembly1.png ├── case.png ├── detect.png ├── detect1.png ├── headerpins.png ├── pins.png ├── pins1.png ├── raspbian.png ├── settings.png ├── terminal.png ├── wifi.png ├── wiring.png └── wiring1.png ├── third_party └── Adafruit_BME280 │ ├── Adafruit_BME280.py │ └── LICENSE └── weather_report.yml /BigQuery_Table_Fields.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/BigQuery_Table_Fields.txt -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/README.md -------------------------------------------------------------------------------- /checkWeather.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/checkWeather.py -------------------------------------------------------------------------------- /screenshots/assembly.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/assembly.png -------------------------------------------------------------------------------- /screenshots/assembly1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/assembly1.png -------------------------------------------------------------------------------- /screenshots/case.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/case.png -------------------------------------------------------------------------------- /screenshots/detect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/detect.png -------------------------------------------------------------------------------- /screenshots/detect1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/detect1.png -------------------------------------------------------------------------------- /screenshots/headerpins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/headerpins.png -------------------------------------------------------------------------------- /screenshots/pins.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/pins.png -------------------------------------------------------------------------------- /screenshots/pins1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/pins1.png -------------------------------------------------------------------------------- /screenshots/raspbian.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/raspbian.png -------------------------------------------------------------------------------- /screenshots/settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/settings.png -------------------------------------------------------------------------------- /screenshots/terminal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/terminal.png -------------------------------------------------------------------------------- /screenshots/wifi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/wifi.png -------------------------------------------------------------------------------- /screenshots/wiring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/wiring.png -------------------------------------------------------------------------------- /screenshots/wiring1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/screenshots/wiring1.png -------------------------------------------------------------------------------- /third_party/Adafruit_BME280/Adafruit_BME280.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/third_party/Adafruit_BME280/Adafruit_BME280.py -------------------------------------------------------------------------------- /third_party/Adafruit_BME280/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/third_party/Adafruit_BME280/LICENSE -------------------------------------------------------------------------------- /weather_report.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/googlecodelabs/iot-data-pipeline/HEAD/weather_report.yml --------------------------------------------------------------------------------