Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jocover/esp32s3_xbox_adapter

ESP32S3 Xbox Series Controllers to PS4/PC
https://github.com/jocover/esp32s3_xbox_adapter

esp32 esp32-idf ps4-controller usb-hid xbox-controller

Last synced: 2 months ago
JSON representation

ESP32S3 Xbox Series Controllers to PS4/PC

Awesome Lists containing this project

README

        

# Xbox Series Controller on PS4/PS5 or PC

Xbox Series Controlle only support BLE version.

Need to use BLE and USB OTG feature, so only supports esp32s3 now.

PS4 connection requires private key signature, you need to find key.pem, serial.txt, sig.bin files by yourself.

# Reference

[https://github.com/OpenStickCommunity/GP2040-CE](https://github.com/OpenStickCommunity/GP2040-CE)

[https://github.com/ravinrabbid/DivaCon2040](https://github.com/ravinrabbid/DivaCon2040)

[https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_hid_host](https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/esp_hid_host)

[https://github.com/chrepl/ds4](https://github.com/chrepl/ds4)

[https://github.com/asukiaaa/arduino-XboxControllerNotificationParser](https://github.com/asukiaaa/arduino-XboxControllerNotificationParser)