top of page

Make a Morse Code Transmitter/Receiver with Your micro:bit

You will need to work in pairs to program two micro:bits to send messages to each other in Morse Code. Morse code is language that uses dots and dashes to make letters. You can use the key below to form messages to send to your partner with the micro:bits.

Morse code fruit.png
Morse code.png
New project.png

1 - Start a new project in MakeCode

Go to "MakeCode.microbit.org" to start a new project by clicking the new project icon above. Click the purple plus box labeled "New Project" to begin.

2 - Create a radio channel

Micro:bits need a channel in order to communicate with each other. Choose a unique number you and your partner can use so that you can send messages to one another. Try these blocks:

1_basic.png
Start Block.png
5_radio.png
Radio Group ID.png
Screen Shot 2019-09-17 at 2.21.28 PM.png
Need Help_ Heres a Tip.png

3 - Program a dot

One of the components that make up a letter in Morse Code is a dot. Program your micro:bit to send a "dot" to your partner when you press the "A" button. Try these blocks:

2_Input.png
microbit_memorygame_step3.png
1_basic.png
Screen Shot 2019-09-17 at 2.21.28 PM.png
5_radio.png
Screen Shot 2019-09-17 at 2.27.46 PM.png
Need Help_ Heres a Tip.png

4 - Program a dash

Another component that makes up a letter in Morse Code is a dash. Program your micro:bit to send a "dash" to your partner when you press the "B" button. Try these blocks:

2_Input.png
Screen Shot 2019-09-17 at 2.36.25 PM.png
1_basic.png
Screen Shot 2019-09-17 at 2.21.28 PM.png
5_radio.png
Screen Shot 2019-09-17 at 2.40.49 PM.png
Need Help_ Heres a Tip.png

5 - Program a slash

Program a slash to divide between words when you press both "A" and "B" buttons. Try these blocks:

2_Input.png
Screen Shot 2019-09-17 at 2.42.32 PM.png
1_basic.png
Screen Shot 2019-09-17 at 2.21.28 PM.png
5_radio.png
Screen Shot 2019-09-17 at 2.44.26 PM.png
Need Help_ Heres a Tip.png

6 -  Send your message!

Program your micro:bit to send its morse code to the other micro:bit. Try these blocks:

1_basic.png
Screen Shot 2019-09-17 at 2.50.54 PM.png
Screen Shot 2019-09-17 at 2.21.28 PM.png
5_radio.png
Screen Shot 2019-09-17 at 2.53.12 PM.png
Need Help_ Heres a Tip.png

Hooray! You did it!

You can now send and decode messages with your partner!

If you need help, click me to see the finished product!

Plus.png
bottom of page