Try it with Gravity?
One Micro:bit Connected via USB and one on Battery Pack
Sender Microbit:
Start
show "Gravity Sender"
set radio group to #
Forever
radio send number acceleration strength
//strength combines x, y and z dimensions into one valueReceiver Micro:bit
Start
Gravity Receiver
set radio group to #
on radio received number
serial write value "gravity" = receivedNumber



So CAREFULLY toss and catch your micro:bit and the analyze the data

Last updated