ESP32 projects Notes & experiments Open source

The OpenGizmo Blog

Notes, experiments, and project write-ups collected while building open-source hardware and ESP32 ideas.

Latest posts

All posts

How to Build a Crypto Ticker with ESP32 and MAX7219
Gizmo Ticker

How to Build a Crypto Ticker with ESP32 and MAX7219

Learn how to build a crypto ticker with an ESP32 and MAX7219 LED matrix using WiFi market data, a scrolling display loop, and a browser-based setup flow.

How to Control a Reolink NVR from an ESP32
Gizmo Reolink Switch

How to Control a Reolink NVR from an ESP32

Learn how to control a Reolink NVR from an ESP32 using WiFi, HTTPS requests, a simple local interface, and a safe state-restore workflow.

What is a Microcontroller?
Guides

What is a Microcontroller?

A microcontroller is a compact chip that combines a CPU, memory, and programmable I/O pins in one package, designed to run firmware and control hardware directly.

Arduino IDE vs PlatformIO for ESP32
Guides

Arduino IDE vs PlatformIO for ESP32

Arduino IDE is still a valid starting point for beginners, but PlatformIO is usually the better and more modern choice for ESP32 projects because it scales better, organizes code more cleanly, and fits real project workflows more naturally.

ESP32 vs ESP8266
Guides

ESP32 vs ESP8266

ESP32 and ESP8266 are both popular low-cost WiFi microcontrollers, but the ESP32 is usually the better choice when you need more performance, Bluetooth, or a more flexible hardware base.

What is the ESP32?
Guides

What is the ESP32?

The ESP32 is a low-cost microcontroller from Espressif that combines WiFi, Bluetooth, GPIO, and enough processing power to build practical connected devices.

What is OpenGizmo?
Guides

What is OpenGizmo?

OpenGizmo is an ESP32-focused site for practical open-source gadgets, build pages, and maker notes that explain how the devices actually work.