Adafruit
Adafruit NeoDriver - I2C to NeoPixel Driver Board - Stemma QT
The Adafruit NeoDriver converts I2C commands into NeoPixel (WS2812/SK6812) timing signals, letting you control addressable LED strips from any board with an ...
Get notified when back in stock
The Adafruit NeoDriver converts I2C commands into NeoPixel (WS2812/SK6812) timing signals, letting you control addressable LED strips from any board with an I2C bus — even platforms that lack native NeoPixel support. Simply send pixel data over I2C and the on-board ATtiny1616 handles the precision timing on the output side.
With enough RAM to buffer up to 512 pixels, a 5 V charge pump for clean signal output (even from 3.3 V boards), and pre-soldered terminal blocks plus STEMMA QT connectors, it's a no-solder solution for adding NeoPixels to single-board computers and microcontrollers that otherwise can't drive them directly.
Key Features
- I2C to NeoPixel Bridge – Send pixel data over I2C; perfect timing output handled automatically
- ATtiny1616 Seesaw – Buffers up to 512 NeoPixels
- 5 V Charge Pump – Clean 5 V signal output even from 3.3 V boards
- STEMMA QT / Qwiic Connectors – Solderless I2C input
- Pre-Soldered Terminal Blocks – Easy NeoPixel strip connection, no soldering required
- Configurable I2C Address – Default 0x60, adjustable to 0x60–0x67 via solder traces
- Works with CircuitPython & Arduino – Via the Adafruit Seesaw NeoPixel library
Ideal For
- Adding NeoPixels to SBCs without native NeoPixel support (Orange Pi, Rock Pi, etc.)
- Projects using I2C-only microcontrollers
- Quick no-solder NeoPixel prototyping
- Expanding NeoPixel control across multiple I2C addresses
Package Contents
- 1× Adafruit NeoDriver I2C to NeoPixel Driver Board
Resources
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.
- DC
- DC means direct current, where electricity flows in one constant direction, as supplied by batteries, USB ports and many plug-pack power supplies. When a product specifies DC, it runs from a DC supply rather than mains AC, so you need to provide the correct voltage and polarity.
- 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.
- I2C address
- An I2C address is the number a device uses so a microcontroller can tell it apart from other devices on the same I2C bus. It matters because two devices with the same fixed address may conflict if used together.
- 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.
- 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.
- 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.
- 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.
- 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
adafruit seesaw atsamd09 breakout
Document · 3.3 MB · Click any page to view full size
adding a single board computer to blinka
Document · 2.4 MB · Click any page to view full size
Resources & Downloads
Guides, code examples, and more
Related Tutorials
Free guides on learn.littlebird.com.au