Skip to main content

How to install and connect the micro:bit to ubbu

Learn how to install and connect the micro:bit to ubbu to bring your code to life.

Sara Batista avatar
Written by Sara Batista
Updated over 3 months ago

What is the micro:bit?

The BBC micro:bit is a small programmable computer that makes learning programming fun, practical, and interactive.

With ubbu, you can connect your micro:bit and see your code come to life. You can create games, sensors, and projects that combine the digital and physical worlds.


What you will need?

  • A BBC micro:bit

  • A USB cable

  • A computer or tablet with Bluetooth

  • A modern web browser (Google Chrome, Edge, etc.)


First steps

  1. Update the micro:bit firmware
    Before you start, make sure your micro:bit has the latest firmware.
    Follow this official guide:
    🔗 microbit.org/get-started/user-guide/firmware

  2. Install the ubbu firmware
    The micro:bit uses a special .hex file to communicate directly with the ubbu programming environment (ubbox).

  1. Connect your micro:bit to your computer via USB.

  2. Download the file below and drag it to the micro:bit drive (which appears as a USB stick).
    🔽 Download microbit-ubbu-bluetooth.hex

  3. Wait a few seconds – the micro:bit LEDs should display “UBBU,” confirming the process was successful.


Connect the micro:bit to ubbu

Once the firmware is installed, you can pair your micro:bit with the ubbu programming environment.

  1. Open ubbox (ubbu programming environment).

  2. Click Connect micro:bit.

  3. Your browser will show a list of available Bluetooth devices.

  4. Select your micro:bit from the list.

  5. Once connected, you will see a ✅ on the micro:bit, and you are ready to start.


Can’t connect your micro:bit?

If your micro:bit does not appear in the Bluetooth device list:

  1. Restart your browser or computer.

  2. Check that the micro:bit is powered (via USB or batteries).

  3. Ensure only one computer is connected to the micro:bit at a time.


Now it’s your turn to create!

With micro:bit integration, your code is no longer just on the screen — you can see, touch, and experience your creations. Let your creativity guide you: combine programming with imagination to bring unique and fun projects to life.

Did this answer your question?