Hi there.
Is there a example tutorial on how to connect this 8xRGB light stick to IMP?
The idea is to control individual REG LED element in the stick to make a “glow-flow”. color of the LED’s could be 1-Wire temperature based…
Yep, the article needs updating for the latest version of the WS2812 library. Whether ring or strip, the pixels are accessed by index 0 through x, so just change this line in the device code:
So I could purchase e.g. 64 pieces of “LED - SMD RGB (WS2812)” https://www.sparkfun.com/products/11821 components and solder them into a long strip? Wouldn’t that requires quite a bit of power? is there are HW Driver for this?
Yep, that’ll do the job. You’ll need to watch your power story. I’ve run 16 NeoPixels from an imp with a 3V3 -> 5V level shifter, but 64 Neopixels may require powering separately (with the level shifter just handling the data input line).
You’ll also want our WS2812 library for your device code.
@maxsantalahti4imp
The imp takes in VBAT and drops it to 3.3V for it’s use. The WS2812 requires ~5V and can not run from 6.8V or 3.3V (running from 6.8V will likely damage the WS2812 and the level translator) so you will need another power converter to drop 6.8V down to 5V