Hy
Did someone tried to use an LED strip of WS2812B LEDs with an Raspbery and Windows?
Or do you have an idea how that can work?
Thanks for your answers.
DougieLawson wrote:Get it running with Linux by following http://popoklopsi.github.io/RaspberryPi-LedStrip/#/
Then to run it with Win10 IoT all you'll need to do is amend the supplied "Blinky" sample program to drive three GPIO pins rather than one.
It can be done; there's a good write-up here: https://learn.adafruit.com/neopixels-on ... i/overview. Apparently using DMA and a large memory buffer. They do warn that it may not work on the Pi2B, and I have no idea if the code could be ported to Win10 IoT.mikronauts wrote:The timing for those is insanely tight, I am not convinced a Pi could drive them (well, maybe with DMA and large memory buffer)
Douglas6 wrote:It can be done; there's a good write-up here: https://learn.adafruit.com/neopixels-on ... i/overview. Apparently using DMA and a large memory buffer. They do warn that it may not work on the Pi2B, and I have no idea if the code could be ported to Win10 IoT.mikronauts wrote:The timing for those is insanely tight, I am not convinced a Pi could drive them (well, maybe with DMA and large memory buffer)