Adafruit
Adafruit Rotary Trinkey - USB NeoPixel Rotary Encoder
The Adafruit Rotary Trinkey is a tiny USB A board built around the ATSAMD21 microcontroller with a footprint for a standard rotary encoder and a built-in Neo...
Get notified when back in stock
The Adafruit Rotary Trinkey is a tiny USB A board built around the ATSAMD21 microcontroller with a footprint for a standard rotary encoder and a built-in NeoPixel LED. Plug it into any USB A port on your computer and program it as a volume knob, scroll wheel, zoom control, or any custom rotary input device.
The board supports CircuitPython and Arduino, and over USB it can appear as a serial console, MIDI device, or HID keyboard/mouse — making it incredibly versatile for custom input projects. A capacitive touch pad and reset button round out the feature set.
Key Features
- ATSAMD21E18 Processor – 48 MHz 32-bit Cortex M0+ with 256 KB flash and 32 KB RAM
- USB A Plug – Plugs directly into any computer's USB A port, no cable needed
- Standard Rotary Encoder Footprint – Compatible with any PEC11 or PEC12 style 5-pin rotary encoder (not included)
- NeoPixel LED – Single RGB under-lighting LED for colour feedback
- Capacitive Touch Pad – One additional touch input
- Native USB – Serial, MIDI, and HID (keyboard/mouse) support
- CircuitPython & Arduino – Full support with existing Rotary, NeoPixel, and FreeTouch libraries
Ideal For
- Custom volume knobs and media controllers
- Scroll wheels and zoom controls
- MIDI controllers and music production tools
- Macro input devices and productivity shortcuts
Package Contents
- 1× Adafruit Rotary Trinkey (ATSAMD21, NeoPixel, capacitive touch)
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- HID
- Human Interface Device is a USB device class used for keyboards, mice, gamepads and similar controls. If a board supports HID over USB, it can act like an input device to a computer without needing a custom driver.
- LED
- A light-emitting diode (LED) is a small electronic component that emits light when current flows through it in the correct direction. Because it only conducts one way, its polarity matters, and a through-hole LED must be soldered the correct way around to light up.
- 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.
- MIDI
- MIDI is a standard way for electronic instruments, controllers, and software to send musical control messages such as notes, velocity, and timing. If a board supports MIDI, it can be triggered from keyboards, drum pads, sequencers, or other music gear rather than only from buttons or code.
- native USB
- Native USB means the microcontroller itself handles USB communication, rather than using a separate USB-to-serial chip. This matters for programming, debugging, and projects that need the board to act directly as a USB device.
- NeoPixel
- A type of addressable LED system where colour data is sent along a single digital data line from one LED or controller to the next. Compatibility matters because the timing and signal format must match for the lights or driver board to respond correctly.
- 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.
- 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.
Find this product in
Brands
Components
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au