Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #35

Open
wants to merge 1 commit into
base: amiibo_edits
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
86 changes: 86 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,89 @@
# QUICK LOOK #


# PC CLIENT #
1.install lib
```bash
sudo apt install python3-dbus libhidapi-hidraw0 libbluetooth-dev bluez
```
```bash
sudo pip3 install aioconsole hid crc8
```

2.change file
```bash
sudo nano /lib/systemd/system/bluetooth.service
```

change line "ExecStart=/usr/lib/bluetooth/bluetoothd" --> "ExecStart=/usr/lib/bluetooth/bluetoothd -C -P sap,input,avrcp"


3.restart service
```bash
sudo systemctl daemon-reload
sudo systemctl restart bluetooth.service
```
# SWITCH Console #
open "Change Grip/Order" menu



# PC CLIENT #
1. start script
```bash
sudo python3 run_controller_cli.py PRO_CONTROLLER
```

or reconnect
```bash
sudo python3 run_controller_cli.py PRO_CONTROLLER -r auto
```

2. add nfc example:

```bash
nfc a.bin
```

or

```bash
nfc /home/raspberry/a.bin
```

3. using keyboard control your switch.
a = button A,
b = button B,
x = button x,
y = button y,
up = ^,
down = v,
left = <-,
right = ->,
....

4. remove nfc
```bash
remove
```

5. exit script

```bash
exit
```

6. reconnection

```bash
sudo python3 run_controller_cli.py PRO_CONTROLLER -r auto
```






# joycontrol

Branch: master->amiibo_edits
Expand Down