Micro:bit Teachable Machine Controller

This is a simple WASD controller that sends the prediction of a Teachable Machine model to a microbit via serial communication.

The model should output the following classes:

Step 1: Enter Model URL

Enter the URL of your Teachable Machine model.
Example: https://teachablemachine.withgoogle.com/models/x7UPTyTeq/

Step 2: Connect to Micro:bit

Step 3: Start Model Prediction

Press Start

50 Adjust the forward speed of the Micro:bit.
55 Adjust the turn speed of the Micro:bit.
10 Adjust the sensitivity to control how many consecutive detections are needed before sending a message.

Serial Communication Log