All Projects → yuk27 → BetterJoyForDolphin

yuk27 / BetterJoyForDolphin

Licence: MIT license
Allows the Nintendo Switch Pro Controller and Joycons to be used with the Dolphin Emulator

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to BetterJoyForDolphin

joycon-rs
Joy-Con library for Rust 🦀 🎮
Stars: ✭ 104 (+136.36%)
Mutual labels:  bluetooth, nintendo-switch, joycon, nintendo-switch-joycon
wiimote-webhid
A Wiimote implementation using WebHID - AKA: Wiimote for the Web
Stars: ✭ 31 (-29.55%)
Mutual labels:  wiimote, bluetooth, accelerometer, wii
Nintendo-Switch-JoyCon-Hack
Hardwiring a push button in a JoyCon to grant bootloader access
Stars: ✭ 44 (+0%)
Mutual labels:  nintendo-switch, joycon, nintendo-switch-joycon
pymetawear
Community developed SDK around the Python bindings for the C++ SDK
Stars: ✭ 42 (-4.55%)
Mutual labels:  gyroscope, bluetooth, accelerometer
MPU-9250-Sensors-Data-Collect
MPU9250 (MPU6500 + AK8963) I2C Driver in Python for Raspbery PI
Stars: ✭ 51 (+15.91%)
Mutual labels:  gyroscope, driver, accelerometer
joycon
Device access library for Joycon(Nintendo Switch)
Stars: ✭ 59 (+34.09%)
Mutual labels:  bluetooth, nintendo-switch, joycon
Betterjoy
Allows the Nintendo Switch Pro Controller, Joycons and SNES controller to be used with CEMU, Citra, Dolphin, Yuzu and as generic XInput
Stars: ✭ 1,352 (+2972.73%)
Mutual labels:  driver, bluetooth, nintendo-switch
imusensor
Python library for communication between raspberry pi and MPU9250 imu
Stars: ✭ 47 (+6.82%)
Mutual labels:  gyroscope, accelerometer
CodeDroneDIY
The most simple, but working, quadricopter flight controller from scratch, using Arduino Uno/Nano.
Stars: ✭ 68 (+54.55%)
Mutual labels:  gyroscope, accelerometer
Ohsce
PHP HI-REL SOCKET TCP/UDP/ICMP/Serial .高可靠性PHP通信&控制框架SOCKET-TCP/UDP/ICMP/硬件Serial-RS232/RS422/RS485 AND MORE!
Stars: ✭ 206 (+368.18%)
Mutual labels:  udp, driver
CtrlUI
CtrlUI (Controller User Interface) is a Windows application, game and emulator launcher for your game controller, DirectXInput converts your game controller to a Xbox (XInput) controller, Fps Overlayer is a tool that shows the frames per second and the cpu, gpu and memory information.
Stars: ✭ 39 (-11.36%)
Mutual labels:  gyroscope, accelerometer
Network
C# Network Library
Stars: ✭ 237 (+438.64%)
Mutual labels:  udp, bluetooth
libusbhsfs
USB Mass Storage Class Host + Filesystem Mounter static library for Nintendo Switch homebrew applications.
Stars: ✭ 81 (+84.09%)
Mutual labels:  driver, nintendo-switch
node-drivers
Industrial protocol drivers in node.js
Stars: ✭ 20 (-54.55%)
Mutual labels:  udp, driver
MotionCollector
iOS app for collecting data from internal motion sensors (gyroscope, magnetometer, accelerometer) of iPhone and Apple Watch.
Stars: ✭ 55 (+25%)
Mutual labels:  gyroscope, accelerometer
ios logger
Application for camera and sensor data logging (iOS)
Stars: ✭ 60 (+36.36%)
Mutual labels:  gyroscope, accelerometer
dana
DANA: Dimension-Adaptive Neural Architecture (UbiComp'21)( ACM IMWUT)
Stars: ✭ 28 (-36.36%)
Mutual labels:  gyroscope, accelerometer
joyconpi
An attempt at emulating a Nintendo Switch Joy-Con controller with a Raspberry Pi
Stars: ✭ 24 (-45.45%)
Mutual labels:  bluetooth, nintendo-switch
COVID-away
Repo of paper title 'Avoid touching your face: A hand-to-face 3d motion dataset (covid-away) and trained models for smartwatches'
Stars: ✭ 18 (-59.09%)
Mutual labels:  gyroscope, accelerometer
Shibari
Gaming input peripherals test platform for Windows
Stars: ✭ 136 (+209.09%)
Mutual labels:  driver, bluetooth

BetterJoyForDolphin v0.1

Allows the Nintendo Switch Pro Controller and Joycons (original and 3rd party) to be used with UDP version of Dolphin, the Nintendo Wii emulator.

This project is based on the amazing work done by Davidobot, creator of BetterJoyForCemu.

Donations

If you would like to support the development of BetterJoyForDolphin, consider donating to the BetterJoyForCemu project.

And if you feel generous you can also donate directly to BetterJoyForDolphin (and to me) at the following link.

Getting Started

Required software:

Prerequisites

Configure Dolphin UDP

After downloading and extracting UDP Dolphin, you need to manually add the port information to WiimoteNew.ini (By default located on path ..\Documents\Dolphin Emulator\Config\WiimoteNew.ini):

Extra code:

UDP Wiimote/Port = 4434 
UDP Wiimote/Enable = 1
  • (It's recommended to use port 4434, 4435, 4436, 4437 for controller 1, 2, 3, 4 respectively, but this can be modified to the user needs).

Example:

[Wiimote1] 
Source = 0
UDP Wiimote/Port = 4434
UDP Wiimote/Enable = 1
[Wiimote2]
Source = 0
UDP Wiimote/Enable = 1
UDP Wiimote/Port = 4435
[Wiimote3]
Source = 0
UDP Wiimote/Enable = 1
UDP Wiimote/Port = 4436
[Wiimote4]
Source = 0
UDP Wiimote/Enable = 1
UDP Wiimote/Port = 4437

You can also download a already configured version of WiimoteNew.ini.

For more information on Dolphin UDP please refer to the Dolphin Forum.

Installing

  1. Install drivers (if BetterJoyForCemu drivers have been installed before this step is not needed)

    1. Run ! Driver Install (Run as Admin).bat
  2. Run BetterJoyForDolphin.exe

    1. If running for the first time, things might glitch out - just close the program normally and restart your computer for the drivers to take effect.
  3. Connect your controllers (via bluetooth or USB).

  4. Once the controller has been detected by BetterJoyForDolphin, click on the Config option just under the controller icon. In there you can identify the Accelerometer sensibility, the direction of the axis and the type of controller (Needed for 3rd party Joycons, as this are by default set as Pro controllers).

  5. Start Dolphin UDP and ensure WiimoteNew has been correctly modified.

  6. Go to controllers option in Dolphin and configure it normally.

Compatibilty with Cemuhook

BetterJoyForDolphin mantains legacy functionalities from BetterJoyForCemu, so you can test the controller accelerometer and gyro by using padtest.

For more information on cemuhook, please refer to the follwing link.

App Settings

BetterJoyForDolphin settings allow to set the port being used for each controller on Dolphin UDP , just click in the panel, set the expected port, click away from the panel and click on "Apply".

Example

For more information on the legacy settings from BetterJoyForCemu please refer to App Settings

Problems

Make sure you installed the drivers!!

3rd party Joycons are recognise as Pro Controllers

As 3rd party controllers can have different internal IDs of what is expected on a 1st party controller, by default 3rd party controllers are set as Pro controllers, you can manually identify the type of controller you are using by going to "Config" option just under the controller icon, a Panel will appear where you can identifying the controller by it's type and click apply, this will store the controller information on the serials.dat file.

Motion Controls work erratic

Try playing with the sensibility option on the Config panel, as depending on the controller sometimes sensibility can be lower or higher than expected from a Wiimote (as we are emulating one).

3rd party right controller works less accurate than left one

Some 3rd party right controllers information can be different from what is expected, you can try solving the issue by inverting the Y and Z axis on the controller configuration panel and tweaking the sensibility as needed.

Example

For more problems solutions please refer to Problems.

Connecting the Controller

Bluetooth Mode

Hold down the small button on the top of the controller for 5 seconds - this puts the controller into broadcasting mode.

Search for it in your bluetooth settings and pair normally.

To disconnect the controller - press down the button once. To reconnect - press any button on your controller.

USB Mode

Plug the controller into your computer.

WIP and expected future additions: (Order by priority, I accept requests ;) )

  • Bug and accuracy fixes.
  • Handling of Wii IR functionalities (maybe using the Joycon gyro).
  • Adding Motion controls to Nunchucks using the right Joycon accelerometer.
  • Win the lottery to have the time and money to work on this kind of projects.

Videos

Acknowledgments

A massive THANK YOU out to Davidobot for creating BetterJoyForCemu, please keep the amazing work!

A massive THANK YOU out to kevlahnota for creating Dolphin-Ishiiruka UDPWii, and keeping the option of creating over his work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].