-
Recent articles
Recent Comments
Calendar
February 2025 M T W T F S S « Jan 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 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
Tag Archives: RaspberryPi
RaspberryPi dice project
Here’s a simple dice (ok, die) project for the Raspberry Pi SenseHAT – it senses a shake by measuring the G-force on the accelerometer. If the G-force goes above 1.4, it generates a random number between 1 and 6 and … Continue reading
Raspberry Pi traffic light project, part 2
In the first part of this project, we made some traffic lights out of LEDs attached to a Raspberry Pi computer, and we wrote code to make them light in sequence using the Python programming language. This was made really … Continue reading
First physical computing project with Python on Raspberry Pi
I’m really excited about a Python library called GPIO Zero. This makes it very easy to use the Raspberry Pi’s GPIO pins to do some physical computing in the Python programming language. The GPIO pins are how you connect your … Continue reading
Keeping physical computing simple
I love Scratch. I think it’s actually under-rated as a way of teaching computing, even in secondary schools (KS3). I remember a long time ago someone on the BBC ‘Computer Programme’ defending BASIC with the words ‘it’s a bad workman … Continue reading