Ron Evans
Ron Evans
Does not work inside your Meteor app? Can you share a little more context of how you call this? Also what OS/Node version, please?
How are you calling the code from your Meteor app? Sorry if my questions seem silly, but I am not very familiar with Meteor, having only played with it a...
Hi, @codeNgamer When using the latest release of sphero.js, you should be able to the the Noble peripheral from your code: ``` ollie = sphero(peripheral.uuid, {peripheral: peripheral}); ``` Please give...
Hi, @codeNgamer did you have a chance to give a it try yet? Please let us know.
@b44p on OS X you use the UUID, on Linux you use the BLE address. Make sure you are entering the correct value as returned by the BLE scan using...
This may seem like a silly question, but you are using `uuid: 'Your actual UUID here'` in your code, right?
Hi, @b44p seems like this would be more correctly an issue entered on https://github.com/hybridgroup/cylon-sphero-ble would you mind opening one on that repo?
That is all auto handled by the current version of Sphero.js so no need.
Hi, @b44p shouldn't you be using the 32-char UUID instead of the BLE address in the code above, since you are on OSX? I booted up my OS X machine...
I will install El Capitan and dig in further...