Legion2 / CorsairLightingProtocol

Control LEDs connected to an Arduino with iCUE, create an unofficial Corsair iCUE compatible Arduino LED controller.
Apache License 2.0
509 stars 64 forks source link

Is it possible or it will be in the future ST100? #331

Open SkyBadPT opened 1 year ago

SkyBadPT commented 1 year ago

Hi,

This is more like a question, not a problem, I would like to know if it is possible to emulate the ST100 or if it will be in the future. I could not find any information about it on the page.

Thanks!

Legion2 commented 1 year ago

I think the ST100 is similar to the LT100, so it should be possible to support it. We need to know the USB HID ID of an original ST100 device, so we can replicate it.

SkyBadPT commented 1 year ago

I think the ST100 is similar to the LT100, so it should be possible to support it. We need to know the USB HID ID of an original ST100 device, so we can replicate it.

Do you know how can I get that ID?

Legion2 commented 1 year ago

The USB PID can be obtained from the original device or by guessing it. If you have an original device you can use windows device manager and look for the USB device, in the details page of the device, there are multiple attributes, one of it contains the USB HID ID.

Mikazil commented 8 months ago

The USB PID can be obtained from the original device or by guessing it. If you have an original device you can use windows device manager and look for the USB device, in the details page of the device, there are multiple attributes, one of it contains the USB HID ID.

Hi, I found Pid and vid. PID - 0A34 VID - 1B1C

SkyBadPT commented 6 days ago

Can someone check if the information that Mikazil shared can be implemented? I would thest it if I could but I have no clue on how to implement it :(