Ken at The Maker’s Box has written a nice piece about resources that might help you to understand and learn programming skills. Take a look here
Category: Programming
Integrating twitter to the #RaspberryPi
Devon, at esologic.com, has written an excellent guide to using Python libraries to send tweets containing sensor readings from his Raspberry Pi. Read more here
Command line audio from the #RaspberryPi
Matt, over at Raspberry Pi Spy, has been experimenting with different ways of getting audio out of the Pi and through the 3.5mm jack. He explains what to install to play MP3s or WAVs. Read his blog here
Digital Radio Astronomy with your #RaspberryPi
Just a quickie: Robert Arrowsmith has been experimenting with using his Pi and an SDR dongle to do some radio astronomy. Read more here
PocketMine for #RaspberryPi
Pre-compiled binaries for PocketMine are available for the Raspberry Pi. PocketMine is essentially a Minecraft Pocket Edition server. Just like Minecraft, it has an API you can use. More information on PocketMine. Here are the instructions from the Minecraft forum:…
Use Google Calendar and the #RaspberryPi as an alarm clock
Devon, at esologic.com, has created an alarm clock by using the Google Calendar API to schedule playing an MP3. Read more here or view the video below
#RaspberryPi bus announcer via Sonos
Gerardo Capiel has written some code that has the Raspberry Pi make an announcement when the San Francisco Muni bus is coming. Read more and look at the code here
Integrating the Apple II and the #RaspberryPi
Foundation forum member ‘resman’ (aka Dave Schmenk) has been integrating his two favourite computers – the Apple II and the Raspberry Pi. Here’s Part 1… and part 2…
Build a satellite receiving station with a #RaspberryPi
Timothy Stranex has written a blog post about creating a satellite receiver with a Raspberry Pi and a USB radio receiver. Read more here
Learn Python and PyGame on the #RaspberryPi
David Briddock continues his excellent long-running series on learning Python by introducing PyGame in a broad overview.