QUESTION IMAGE
Question
sphero bolt (sphero edu) (match 1 - 12)
- ____ roll (speed, heading, time)
- ____ set main led (r,g,b)
- ____ speak / say
- ____ delay (ms)
- ____ set heading (degrees)
- ____ if collision then
- ____ aim / calibrate
- ____ set matrix led (image)
- ____ repeat forever
- ____ stop roll
- ____ get accelerometer (x/y/z)
- ____ on program start
descriptions
a. display a custom 8×8 icon or pattern on bolts matrix.
b. command movement: travel at speed toward a heading for
c. change the balls global heading reference without moving.
d. make the robot “say” a phrase (device tts) or play a sound.
e. wait for a specified time before continuing.
f. event that runs its blocks when a bump is detected.
g. interactive calibration to align bolts backlight to your device.
h. continuously repeat the enclosed blocks (infinite loop).
i. immediately stop motion.
j. read raw motion data (useful for shakes/tilt gestures).
k. set the balls shell color using rgb values.
l. event that triggers once when the program begins.
- Roll (speed, heading, time) - Command movement: travel at speed toward a heading (B)
- Set main LED (R,G,B) - Set the ball's shell color using RGB values (K)
- Speak / Say - Make the robot "say" a phrase (device TTS) or play a sound (D)
- Delay (ms) - Wait for a specified time before continuing (E)
- Set heading (degrees) - Change the ball's global heading reference without moving (C)
- If collision then - Event that runs its blocks when a bump is detected (F)
- Aim / Calibrate - Interactive calibration to align BOLT's backlight (G)
- Set matrix LED (image) - Display a custom 8x8 icon or pattern on BOLT's matrix (A)
- Repeat forever - Continuously repeat the enclosed blocks (infinite loop) (H)
- Stop roll - Immediately stop motion (I)
- Get accelerometer (x/y/z) - Read raw motion data (useful for shakes/tilt gestures) (J)
- On program start - Event that triggers once when the program begins (L)
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
- B. Command movement: travel at speed toward a heading
- K. Set the ball's shell color using RGB values
- D. Make the robot "say" a phrase (device TTS) or play a sound
- E. Wait for a specified time before continuing
- C. Change the ball's global heading reference without moving
- F. Event that runs its blocks when a bump is detected
- G. Interactive calibration to align BOLT's backlight
- A. Display a custom 8x8 icon or pattern on BOLT's matrix
- H. Continuously repeat the enclosed blocks (infinite loop)
- I. Immediately stop motion
- J. Read raw motion data (useful for shakes/tilt gestures)
- L. Event that triggers once when the program begins