Get properties from the last received radio packet in Microsoft MakeCode.
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.
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.
Control the brightness of the LED screen on the micro:bit device with ease.
Find how bright the LED screen is when it is turned on.
Learn how to toggle a LED light on the LED screen using x, y coordinates with Microsoft MakeCode.
Turn off the LED light on the LED screen using the unplot function in Microsoft MakeCode.