joycontrol
joycontrol copied to clipboard
Emulate Nintendo Switch Controllers over Bluetooth
AttributeError: /lib/x86_64-linux-gnu/libhidapi-hidraw.so.0: undefined symbol: hid_get_input_report
``` Traceback (most recent call last): File "3ds-ns.py", line 12, in from joycontrol.protocol import controller_protocol_factory File "/usr/local/lib/python3.8/dist-packages/joycontrol/protocol.py", line 8, in from joycontrol import utils File "/usr/local/lib/python3.8/dist-packages/joycontrol/utils.py", line 5, in import...
On 14.0.0, Every Time I Try Connecting, Ubuntu Shows The Bluetooth Icon In The Top Right Corner For A Few Seconds Saying "Nintendo Switch" Then It Disappears, This Happens Every...
It Would Really Be Helpful As I Just Think Of Myself Using 3DSController On My PC So I Can Use It On Joycontrol
Traceback (most recent call last): File "run_controller_cli.py", line 328, in loop.run_until_complete( File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in run_until_complete return future.result() File "run_controller_cli.py", line 284, in _main transport, protocol = await create_hid_server(factory,...
I'm using the currently newest version of Ubuntu(22.04 LTS) by running the `sudo apt install python3-dbus libhidapi-hidraw0` it was going great and I got no single error but by running...
Is it possible to add USB Support? Would be useful to me
Error reported when i ran `sudo python3 ./run_controller_cli.py PRO_CONTROLLER` The whole console log: ``` Traceback (most recent call last): File "./run_controller_cli.py", line 267, in loop.run_until_complete( File "/usr/lib/python3.8/asyncio/base_events.py", line 616, in...
The device will not connect, and gets stuck in "waiting for switch to connect..." ``` pi@raspberrypi:~/joycontrol $ sudo python3 run_controller_cli.py PRO_CONTROLLER [18:46:02] joycontrol.device set_name::69 INFO - setting device name to...
t@t-VirtualBox:~/joycontrol$ sudo python3 ./run_controller_cli.py PRO_CONTROLLER Traceback (most recent call last): File "./run_controller_cli.py", line 10, in from joycontrol import logging_default as log, utils File "/home/t/joycontrol/joycontrol/utils.py", line 5, in import hid File...
Hi First thank you very much for sharing this wonderful project. I managed to use the joycontrol library to connect a selfmade arcade controller with buttons, digital and analog sticks...