-->
Page 1 of 1

help with this ws8201 led, please

PostPosted: Tue Jun 16, 2015 9:41 am
by juanmol
Hi, I have this led:
Image
The left one. It's ws8201 and SPI, I have find an example how to drive a strip of them in arduino, but i can't get it working on esp8266 esp-03, and only want a single led. Please can anyone answer me with a very clear example?
Regards!.

Re: help with this ws8201 led, please

PostPosted: Tue Jun 23, 2015 4:16 am
by tytower
No answers so what I know is SPI changed in arduino IDE with 1.6.4 . Now there is 1.6.5 . Download new and try it there noting that SPI is set up with Wire.begin(SDA,SCL); default A4 and A5 so do Wire.begin(0,2);

Then use IDE examples- basic-blink or fade maybe