Not working with Sphero Bolt #103
Description
I'm trying to connect with the Sphero Bolt but when I try and run the example program I get the following error:
/Volumes/Promise Pegasus/Miscellaneous/Programming/Sphero/sphero.js/lib/adaptors/ble.js:45
var uuid = peripheralId.split(":").join("").toLowerCase();
It looks like it's something to do with the Bluetooth connection, however I have installed installed the NodeJS serialport module and sphero serialport as documented.
I did have some problems pairing via Bluetooth though. I can't seem to see or connect to the Bolt through the Bluetooth configuration panel but when I connect through SpheroEdu I can then see the device connected fine. I still can't see anything in /dev though. Although the Sphero documentation does say that the Bolt uses Bluetooth Classic.
Are you able to help?
Cheers,
Dino