API

  • Raspberry Pi Sensor Data→Firestore→ChatGPT→Gmail

    This weekend, I took my Raspberry Pi sensor project a step further by connecting it to Google Firestore. What started as a simple setup that wrote temperature, humidity, and soil moisture data to a Google Sheet is now part of a growing workflow that stores, analyzes, and delivers real-time insights through AI and automation. This…

  • MCP: Model Context Protocol

    MCP is an emerging open standard that allows AI systems to connect with tools like Gmail, Google Calendar, or agricultural sensors through a single shared interface. It represents a shift from one-off automations to intelligent, coordinated workflows where AI collaborates with people rather than replacing them.

  • Raspberry Pi Temperature and Humidity Logger

    As time permited, over the past few months, I’ve been learning how to turn my Raspberry Pi into a simple weather data logger. Right now, it’s sitting in my office with a waterproof SHT30 sensor connected to it. The SHT30 measures both temperature and humidity and communicates through something called I²C (Inter-Integrated Circuit). This is…

  • Google Colab, Cloud-Based Coding

    Last semester was the first time I was introduced to Google Colab, a cloud-based platform for writing and running code. Up until then, I had been using PyCharm to write code locally on my computer. PyCharm is great for structured projects, but Colab immediately stood out for how it integrates with the rest of the…