-
Recent articles
Recent Comments
Calendar
December 2024 M T W T F S S « May 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 Tag cloud
6502 Apple Arduino BBC BBCMicrobit books breadboardcomputer coding computing education fiction Flotilla Fridge Gizmo FridgeGizmo ICT iphone kindle LCD lenovo Linux London MakeyMakey maths Microbit MicroPython music OLED osx Pimoroni PiRadio poetry printer Python radio Raspberry Pi RaspberryPi raspbian reading recently read scratch SenseHAT teaching twitter weather writing
Category Archives: microbit
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
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
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
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
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