PropX-Tinker Quick Start

Flash the open-source PropX-Tinker over USB-C with PlatformIO, open the serial console, and play an MP3 — about fifteen minutes, no electronics background.

From box to typing commands at a live prompt in about fifteen minutes. The Tinker is driven from a serial console — not the PropX app.

Before you start, you’ll need

  • Your PropX-Tinker board, on standoffs (small spacer posts), on a non-metal surface
  • A USB-C data cable (not charge-only)
  • A computer with VS Code and the PlatformIO extension (free)
  • Optional: a FAT32 MicroSD card with MP3s, and powered speakers or headphones
  • Time: about 15 minutes (first build downloads the toolchain)

The eight steps

  1. Install VS Code, then the PlatformIO IDE extension.

    You'll see: the PlatformIO icon in the sidebar.

  2. Download the firmware from github.com/propexperience/tinker and open the folder in VS Code.

    You'll see: PlatformIO detect the project and fetch its tools.

  3. Plug the board in over USB-C.

    You'll see: the board powers from USB — no other supply needed yet.

  4. Run:

    pio run -t upload -t monitor

    You'll see: compile, flash, then a banner and a > prompt at 115200. (Upload fails? Hold BOOT, tap RESET, release BOOT, retry.)

  5. Type gpio.

    You'll see: the configurable pins and their state — it's alive.

  6. Insert your MP3 card and type box.

    You'll see: folders and numbered tracks.

  7. Type play 1.

    You'll hear: track 1 — through powered speakers or headphones (the jack is line level; a bare speaker won't work).

  8. Type stop, then exit.

    You'll see: the prompt returns. Done — wiring real 12 V loads is in the setup guide; every command is in the console reference.

← All PropX-Tinker guides

Full manual (PDF) — coming soon
Was this helpful?