-
Notifications
You must be signed in to change notification settings - Fork 15
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
LED does not come on. #59
Comments
Do you have a link or description of the led stripe? Until now, the led support is "just" to enable a simple led on or off. Your description "DIN" makes me wondering, that you are using a more intelligent led stripe, that needs the easy FastLed library. This is not too much effort, but I can't test it now, because I don't have it in hand. |
The LED support at the moment is only able to pull the pin to GND or high to 5V. With this very basic implementation only a simple LED can be driven, when connected like this: Do you have a model / ref no. for your LED stripe? What is your expected behavior, when we start to implement it? What should happen where on the LED stripe? My simplest suggestion: As this is not yet part of the repository, I mark this issue as a feature request as it is not a bug. |
thanks reply |
Anything new with this. I dont know much about coding and im learning. Im williing to help with this if i can. The 3dc software has a calibrate for leds, this would be cool if it worked. |
I already looked in to this "calibration" in the driver / USB communictation. I couldn't find out, what is acutally going on, when this is pressed. When a space navigator is connected, only USB commands are send to let the LEDs blink. Therefore, the command for LED on/off is already gathered and implemented, see SpaceMouseHID.updateLEDState(). The command to calibrate is not found for a space navigator. Regarding the initial topic of this issue: I got myself a neopixel ring and hope to find some time to integrate it into the mouse as a second option despite only a stupid LED. |
LED does not come on.
Connected 5V and VCC of LED, DIN to pin 5, GND to GND. Firmware is latest 0.8.
Did I miss another fix?
Thank you
ps. The LED bar is 5V, DIN, GND and is the one used in the old Orbion mouse.
The text was updated successfully, but these errors were encountered: