A word in advance I’m quite new to programming.
I just tried to create a little project in .Net Core with the BlinkStickDotNet library. All good and well, no errors where thrown and it got accepted and runs fine on Windows.
The moment I put it on Raspberry Pi, all the logic and my checks run fine, but the BlinkStick Nano itself does nothing whatsoever.
The BlinkStick Nano does work fine. I tested it with the python Blinkstick command line tool. And it reacts fine as non-root. I added the udev line with it.
Does anyone have any pointers as how I can debug this one. Since it doens’t throw me any exceptions I have no clue to look where something is wrong… Many thanks.