Hi,
I've connected a rev 1.03 bluetooth arcade controller shield to an Arduino Mega ADK and I'm having some issues.
At this point I've soldered the headers and switches and connected a single switch to pin 15 & GND, the sketch I'm using was cloned from https://github.com/wayneandlayne/BluetoothArcadeController.git today
The shield seems to initialise correctly (output shown below) but I cant see it as an option when pairing and it repeatedly prints the following error to the monitor:
NO CARRIER 0 ERROR 9dde L2CAP_CONNECTION_FAILED
When I connect with the serial monitor and I see the following output:
start
SET PROFILE HID ON
SET BT AUTH * 0000
SET BT SSP 3 0
SET BT CLASS 00540
SET CONTROL CONFIG 0
SET CONTROL AUTOCALL 0011 500 HID
SET CONTROL CD 20 0
SET CONTROL ESCAPE 43 10 1
SET BT NAME ARCADE
WRAP THOR AI (4.0.0 build 317)
Copyright (c) 2003-2010 BluegigRESET
WRAP THOR AI (4.0.0 build 317)
Copyright (c) 2003-2010 Bluegiga Technologies Inc.
READY.
NO CARRIER 0 ERROR 9dde L2CAP_CONNECTION_FAILED
Any help would be appreciated.
Thanks,
Cameron.
Update: after some trying I've managed to get the device paired with two Macs and an Iphone, it just seems to be an android phone (a nexus running ice cream sandwich) that wont pair most
The device shows up now but the phone just displays "Cant communicate with ARCADE" and nothing is printed on the console most of the time.
Occasionally the device shows up in the list of paired devices for a second before dropping back into the list of available devices
