MicroPython getting started for the Lego Boost robot.
- Go to https://code.pybricks.com/
- Press cogwheel -> Install Pybricks -> Follow guide, selecting the "BOOST Move Hub"
uv venv
source .venv/bin/activate Ensure that the Boost is turned on (pressing the button)
pybricksdev run ble blink.pyIf pybricksdev is not found,
run uv add pybricksdev and try again.
Just press that button!
Hold that button!