top of page
Critical Thinking Blue.png

MicroBit

Bluetooth Control App

Open Directly  >

Scan to Open  >

Microbit control app.png

Gesture / Posture Control App

Open Directly  >

Scan to Open  >

Gesture control app.png

Teachable Machine (For Gesture Control)

Open Directly  >

Note: The class name in the teachable machine should match the receivedString data in the Micro:bit code.

Face Recognition App

Open Directly  >

Face Control App.png

Scan to Open  >

Note: For each facial movements, unique data is sent to the Micro:bit. To know the value, look at the log messages in the app. Code the Micro:bit to align with this data.

Micro:Bit (SAMPLE CODE)

If it does not work:

  • Be sure you have bluetooth and GPS on Android turned on

  • Be sure you have script on your Micro:Bit that runs bluetooth UART service and the MakeCode project connection settings are set to : No Pairing Required: Anyone can connect via Bluetooth.

Common Apps

Bluetooth Control App (HM-10 / ESP32 / Pico W / HC-05)

Open Directly  >

Scan to Open  >

ElectroBotics-Bluetooth.png

Color picker App

Open Directly  >

Untitled QR code.png

Scan to Open  >

Note: Ensure your Micro:bit / Arduino code matches the received RGB values.

bottom of page