Author Archives: blogmywiki

Collect and graph micro:bit data on a Raspberry Pi

Using a BBC micro:bit, an old Raspberry Pi and a surprisingly small amount of code, you can log sensor data in a simple CSV (comma separated values) text file and plot it on an interactive graph you can access from … Continue reading

Posted in microbit, Raspberry Pi | Tagged , , , , | Leave a comment

Classic 68k Mac watch face

Back in November 2021, I got a BangleJS2 hackable smart watch, having backed it on Kickstarter. It’s no Apple Watch, for sure, but it’s much cheaper and you can write your own apps for it really rather easily, in JavaScript. … Continue reading

Posted in computers | Tagged , , , | Leave a comment

A tiny screen for a Raspberry Pi

I have a few old Raspberry Pis lying around, including a Model B Rev 1 running Raspberry Pi OS Buster lite. I use it to serve up my simple MUD game. It has no wi-fi so it’s connected by ethernet … Continue reading

Posted in computers, Raspberry Pi, Raspbian | Tagged , , , | Leave a comment

Streaming internet radio on FM

Years ago I remember thinking how amazing it was that the Raspberry Pi could be turned into an FM radio transmitter with nothing more than a short piece of wire and some code. Back then you could only transmit audio … Continue reading

Posted in computers, hardware, radio, Raspberry Pi | Tagged , , | Leave a comment

Emojify your Python

I’ve been thinking of ways of sharing Python programs on Twitter and I’ve come up with something a bit crazy, but which might have other uses. The micro:bit Python emojifier encodes and condenses Python programs using emojis. It also decodes … Continue reading

Posted in computers, microbit | Tagged , , , | Leave a comment