Difference between revisions of "Xboxcontroller"

From RobotinoWiki
(Created page with "==Introduction== {|class="wikitable" cellpadding="20" vertical-align="top" |- |Image:xbox_bluetooth_64.png |This page explains how to connect a XBox One Controller to Robo...")
 
(Introduction)
Line 5: Line 5:
 
|This page explains how to connect a XBox One Controller to Robotino via Bluetooth.
 
|This page explains how to connect a XBox One Controller to Robotino via Bluetooth.
 
|}
 
|}
 +
 +
==Bluetooth USB adapter==
 +
* Asus BT211
 +
 +
==XBox Wireless Controller==
 +
[[Image:xboxcontroller_with_bluetooth.png]]
 +
 +
Your controller must look like the controller marked with the blue rectangle. Only these devices support bluetooth.
 +
 +
==Ubuntu 16.04==
 +
<pre>
 +
apt-get install sysfsutils
 +
echo "module/bluetooth/parameters/disable_ertm=1" >> /etc/sysfs.conf
 +
</pre>

Revision as of 10:40, 25 March 2019

Introduction

Xbox bluetooth 64.png This page explains how to connect a XBox One Controller to Robotino via Bluetooth.

Bluetooth USB adapter

  • Asus BT211

XBox Wireless Controller

Xboxcontroller with bluetooth.png

Your controller must look like the controller marked with the blue rectangle. Only these devices support bluetooth.

Ubuntu 16.04

apt-get install sysfsutils
echo "module/bluetooth/parameters/disable_ertm=1" >> /etc/sysfs.conf