-
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 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
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
Microbit class votes
Up to 25 pupils each has a micro:bit which they can use for voting YES or NO to any question. Pupils press button A to answer ‘no’ to a question, or button B to answer ‘yes’. They can shake their … Continue reading
Microbit treasure hunt
This is a much-simplified version of the MakeCode Hot/Cold game using Python. You hide beacons, players have to find them. You will need: – 2 or more micro:bits with battery packs – a computer with which to program them – … Continue reading
The Flu Game
Inspired by the totally awesome Hannah Fry’s BBC Four programme on pandemic flu and this also awesome micro:bit project, I present: The Flu Game. You will need: more than 2 micro:bits with battery packs a way of flashing Python code … Continue reading