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

Wii Motion Plus (built-in) won't pair #6

Open
canyalccn opened this issue Aug 22, 2024 · 9 comments
Open

Wii Motion Plus (built-in) won't pair #6

canyalccn opened this issue Aug 22, 2024 · 9 comments

Comments

@canyalccn
Copy link

canyalccn commented Aug 22, 2024

title says it all.

original wii remote with plus extension works fine. the built-in one shows up available on bluetooth settings as nintendo crvt, but doesn't pair up with Wiimotepair. I assume it's an already known bug, nevertheless posting this for visibility.

@canyalccn canyalccn changed the title Wii Motion Plus (built-in) doesn't pair Wii Motion Plus (built-in) won't pair Aug 22, 2024
@iminlikewithyou
Copy link

i can pair a wii motion plus remote but and it shows up in the bluetooth settings as paired (but not connected)
when i try to connect to it - it does nothing - and it doesn't work in Dolphin.
so it kind of pairs? but it doesn't connect or function

@canyalccn
Copy link
Author

canyalccn commented Aug 26, 2024

Good news, the issue is resolved, though I'm not sure how.

First try these:

  • Disconnect and forget all wii remotes and try pairing them again using WiimotePair
  • If it's not pairing at all make sure that WiimotePair windows is on top (just click it)
  • After it's shown as "paired" try pressing the power button on the controller or manually click connect on bluetooth settings.
  • Make sure that in Dolphin's Controller settings the slot for second controller is also selected as "Real Wii Remote" and "continious check" box is ticked. It's a simple thing but could be overlooked.

If these didn't solve the issue for you here's what I've done, which somehow fixed it for me. Download the code files and in viewcontroller.m file change this part

\\Skip unsupported devices
if (![device.name containsString:@"Nintendo RVL-CNT-01"] && ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]) {
    return;
}

Added "&& ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]" part. Then rebuild the app and see if it works. I remember Motionplus remote showing up with the "-TR" addition when I first tried pairing it with my macbook. Now it just shows as RVL-CNT-01. Both unchanged and changed executable seems to work fine. Though I doubt that affected anything.

Please let me know if the steps above solved your issue. It'd be very kind to provide some details (especially the name appears when trying to pair your controller, "magic trackpad", "CNT-01", "CNT-01-TR"?). @iminlikewithyou

@driz64
Copy link

driz64 commented Sep 5, 2024

Good news, the issue is resolved, though I'm not sure how.

First try these:

  • Disconnect and forget all wii remotes and try pairing them again using WiimotePair
  • If it's not pairing at all make sure that WiimotePair windows is on top (just click it)
  • After it's shown as "paired" try pressing the power button on the controller or manually click connect on bluetooth settings.
  • Make sure that in Dolphin's Controller settings the slot for second controller is also selected as "Real Wii Remote" and "continious check" box is ticked. It's a simple thing but could be overlooked.

If these didn't solve the issue for you here's what I've done, which somehow fixed it for me. Download the code files and in viewcontroller.m file change this part

\\Skip unsupported devices
if (![device.name containsString:@"Nintendo RVL-CNT-01"] && ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]) {
    return;
}

Added "&& ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]" part. Then rebuild the app and see if it works. I remember Motionplus remote showing up with the "-TR" addition when I first tried pairing it with my macbook. Now it just shows as RVL-CNT-01. Both unchanged and changed executable seems to work fine. Though I doubt that affected anything.

Please let me know if the steps above solved your issue. It'd be very kind to provide some details (especially the name appears when trying to pair your controller, "magic trackpad", "CNT-01", "CNT-01-TR"?). @iminlikewithyou

hey man is there a possibility you could just send that version with the app?

I also have a motion plus remote but idk anything about rebuilding apps and all of that so it would be cool if you could help thanks sorry for the inconvenience

@canyalccn
Copy link
Author

