Watch this video to see how the radio hardware works on the Arcade:
on Received Number
Run part of a program when the Arcade receives a
number over radio
.
radio.onReceivedNumber(function (receivedNumber) {})
Parameters
- receivedNumber: The number that was sent in this packet or
0
if this packet did not contain a number. See send number and send value
Troubleshooting
The ||radio:onReceivedNumber||
event can only be created once, due to the hardware restrictions.
The radio set group might need to be set, synchronized, before the radio events will function.
See also
Bit Radio on received string, received packet, send number, send string, send value, set group
radio