-
I am using gobot to lean go, so please don't judge my code too harshly.
I am using gobot togheter with a sphero and want do do some simple things, right now just flashing some colors. My code looks l…
-
https://sphero.com/pages/sphero-indi
-
`var sphero = require("sphero"),
orb = sphero("4aed76c113e84c28be75b49eb45566ea"); // change BLE address accordingly
orb.connect(function() {
// roll Sphero forward
orb.roll(150, 0);
orb.ro…
-
Hi, I'm one of the MSPs working on the Sphero pilot program. I've been doing a lot of research trying to figure out how to calibrate the Sphero without physically picking it up.
I found that on other…
-
**Problem**: `BB-9E` devices show up upon BLE scanning, but connecting to it fails. BLE packets might have changed / differ from `BB8` generation (Disney guys, again really?).
**Expected**: app sho…
-
I have tried many times, but I can't find my Sphero 2.0/SPRK. I can successfully connect and control with Sphero edu software, but the author's code will report an error as follows:
line 84, in fin…
-
-
When building my app with RobotKit.framework there are a LOT of warnings, on Xcode 7.1.1 and iOS 9 SDK. Here's a sample of the warnings:
```
while processing Sphero-iOS-SDK/frameworks/RobotKit.framew…
-
Sphero,
It appears that only a binary library has been included thus far, and it is specifically compiled for the Atmel AVR processor. Is this correct?
Hopefully, this is just the beginning of …
-
Hi,
I have a project for my Robotics class to program my SPRK+ in ROS and I have been trying to follow the directions on this site. When I try to pair to it using bluetooth, the pairing always fail…