Skip to content

Latest commit

 

History

History

firmware

Precompiled MicroPython firmware for the BBC micro:bit

https://github.com/bbcmicrobit/micropython

microbit-micropython-v1.7.9-gbe020eb.hex

microbit-micropython-v1.9.2-34-gd64154c73.hex

Installation

  • This will overwrite your scripts, so be sure to backup any existing code you wish to keep.
  • Connect the micro:bit to your computer via USB and you should see a MICROBIT drive appear.
  • Copy the v1.7.9 or v1.9.2 precompiled firmware .hex file to the MICROBIT drive and wait for board to reboot.
  • Use ufs to copy the tm1637.py script to the flash.
  • Open the /examples folders and use ufs to copy one of the main.py scripts to the flash.
  • Reboot the micro:bit to run main.py.
  • Edit main.py and ufs put your changes and reboot.
$ ufs put tm1637.py
$ ufs put examples/counter/main.py