A central place for projects, ideas, learnings, code snippets, and experiments with Micro:bit and Maqueen. Unless stated otherwise, all projects are developed within the Micro:bit Python editor.
➡️ Check out the project source.
➡️ Check out the project source.
➡️ Check out the project source.
- https://makecode.microbit.org/#editor
- In the background: transpiled to JavaScript
- Switch between block language, JS, and Python
- To use with Maqueen: Settings -> Extensions ->
DFRobot_MaqueenPlus_v20
- Import / export:
.hex
files, which can also be flashed to Micro:bit - Login with Microsoft to save projects
- https://python.microbit.org/v/3/reference/sound
- No cloud save functionality (?)
- Drag & drop API reference
https://gbsl-informatik.github.io/maqueen-plus-v2-mpy/docs/
There is a limit to how large a Micro:bit program can be. Once a program exceeds tha limit, the Python editor will fail
when trying to download the .hex
file. This was for example the case in the maqueen-rc-car
project, where I ended up
having to remove parts of the maqueen
library to reduce the code size.