Documentation

Learn how to build, preview, and flash programs with Pams Code Blocks.

Overview

Pams Code Blocks lets you build programs visually and flash them to ESP32 devices directly from your browser.

Core concepts

  • Blocks workspace maps to the Arduino-style setup/loop sketch.
  • The C++ panel shows read-only generated code for review and export.
  • Web Serial handles board connection and firmware flashing.

Typical workflow

  1. Arrange blocks in the workspace.
  2. Review generated C++ in the right panel.
  3. Connect to your ESP32 and click Upload.