Team hackathon project built in China; the satirical theme was a communist-themed handheld gaming console based on the ESP32-S3, capable of running multiplayer DOOM.
- Peer-to-peer multiplayer
- Battery-powered handheld design
- Joystick w/ click controls
- 1.8" TFT display support (SPI-based)
- Low-latency ESP-NOW networkin
- Seeed Studio XIAO ESP32-S3
- 1.8" SPI
- Joystick
- Standard 5V 10000mAh power bank
This project uses ESP-NOW peer-to-peer communication**, allowing devices to connect directly without Wi-Fi infrastructure.
- Each device broadcasts player state packets
- Peers sync:
- position
- input states
- game events
- No central server required
- Auto-discovery pairing mode supported
- Framebuffer optimized rendering pipeline
- Custom input handler
- ESP-IDF
- Using ESP-IDF:
- doom.py flash monitor
- Or compile and upload using Arduino IDE.
With love,
Peter the eel
Made in Shenzhen China - 2026 Fallout HC



