Tag Archives: Microbit

Connect DS18B20 temperature sensor to micro:bit

UPDATE March 2021: Bill Siever’s Make Code extension has been updated to support both V1 and V2 of the micro:bit and is now an approved extension. Just search for ‘dstemp’ in the extension search (or use the new URL: https://github.com/bsiever/microbit-dstemp). … Continue reading

Posted in computers, microbit | Tagged , | 45 Comments

KettleRun3

Back in 2016, I made KettleRun, a micro:bit game where you had to navigate your space ship through a canyon in order to be rewarded with a nice, hot cup of tea. Now I’ve made a version for the Pimoroni … Continue reading

Posted in microbit | Tagged , , , | Leave a comment

Surreal random micro:bit story printer

This is a slight twist on my original Little Box of Poems I originally made back in 2012. It mashes that up with Papert-inspired random poetry to create surreal haiku-like poems or story starters. This project uses a BBC micro:bit … Continue reading

Posted in microbit | Tagged , , | 3 Comments

Add a 16×2 LCD display to a micro:bit

I had one of these cheap 16 x 2 LCD display modules hanging around that I bought to go with some Arduino or Raspberry Pi project that I never finished – in fact I couldn’t get the thing to work … Continue reading

Posted in microbit | Tagged , , | 9 Comments

micro:bit binary quiz

Here’s a simple micro:bit project to help you practice converting between binary and decimal (denary / base 10) numbers up to 31. Binary place values 16 8 4 2 1 1 0 1 0 1 In this example, 10101 in … Continue reading

Posted in computers, microbit | Tagged , | Leave a comment