Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • hobbswon
    Participant
    Post count: 86

    I am a total n00b to linux and I managed to get my install up and running. I used the retroppie config tool from the GUI and registered both my Favi keyboard an NES30 pro.

    The keyboard worked right after I entered the pin. I was aboe to navigate the retropie menus. But after the keyboard went to sleep, when it came back it wouldn’t connect anymore even though it still showed registered.

    Second, I also got the NES30 pro registered and it is running the latest firmware (1.68). But it tue Retroarch config will not detect the gamepad when ES starts. I did find the links for the config files.

    https://github.com/libretro/retroarch-joypad-autoconfig/blob/master/udev/8Bitdo-FC30-1P-GamePad-Bluetooth-Mode%28START%29-Mode%28START%2BR%29.cfg#

    As long as the one for a P2 controller.

    But I have no idea how to implement these configurations. Is it done through command line and/or does it have to be in the linux environment? Is it an edit that can be done on any text editor or in Windows perhaps?

    If someone can point me in the right direction or if there’s any walkthrough…I’d greatly appreciate it. I’m taking some beginners lumps right now.

    hobbswon
    Participant
    Post count: 86

    I’ve managed to get the nes30 pro to connect initially and mapped to retroarch. But I’ve been racking my brain trying to get the gamepad to reconnect on reboot or when it wakes from sleep.

    I’ve added the udev exception so ES can detect it as a gamepad correctly and i’ve made the edit to trust the device so I don’t have to pair it again on reboot. The device will stay registered but just will not connect.

    It did actually connect automatically once on reboot but I could not duplicate it again. I have to go through the whole registration again.

    Also, when I initially connect then map the gamepad to retroarch through ES, I deleted the cfg manually via floobs instructions…then When I go to set the input from retroarch config tool in retropie setup the menu doesn’t give me the option to configure a gamepad/joystick just a keyboard.

    Could someone kindly help? I feel like I’m close but I’m overlooking something.

    hobbswon
    Participant
    Post count: 86

    Ok, so after a long day I was able to get an NES30 Pro, FC30 Pro and a Favi BT keyboard paired and autoconnecting on reboot. ,

    I had to do a fresh install of Rpi 3.3.1 and follow the tutorial on YouTube from Floob.

    The main issue I am having now is the keyboard, when it falls asleep it will not reconnect when woken up. I have to do a reboot. The gamepads do not have this issue as once they are paired and ES is running..they will not fall asleep. But the keyboard will sleep in a very short time.

    I remember where somebody listed a script or shell to keep the pi2 scanning for the devices but I cannot find it for the life of me. Anyone?

    nbk7
    Participant
    Post count: 16

    I wrote a script for the automatic reconnect:

    http://forum.8bitdo.com/thread-328-7-1.html

    should also work for the pro version

    hobbswon
    Participant
    Post count: 86

    [quote=114315] I wrote a script for the automatic reconnect:

    http://forum.8bitdo.com/thread-328-7-1.html

    should also work for the pro version

    [/quote]

    if [ “$(hcitool con)” != *”61:04:00:63:71:01″* ]
    then
    sudo bluez-test-input connect 61:04:00:63:71:01
    fi

    Is that the script? I will add this and try

    nbk7
    Participant
    Post count: 16

    no its in #64

Viewing 6 posts - 1 through 6 (of 6 total)
  • The forum ‘Controller Configuration in RetroPie’ is closed to new topics and replies.