Adafruit
Adafruit Pixel Trinkey - USB Key for NeoPixel / DotStar Driving
· MPN: ADA5953
The Adafruit Pixel Trinkey is a tiny USB microcontroller board purpose-built for driving NeoPixel (WS2812, SK6812) and DotStar (APA102) addressable LEDs dire...
The Adafruit Pixel Trinkey is a tiny USB microcontroller board purpose-built for driving NeoPixel (WS2812, SK6812) and DotStar (APA102) addressable LEDs directly from your computer. It plugs into any USB-A port and provides screw terminal connections for solder-free wiring to your LED strips, rings, or grids.
Powered by an ATSAMD21 with 32 KB of SRAM, the Pixel Trinkey can drive thousands of pixels. It supports Arduino, CircuitPython, and Windows 11's built-in Dynamic Light Control. A computer USB port provides up to 1A — enough for roughly 150 pixels at moderate brightness. For larger installations, connect an external 5V power supply to the LED strip and share the ground connection.
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 USB port; appears as serial console, MIDI device, HID keyboard/mouse, or disk drive
- Screw Terminal Block – 4 ports (5V, Data, Clock, GND) for solder-free wiring with 18–26 AWG wire
- Dual LED Protocol Support – Drive NeoPixels (1-wire) or DotStars (2-wire data + clock); NeoPixels can run two independent strands
- Built-in Level Shifting – Outputs 5V logic for reliable LED driving
- On-Board RGB NeoPixel – Status indicator LED for feedback
- JST SH 3-Pin Connector – Extra GPIO (pin D4) for adding buttons, potentiometers, or IR receivers
- USB 5V Monitoring – Resistor divider lets you monitor the USB power line voltage
- Reset Button – Restart code or enter bootloader mode
Ideal For
- Driving NeoPixel and DotStar LED strips, rings, and matrices from a computer
- Desktop ambient lighting and PC case lighting
- Windows 11 Dynamic Light Control setups
- Quick LED prototyping without breadboards or soldering
Package Contents
- 1× Adafruit Pixel Trinkey (assembled with screw terminals and JST SH connector)
Jargon buster
Plain-language definitions for the technical terms used above.
- 1-Wire
- 1-Wire is a communication method where devices share a single data line, often with each device having its own address. It matters because several temperature modules can be connected to one microcontroller pin instead of needing a separate pin for each probe.
- AWG
- American Wire Gauge is a numbering system for wire thickness, where a lower number means a thicker wire. The AWG rating matters because thicker wire can usually carry more current with less voltage drop and heating.
- Bootloader
- Small starter software on a microcontroller that lets new code be uploaded before the main program runs. Knowing how to enter bootloader mode matters when you need to program the board or recover it after a faulty sketch.
- 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.
- 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.
- 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 is a small electronic component that lights up when current flows through it in the correct direction. In this kit, LEDs create the flashing effect, so polarity and correct soldering matter for the project to work.
- microcontroller
- A microcontroller is a small computer on a chip that runs your program and controls connected inputs and outputs. For this product, it is the part that reads buttons and sensors, drives the display and speaker, and communicates over Bluetooth.
- 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.
- 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 is temporary memory used while a device is running, and its contents are lost when power is removed. A “Run in RAM” mode is useful for testing settings without permanently programming the module, but it may not support every feature.
- RGB
- Short for red, green and blue, usually referring to an LED that can mix those three colours. It matters because controlling an RGB LED teaches how separate outputs combine to create different colours.
- SRAM
- Fast temporary memory used by a processor while a program is running. More SRAM helps with projects that handle larger data buffers, networking, displays, or more complex code.
- Terminal block
- A connector used to join wires together in a neat, removable, or serviceable way. For this product, it helps split one power input into several outputs without soldering.
Find this product in
Brands
Components
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au