Format Pi - OS Lite 64 Bit (Pi Imager + SD Card Reader)

Create New Google Cloud Instance - Ubuntu 20 Boot Disk

Firewall - Google Cloud

Acc/Pass Pi/Raspberry

Passwd to change User Pi Password

Pi Settings - Enable SSH and WIFI - SSID = Wifi Name

sudo raspi-config

-------
sudo apt-get update && sudo apt-get 

Connect to Pi with SSH - Suggested Putty

ssh [email protected] ## *LOCAL IP*

Install git, which will allow us to clone this project’s code.

sudo apt-get update && sudo apt-get install -y git

2. Clone the repository with example code. This code takes care of communication with the sensor, and sets up a simple server for monitoring on your home network.