From 253631b730524e355a22f1d4639c0b9c3cdedabc Mon Sep 17 00:00:00 2001 From: Robert Martin Date: Wed, 29 Jan 2020 01:05:24 +0900 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..9cac449 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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 with Raspberry Pi 4B Raspbian GNU/Linux 10 (buster) + + +# Resources + +[Nintendo_Switch_Reverse_Engineering](https://github.com/dekuNukem/Nintendo_Switch_Reverse_Engineering) + +[console_pairing_session](https://github.com/timmeh87/switchnotes/blob/master/console_pairing_session) + +[bluez-ns-controller](https://github.com/mumumusuc/bluez-ns-controller)