Log Sensor Data from Sense HAT to Google Sheets using Raspberry Pi

Log Sensor Data from Sense HAT to Google Sheets using Raspberry Pi

Introduction

I have shared before about IoT data logger using Blynk app. This time, we will try to log the data to Google Sheets - a spreadsheet program included as part of a free, web-based software office suite offered by Google. The sensor data will be collected from Sense HAT which include temperature, humidity, pressure, accelerometer, gyroscope and magnetometer. I like the easy way, so we will use the Integromat services to link between them and reduce the lines of code.

Video

This video shows how to log sensor data from Sense HAT to Google Sheets using Raspberry Pi.

 

Hardware Preparation

This is the list of items used in the video.

Sample Program

This is python3 sample program. You can use it with Thonny Python IDE.

 

Thank You

References:

Thanks for reading this tutorial. If you have any technical inquiries, please post at Cytron Technical Forum.

"Please be reminded, this tutorial is prepared for you to try and learn.
You are encouraged to improve the code for a better application."