Good news, the issue is resolved, though I'm not sure how.
First try these:

  • Disconnect and forget all wii remotes and try pairing them again using WiimotePair
  • If it's not pairing at all make sure that WiimotePair windows is on top (just click it)
  • After it's shown as "paired" try pressing the power button on the controller or manually click connect on bluetooth settings.
  • Make sure that in Dolphin's Controller settings the slot for second controller is also selected as "Real Wii Remote" and "continious check" box is ticked. It's a simple thing but could be overlooked.

If these didn't solve the issue for you here's what I've done, which somehow fixed it for me. Download the code files and in viewcontroller.m file change this part

\\Skip unsupported devices
if (![device.name containsString:@"Nintendo RVL-CNT-01"] && ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]) {
    return;
}

Added "&& ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]" part. Then rebuild the app and see if it works. I remember Motionplus remote showing up with the "-TR" addition when I first tried pairing it with my macbook. Now it just shows as RVL-CNT-01. Both unchanged and changed executable seems to work fine. Though I doubt that affected anything.
Please let me know if the steps above solved your issue. It'd be very kind to provide some details (especially the name appears when trying to pair your controller, "magic trackpad", "CNT-01", "CNT-01-TR"?). @iminlikewithyou

hey man is there a possibility you could just send that version with the app?

I also have a motion plus remote but idk anything about rebuilding apps and all of that so it would be cool if you could help thanks sorry for the inconvenience

WiimotePair.app.zip

@Awesomepuma2
Copy link

Good news, the issue is resolved, though I'm not sure how.
First try these:

  • Disconnect and forget all wii remotes and try pairing them again using WiimotePair
  • If it's not pairing at all make sure that WiimotePair windows is on top (just click it)
  • After it's shown as "paired" try pressing the power button on the controller or manually click connect on bluetooth settings.
  • Make sure that in Dolphin's Controller settings the slot for second controller is also selected as "Real Wii Remote" and "continious check" box is ticked. It's a simple thing but could be overlooked.

If these didn't solve the issue for you here's what I've done, which somehow fixed it for me. Download the code files and in viewcontroller.m file change this part

\\Skip unsupported devices
if (![device.name containsString:@"Nintendo RVL-CNT-01"] && ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]) {
    return;
}

Added "&& ![device.name containsString:@"Nintendo RVL-CNT-01-TR"]" part. Then rebuild the app and see if it works. I remember Motionplus remote showing up with the "-TR" addition when I first tried pairing it with my macbook. Now it just shows as RVL-CNT-01. Both unchanged and changed executable seems to work fine. Though I doubt that affected anything.
Please let me know if the steps above solved your issue. It'd be very kind to provide some details (especially the name appears when trying to pair your controller, "magic trackpad", "CNT-01", "CNT-01-TR"?). @iminlikewithyou

hey man is there a possibility you could just send that version with the app?
I also have a motion plus remote but idk anything about rebuilding apps and all of that so it would be cool if you could help thanks sorry for the inconvenience

WiimotePair.app.zip

I might just be really stupid but it isn't working for me. Is there something I need to modify with this version download?

@canyalccn
Copy link
Author

canyalccn commented Sep 18, 2024

I might just be really stupid but it isn't working for me. Is there something I need to modify with this version download?

what's not working exactly? you don't have to modify anything else.
maybe try fiddling around a little bit. mine is working fine, but I'm not sure how. going over the first methods would also help.

@Ksplover2343
Copy link

I have an issue as well. I try to pair the wiimote, (this is a normal wiimote) and i tried holding down sync while launching the program, pressing sync, Holding sync, 1, and 2, pressing sync, 1, and 2, and nothing works. any ways to resolve this? the program doesnt even detect it.

@Ksplover2343
Copy link

IMG_3578

@precision01
Copy link

I also can't make it work. I don't know... maybe it just works with certain wiimote versions. Mine is the first iteration.

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

No branches or pull requests

6 participants