Skip to content
  • There are no suggestions because the search field is empty.

Using Sounds in Sphero Edu Programs

In Sphero Edu, you can add a variety of sounds to your Block or Text programs. Here’s how to use them effectively:

Previewing Sounds

  • In a Block program, use the drop-down menu in your Sound block to see the available sounds.

  • The default setting is Random, which plays a random sound each time.

Using Sounds in Text Programs

  • To play a sound in a Text program, use the following code format: 

    await Sound.Category.SoundName.play()

Previewing Sounds Outside Programs

  • If you want to hear a sound without starting a program, you can listen to all available sounds on the Sphero SoundCloud page.

Important Note

  • These sounds are played through your computer or smartphone using Sphero Edu. They are not emitted from your Sphero robot.