Adafruit
Adafruit Mini I2C Gamepad with seesaw - STEMMA QT / Qwiic
The Adafruit Mini I2C Gamepad is a compact controller breakout with a 2-axis thumb joystick and 6 momentary buttons (4 large, 2 small), all communicating ove...
Get notified when back in stock
The Adafruit Mini I2C Gamepad is a compact controller breakout with a 2-axis thumb joystick and 6 momentary buttons (4 large, 2 small), all communicating over I2C via the seesaw co-processor. It doesn't use any of your GPIO or analogue pins — just connect via STEMMA QT / Qwiic and start reading inputs immediately.
The seesaw chip handles the two analogue joystick axes and six digital button inputs, converting everything to a clean I2C interface that works with any microcontroller or microcomputer — even those without analogue inputs. An optional interrupt pin alerts your board when a button state changes.
Key Features
- 2-Axis Thumb Joystick – Analogue X/Y position read over I2C
- 6 Momentary Buttons – 4 large action buttons plus 2 small utility buttons
- Seesaw I2C Co-Processor – No GPIO or analogue pins consumed on your microcontroller
- STEMMA QT / Qwiic Port – Solderless I2C connection
- Optional Interrupt Pin – Get notified on button press/release events
- Address Select Jumpers – 4 I2C address options; connect multiple gamepads
- Universal Compatibility – Works with any I2C-capable microcontroller or SBC
Ideal For
- Game controllers for microcontroller projects
- Robotic control interfaces
- Menu navigation and UI input
- Interactive installations and kiosks
Package Contents
- 1× Adafruit Mini I2C Gamepad (assembled and programmed)
- 1× 0.1" header strip
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- breakout
- A breakout board carries a small or fine-pitched component and brings its connections out to standard, breadboard- and header-friendly pins. Describing a part as a breakout means it can be wired into a project without soldering directly to the component's tiny contacts.
- GPIO
- General-purpose input/output pins are microcontroller pins you can set in software to read signals, switch devices on and off, or connect to peripherals. The number of GPIO pins matters because it limits how many buttons, LEDs, sensors, and other parts you can wire directly to the board.
- 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.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- IRQ
- IRQ (interrupt request) is a signal line a device uses to alert a microcontroller that something needs attention, so the microcontroller does not have to poll continuously. Wiring an IRQ pin to a free input lets code respond promptly to events such as new data being ready.
- microcontroller
- A microcontroller is a small computer on a single chip that runs a stored program and controls connected inputs and outputs such as buttons, sensors, displays and communication interfaces. In a device built around one, it is the part that executes the code and coordinates the device's behaviour.
- Qwiic
- Qwiic is a plug-in connector system for I2C devices that uses small 4-pin cables, so you can connect compatible sensors without soldering. It matters because your controller or adapter also needs Qwiic, or you will need a cable or breakout to wire it up.
- 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.
- STEMMA QT
- A small plug-in connector system for I2C boards that lets you connect compatible sensors and controllers without soldering. It matters because it can make wiring faster and less error-prone, especially when adding several small modules to a project.
Find this product in
Brands
introducing adafruit stemma qt
Document · 1.5 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au