Add Battery Monitor for Hyperx Cloud Flight S (macOS Sonoma 14.4.1 - Chip M2) #342
AndersonVD
started this conversation in
General
Replies: 1 comment 2 replies
-
Maybe you could try truncating the 0 of the hid_write. Like this, but not sure if this would make a difference:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello fellas, I came here from this issue srn/hyperx-cloud-flight-wireless#4, my goal is tested and make some changes to work just like https://hyperx.com/pages/ngenuity, adding this software function like mute, play pause, surround 7.1 on off, and other. I want to use HeadsetControl API for that.
I have done a lot of research and this how I got so far:
Someone who did it before using Node
(https://github.com/srn/hyperx-cloud-flight-wireless/)
Software I'm using for debug and get all info from USB Port and I already have a lot of data that can be used, I just don't know how at the moment.
(https://ww5.touch-base.com/documentation/USBMacProber.htm)
When a run
./headseatcontrol -o json
I got this error message "Error retrieving battery status. Error: IOHIDDeviceSetReport failed: (0xE0005000) unknown error code"full log
In this link have something about the problem, are buffer sized be different on Mac
(https://stackoverflow.com/questions/42226893/cant-send-hid-feature-reports-of-more-than-64-bytes-on-mac)
I want a help to discovery how I can implement this new features, I don't have exp programming in C, but I will do my best to make this plugin come alive, I'm a python, dart programmer. If anyone could help, will be enjoyable!
Beta Was this translation helpful? Give feedback.
All reactions