ricardoquesada / bluepad32

Bluetooth gamepad, mouse and keyboard support for ESP32 and PicoW
https://bluepad32.readthedocs.io/
Other
566 stars 59 forks source link

relay gamepad using websocket or serial to PC #110

Closed rvxfahim closed 3 months ago

rvxfahim commented 3 months ago

I was wondering whether I could connect to a controller and essentially pass this data over wifi websocket or serial to a python client in pc and map that data to a vjoy controller, this would make the esp32 as a gamepad receiver for PC without any bluetooth dongle. Is it a viable solution ?

ricardoquesada commented 3 months ago

it should be possible. you can even do it via USB if you use a PicoW . ESP32-S3 works as well but with a limited support of gamepads