awvalenti / bauhinia

Cross-platform Wii Remote Java library and remote controller application
GNU General Public License v3.0
6 stars 0 forks source link

Make coronata compatible with new Wii Remote Sensor Plus on Linux #39

Closed awvalenti closed 6 years ago

awvalenti commented 7 years ago

Also known as Nintendo RVL-CNT-01-TR (see http://wiibrew.org/wiki/Wiimote)

awvalenti commented 6 years ago

On Windows, only pairs using sync button (doesn't work using 1+2), but wiiuse (hence coronata) won't recognize the Wii Remote.

On Linux, usual BT connection algorithms didn't work: input and output connections only worked on port 11, not on port 13, and both connections could not be made simultaneously. Also, could neither send command to output port nor read from input port (when only one of them is connected).

awvalenti commented 6 years ago

On Linux, pressing sync button made it connect on port 11.

awvalenti commented 6 years ago

Solved for Linux