Uploading a Project (Optional)

How to upload a project?

To upload means to copy a program to the physical device.

To copy a program from the computer to the micro:bit, first we need to “translate” the program we made into a language that micro:bit understands. This process is known as compilation.

We compile the program from code to hex (the language that micro:bit understands). In MakeCode we just need to click on Download.

Download Program
Download Program

Next, we connect the micro:bit to the computer using a USB cable.

Connecting the USB
Connecting the USB
Make sure to connect the USB to the micro:bit itself, not the extension board (if you are using one).

You will see that a device called MICROBIT appears in your computer.

Windows
Windows
MacOS
MacOS

To upload the program, just copy the hex file you just downloaded into the MICROBIT device that appeared in your computer.

Your new program should be running now!

Previous
Next