Materials
-
BBC Halloween Project
https://microbit.org/projects/make-it-code-it/halloween-project/ -
Halloween Project Introduction Video
https://youtu.be/LZNDie-Gi30?si=BxJ7018zTEp5E6dH -
BBC Radio Waves Video
https://youtu.be/rvymAr6WqrQ?si=HDxNJr-G-0axgHq3 -
Example MakeCode
https://makecode.microbit.org/#pub:_11viykXt3J3y
Activity Instructions
- Introduce students to the concept of a radio signals
- Discuss examples they’re familiar with and predict how they work:
- Walkie-talkies
- Review radio video
- Play “Halloween Project Introduction” from the BBC about this activity
- Transition to MakeCode
- Open MakeCode
- Click New Project
- Demonstrate finding the “radio” blocks in the “radio” tab (Hint: the radio blocks are colored pink)
- Go to Radio category
- Add ‘radio set group’ block to the “on start” block
- Set it to a number (e.g., 31)
This is like tuning into the same walkie-talkie channel.
TIP: Set Group & Channel: Always set a unique group number in “on start” to prevent interference, especially in classrooms. It might be best to assign and keep a list of assigned channels so groups know, and don’t accidentally select another channel.
- Program Sending Messages (continue demonstrating for students)
- These are strings—text messages your micro:bit sends. Only one micro:bit will SEND spooky messages.
- Each of the sent message has the following components:
- A purple input block that initiates the command (press ___) with the next four blocks nested inside
- A pink radio send string “” with a description of what is being sent in the quotations.
- A show icon block with the LED image selected
- A pause block
- Clear Screen
- Program the following actions to send:
- On button A pressed → send ‘angry’

-
-
- On button B pressed → send ‘skull’
- Introduce students to the concept of a radio signals
- Discuss examples they’re familiar with and predict how they work:
- Walkie-talkies
- Discuss examples they’re familiar with and predict how they work:
- Review radio video
- Play “Halloween Project Introduction” from the BBC about this activity
- Transition to MakeCode
- Open MakeCode
- Click New Project
- Demonstrate finding the “radio” blocks in the “radio” tab (Hint: the radio blocks are colored pink)
- Go to Radio category
- Add ‘radio set group’ block to the “on start” block
- Set it to a number (e.g., 31)
This is like tuning into the same walkie-talkie channel.
TIP: Set Group & Channel: Always set a unique group number in “on start” to prevent interference, especially in classrooms. It might be best to assign and keep a list of assigned channels so groups know, and don’t accidentally select another channel. - Program Sending Messages (continue demonstrating for students)
- These are strings—text messages your micro:bit sends. Only one micro:bit will SEND spooky messages.
- Each of the sent message has the following components:
- A purple input block that initiates the command (press ___) with the next four blocks nested inside
- A pink radio send string “” with a description of what is being sent in the quotations.
- A show icon block with the LED image selected
- A pause block
- Clear Screen
- Program the following actions to send:
- On button A pressed → send ‘angry’

-
-
- On button B pressed → send ‘skull’
-
- Introduce students to the concept of a radio signals
- Discuss examples they’re familiar with and predict how they work:
- Walkie-talkies
- Discuss examples they’re familiar with and predict how they work:
- Review radio video
- Play “Halloween Project Introduction” from the BBC about this activity
- Transition to MakeCode
- Open MakeCode
- Click New Project
- Demonstrate finding the “radio” blocks in the “radio” tab (Hint: the radio blocks are colored pink)
- Go to Radio category
- Add ‘radio set group’ block to the “on start” block
- Set it to a number (e.g., 31)
This is like tuning into the same walkie-talkie channel.
TIP: Set Group & Channel: Always set a unique group number in “on start” to prevent interference, especially in classrooms. It might be best to assign and keep a list of assigned channels so groups know, and don’t accidentally select another channel. - Program Sending Messages (continue demonstrating for students)
- These are strings—text messages your micro:bit sends. Only one micro:bit will SEND spooky messages.
- Each of the sent message has the following components:
- A purple input block that initiates the command (press ___) with the next four blocks nested inside
- A pink radio send string “” with a description of what is being sent in the quotations.
- A show icon block with the LED image selected
- A pause block
- Clear Screen
- Program the following actions to send:
- On button A pressed → send ‘angry’

-
-
- On button B pressed → send ‘skull’
-