Mark Dootson has blogged about using Postfix as a solution for emailing from the Raspberry Pi. Read more here
Category: Programming
WebIOPi for the #RaspberryPi updated to 0.6
Eric, over at trouch.com, has released a new version of his Python libraries for the Pi. These give an Arduino-like feel to your Python code and provide a clarity that I’ve not seen in many similar projects. There are quite…
Another Conway’s Game of Life – this time with PyGame
Coronax has blogged about his ‘beginners’ experiment with Python and the PyGame library. He’s managed to get a working example of Conway’s Game of Life running on his Raspberry Pi. Read more here
System info script in Python for the #RaspberryPi
It has been pointed out to me that CAGE has mostly taken their script from Jeremy Blythe’s work here. A quickie from CAGE Web Design – a Python script to print out some basic system info for the Raspberry Pi. Read…
PiUi: framework for a simple mobile phone UI to your #RaspberryPi
David Singleton’s been hard at work on creating a Python framework for Raspberry Pi mobile phone user interfaces. Read more here
Fancy Game of Life for Minecraft #RaspberryPi
Jason Mildrum has blogged about a better version of Conway’s Game of Life for Minecraft. Read more about it and get the code
Siri-like voice chat with #RaspberryPi / @Raspberry_Pi
Martin, at harizanov.com has been experimenting with voice recognition on the Raspberry Pi and parsing input intelligently using a variety of software including arecord, ffmpeg, Google Voice and WolframAlpha. He has included detailed instructions on how to get this working. So…
#RaspberryPi parking camera with distance sensor / @Raspberry_Pi
Jeremy Blythe has been busy building a parking sensor/camera with distance warning out of a Raspberry Pi, Sharp distance sensor, 2.2″ LCD screen and a Microsoft Lifecam Cinema camera. He has blogged about it and included all the code necessary…
Simple XBee communications between a #RaspberryPi and an #Arduino / @Raspberry_Pi
Jeff Skinner has written an excellent article, with code examples, on creating a simple network connection between a Raspberry Pi and an Arduino using XBee devices. So, if you ever wondered what the heck these XBee thingies are, go over…
#RaspberryPi – Pi4J version 0.0.5 released
Robert Savage has been hard at work with his Java library for the Raspberry Pi. Read about the latest release here