Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Xbox One Chatpad Support #14

Open
RobertDaleSmith opened this issue Jul 30, 2023 · 1 comment
Open

Xbox One Chatpad Support #14

RobertDaleSmith opened this issue Jul 30, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@RobertDaleSmith
Copy link
Owner

Not totally necessary for PCEngine usage but going forward with robust USB support for all consoles, it would be nice to have support for both the Xbox 360 and Xbox One Chatpads.

Example implementation that I have not yet been able to fully comprehend enough to implement with TinyUSB:
https://github.com/medusalix/xone/blob/bbf0dcc484c3f5611f4e375da43e0e0ef08f3d18/driver/chatpad.c

@RobertDaleSmith RobertDaleSmith self-assigned this Jul 30, 2023
@RobertDaleSmith RobertDaleSmith added the enhancement New feature or request label Jul 30, 2023
@RobertDaleSmith
Copy link
Owner Author

RobertDaleSmith commented Jul 31, 2023

Some other random documentation found from others' efforts:
https://github.com/quantus/xbox-one-controller-protocol
https://gist.github.com/berkus/bacdd6bdad10ab83c8179a9802998ed3

I tried using Wireshark to record traffic of Xbox One controller with chatpad running on Windows 10. I located the data packets for the chatpad which start with 0x04 but I was unable to enable the chatpad within TinyUSB on my adapter firmware. Still searching for the chatpad enable command packet data bytes. I will circle back to this one day.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant