Skip to main content

Microbit

Block Name
BlockDescription
Connect Microcontroller
Start

Connects to the last connected Microbit device in play mode.

  • Device: Select the Microbit device to connect to.
Disconnect Microcontroller
Start

Disconnect from the currently connected Microbit device.

  • Device: Select the Microbit device to disconnect from.
Is Connected
Controller Press

Indicates whether a Microbit device is currently connected.

  • Device: Select the Microbit device to check.
Send Data

Sends data to the connected Microbit device in text form.

  • Device: Select the Microbit device to send data to.
  • Text: Text value to be sent to the connected Microbit device.
On Received Data

Perform the behaviour when data is received from a connected Microbit device.

  • Device: Select the Microbit device to receive data from.
  • Target: Object or scene to get the data from the connected Microbit device.
  • Variable: The specified Text variable to set the value.