ThomasProctor
ThomasProctor
I went ahead and submitted a pull request for the features that I wanted to use. It's modeled on how we dealt with the "Images" response group. Some of the...
It might be a good idea to focus on documentation of how this works in the short term. If we mention somewhere which response groups currently work and which won't,...
I'm hoping to get a chance to fix this myself in the next few weeks.
Unfortunately, it seems like this package doesn't currently support what you want explicitly. I opened a feature request (#133) for a few elements of the Amazon API that are also...
Some tests fail, as it looks like some of the info on products they query has changed. I opened an issue #134. All product-specific information should probably be removed from...
Sorry about not opening a separate branch - I fixed an error in how `browse_node_lookup` handles invalid `BrowseNodeId`s. It turns out that the `IsValid` parameter does not, in fact, tell...
I'm running into the same error with a mini on Ubuntu 14.04. I'm running on a Thinkpad X230 with a Broadcom Corp. BCM20702 Bluetooth 4.0. Just for troubleshooting sake, how...
In lines 64 - 70 of `node_modules/sphero/lib/adaptors/ble.js`, the UUID's corresponding to specific services in Ollies and BB-8s (and apparently SPRK+) are defined: `Adaptor.BLEService = "22bb746f2bb075542d6f726568705327"; Adaptor.WakeCharacteristic = "22bb746f2bbf75542d6f726568705327"; Adaptor.TXPowerCharacteristic =...
I think it's unlikely that this is going to be fixed any time soon. Sphero seems to have more or less abandoned it. I think that if we want to...
Hmm... I tried something similar, but didn't get that error. What did you set as the service address? Within ble.js, `Adaptor.BLEService` is not the service address of your sprk+ -...