Author Archives: blogmywiki

Learn how a keypad matrix works with a micro:bit

Use a micro:bit, some buttons, and wires to learn how a keyboard matrix works Back in 2018 I had a go at making a simple pocket calculator using some micro:bits, and one thing that’s been bugging me ever since was … Continue reading

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

An improved micro:bit CPU

In a previous project I made a simulation of a very simple microprocessor using a BBC micro:bit. It’s coded in MakeCode blocks and, although it only has 4 instructions in its very reduced instruction set, it behaves in many ways … Continue reading

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

Make your own processor with a micro:bit

Last week I made a binary adding machine out of 3 micro:bits to learn a bit about how computers work deep inside. This week I’ve been inspired by Ben Eater’s 8-bit computer project. I highly recommend his videos if you … Continue reading

Posted in computers, hardware, microbit | Tagged , , | 6 Comments

micro:bit binary adding machine

I’m going to how to show you to turn two or more micro:bits in to a binary adding machine, using the same code on every micro:bit. The ability to add two numbers together is a fundamental building block of any … Continue reading

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

Radio clock

BFH (Broadcasting From Home) is quite the thing these days, so I thought I’d make a web version of the clocks used in radio studios. These spell out the time in easy-to-read words, and remove the brain-gymnastics required to turn … Continue reading

Posted in radio | Tagged , , | Leave a comment