jvpernis / esp32-ps3

Control your ESP32 projects with a PS3 controller!
298 stars 81 forks source link

feature request: expose the PS3 controller state as a BLE HID joystick #33

Closed aguaviva closed 3 years ago

aguaviva commented 3 years ago

This would allow to use a ESP32 as a bridge between the PS3 controller and a Windows/Linux/Mac/Android device. Given the sad state of the PS3 controller support, people would love you about this as everyone could use now their devices everywhere and without any hassle. Hopefully this would be low hanging fruit for you and this would be a fun weekend project.

BTW this idea ocurred to me after I (shamelessly) filed the PS3 BT linux question.

edit: OK I will give it a go, let's hope the BT and BLE libs wont clash!

aguaviva commented 3 years ago

yikes! I got this working, I will upload the repo once I clean it up. I will propose a couple of changes in order to get BLE and BT coexisting :)