Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By juanmol
#20599 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!.
User avatar
By tytower
#21347 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