RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Connect two Wiimote-Controller

    Scheduled Pinned Locked Moved Help and Support
    wii motebluetooth
    1 Posts 1 Posters 305 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • L
      Leon0402
      last edited by

      Hello everyone,

      I followed the tutorial https://retropie.org.uk/docs/Wiimote-Controller/ on how to set up Wiimote-Controllers. I used his shellscript:

      #!/bin/bash
      sleep 1 # Wait until Bluetooth services are fully initialized
      hcitool dev | grep hci >/dev/null
      if test $? -eq 0 ; then
          wminput -d -c  /home/pi/mywminput 00:19:1D:92:90:38 &
          wminput -d -c  /home/pi/mywminput 00:19:1D:84:EF:33 &
      else
          echo "Blue-tooth adapter not present!"
          exit 1
      fi
      

      Of course I used different mac addresses. The problem is that I can pair both controllers, but not at the same time. The reason for this might be that as soon as one controller is connected, my computer cannot pair with another bluetooth device.
      If I'm already connected with one controller and try to connect with another one (through the script or manually) I get a socket connection error. As soon as I disconnect the bluetooth connection, I can pair again.

      Dolphin says this " Do not pair the Wii Remote to your computer through its native Bluetooth settings." in their docs. This sounds to me like my computer is not allowed to actually pair with the controller the way it does it now. As if there is any trick making it possible to connect actually with two bluetooth devices.

      I am running retropie on my computer on debian.

      Thanks in advance!

      1 Reply Last reply Reply Quote 0
      • First post
        Last post

      Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

      Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.