MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.
GNU Lesser General Public License v3.0
2.08k stars 405 forks source link

Control Nintendo Switch (Using COOV N100??) #112

Open devedse opened 5 years ago

devedse commented 5 years ago

Describe your feature request I'm currently trying to create a controller for the Nintendo Switch. However I can't really figure out where to start.

I've build a small arduino script which can receive button presses through a UART connection (I basically want to send commands from my PC to the Nintendo Switch) which works great when I connect my Arduino Leonardo to my Android phone.

However when I connect it to my Nintendo Switch nothing happens.

I looked up some information on this and found out that apparently it's possible to use PS4 / XBOX controllers on the switch by using this module: https://nl.aliexpress.com/item/Coov-N100-for-PS3-PS4-Xbox-One-Xbox-360-USB-Controller-Converter-Adapter-to-Nintendo-Switch/32823586852.html

I bought this but it doesn't seem to work yet. I'm probably missing some step in the process somewhere. Does anyone have some suggestions?

devedse commented 5 years ago

I fixed it using another Library: https://github.com/devedse/devetetris99bot