BlinkStick Strip with .Net

Hi

I am thinking of getting a BlinkStick strip for a project at work where it would be required to set a combination of the lights (max 6 at once) to either Red, Amber or Green.

How would i go about setting which light to light and the colour to use through Microsoft .NET, either using the official API or Unofficial API?

I am still quite new to .NET development so any examples are much appreciated.

Thanks in advance

Use the official API. There is an example how to send LED color frame to set the colors of all LEDs at once

Alternatively you can set color of each LED individualy

Let me know if you have any questions and l will be happy to help.

Thanks for this. I tried it with the 1.1 Blinkstick since i have one of those to hand. I had some issues getting the DLL’s to build but found the issue on Github so grabbed the binaries from there and also built them using the method you posted too.

Great! Please let me know if there is anything else I can help you with :smiley: