This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
This repository has been archived by the owner on Dec 20, 2019. It is now read-only.
Support for BB-9E #96
Open
Description
Hi,
I can't connect to my BB-9E using the API. It looks like the Characteristics UUID have changed.
/Users/ezor/Projets/Node/bb9/node_modules/sphero/lib/adaptors/ble.js:405
return this._connectedService(serviceId).characteristics;
^
TypeError: Cannot read property 'characteristics' of null
at Adaptor._connectedCharacteristics (/Users/ezor/Projets/Node/bb9/node_modules/sphero/lib/adaptors/ble.js:405:43)
Can you provide at least the new characteristics to use ?
Adaptor.BLEService = "22bb746f2bb075542d6f726568705327";
Adaptor.WakeCharacteristic = "22bb746f2bbf75542d6f726568705327";
Adaptor.TXPowerCharacteristic = "22bb746f2bb275542d6f726568705327";
Adaptor.AntiDosCharacteristic = "22bb746f2bbd75542d6f726568705327";
Adaptor.RobotControlService = "22bb746f2ba075542d6f726568705327";
Adaptor.CommandsCharacteristic = "22bb746f2ba175542d6f726568705327";
Adaptor.ResponseCharacteristic = "22bb746f2ba675542d6f726568705327";
Metadata
Assignees
Labels
No labels