Category Archives: computers

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

Teaching logic gates with physical computing

I found teaching logic gates one of the trickier parts of the secondary Computer Science curriculum: they’re abstract, dry… not much fun. Year 9 in a girls’ school. Tough crowd. To counter this, I tried to make them a bit … Continue reading

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

micro:bit music experiments

I’ve made a few simple projects to turn a BBC micro:bit into (sort of) musical instruments. First, I made a simple arpeggiator. The micro:bit is, of course, only capable of playing 1 note at a time, but take 3 notes … Continue reading

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

Nim and the Sinclair Cambridge Programmable calculator

The game of Nim comes in many forms, but the idea is same: players take turns to remove objects from a pile and the player left taking the last object loses. Or wins. You can play it so you win … Continue reading

Posted in computers, nostalgia | Tagged , , , | 3 Comments