I do not manage to get blinkstick flex up and running…
This is what I did:
1.- I installed Git Bash (https://git-for-windows.github.io/)
2.- I installed Python 3.6.3 (https://www.python.org/downloads/)
3.- I installed blinkstick (pip.exe install blinkstick) based on this instructions: https://github.com/arvydas/blinkstick-python/blob/master/README.rst
4.- I connect the blinkstick flex to my laptop via USB
5.- I execute “blinkstick --pulse red” from comman line in Git Bash
And nothing happens… :- /
When I connect the blinkstick to USB it blinks 1 led once, which I believe it is an indication that there is no hardware issue… any help?