-
Recent articles
Recent Comments
Calendar
Tag cloud
6502 Apple Arduino BBC BBCMicrobit books breadboardcomputer coding computing Doctor Who education fiction Flotilla FridgeGizmo Fridge Gizmo ICT iphone kindle LCD lenovo Linux London MakeyMakey maths Microbit music OLED osx Pimoroni PiRadio poetry printer Python radio Raspberry Pi RaspberryPi raspbian reading recently read scratch SenseHAT teaching twitter weather writing
Category Archives: computers
Mastermind game for micro:bit
Following my calculator and communicator projects, I decided to recreate the classing 70s game Mastermind on the micro:bit. Mastermind was based on an older game, possibly called Bulls and Cows or Moo! There have been various computer versions of it … Continue reading
micro:bit wireless keypad communicator
Learn how computers scan keyboards and make your own wireless texting machine! Building on my micro:bit calculator project, which uses a 4×4 membrane keypad attached to a breakout board, I made a simple device so you can send and receive … Continue reading
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