New ESP32 app store lets you flash apps straight from your browser
At a glance:
- New ESP32 app store called App Pixels lets you flash apps via the Web Serial API.
- Targets Waveshare ESP32‑S3 1.8 AMOLED board, priced at about $30.
- Currently hosts 20 curated apps including a voice recorder, Pomodoro timer, and Flappy Bird math game.
How it works
The store runs entirely in the browser using the Web Serial API, which communicates directly with the ESP32’s USB‑serial port. No drivers, toolchain, or command‑line utilities are required; users simply open the site, connect the board, and click “Flash”. This approach eliminates the typical setup hurdles that have kept ESP32 programming confined to local IDEs.
The interface is web‑based, so the same URL works on any platform that supports the API — Windows, macOS, Linux, and even ChromeOS on a tablet. The creator emphasizes that this “plug‑and‑play” model is aimed at non‑technical users, such as hobbyists and educators, who want to try out small utilities without installing Python or the Arduino IDE.
What’s available
App Pixels currently showcases a curated collection of twenty small utilities and games, each designed to run on the Waveshare ESP32‑S3 1.8 AMOLED board. The developer initially built the tools for personal use and to share them with family, then opened the site to the public to gather feedback.
- Claude
- Voice recorder
- Pomodoro timer
- Flappy Bird math game
- Dice roller
The list reflects a mix of productivity helpers and playful experiments, giving users a taste of what the platform can do beyond simple blinking LEDs.
Limitations and outlook
At present the store offers only a limited selection of apps and requires the specific Waveshare ESP32‑S3 1.8 AMOLED hardware, which retails for roughly $30. Connectivity can be finicky on some browsers, and the Web Serial API still lacks full support in all major browsers, meaning users may need to switch to Chrome or Edge for reliable flashing.
The creator has announced plans to expand the catalog weekly and to open the platform to community‑submitted apps, potentially turning it into a de‑facto marketplace for ESP32 peripherals. If adoption grows, the model could inspire similar browser‑based app stores for other microcontrollers, reshaping how hobbyists discover and deploy firmware.
FAQ
How does the App Pixels store flash apps without installing any software?
Which hardware does the store support?
What kinds of apps are currently available?
More in the feed
Prepared by the editorial stack from public data and external sources.
Original article