Radio Block-List
Blocks |
Description |
![]() |
Make a program have the group ID you tell it for sending and receiving with radio. |
![]() |
Broadcast a number to other micro:bits connected via radio.
|
![]() |
Send a string and number together by radio to other micro:bits. The maximum string length is 8 characters.
name: a string that is the name of the value to send. value: a number that is the value to send. |
![]() |
Sends a string to other micro:bits in the area connected by radio. The maximum string length is 19 characters.
|
Run part of a program when the micro:bit receives a number over radio.
|
|
![]() |
Run part of a program when the micro:bit receives a name-value-pair over radio.
|
![]() |
Run part of a program when the micro:bit receives a string over .
|
![]() |
Get one of the properties from the last received radio packet.
|
![]() |
Make the radio signal of the micro:bit stronger or weaker.
The signal can be as weak as If your micro:bit is sending with a strength of
|
![]() |
Make the radio packet embed the board serial number with each packet of data.
|
![]() |
Change the transmission and reception band of the radio to the given channel. Default is 7.
|
![]() |
Sends an event over radio to be raised in the event bus of other micro:bit.
This is an advanced API.
|