This Christmas, build your own PCB Decoration to light up your Christmas tree with a microcontroller and Neopixels (RGB LEDs).

[ insert picture of example finished product]

What’s a Neopixel?

A Neopixel (also known as WS2812) is an daisy-chainable LED where the entire chain of LEDs can be controlled using one digital signal. Each LED in the given an index (just like in an array), and you can set the color and brightness of each LED individually.

So, what are you waiting for? Let’s get started!

Getting Started

Requirements