Tag Archives: Python

Microbit wireless data logger with printout

This project uses 2 microbits – one attached to a thermal till-roll printer as before. This time there’s a second microbit which can be battery-powered and put on a car, parachute, dog, whatever takes your fancy. Every 10 seconds it … Continue reading

Posted in microbit | Tagged , , | 2 Comments

Pongo: wireless microbit Python pong

UPDATE: this project’s code is now on Github. I love the wireless capabilities of Python on the BBC microbit and I’ve been using it with some success in my Year 8 classes. I thought I’d have a go at writing … Continue reading

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

Simple Microbit wireless data class activities

I’ve been very impressed with the radio module in microbit Python. As an extension to a year 8 microbit lesson I got two of my pupils to test out the awesome firefly project. There was a very magical look of … Continue reading

Posted in education, ICT | Tagged , | Leave a comment

Simple radio data communication using BBC micro:bits

The excellent Python Mu editor makes it a doddle to get micro:bits talking to each other wirelessly – check out the awesome firefly project on this page. I thought I’d have a go myself, and in no time at all … Continue reading

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

micro:bit Morse code transmitter

Here’s a pretty simple, and I think fun, way to introduce some quite sophisticated computing concepts with a few lines of Python, 2 BBC micro:bits and a crocodile clip lead or two (as you’d find in a Makey Makey box). … Continue reading

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