Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jocover/esp32s3_xbox_adapter
- Owner: jocover
- Created: 2023-05-20T01:28:42.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-07T08:29:35.000Z (7 months ago)
- Last Synced: 2024-07-07T09:45:24.168Z (7 months ago)
- Topics: esp32, esp32-idf, ps4-controller, usb-hid, xbox-controller
- Language: C
- Homepage:
- Size: 24.4 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)