Chat
Welcome to Flux
Treat Flux like your intern. Tell it what you'd like to build and it'll get to work. You can also ask it questions, brainstorm ideas, and teach it your preferences. Learn More
[ ] for quick rotation[1].Reviews
DP neopixelGrid
Properties
Properties describe core aspects of the project.
Pricing & Availability
Distributor | Qty 1 |
|---|---|
Digi-Key | $0.20 |
LCSC | $0.04 |
Controls
Welcome 👋
Flux helps you build PCBs faster with an AI teammate!
Create your account to collaborate, stay updated, fork your own version, and get instant answers from our AI agent.

AI-Powered Component Placement
Let AI place your components intelligently. AI Placement analyzes your schematic and positions components for optimal routing, signal integrity, and board density.
From Schematic to Layout in Seconds
Skip the tedious manual placement. AI Placement generates a starting layout you can refine, saving hours of repetitive work on every new design.
Works With Auto-Layout
Pair AI Placement with Auto-Layout for a complete AI-driven PCB design flow — from component placement through trace routing, all with one click.
faxmachine
copilot
VDD: This is the power supply for the LED, it's typically connected to a 5V supply.DOUT: This is the data output pin. After LED1 receives and processes the data signal input from the DIN pin, it sends out the remaining data from this DOUT pin. This is used to chain multiple WS2812B-B LEDs together in a string, passing the data signal from one to the next.VSS: This is the ground pin for the LED and is typically connected to the ground of the power supply.DIN: This is the data input pin. It receives a digital signal that controls the color and brightness of the RGB LED. The digital signal can be sent from a microcontroller or from the DOUT of a previous LED in a chain.faxmachine
copilot
VDD(Pin 1): This is the power supply pin, typically connected to a 5V power source.DOUT(Pin 2): This is the data output pin. It's used to send data downstream to the next LED's DIN pin in a string of chained WS2812B-B LEDs.VSS(Pin 3): This is the ground or common pin, typically connected to the ground of the power supply.DIN(Pin 4): This is the data input pin. It receives a digital signal from a controller or from a previous LED's DOUT pin in a chain to control its color and brightness.