sphero api - Autonomous behaviour via Orbbasic or streaming? -


the orbbasic language suggested way kids have hands on controlling sphero in interview.

what limitations of orbbasic? achieves same 1ms granularity macros ?
in range of time granularity equally acceptable stream data , excecute orbbasic?
can stabilization of sphero motion programmed orbbasic? data streaming?

you can read abilities of orbbasic in our online document here:

https://github.com/orbotix/developerresources/tree/master/docs

but in short, can run 9,000 lines of code/sec it's 9x density of macros more power. can use print statements send data bluetooth client have make sure don't exceed rational limits; orbbasic can generate data faster bluetooth can transmit devices.

stabilization can turned on , off in orbbasic, , when on can generate own roll commands processed if came smartphone.

just clear, data streaming automated way of retrieving sensor data sphero without having continually ask it. can use examine motion of sphero cannot "control" sphero (since implies sending commands robot; data streaming reading).

dan danknick

fw engineer, orbotix


Comments

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -