Bookshelves: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
No edit summary
Line 29: Line 29:


The LEDs are WS2812B chips, with color order GRB.
The LEDs are WS2812B chips, with color order GRB.
=== Demo arduino code ===
Here's a demo sketch that shows a rainbow pattern with sparkles: [https://gist.github.com/scottyallen/1373156296b4b67d7dcafb0459ad1715 demo_reel_bookcase.ino]  It has all the correct configuration for the various strip lengths and led types.

Revision as of 21:33, 28 April 2016

Construction Plans

Bookshelves.jpg

LED Strips

Bookshelf LEDs layout.jpeg

LED Strip Mapping

Strip Arduino Pin Number of LEDs
Strip 1 2 277
Strip 2 3 277
Strip 3 4 24
Strip 4 5 39
Strip 5 6 14
Strip 6 7 9
Strip 7 8 105
Strip 8 9 65

The LEDs are WS2812B chips, with color order GRB.

Demo arduino code

Here's a demo sketch that shows a rainbow pattern with sparkles: demo_reel_bookcase.ino It has all the correct configuration for the various strip lengths and led types.