0

是否可以同时将两个 Sphero (2.0) 与一个 android 设备配对?因此,我可以将其中一个握在手中,将其用作控制器/操纵杆,让另一个滚动。API 是否提供了所有构建块来实现这一点?

TIA,托马斯。

4

2 回答 2

0

您可以使用http://artoo.iohttp://cylonjs.com之类的开源机器人框架来同时控制 2 个或更多 spheros,并将它们与其他设备结合使用。它还有一个可以在手机上使用的 REST api。

于 2014-04-12T21:56:03.870 回答
0

As of right now, the Sphero Android API does support multiple Sphero connections.

As a tip to make your life easier while doing this, use the Sphero object as opposed to the Deprecated static methods following the format "Command.sendCommand".

于 2014-01-24T18:17:20.547 回答