Wii Remote Plus (RVL-CNT-01-TR) Connection Guide: Difference between revisions

Undo revision 116062 by 2A02:8071:2B8F:B00:C685:8FF:FEE8:AD0 (talk) Dolphin handles the connection itself, and does not require this.
(add instructions for linux)
(Undo revision 116062 by 2A02:8071:2B8F:B00:C685:8FF:FEE8:AD0 (talk) Dolphin handles the connection itself, and does not require this.)
Line 13: Line 13:


''NOTE: Ubuntu releases before 14.10 provide Bluez 4.101 '''without''' Wiimote Plus patch. You need to patch Bluez yourself !''
''NOTE: Ubuntu releases before 14.10 provide Bluez 4.101 '''without''' Wiimote Plus patch. You need to patch Bluez yourself !''
== Connecting ==
taken from bluez sources /plugins/wiimote.c:
/*
* Nintendo Wii Remote devices require the bdaddr of the host as pin input for
* authentication. This plugin registers a pin-callback and forces this pin
* to be used for authentication.
*
* There are two ways to place the wiimote into discoverable mode.
*  - Pressing the red-sync button on the back of the wiimote. This module
*    supports pairing via this method. Auto-reconnect should be possible after
*    the device was paired once.
*  - Pressing the 1+2 buttons on the front of the wiimote. This module does
*    not support this method since this method never enables auto-reconnect.
*    Hence, pairing is not needed. Use it without pairing if you want.
* After connecting the wiimote you should immediately connect to the input
* service of the wiimote. If you don't, the wiimote will close the connection.
* The wiimote waits about 5 seconds until it turns off again.
* Auto-reconnect is only enabled when pairing with the wiimote via the red
* sync-button and then connecting to the input service. If you do not connect
* to the input service, then auto-reconnect is not enabled.
* If enabled, the wiimote connects to the host automatically when any button
* is pressed.
*/


= Mac OS X =
= Mac OS X =