Tag Archives: Microbit

Read a PS/2 keyboard on a BBC micro:bit

What you’ll learn That computer keyboards aren’t just switches – they need power to make them work They comprise a matrix of buttons connected in rows and columns Computers don’t read your keypresses directly – the keyboard contains a circuit … Continue reading

Posted in Uncategorized | Tagged , , , , | 5 Comments

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

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

Posted in microbit | Tagged , , | Leave a comment

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

Posted in computers, 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