0

I have a gamepad with giroscope that works with Nintendo Switch, but there is no such feature for windows, but I think that the gamepad anyway send the information from giroscope but windows don't respond to it.

2 Answers2

1

You could use Wireshark. has a Windows and Linux version. Capturing Bluetooth isn't that complex. see the Wireshark site for the tutorial.

Paolo42
  • 182
  • 1
  • 8
Alenros
  • 816
  • 7
  • 23
0

You can do so using the WebHID API. For your concrete question, maybe you can just directly use my WebHID Nintendo Joy-Con driver that makes gyroscope data available to the browser.

DenverCoder9
  • 2,024
  • 11
  • 32