Raspberry Pi & Hardware
Build a virtual e-paper cat on a Raspberry Pi, connect it to a private Meow Meow Scratch app, and add a round ESP32 touchscreen care remote.
Read guideRaspberry Pi & Hardware
Build a virtual e-paper cat on a Raspberry Pi, connect it to a private Meow Meow Scratch app, and add a round ESP32 touchscreen care remote.
Read guideTutorials
Step-by-step guide to flashing MicroPython onto an ESP32-S3 board using esptool, from bootloader mode to running your first script.
Read guideAPIs & Python
Learn what APIs mean in Python, when to use library and web APIs, how to call JSON endpoints, and how to create a small Flask API.
Read guideGetting Started
Learn how Raspberry Pi GPIO pins work, how BCM and physical numbering differ, and how to choose safe pins for LEDs, sensors, I²C, SPI and UART projects.
Read guideGetting Started
Understand API endpoints, URL paths, HTTP methods, JSON, credentials, and response codes with a practical Weather Station example.
Read guideGetting Started
Choose GET, POST, PATCH, or DELETE safely with a consistent Weather Station API example.
Read guideGetting Started
Understand API success, redirect, validation, authentication, rate-limit, and server-error responses.
Read guideGetting Started
Make, inspect, and troubleshoot your first authenticated API request with curl and safe credential placeholders.
Read guideGetting Started
Choose between collection history and a current static JSON payload for telemetry, settings, dashboards, and device state.
Read guideGetting Started
Learn JSON objects, arrays, values, validation errors, and API request and response bodies with practical temperature examples.
Read guide