From 3b47fd03e34f265a8f4a309bee5d69e79ed1e841 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 15 Mar 2015 00:02:59 +0100 Subject: [PATCH 1/3] Added typically error that people are getting when the dongle is not supporting 2.0+EDR. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 722ed845..eb636f5a 100644 --- a/README.md +++ b/README.md @@ -309,3 +309,12 @@ See the "Interface modifications" section in the [hardware manual](https://www.c * Try to connect a external power supply to the Arduino - this solves the problem in most cases. * You can also use a powered hub between the device and the USB Host Shield. You should then include the USB hub library: ```#include ``` and create the instance like so: ```USBHub Hub1(&Usb);```. + +> When I connecting my PS3 controller I get a output like this: +``` +Dualshock 3 Controller Enabled + +LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 +LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 +``` +* This means that your dongle does not support 2.0+EDR, so you will need another dongle. Please see the following [list](https://github.com/felis/USB_Host_Shield_2.0/wiki/Bluetooth-dongles) for tested working dongles. \ No newline at end of file From 5b35d25138eefa6dac6a496bd3a0af665fe15ee1 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 15 Mar 2015 00:04:19 +0100 Subject: [PATCH 2/3] Make 3b47fd03e34f265a8f4a309bee5d69e79ed1e841 show up correctly. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index eb636f5a..05584397 100644 --- a/README.md +++ b/README.md @@ -311,10 +311,12 @@ See the "Interface modifications" section in the [hardware manual](https://www.c * You can also use a powered hub between the device and the USB Host Shield. You should then include the USB hub library: ```#include ``` and create the instance like so: ```USBHub Hub1(&Usb);```. > When I connecting my PS3 controller I get a output like this: + ``` Dualshock 3 Controller Enabled LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 ``` + * This means that your dongle does not support 2.0+EDR, so you will need another dongle. Please see the following [list](https://github.com/felis/USB_Host_Shield_2.0/wiki/Bluetooth-dongles) for tested working dongles. \ No newline at end of file From de7ad5a066c58b55f00a8b713e84b4574d0d9ac1 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sun, 15 Mar 2015 00:06:18 +0100 Subject: [PATCH 3/3] Added a few more "LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0" and converted tabs to spaces --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 05584397..4aa1f926 100644 --- a/README.md +++ b/README.md @@ -315,8 +315,11 @@ See the "Interface modifications" section in the [hardware manual](https://www.c ``` Dualshock 3 Controller Enabled -LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 -LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 +LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 +LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 +LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 +LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 +LeftHatX: 0 LeftHatY: 0 RightHatX: 0 RightHatY: 0 ``` * This means that your dongle does not support 2.0+EDR, so you will need another dongle. Please see the following [list](https://github.com/felis/USB_Host_Shield_2.0/wiki/Bluetooth-dongles) for tested working dongles. \ No newline at end of file