Confirmation that the INK1003 chipset works
Now that winter is in full swing, I’m back to working on my indoor projects. One of those involved using an INK1003 based digital RGB LED string with the Arduino and FastLED which I mentioned in an earlier post.
Today I finally got around to building a power-supply and breakout board and I tested the string with both FastLED and Adafruit’s NeoPixel libraries. It works perfectly with both.
Here’s the setup string I used in my sketch.
FastLED.addLeds<WS2811, DATA_PIN, RGB>(leds, NUM_LEDS);
I ran the FirstLight sketch 4 times, swapping in “Red”, “Green”, and “Blue” for “White” in the original sketch successively. Every variant worked so that also confirms the RGB layout of the LEDs.
I’m going to put together a post detailing everything I did, including how I wired and powered the Home Depot INK1003 based LED string, but I’ll do that tomorrow as it’s pretty late and I’m going to bed with the smile of success on my face.
Thanks to everyone that offered help and suggestions.