Adafruit
Adafruit PyGamer Starter Kit
Everything you need to build a pocket-sized gaming handheld — no soldering required. This starter kit bundles the Adafruit PyGamer with a rechargeable batter...
Get notified when back in stock
Everything you need to build a pocket-sized gaming handheld — no soldering required. This starter kit bundles the Adafruit PyGamer with a rechargeable battery, acrylic enclosure, speaker, button caps, and a zipper carry case.
The PyGamer is powered by the ATSAMD51 (120 MHz ARM Cortex-M4) with 512 KB flash, 192 KB RAM, and 8 MB QSPI flash storage. It features a 1.8" colour TFT display, analog thumbstick, four square-top buttons, 5 NeoPixels, a triple-axis accelerometer, stereo headphone jack, and Feather-compatible expansion headers. Program it with MakeCode Arcade, CircuitPython, or Arduino.
What's Included
- Adafruit PyGamer PCB – Full-featured gaming board with ATSAMD51, display, and controls
- Acrylic Enclosure Kit – Laser-cut case to protect and showcase the board
- Mini Oval Speaker – 8 Ω, 1 W speaker for game audio
- 350 mAh LiPo Battery – 3.7 V rechargeable battery sized to fit the enclosure
- Square Button Caps (10-pack) – 8 mm diameter snap-on caps for the tactile buttons
- Zipper Carry Case – Maker-friendly storage case (colour may be royal blue or purple)
Key Features
- No Soldering Required – Snap-together assembly in about an hour
- Complete Kit – Board, enclosure, battery, speaker, button caps, and case all included
- MakeCode Arcade – Drag-and-drop game creation for beginners
- CircuitPython & Arduino – Full support for advanced programming
- Analog Thumbstick – Smooth directional control with dual potentiometers
- Feather Expansion – Plug in any FeatherWing plus 3 STEMMA connectors (2× ADC/PWM, 1× I2C)
- Built-in Sensors – Accelerometer and light sensor on-board
- Rechargeable via USB – Micro-USB port charges the battery and supports programming
Also Consider
- PyGamer (Board Only) – Just the PCB if you already have accessories
- PyGamer Acrylic Enclosure Kit – Replacement or additional enclosure
- PyBadge Starter Kit – Similar kit with D-pad buttons instead of analog thumbstick
Ideal For
- DIY retro gaming handhelds
- MakeCode Arcade game development
- Workshop kits, classroom packs, and gifts
- Portable CircuitPython and Arduino projects
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- ADC
- An analogue-to-digital converter reads a changing voltage and turns it into a number the microcontroller can use. It matters when connecting analogue sensors such as light, sound, or variable-resistor sensors.
- ARM Cortex-M4
- The ARM Cortex-M4 is a 32-bit processor core widely used inside microcontrollers, often with hardware support for signal-processing and control tasks. It provides enough processing power to run embedded programs that handle sensors, wireless communication, audio and similar workloads.
- CircuitPython
- A beginner-friendly version of Python designed to run directly on microcontroller boards. If a product supports CircuitPython, you can often program it by copying code files onto the board rather than setting up a more complex toolchain.
- Feather-compatible
- Feather-compatible means the board follows the Adafruit Feather size and pin layout used by many add-on boards and enclosures. It matters because it helps you choose accessories that will physically fit and connect to the same pins.
- FeatherWing
- A FeatherWing is an add-on board made to plug into the Feather microcontroller board layout. Knowing a product is a FeatherWing helps you check whether it will physically and electrically fit your Feather-style mainboard.
- Headers
- Rows of connector contacts on a fixed pitch (commonly 2.54 mm) used to link a board to a breadboard, jumper wires, or another board. They come as male pin headers and female socket headers; when a module ships with pre-soldered headers it can be used straight away, whereas bare pads require soldering the pins yourself.
- I2C
- I2C is a two-wire communication bus used by many sensors and small modules. It matters because several I2C devices can share the same two wires, but each device needs a compatible address and your controller must support I2C.
- LiPo
- A LiPo (lithium polymer) battery is a rechargeable lithium battery widely used in portable projects because it is light and compact. LiPo cells need correct charging circuitry and careful handling to stay safe, so equipment that supports LiPo generally includes charging or protection hardware suited to that battery type.
- MakeCode Arcade
- MakeCode Arcade is a free, beginner-friendly programming environment from Microsoft for making simple retro-style games, using either drag-and-drop blocks or text code such as JavaScript or Python. It runs in a web browser and can also target compatible handheld game devices.
- PCB
- A printed circuit board (PCB) is a board, usually rigid, with etched copper tracks that connect electronic components together without loose wiring. Components are mounted on the board and signals route between them through the copper layout.
- PWM
- Pulse Width Modulation is a way for a digital pin to simulate variable output power by switching on and off very quickly. It matters for controlling things like LED brightness, motor speed, or servo-style signals from a microcontroller pin.
- RAM
- RAM (random-access memory) is fast, temporary memory a device uses for working data while it is running; in its common volatile form, its contents are lost when power is removed. Some devices offer a mode that applies settings to RAM only, which is handy for testing changes temporarily because they are not stored permanently and disappear at power-off.
- STEMMA
- A plug-and-cable connection system used on some maker electronics boards to make wiring simpler. If a product uses STEMMA, you need the matching cable or connector type to plug it in without soldering.
- TFT
- A thin-film transistor display is a common type of colour LCD used for graphics screens. Knowing a product is for TFTs helps you check that the driver board matches the display’s connector, resolution, backlight, and signalling method.
Find this product in
Brands
Microcontrollers
STEM & Education
Related Tutorials
Free guides on learn.littlebird.com.au