You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
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
The text was updated successfully, but these errors were encountered:
I've just contacted Sphero support and they have told me that the Bolt connects using Bluetooth LE which is why Sphero.js doesn't work with it.
Are there any plans to provide support for the Sphero Bolt anytime soon? Or are there any workarounds that would get it running with the existing code?
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
The text was updated successfully, but these errors were encountered: