MICROBIT PROJECT
SOUNDS

separator-blank.png

DESCRIPTION

Students will learn how to play sounds.  Uh oh!

STEPS

STEP 1
Connect your Microbit to your device (laptop) and go to the coding site:
https://makecode.microbit.org/

STEP 2
Click on New Project and name the project Sounds.

STEP 3
Remove the on start block and the forever block and add a on button A pressed block.

STEP 4
Inside the block, from the music menu heading, drag in a play melody block.

STEP 5
Click on the melody image to create the desired melody.

STEP 6
Download and run your program.  Try pressing the A button to play your sound. 

EXTRA

1. Explore with different melodies and different tempos.

2. In the Music menu heading, you will find other similar blocks to play melody.  Test a few out to see what can be done.

separator-blank.png