Skip to content

Instantly share code, notes, and snippets.

@whs-piwars
Created January 31, 2017 09:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whs-piwars/4e0ce47fc923dfe2868f1f272167ee38 to your computer and use it in GitHub Desktop.
Save whs-piwars/4e0ce47fc923dfe2868f1f272167ee38 to your computer and use it in GitHub Desktop.
Link Bluetooth joystick to Raspberry Pi 3
bluetoothctl
agent on
default-agent
pair xx:xx:xx:xx:xx:xx
trust xx:xx:xx:xx:xx:xx
quit
Replace xx:xx:xx:xx:xx:xx with device ID which can be discovered by typing: scan on
For the OUYA device we have, you should see entries for:
/dev/input/event0
/dev/input/js0
/dev/input/mouse0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment