Micro:Bit Basics

Hardware
Electronics
Published

March 14, 2020

Modified

April 16, 2022

Usage

Program your micro:bit…

  • …online in…
  • MakeCode App for mobile devices (including Android)
  • …any text editor supporting Python
    • Mu is generally recommended
    • …Arduino IDE supports micro:bit as well

Connect your micro:bit…

  • …to a computer via micro USB cable
  • …to a mobile devices via Bluetooth

Micro:bit’s flash memory…

  • …drag & drop …to USB device
    • …connect to USB socket (device called MICROBIT)
    • …copy the .hex file
    • …micro:bit resets to load the software
    • .hex file won’t be visible on the device
  • …direct flashing …browser that supports webUSB (Chrome)

References

Learn…

Documentation…