Skip to playerSkip to main content
  • 11 years ago
ws2811 chip working on desktop without xbmc\boblight

ws2811 chip working on desktop without xbmc\boblight

IT WILL WORK ON WITH YOUR COLOR OF DESKTOP,
SO YOU COULD PLAY REGULAR MOVIE WITH VLC ETC.

tutorial :
Downlod Processing 2 :
http://bit.ly/ProcessingDownload

copy this code to processing :
http://bit.ly/workingProccesingTXT

download arduino :
http://arduino.cc/en/Main/Software

download arduino code :
http://bit.ly/ardiuno_code

upload the arduino code to your uno chip,
run the proccesing code
and make sure your all led are working,
if not - you need to configure some thing :

ON ARDUINO CODE :
#define PIN 4 //your pin connection
#define NUM_LED 72 //number of your leds
#define NUM_DATA 218 // NUM_LED * 3 + 2

ON PROCCESING CODE :

well, it's alot of games with the code,
just play with this section until everything works :

// using 72 RGB LEDs
static final int led_num_x = 22;
static final int led_num_y = 14;
static final int leds[][] = new int[][] {
{21,13},{20,13},{19,13},{18,13},{17,13},­{16,13},{15,13},{14,13},{13,13},{12,13},­{11,13},{10,13},{9,13},{8,13},{7,13},{6,­13},{5,13},{4,13},{3,13},{2,13},{1,13},{­00,13}, // Bottom
{0,13},{0,12},{00,11}, {00,10}, {0,9}, {0,8},{00,07},{00,06},{00,05},{00,04},{0­0,03},{00,02},{00,01},{00,00}, //LEFT
{00,00},{01,00},{02,00},{03,0},{04,0},{0­5,0},{06,0},{07,00},{8,0},{9,0},{10,0},{­11,0},{12,0}, {13,0}, {14,0}, {15,0}, {16,0},{17,0},{18,0},{19,0},{20,0},{21,0­}, //UP
{21,0},{21,1}, {21,2}, {21,3}, {21,4}, {21,5}, {21,6}, {21,7}, {21,8}, {21,9}, {21,10},{21,11},{21,12},{21,13} //RIGHT
};

Category

🤖
Tech
Be the first to comment
Add your comment

Recommended

0:21
Up next