Upload Data from Raspberry Pi Pico W to Google Sheets - (Part 2) Without Using IFTTT

Опубликовано: 07 Август 2026
на канале: Shilleh
2,869
69

Learn how to send data from your Pico W to Google Sheets using the Google Cloud API. In a previous video, I showed you how to set this up using IFTTT, but unfortunately, that service is now behind a paywall. Instead, we'll set it up for free using GCP, a Flask application, and code running on our Pico W. I'll walk you through all the steps, including setting up your GCP account, creating a project, enabling APIs, writing the necessary code, and configuring your Google Sheet. All code is available if you subscribe to the Level 1 perk on my channel. Otherwise, simply follow along through the journey to learn how to implement this solution yourself.

Hire me for IoT on UpWork:
https://www.upwork.com/freelancers/~0...

Link to ShillehTek Article:
https://shillehtek.com/blogs/news/how...

Where to Buy Pre-Soldered ShillehTek BMP280:
https://www.amazon.com/dp/B0CD4PQZGQ?...

TIMESTAMPS
00:00 Intro
01:19 GCP Setup
06:24 Flask Application Setup
11:39 MicroPython Setup