rodneybakiskan / ps5-esp32

Use a ps5 controller with an esp32
104 stars 10 forks source link

Other PS5 BT library #5

Open vlinder opened 2 years ago

vlinder commented 2 years ago

I found this other library that supports a lot of functionality of the PS5 controller. I don't have the expertise to know. Could this be "easily" ported to the esp32?

https://github.com/felis/USB_Host_Shield_2.0#ps5-library

It is apparently based on the official Sony linux driver.

EDIT: Just read a bit more.. apparently ESP32 is already supported. Will try it out as soon as I receive my hardware..

  • ESP32 is supported using the arduino-esp32
    • GPIO5 : SS, GPIO17 : INT, GPIO18 : SCK, GPIO19 : MISO, GPIO23 : MOSI
rodneybakiskan commented 1 year ago

Did you manage to try the other library out?

vlinder commented 1 year ago

Sorry, it didn't support the built in bluetooth of the esp32 unfortunately.. :/

It should be possible to port it, but might be a lot of work, probably..

https://github.com/felis/USB_Host_Shield_2.0/issues/572

vlinder commented 1 year ago

@rodneybakiskan I found this bluepad32 library that supports basically everything you ever want :D

https://github.com/ricardoquesada/bluepad32