Adafruit
Adafruit I2C Quad Rotary Encoder Breakout with NeoPixel
The Adafruit I2C Quad Rotary Encoder Breakout lets you read up to four rotary encoders from a single board over I2C. An onboard microcontroller running Adafr...
Get notified when back in stock
The Adafruit I2C Quad Rotary Encoder Breakout lets you read up to four rotary encoders from a single board over I2C. An onboard microcontroller running Adafruit's seesaw firmware handles all pulse tracking, debouncing, and pin management — simply query the encoder values whenever you need them.
Designed in the STEMMA QT / Qwiic form factor, this breakout supports solderless I2C connections and daisy-chaining. The board accepts standard PEC11-pinout rotary encoders (not included) and features reverse-mount NeoPixels under each encoder position — visible through clear or translucent shaft encoders for colour-coded visual feedback.
Key Features
- 4× Encoder Positions – Read up to four rotary encoders from a single breakout board
- Seesaw I2C Interface – Onboard microcontroller handles all encoder tracking and debouncing
- STEMMA QT / Qwiic Connectors – Solderless I2C connection with daisy-chain support
- 4× Reverse-Mount NeoPixels – RGB LEDs visible through translucent encoder shafts, controlled over I2C
- Interrupt Pin – Configurable INT output pulses low on rotation or button press
- 3V & 5V Compatible – Works with both 3.3V and 5V power and logic levels
- Up to 8 Boards on One Bus – Three address jumpers allow addresses 0x49 to 0x51 (up to 32 encoders total)
- Breadboard-Friendly – 0.1"-spaced breakout pads for traditional wiring
Ideal For
- Multi-encoder control panels and user interfaces
- Audio mixers, lighting controllers, and parameter adjustment
- Arduino, Raspberry Pi, and CircuitPython projects requiring multiple rotary inputs
- STEMMA QT / Qwiic sensor and control chains
Package Contents
- 1× Adafruit I2C Quad Rotary Encoder Breakout PCB (assembled and tested)
Resources
Jargon buster
Plain-language definitions for the technical terms used above.
- Address jumpers
- Address jumpers are small solder pads, links or switches used to change a device's address on a shared bus such as I2C. They matter when you want to connect several identical devices to the same controller, since each one needs a unique address to avoid conflicts.
- 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.
- 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.
- encoder
- An encoder is a sensor that converts the rotation or position of a shaft, knob or dial into electrical signals, reporting movement as incremental steps and direction, or as an absolute position. It is used to track how far something has turned, which matters for precise positioning, speed control, repeatable movement, or using a rotary knob as an input.
- 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.
- 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.
- 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.
- 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.
- RGB
- Short for red, green and blue, the three primary colours of light that are mixed in varying amounts to make a wide range of colours. In electronics RGB can refer to an LED or pixel that blends these three colours, or to a colour signal or interface that carries separate red, green and blue channels.
- 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
Components
adafruit i2c qt rotary encoder
Document · 3.4 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au