8000 GitHub - barondu/joycontrol: Emulate Nintendo Switch Controllers over Bluetooth
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

barondu/joycontrol

 
 

Repository files navigation

joycontrol

Emulate Nintendo Switch Controllers over Bluetooth.

Work in progress.

Pairing works, emulated controller shows up in the "Change Grip/Order" menu of the Switch.

Tested on Ubuntu 19.10 and with Raspberry Pi 4B Raspbian GNU/Linux 10 (buster)

Installation

  • Install dbus-python package
sudo apt install python3-dbus
  • Clone the repository and install the joycontrol package to get missing dependencies (Note: Controller script needs super user rights, so python packages must be installed as root). In the joycontrol folder run:
sudo pip3 install .

"Test Controller Buttons" example

  • Run the script
sudo python3 run_test_controller_buttons.py
  • Open the "Change Grip/Order" menu of the Switch
  • The emulated controller should pair with the Switch and automatically navigate to the "Test Controller Buttons" menu

Issues

< 572B a id="user-content-issues" class="anchor" aria-label="Permalink: Issues" href="#issues">
  • When using a Raspberry Pi 4B the connection drops after some time. Might be a hardware issue, since it works fine on my laptop. Using a different bluetooth adapter may help, but haven't tested it yet.
  • ...

Resources

Nintendo_Switch_Reverse_Engineering

console_pairing_session

About

Emulate Nintendo Switch Controllers over Bluetooth

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0