EmbeddedRelated.com
DotStar Digital LED Strip (30 LED/m)

DotStar Digital LED Strip (30 LED/m)

MPN: 2432
Adafruit Industries LLC
Addressable Lighting Dotstar 30 LED Strip Serial (Shift Register) White, Cool 1000.00mm L
Active7 in stock

Overview

The Adafruit 2432 is a 1-meter addressable LED strip featuring 30 DotStar (SK9822) RGB LEDs. Unlike traditional NeoPixels, these LEDs use a two-wire SPI-like protocol with separate data and clock lines, allowing for much higher data rates and less strict timing requirements.

Why Choose This Part

The separate clock line eliminates the need for the tight, interrupt-free timing required by WS2812B LEDs, making these more robust for use with multitasking operating systems. They offer a higher PWM refresh rate (up to 1.2 kHz), significantly reducing flicker in filmed environments or moving displays.

Applications

High-Frame-Rate Visuals
Ideal for persistence-of-vision (POV) displays and fast-moving light animations due to the high clock speeds supported by the SK9822 controller.
Microcontroller Lighting
Easily controlled by processors with hardware SPI or those without precise timing capabilities, such as Raspberry Pi or basic bit-banging on any GPIO.
Dynamic Ambient Lighting
Used in architectural and scene lighting where 256-level grayscale and 32-level global brightness control are required for smooth transitions.

Getting Started

Connect the strip to a 5V power supply capable of handling up to 2A per meter and interface the SDI and CKI pins to your MCU hardware SPI port or any two digital pins. Use the Adafruit_DotStar library for Arduino or the CircuitPython DotStar module for rapid development.