Difference between revisions of "Blog 24"

From BitWizard WIKI
Jump to: navigation, search
(RGB lighted paper Tree)
(Useful links)
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]
 
*[http://www.columbia.edu/kermit/ckscripts.html#top C-Kermit tutorial]
 
*[http://www.columbia.edu/kermit/ckscripts.html#top C-Kermit tutorial]
 
*[http://www.columbia.edu/kermit/ckututor.html C-Kermit manual page and tutorial]
 
*[http://www.columbia.edu/kermit/ckututor.html C-Kermit manual page and tutorial]

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