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:
- forward
- backward
- left
- right
- stop
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
Serial Communication Log