Raspberry Pi Weather Station
This is a long and detailed project. This project creates a basic temperature sensing device. The data is collected and send to a Google Spreadsheet. The data is graphed and published using Google Sheets.
The resources for this project are relatively inexpensive. You will need a Raspberry Pi to collect and publish the information. You will need a humidity and temperature sensor. Both sensors are in the module. You will also need a Google account.
In this lesson we create or log into a Google account. We setup Google APIs and download a file to connect with Google from the Pi.
In this lesson we prepare our data for the charts. This includes the conversion of celsius to Fahrenheit.