Resources — microbit

Kitronik micro:bit Traffic Light Tutorials

BBC Coding kitronik LEDs micro:bit micro:bit accessories microbit traffic light

Kitronik micro:bit Traffic Light Tutorials

Our friends at Kitronik have made three great tutorials on programming the Kitronik STOP:bit Traffic Light, with your BBC micro:bit. These tutorials are designed for students that are comfortable with drag and drop coding, using MakeCode in the browser.

Read more →


Makecode Coding Tutorials for the 4tronix Bit:Bot Robot

bitbot microbit robotics tutorials

Makecode Coding Tutorials for the 4tronix Bit:Bot Robot

These Bitbot makecode tutorials will take you through understanding and implementing the RGB LEDs and buzzer, obstacle avoidance with the ultrasonic sensor, following a light source, line-following, and variable-speed radio control by reading pitch and roll from another micro:bit.

Read more →


Uploading micro:bit .hex files to makecode.microbit.org

coding hex file makecode microbit microbit tips microsoft program programming pxt upload

Uploading micro:bit .hex files to makecode.microbit.org

The editor itself does not have an upload option, but if you go to the bottom of the  makecode page at https://makecode.microbit.org you'll find an Import button that will let you upload these .hex files from your computer or a URL

Read more →


Revive old laptops and PCs - program electronics projects with Raspbian OS

Adafruit arduino BBC micro:bit BBC microbit coding makecode microbit MicroPython mu editor old laptop raspberry pi Raspbian scratch

Revive old laptops and PCs - program electronics projects with Raspbian OS

The Raspbian operating system, originally designed for the small Raspberry Pi computer, now has a version for laptops and PCs. Raspbian runs nicely on computers that are no longer deemed powerful enough to run the latest Windows or MacOS versions. Raspbian is great if you're setting up a kids' makerspace or school Code...

Read more →


Connecting I2C Devices to the BBC micro:bit

APDS-9960 BBC micro:bit DFRobot I2C micro:bit microbit MicroPython Python Sensors

Connecting I2C Devices to the BBC micro:bit

The BBC micro:bit supports the I²C bus protocol, for communicating with other devices, like sensors. In this post, I've used MicroPython to demonstrate, but the principles can easily be translated to lower and higher level languages.

Read more →