Hi guys, I was told you might be interested in this.
I made a USB dongle, I call it the HID Remapper, because its primary purpose is mouse/keyboard input remapping, but it can also override the declared polling rate of the connected device, in other words it can overclock the reporting rate up to 1000 Hz.
The dongle is very cheap and easy to make, it uses a Raspberry Pi Pico and a USB extension cable and only requires a little bit of easy soldering. It works completely in hardware and doesn't require any software running on the computer. The configuration is done through a web browser.
More details here:
github.com
Let me know if you have any questions.
I made a USB dongle, I call it the HID Remapper, because its primary purpose is mouse/keyboard input remapping, but it can also override the declared polling rate of the connected device, in other words it can overclock the reporting rate up to 1000 Hz.
The dongle is very cheap and easy to make, it uses a Raspberry Pi Pico and a USB extension cable and only requires a little bit of easy soldering. It works completely in hardware and doesn't require any software running on the computer. The configuration is done through a web browser.
More details here:
GitHub - jfedor2/hid-remapper: Programmable adapter for USB input devices
Programmable adapter for USB input devices. Contribute to jfedor2/hid-remapper development by creating an account on GitHub.

Let me know if you have any questions.