View on GitHub

code-club-2025-6

2025/6 Code Club resources/lessons for BBC Micro:Bit and Cutebot

Lesson 4: Radio Messaging

In this lesson, you’ll learn how to use the Radio feature on the Micro:bit to send and receive messages wirelessly between two or more Micro:bits. By the end, you’ll make a simple wireless chat system that sends numbers or short messages from one Micro:bit to another.


What You’ll Learn


Steps

1. Open MakeCode Tutorial

Happy to work through this on your own? Go to: https://makecode.microbit.org/

If you need some extra help click here instead


2. Set the Radio Group

Just like walkie-talkies, Micro:bits must be on the same channel to communicate.

In a classroom, each pair of students should choose a different group number so projects don’t overlap.


3. Send a Message (Button A)

Test it:


4. Receive Messages

Now make the Micro:bit show something when it receives a radio message.

Test with two Micro:bits:


5. Send a Different Message (Button B)

Let’s add a second button:

Now:


6. Extra Challenges (Optional)

Check out more radio games Try one or more:


Reflection