Close

Early plans

A project log for Controlling WS2812 LEDs

Exploring different methods of using the WS2812 protocol

mike-szczysMike Szczys 12/06/2014 at 20:370 Comments

I'm thinking of using a TIVA C Launchpad as the first hardware platform to drive these. This has a chip that can run at 40 MHz (using external crystal to drive the PLL).

There are 5 timings for the ws2812S:

If I can run a timer with two different compare interrupts I can use the following values:

Interrupt scheme:

I will need to account for the overhead of lookup and set.

Discussions