Tag Archives: BBCMicrobit

How the micro:bit helps you understand fundamentals of computing

I’ve made a few projects recently using 4 x 4 membrane keypads with the BBC micro:bit. I made a calculator, then a wireless communicator and most recently I recreated the 1970s game Mastermind. I thought it might be interesting to … Continue reading

Posted in microbit | Tagged , | Leave a comment

micro:bit calculator with external keypad

I learned a lot about how matrix keyboards work in a recent micro:bit project where I made my own out of some buttons and wire. It’s much simpler, though, to use a ready made one and these 4×4 membrane keyboards … Continue reading

Posted in computers, microbit | Tagged , | 2 Comments

Playing Arduboy games on a micro:bit

There are lots of little machines and platforms for making and playing your own games now; various colour LCD MakeCode Arcade machines, the Arduino-based Arduboy which uses a tiny but crisp black and white OLED display as well as the … Continue reading

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

Simple Python game with micro:bit OLED display

I’ve managed to get a simple game working on my micro:bit OLED display, and I ditched the breadboard at the same time, meaning that it should be possible to build this into a small case. I may even add some … Continue reading

Posted in computers, microbit | Tagged , , | 4 Comments

micro:bit OLED display

I love add-on displays for micro:bits, and after putting a cheap colour LCD through its paces, I’ve been experimenting with a tiny 128×64 pixel OLED screen. OLED displays are great because they are very sharp and have insanely high contrast … Continue reading

Posted in computers, microbit | Tagged , , , | 2 Comments