Adafruit
Adafruit Proximity Trinkey - USB APDS9960 Sensor Dev Board
The Adafruit Proximity Trinkey is a tiny USB-A development board built around the APDS9960 multi-function sensor and an ATSAMD21 microcontroller. Plug it int...
Get notified when back in stock
The Adafruit Proximity Trinkey is a tiny USB-A development board built around the APDS9960 multi-function sensor and an ATSAMD21 microcontroller. Plug it into any USB port and you instantly have proximity, colour, ambient light, and gesture sensing — plus two NeoPixel LEDs and two capacitive touch pads — all programmable with CircuitPython or Arduino.
Over USB, the Trinkey can act as a serial console, MIDI device, HID keyboard/mouse, or a small disk drive for storing Python scripts. It's ideal for projects that use motion or light sensing as intuitive input — wave your hand to trigger actions, detect object colour, or sense ambient brightness.
Key Features
- APDS9960 Sensor – Proximity (up to ~15 cm), RGB colour sensing, ambient light sensing, and basic gesture detection via integrated IR LED and photodiodes
- 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, MIDI, HID, or disk drive
- 2 RGB NeoPixel LEDs – Customisable glow for status feedback or ambiance
- 2 Capacitive Touch Pads – Left and right touch inputs on the slotted end
- Reset Button – Enter bootloader mode or restart code
- CircuitPython and Arduino Support – Libraries available for APDS9960, NeoPixel, and FreeTouch
APDS9960 Sensing Capabilities
- Proximity – Detects objects up to ~15 cm away using reflected IR light
- RGB Colour – Identifies colours of bright, reflective objects
- Ambient Light – Measures room brightness
- Gesture – Basic 4-directional gesture recognition using cardinal photodiodes
- Configurable Interrupt – Fires when proximity or colour thresholds are crossed
Ideal For
- Gesture-controlled computer interfaces
- Colour detection and sorting projects
- Ambient light-responsive desktop lighting
- Simple HID input devices triggered by proximity or touch
Package Contents
- 1× Adafruit Proximity Trinkey (assembled)
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.
- 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
Microcontrollers
Related Tutorials
Free guides on learn.littlebird.com.au