Transfer problems?
Transfer not working? See some troubleshooting tips.
While you’re writing and testing your programs, you’ll mostly be running them in the simulator, but once you’ve finished your program you can compile it and run it on your micro:bit.
The basic steps are:
.hex
file.hex
file from your computer onto the micro:bit driveYou need the following things to transfer and run a script on your micro:bit:
First, connect the micro:bit:
Connect the small end of the USB cable to the micro USB port on your micro:bit.
Connect the other end of the USB cable to a USB port on your computer.
Your computer should recognise your micro:bit as a new drive. On computers
running Windows, MICROBIT
appears as a drive under Devices and drives. On a Mac
it appears as a new drive under Devices.
A dialogue box will appear, asking whether you would like to open or save your
hex file. Select Save file and click OK and the file will then appear in
your downloads in the top right of your browser. Right click on the file and
click on Show in Finder and the file will appear in your downloads folder.
Select the file and drag and drop it onto your MICROBIT
drive.
.hex
file, drag and drop it
onto your MICROBIT
driveBy copying the script onto the MICROBIT
drive, you have programmed it into the
flash memory on the micro:bit, which means even after you unplug the micro:bit,
your program will still run if the micro:bit is powered by battery.