This repository has been archived by the owner on Mar 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 91
Switch ringcon compatibility. #37
Comments
Do you have any progress on this problem. I am also curious about this question. |
I forget where it was. But somewhere on GitHub there was an example that
used a ringcon. But it was not for unity
I looked at the unity joycon example. And the code reads and decodes data
off of a buffer. Presumably the ringcon data is just encoded differently. I
didn't spend much time here. But dumping and trying to decipher the bits
may work. Looking at how the non unity example may have insights.
That's how I guess one could proceed and figure it out
…On Tue, Aug 25, 2020, 8:05 PM Narcissus2 ***@***.***> wrote:
Do you have any progress on this problem. I am also curious about this
question.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#37 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHDDO3MDFTJCWLO7VBSPY5DSCR3WTANCNFSM4OXUZB5Q>
.
|
If you find that example, you could put it here. I have tried to read https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering but I have no idea whether there are any related theories and steps to crack this bit of Bluetooth signals. |
Seems that the people that got it working are using the titan two |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Any ideas on how we might be able to get ring con compatibility to work. I am a bit new to this, but I took some time to read through JoyCon.cs and some of info on github (excuse my ignorance if anything I write sounds off).
I ran the demo with my switch joy con and attached the ring con. I hopped that the ring con tension sensor might report it as one of the exiting analog inputs. But that doesn't seem to be the case after checking the unity inspector.
Perhaps the ring con tension data is available on the HIDapi, if so we might be able to process those bytes coming into the report_buff that JoyCon.cc. We may need to request a longer buffer from HIDapi? Or issue some other request to it? If possible, any idea where we might find some details on how to decode that new data off the buffer?
Maybe its not possible to do this without updating the HIDapi as well? Perhaps HIDapi needs an update as well to even pull in this new data?
I do recall my switch issuing a "controller update" when I setup Ring fit. So perhaps something new is going on and HIDapi also needs an update?
Otherwise, perhaps the library you use to get the report_buffer needs to be updated as well.
Is there any homebrew software elsewhere that anyone knows of using the ring con yet?
Thanks for taking a look. Any pointers would be helpful :).
The text was updated successfully, but these errors were encountered: