Skip to content

microbit-foundation/pxt-microbit-ml

Repository files navigation

Microsoft MakeCode extension for use with micro:bit CreateAI

This extension is leveraged by micro:bit CreateAI which creates suitable blocks based on the machine learning model you build in the app. It is not useful separate from micro:bit CreateAI.

Building locally

Ensure you have the required toolchain to build for V1 and V2 (arm-none-eabi-gcc, python, yotta, cmake, ninja, srec_cat) or docker.

git clone https://github.com/microbit-foundation/pxt-microbit-ml
cd pxt-microbit-ml
npm install pxt --no-save
npx pxt target microbit --no-save
npx pxt install
PXT_FORCE_LOCAL=1 PXT_NODOCKER=1 npx pxt

For the V1 build Yotta can hit the GitHub rate limits quite easily if the project is built from a clean state more than once. A V2-only build can be performed with the PXT_COMPILE_SWITCHES=csv---mbcodal environmental variable.

PXT_FORCE_LOCAL=1 PXT_NODOCKER=1 PXT_COMPILE_SWITCHES=csv---mbcodal npx pxt

Build flags

Model predictions per second

By default the model will run every 250 ms, to change this value the ML_INFERENCE_PERIOD_MS config can be modified.

{
  "yotta": {
    "config": {
      "ML_INFERENCE_PERIOD_MS": 250
    }
  }
}

Debug messages

To enable debug print from this extension, add the following into your pxt.json file:

{
  "yotta": {
    "config": {
      "ML_DEBUG_PRINT": 1
    }
  }
}

Simulator extension

The simx/ directory contains a simulator extension (simx) that MakeCode shows in an iframe alongside the micro:bit simulator when a project uses this extension.

How it's deployed

The build-simx workflow builds simx/ and commits the output to the gh-pages branch. That branch is the deployment artifact: the MakeCode backend clones it directly (it does not use the GitHub Pages site) and serves the files from its own origin, e.g. https://trg-microbit.userpxt.io/simx/microbit-foundation/pxt-microbit-ml/-/index.html.

The commit it serves is pinned by a sha in pxt-microbit's targetconfig.json, under packages.approvedRepoLib["microbit-foundation/pxt-microbit-ml"].simx. Later pushes to gh-pages have no effect on users until the pin is updated, so the branch history must keep the pinned commit reachable (no force-pushes).

To release an update:

  1. Land the change on main, then manually run the "Build Simulator Extension" workflow against main (workflow_dispatch). Only dispatch runs publish: the workflow's tag-push runs skip the publish step, which is gated on main.
  2. Note the new commit sha on gh-pages.
  3. PR pxt-microbit updating simx.sha to that commit. It may need to target the live release branch as well as master.
  4. Once merged there's no MakeCode release to wait for, but allow for caching: the config is CDN-cached and editors cache it locally for up to a day.

Local development

Run npm run dev in simx/ (Vite serves on port 5173, matching the devUrl in targetconfig.json), then open a locally served MakeCode editor with ?simxdev appended to the URL. The iframe then loads from the dev server instead of the deployed build.

Translations

We manage translations via Crowdin.

Incorporting changes from Crowdin

Use update-translations.sh.

Build and download the Crowdin zip and unzip it to a temporary location. Note the zip itself doesn't contain a top-level directory, so on Mac/Linux use e.g. unzip -d ~/tmp/trans microbit-org.zip. Run the script passing the directory containing the unzipped translations.

The script will update the extension UI and sim strings.

License

This software made available under the MIT open source license.

SPDX-License-Identifier: MIT

Code of Conduct

Trust, partnership, simplicity and passion are our core values we live and breathe in our daily work life and within our projects. Our open-source projects are no exception. We have an active community which spans the globe and we welcome and encourage participation and contributions to our projects by everyone. We work to foster a positive, open, inclusive and supportive environment and trust that our community respects the micro:bit code of conduct. Please see our code of conduct which outlines our expectations for all those that participate in our community and details on how to report any concerns and what would happen should breaches occur.

About

Microsoft MakeCode extension for use with micro:bit CreateAI

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages