Skip to content
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.

Unable to connect to R2D2 #94

Open
@robm92

Description

R2D2 is showing up as a BLE device using LightBlue for Mac.
I'm able to use this to obtain the UUID for the sphero sdk connection.

` var sphero = require('sphero');
var r2 = sphero('73ECD53D-B7FE-47E1-B86E-9AF39A880ABE');

r2.connect(function() {
  console.log("Now connected to R2");

  //The Ping command verifies that R2 is awake and receiving commands.
  r2.ping(function(err, data) {
    console.log(err || data);
  });`

When running, the output is simply:

noble addressChange 28:f0:76:12:44:91 +0ms yosemite-bindings sendCBMsg: 1, { "kCBMsgArgName": "node-1513679700187", "kCBMsgArgOptions": { "kCBInitOptionShowPowerAlert": 0 }, "kCBMsgArgType": 0 } +3ms yosemite-bindings xpcEvent: { "kCBMsgId": 4, "kCBMsgArgs": { "kCBMsgArgState": 5 } } +2ms

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions