// TEMPORAL BADGE GUIDE

Hack. Retry. Execute.

Write Python apps for the ESP32-S3 Temporal Badge. Control the OLED, LED matrix, buttons, joystick, IMU, haptics, IR, and native UI directly from MicroPython.

HOME
S3ESP32 module
64OLED rows
8x8LED matrix
128KPython heap

// GUIDE SECTIONS

Developer Guide

See the developer guide for instructions on how to connect to the badge, access hardware, build and run an app, and use the API.

JumperIDE

Connect over WebSerial, run scripts through the REPL, save files, and inspect exceptions.

Hardware APIs

Work with OLED, LED matrix, buttons, joystick, IMU, haptics, IR, mouse overlay, and identity calls.

Badge Comms

Exchange compact or multi-word frames over line-of-sight IR between two badges.

// QUICK START

First App Path

Start with a single file in /apps. Move to a folder app when you need modules, assets, or save files.