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

Support for Wireless usb for custom fimware #13

Open
cualquiercosa327 opened this issue Dec 16, 2019 · 2 comments
Open

Support for Wireless usb for custom fimware #13

cualquiercosa327 opened this issue Dec 16, 2019 · 2 comments

Comments

@cualquiercosa327
Copy link

Hello.The Steam Controller with the open fimware could be seen as a Switch Pro Controller which could be connected usb.
My question is if the code than Steam use for connect wireless with the usb wireless device/Steam Link could be used with the Switch Pro controller for allow use it wireless.
I know than the usb should be modded with other Pid,vid,.. but with the great sys-con atmosphere module it should no be difficult:

https://github.com/cathery/sys-con

Thanks

@greggersaurus
Copy link
Owner

This is definitely a valid approach to trying to add wireless support this to project. Reverse engineering the communication protocol (UART) with the nRF51822 should be doable. The biggest limitation of this is that the USB dongle will still present itself in the same way (keyboard and mouse combo I believe) and so (as you mentioned) you'll be something like sys-con to do some intermediate translation, which limits this to only working on a hacked Switch.

Not saying this isn't worth it. Just wanted to lay out all the details from my perspective for when I come back to this.

@cualquiercosa327
Copy link
Author

cualquiercosa327 commented Jan 21, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants