-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
--set-led-count does not work on Blinkstick Strip #92
Comments
@arvydas Any ideas why this option does not work? |
Hi, it's not clear what the option
HTH |
This option is available only for BlinkStick Flex. |
Then how do I activate more than one LED on the BlinkStick Strip? It has eight LEDs in total, but only one activates? |
You can do it for example with
To turn off the leds set color to black. |
Thank you for your responses. I still can't get all LEDs to blink at the same time. I can only get them to blink one at a time.
The above command only activates LED nr 2. |
I don't think you can control more than one led with a single command. You have to issue more commands or maybe writing a Python program. You can control more leds with the command
Note the ampersand at the end of the lines. However, it's hard that they will be synchronized. |
With the ampersand the commands will be executed in a series, and not in paralell. So they will definitely not be in sync. I'm a bit surprised it's not possible to activate more than one LED at a time. Technically it should not be complicated, but i'm no programmer. My skills go as far as being able to copypaste the code of others lol While looking at the product page of the Blinkstick Strip. There is a screenshot where the Strip has all 8 LEDs activated. There's also this quote: "BlinkStick Strip combines the features of BlinkStick Pro into one small package." Which made me believe it would have all the bells and whistles as the "Pro". |
I have yet to find a solution for how to have all LEDs blink simultaneously. Anyone got an idea? |
Hey @vargn, try this:
The example will set a a few leds to different colors. Hope this is what you are looking for. |
As the title says, I cannot get any LEDs to light up with
--set-led-count
option set in the command. I've tried in all three modes, and I've tried setting 0-8 LED counts. Adding the--verbose
option gives no output at all.By not passing the
--set-led-count
option, one of the eight LEDs lights up, and it's the one closest to the micro USB port.Only one LED blinks with the following command:
No LEDs blink with the following command:
I've tried
--set-led-count=8
,--set-led-count 8
,--set-led-count="8"
and--set-led-count "8"
. Still nothing.Any ideas?
The text was updated successfully, but these errors were encountered: