Adafruit
Adafruit Neo Trinkey - SAMD21 USB Key with 4 NeoPixels
The Adafruit Neo Trinkey is a tiny USB-A development board featuring an ATSAMD21 microcontroller and four RGB NeoPixel LEDs. Just plug it into any USB-A port...
Get notified when back in stock
The Adafruit Neo Trinkey is a tiny USB-A development board featuring an ATSAMD21 microcontroller and four RGB NeoPixel LEDs. Just plug it into any USB-A port on a computer or laptop and you've got a programmable, colourful key that can act as a status indicator, macro keypad, MIDI controller, or simple LED flashlight.
Two capacitive touch pads on the end provide user input without any buttons, and the SAMD21 supports CircuitPython, Arduino, and native USB — including serial, MIDI, and HID (keyboard/mouse) modes. Small, durable, and inexpensive, it's perfect as a first microcontroller board or a quick platform for fun, simple projects.
Key Features
- ATSAMD21E18 – 48 MHz Cortex M0+, 256 KB Flash, 32 KB RAM
- 4× NeoPixel LEDs – Full-colour addressable RGB lighting
- 2× Capacitive Touch Pads – Left and right touch inputs on the end
- Native USB – Serial, MIDI, HID (keyboard/mouse), and small disk drive
- USB-A Form Factor – Plugs directly into any USB-A port
- CircuitPython & Arduino – Supported by both platforms with existing libraries
- Reset Button – For restarting code or entering bootloader mode
Ideal For
- Desktop status indicators and notification lights
- Macro keypads and shortcut keys
- USB MIDI controllers
- First microcontroller projects and learning to code
- Keychain-friendly portable LED gadgets
Package Contents
- 1× Adafruit Neo Trinkey
Jargon buster
Plain-language definitions for the technical terms used above.
- 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.
- 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.
- SAMD21
- The SAMD21 is a Microchip (formerly Atmel) 32-bit Arm Cortex-M0+ microcontroller used in many Arduino-compatible boards. The exact chip affects which libraries, clock speeds and peripheral features are available, so software needs to support the SAMD21 specifically.
Find this product in
Brands
Components
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au