Adafruit
Adafruit ANO Rotary Navigation Encoder to I2C Stemma QT Adapter
This STEMMA QT adapter makes the ANO rotary navigation encoder easy to use over I2C — no GPIO-heavy wiring needed. An on-board microcontroller running Adafru...
Get notified when back in stock
This STEMMA QT adapter makes the ANO rotary navigation encoder easy to use over I2C — no GPIO-heavy wiring needed. An on-board microcontroller running Adafruit's seesaw firmware tracks all rotary pulses and button presses, saving incremental values for querying at any time over I2C. Just plug in a STEMMA QT cable and start reading rotation and button data from any microcontroller.
The adapter supports 3–5V power and logic, and features an interrupt pin that pulses low when rotation or button presses are detected, so you don't need to continuously poll the I2C bus. Four solder jumpers allow address configuration for up to 16 adapters on a single I2C bus, with additional addresses settable via EEPROM.
Key Features
- Seesaw I2C Firmware – Handles all encoder tracking and button debouncing on-chip
- STEMMA QT / Qwiic Connectors – Solderless I2C connection
- Interrupt Pin – Configurable low pulse on rotation or button press
- Configurable Address – 4 solder jumpers for up to 16 on one I2C bus, plus EEPROM for extended addressing
- Wide Voltage Range – 3–5V power and logic
- Breadboard Pads – Six 0.1"-spaced breakout pads for optional breadboard use
- Library Support – Arduino and CircuitPython/Python seesaw libraries
Also Available
- ANO Rotary Encoder Breakout PCB – Simple GPIO breakout without I2C
Ideal For
- Custom navigation interfaces with minimal wiring
- Menu and settings controls
- Audio volume and media controls
- Projects with limited GPIO availability
Package Contents
- 1× Adafruit ANO Rotary Navigation Encoder to I2C STEMMA QT Adapter (assembled and programmed)
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.
- 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.
- EEPROM
- A type of non-volatile memory that keeps stored data even when power is turned off. In a sensor module, it can be used to store settings or calibration data so they do not need to be re-entered every time.
- 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.
- 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.
- 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.
- 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
Related Tutorials
Free guides on learn.littlebird.com.au