Approved content
The content below is provided by a partner.
Greetings adventurous students, developers, hackers, and makers! RVR is one of the best starting points into the vast world of robotics, and we’re here to help you get started with using our approachable development tools.
Visit our Getting Started to learn more about the ins-and-outs of working with RVR, including some important details on the getting started process.
Visit our SDK website to find more information about RVR, the SDK and the API!
Visit our community forum to get help, share your project, or help others!
Consider signing up for our SDK email list to stay current on new features being released in our robot firmware as well as our SDKs, including new platform / language support.
This module contains the set of commands that allow the micro:bit to communicate with the Sphero RVR robot using MakeCode.
The following commands are available in this module:
sphero.drive(80, 270)
sphero.stop(90)
sphero.resetYaw()
sphero.setRawMotors(sphero.RawMotorModes.forward, 100, sphero.RawMotorModes.forward, 100)
sphero.setAllLeds(255, 255, 0)
sphero.setRgbLedByIndex(sphero.LEDs.leftStatus, 0, 0, 255)
sphero.sleep()
sphero.wake()
SpheroRVR=github:sphero-inc/sphero-sdk-microbit-makecode#v1.0.0