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

Curious about cross-compatibility with my project #8

Open
nullstalgia opened this issue Apr 4, 2022 · 2 comments
Open

Curious about cross-compatibility with my project #8

nullstalgia opened this issue Apr 4, 2022 · 2 comments

Comments

@nullstalgia
Copy link

nullstalgia commented Apr 4, 2022

Howdy!

I see we were both inspired by wchill's controller project! I have a similar fork of that meant for easy-to-setup UART->Nintendo Switch connections. Namely, my project UARTSwitchCon. I was wondering if you ever needed Joy-Con support (without IMU/NFC/IR support, but it could be added by someone) you could try out my ESP32-based project! Some games (Like Clubhouse Games) need Joy-Cons for the games to work, and I built that for simple games to be played with a Twitch Chat via ClubchatGames.

It should be a drop-in for the original wchill project, but I haven't been able to glean the differences between that and yours yet.

It can also act as a Pro Controller, but that's less important when we have the existing projects.

Just wanted to share this and see if it could help you at all! Take care and stay safe.

@javmarina
Copy link
Owner

Hi! Thanks for coming here.

I'm currently targetting Arduino Uno (the one I have at home) and AVR devices. For me, changing to a entirely different FW architect would be a lot of work and a waste of time. However, I have looked at your project for inspiration and I think I can make some improvements to mine.

I don't know why I removed the avr_mock, but I'm getting it back.

Also, I'm going to investigate if it's viable to also emulate Joy-Cons. Afaik, there was a Joy-Con grip with a USB connection, and I guess input is sent over USB. I'm limited to one USB interface and no BT connection, so this could work. What fo you think?

@nullstalgia
Copy link
Author

That's an entirely understandable concern with the different architecture. Even I don't fully know how to utilize the esp-idf, I mostly cobbled together an existing wireless controller project with examples concerning UART input then added some of my own logic and various fixes. I'm glad you were able to find some inspiration, though!

I do own the Charging Grip and looked into doing something similar to what you just described but didn't come to any conclusion on whether it would work. I think you have a better chance at figuring that one out, considering you were able to swap the descriptor to the Pro Con instead of the Horipad!

If you need me to get you some information from it (like copying a descriptor with an app, for example), I'll gladly assist however I can.

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

No branches or pull requests

2 participants