> **Source:** Core Electronics is an Australian maker-electronics retailer and manufacturer based in Newcastle, NSW, run by a team of makers and educators. We design and manufacture our own product lines (PiicoDev, CE originals) and are official retailers for iconic maker and industrial brands including Raspberry Pi, Arduino, Adafruit, SparkFun and DFRobot. Orders ship Australia-wide from our Newcastle warehouse. Prices are in AUD and include GST. Pricing, stock and dispatch on this page are generated from the store's live catalog. Full machine-readable index: https://core-electronics.com.au/llms.txt

# Adafruit NeoDriver - I2C to NeoPixel Driver Board - Stemma QT

**Type:** Product page · **SKU:** ADA5766 · **Brand:** [Adafruit](https://core-electronics.com.au/brands/adafruit-australia)
**Page:** https://core-electronics.com.au/adafruit-neodriver-i2c-to-neopixel-driver-board-stemma-qt.html ([markdown](https://core-electronics.com.au/adafruit-neodriver-i2c-to-neopixel-driver-board-stemma-qt.html.md))

NeoPixel LEDs (a.k.a WS2812 / SK6812 family) are a super-easy way to add addressable RGB lighting with only one GPIO. They're ubiquitous on...

## Pricing

- **Price:** $14.40 (inc GST) — $13.09 AUD, exc GST
- **Quantity discounts:** 10+ $12.70 (exc GST) · 50+ $12.44 (exc GST)

## Availability & dispatch

- In stock, ships same business day if ordered before 2PM (Australia/Sydney).
- We can dispatch 2 today; more stock is typically available with a 8–12 day lead time.

## How to buy

- **Build a cart:** compose `https://core-electronics.com.au/cart/link?items=ADA5766:1` (comma-separated SKU:qty pairs) and share the link. Opening it shows a confirmation page with live pricing and stock before anything is added to the cart.
- **Verify the cart first:** fetch `https://core-electronics.com.au/cart/link/ADA5766:1.md` for live line prices (inc & exc GST, quantity discounts applied), stock and dispatch estimates, and totals. Append `/to/{AU-postcode}` (or `/to/{country-code}:{postcode}`) before `.md` for delivery options and prices to that destination. Unknown, retired, or out-of-stock SKUs are flagged. (Query form `cart/link.md?items=...` also works but some robots parsers refuse query strings here.)
- **Checkout** is completed on-site and includes a captcha at the payment step. Share the cart link; checkout takes it from there.
- **Search the catalogue:** `https://core-electronics.com.au/search/{query}.md` (URL-encode the query; pages 2-3 at `search/{query}/{page}.md`; `search.md?q=` also works)
- **Payment methods, purchase orders, policies and contact details:** https://core-electronics.com.au/llms.txt
## Description

NeoPixel LEDs (a.k.a WS2812 / SK6812 family) are a super-easy way to add addressable RGB lighting with only one GPIO. They're ubiquitous on microcontrollers, but some chips or single board computers (SBCs) don't have neopixel support due to the precision timing required to send data.

Adafruit often get folks asking how to get NeoPixels working on some OrangeBananaOnionRockchipAllWinner Pi type board, given Adafruit have Adafruit's [Blinka library that provides support for CircuitPython libraries](https://learn.adafruit.com/adding-a-single-board-computer-to-blinka) including the NeoPixel library. But if theres no **neopixel\_write** implementation written for that platform, it just wont work. And writing the neopixel-writer function is non-trivial on many chips: you really need fast GPIO and nanosecond-perfect timing.

A quick solution is this seesaw-based NeoDriver board here: [send it the NeoPixel data you want to write over I2C](https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/neopixel) and it will blit out the perfect pixel timing on the other side. Adafruit are using [an ATtiny1616](https://core-electronics.com.au/adafruit-attiny1616-breakout-with-seesaw-stemma-qt-qwiic.html) so they have enough RAM to buffer a 512-pixel long strand. now, to be fair - its not super fast because [Adafruit have to write each pixel over I2C](https://learn.adafruit.com/adafruit-seesaw-atsamd09-breakout/neopixel), but with a 800KHz or 1MHz I2C clock and as long as you're not writing the whole strip at once, its not so bad!

Adafruit add a 5V charge-pump so even on 3V boards, you'll get a clean 5V signal. The pre-soldered terminal blocks and Stemma QT plugs make this a no-solder solution for adding NeoPixels easily to any device with I2C. The default I2C address is 0x60 but you can cut the bottom solder traces to change it to 0x60-0x67 inclusive.

**Please note:** To power NeoPixels you'll need about 10-30mA per pixel of clean 5V DC power, provided on the terminal blocks or you can just wire the 5V directly to the pixels if there's separate red and black power wires. There's no way the Stemma QT port can provide that much current so you can't just wire the pixels without an external power supply!

## Technical Details 

Product Dimensions: 25.3mm x 25.3mm x 10.3mm / 1.0" x 1.0" x 0.4"

Product Weight: 4.4g / 0.2oz

## Images

- [Product image 1](https://core-electronics.com.au/media/catalog/product/A/D/ADA5766-1.jpg)
