Chat freely about anything...

User avatar
By sfranzyshen
#11056 Still no testing of the WS2801 driver

At this point I am either going to need to purchase a strand of ws2801's ... OR ... I am willing to send anyone with a strand of ws2801's a free esp-01 module (I only have one!) for testing ... and I guess I would need to be trusting that you actually had the ws2801's ... how could we verify this?

... just an idea
User avatar
By sfranzyshen
#11065 I have started to look at porting (bitbang) arduino LPD8806 code over to the esp8266 due to the success we had with popsodav's adafruit lpd6803 port ...

I have found several (bit bang) arduino drivers in the wild;
https://github.com/wyager/LEDStrip
https://github.com/leoaltmann/lpd8806
https://github.com/nsthorat/LPD8806-bitbang-only
https://github.com/doublejosh/Simple_LPD8806

the original (hardware/software spi) adafruit code;
https://github.com/adafruit/LPD8806

ways to speed up the adafruit code;
https://gist.github.com/adafruit/1268169
http://michaelnoland.com/speeding-up-lp ... dware-spi/

even a javascript port of the adafruit code;
https://github.com/slootsky/JS-Node-LPD8806

any input is welcome ... I will start the port sometime next week ...