A pocket remote for the radio — its own screen, its own battery, no phone.
Firmware EXPERIMENTAL · built 2026-08-20
The Controller is a second, much smaller ESP32 device that talks to AtlasCube directly over ESP-NOW — no Wi-Fi network, no router, no pairing with a phone in between. It wakes on a touch or a key press, shows what the radio is playing, and goes back to sleep. Where the Android app is the full remote, this is the one you leave on the desk.
| MCU | ESP32-C6 (RISC-V), 4 MB flash, no PSRAM One of several planned builds — the C6 is what the prototype runs on. Other MCUs are coming, an ESP32-S3 version among them, each with its own board and firmware image. |
| Display | CO5300 / ICNA3306 AMOLED, 240×296, QSPI |
| Touch | CST816D capacitive digitizer on the same FPC |
| Keys | 4×3 matrix in the LP-GPIO domain — wakes the chip from deep sleep |
| Link | ESP-NOW, peer-to-peer with the radio |
| Power | Single LiPo cell — TODO: cell size, connector, charger |
| Enclosure | TODO |
BOOT while plugging in the
USB-C cable and keep holding until the browser's port picker appears. Console and flashing
both go over the chip's USB-Serial/JTAG, so the port only appears while the board is in
the bootloader.
BOOT.The image includes the wallpapers, which live in a raw flash partition rather than a filesystem — flashing replaces them. There is no OTA yet: the 4 MB layout has a single app slot, so every update is a USB flash.
← Back to atlascube.net