Adjust the radio signal strength of the micro:bit for optimal communication.
Learn how to set a group ID for sending and receiving data with micro:bit radio.
Get properties from the last received radio packet in Microsoft MakeCode.
Run part of a program when the micro:bit receives a buffer over radio.
Run a program when the micro:bit receives a string over radio.
Learn how to run a program on micro:bit when it receives a number via radio.
Sends a string to other micro:bits in the area connected by radio, with a maximum length of 19 characters.
Send a string and number together by radio to other micro:bits with a maximum string length of 8 characters.
Broadcast a number to other micro:bits connected via radio.
Send and receive data using radio packets.
A function to turn the LED screen on and off in Microsoft MakeCode.
Display a bar graph for a number value using micro:bit's LED interface.