Closed GoogleCodeExporter closed 8 years ago
Yep, it's not fixable. New Wiimotes with -TR suffix in name (and, i think,
Balance Boards) can pared with normal PC/Mac only with sync button.
But after what, wiimote can establish connection as normal paired device.
Wiimote.framework support this feature, but it disabled on defaults.
You can enable this on applications start:
[Wiimote setUseOneButtonClickConnection:YES];
(If you use my test.app, you can add this line to TestController awakeFromNib,
i think). After what, pair Balance Board once with sync button. Balance Board
will pair with OS X, and OS X doesn't forget about device after disconnection.
Later, Balance Board (if test.app started) can connect to application without
sync button.
But i test it only with Wiimote/Wii U Pro Controller. :( May be Balance Board
have some other behavior.
Original comment by alexandr.serkov
on 19 Nov 2013 at 8:56
Haha! that works.
Thanks a ton!
I used the same test app I wrote from the other ticket, works out just fine!
Even restarted the app and it connected no problems.
Original comment by mikep...@gmail.com
on 19 Nov 2013 at 9:11
You're welcome :)
Original comment by alexandr.serkov
on 19 Nov 2013 at 9:20
Original issue reported on code.google.com by
mikep...@gmail.com
on 19 Nov 2013 at 8:36