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

    Retropie v3.6 8bitdo NES30 Pro Issues (After using GitHub and Floobs video)

    Scheduled Pinned Locked Moved Help and Support
    6 Posts 1 Posters 1.4k 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.
    • Dave BD
      Dave B
      last edited by Dave B

      Pi Model: 3
      RetroPie Version Used: (3.6.0)
      USB Devices connected: Xbox One Controller & USB Logitech Mouse and Keyboard combo
      Issue: 8bitdo NES30 Pro connection issue

      I followed Floobs video to the T except I am using the NES30 Pro the device is showing up registered in the Bluetooth configure menu but won't connect after the initial connection was made the first time I tried. Even after the first connection I still could not get it to show in ES but now it will not connect. I tried to reboot and restart and also reset the controller once ES is fully loaded but still cannot fix the issue. I also have two of these I need to set up would I need to repeat everything in Floobs tutorial or just the files that specify the MAC address?

      https://github.com/retropie/retropie-setup/wiki/setting-up-a-bluetooth-controller

      When I try to manually connect I get this error message.ErrorMSG
      An error occured connecting to the bluetoth device (Creating device failed:
      org.bluez.Error.AlreadyExists: Already Exists)

      I went through everthing again but dont see a issue with the files.

      1 Reply Last reply Reply Quote 0
      • Dave BD
        Dave B
        last edited by

        https://github.com/retropie/retropie-setup/wiki/setting-up-a-bluetooth-controller

        1 Reply Last reply Reply Quote 0
        • Dave BD
          Dave B
          last edited by Dave B

          When I try to manually connect I get this error message.ErrorMSG
          An error occured connecting to the bluetoth device (Creating device failed:
          org.bluez.Error.AlreadyExists: Already Exists)

          1 Reply Last reply Reply Quote 0
          • Dave BD
            Dave B
            last edited by

            Would it be beneficial to remove my device and rediscover it?

            1 Reply Last reply Reply Quote 0
            • Dave BD
              Dave B
              last edited by

              If I undiscover and rediscover it connects but It wont show in Emulation Station

              1 Reply Last reply Reply Quote 0
              • Dave BD
                Dave B
                last edited by Dave B

                I am able to get it working now on Emulation Station but on reboot it needs to be manually discovered again, I wrote the script that finds the MAC address and make sure it found but it does not seem to be working.

                #!/bin/bash
                sudo bluetoothctl << EOF
                power on
                connect [MAC Address]
                exit
                EOF

                I made the correction and was given a prompt for a pin I set it to 0000
                It seems to be working fine now

                #!/bin/bash
                sudo bluetoothctl << EOF
                power on
                connect [MAC Address]
                connect [MAC Address]
                exit
                EOF

                Would that be the only change to make two of the same controllers be found on boot?

                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.