The Herman Entertainment System (HES) is a custom handheld gaming setup built around the Raspberry Pi Zero 2W after traditional emulation solutions like RetroPie proved incompatible with the Adafruit TFT Bonnet display.
Ultimately this proved to be a useful tool for introducing software and hardware configuration to novices. The setup has been fun for kids, and with the capabilities of the Zero 2W there is plenty of room for growth as well. We have a couple of these in the house now and they are working on a Battleship clone they can play over wifi together, as well as using it as a controller for a wifi enabled robot.
Why Herman? I don't know, that's what the kids chose, apparently he needs entertaining.
Hardware
- Raspberry Pi Zero 2W (compute, Wi-Fi, Bluetooth, GPIO)
- Adafruit 1.3″ TFT Bonnet (240×240 ST7789 display + joystick/buttons)
- Waveshare UPS HAT (C) for battery management
- Custom 3D-printed case (files @ Printables)
Software
- Python-based game launcher with automatic game detection
- Hardware abstraction layer for consistent API across titles
- Professional menu & state-management system
- SSH-enabled for remote development & deployment
Key Features
- Zero-configuration game deployment
- Standardized game API for easy hardware access
- AI-friendly development – integrated Perplexity AI workspace for auto-generating compatible games
- Beginner-accessible – ideal platform for learning electronics and Python programming
Pain Points Solved
- RetroPie display & GPIO conflicts → custom Python system
- Pin multiplexing issues → hardware abstraction & debouncing
- Complex game installation → automatic menu integration
- Steep learning curve → documented API & AI assistance
What Makes It Special
Unlike many Pi-based handhelds focused solely on emulation, the HES is open and adaptable, and runs on Pi OS Lite making it ready for any project. It empowers creators to build original games or educational tools, making it a versatile project for maker spaces, classrooms, and hobbyists.
Complete project details here.
JohnsonFarms.us