Difference between revisions of "Blog 24"

From BitWizard Wiki
Jump to navigation Jump to search
Line 25: Line 25:
== Useful links ==
== Useful links ==


*[[usb ws2812]]
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY]
*[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html PuTTY]
*[http://www.kermitproject.org/ck90.html C-Kermit]
*[http://www.kermitproject.org/ck90.html C-Kermit]

Revision as of 18:41, 6 January 2016

Working with RGB leds on the WS2812

For Linux/Raspberry:

apt-get install ckermit

If you use and other device, or want to know more:

C-Kermit

For Windows users it's optional to use:

PuTTY 

RGB lighted paper Tree

The c-program RGBTree.c can be downloaded: here.


RGBTree1.jpg


RGBTree2.jpg


RGBThree.jpg

Useful links