Mark Dootson has been doing some preliminary work on creating a set of Perl modules to use on the Raspberry Pi. Read more about it here.
Category: Programming
A #RaspberryPi car radio
Daniele Nicassio has been busy building a radio for his car from a Raspberry Pi, an LCD display and a set of USB speakers. He’s written a bare-bones tutorial with code examples. Read more here.
13-year old Amy Mather & her Game of Life on the #RaspberryPi
Amy gave a presentation at the Manchester Raspberry Jamboree on the 9th March about how she programmed Conway’s Game of Life on a Raspberry Pi. Here’s the recording: It was generally considered to be highlight of the Jamboree and I…
Open Source Universal Remote from a #RaspberryPi
Alex Bain is starting a new series on creating a universal remote using a Raspberry Pi and an IR transmitter. Read more here
#RaspberryPi Model Railway Controller / @Raspberry_Pi
Peter Wallen has interfaced a Raspberry Pi to a model railway using a DCC controller and hall-effect switches to provide position feedback from the track. Raspberry Pi Model Railway Controller – YouTube.
Save our horses! Abattoir! A topical Scratch game on the #RaspberryPi
Martin O’Hanlon has created a tasteless, yet topical and very funny game about butchery and saving the common horse Abattoir! A topical Scratch game
Speech Recognition with the #RaspberryPi
Someone has written a step-by-step guide to getting speech recognition working on the Raspberry Pi. It’s just a barebones tutorial but it does give you enough to get going if this is the kind of thing you want to do.…
Codecademy starts a PHP course – great news for #RaspberryPi owners
Training website Codecademy have just started a new course series, this time covering PHP. PHP is very popular on the Raspberry Pi as the software on which it runs is easy-to-install and not horrible in terms of resources. View the…
#RaspberryPi programming with Python for beginners – new series
Jeremy Morgan is starting a new series on his blog to help Raspberry Pi owners start to program with Python.
How to write a Pacman-style game for the #RaspberryPi
Jason Birch has blogged about using class-based Python scripting to create a game very similar to Pacman on the Raspberry Pi.