Matthew Timmons-Brown (who presented the brilliant keynote at the last CamJam and runs his own YouTube channel) has written an excellent tutorial on using tiny OLED displays with the Raspberry Pi.
Use the #RaspberryPi as a syslog server
Muhammad Furqan has written an in-depth piece on intenseschool.com about using the Pi to record syslog messages sent from multiple network devices.
Use the PiGlow on the #RaspberryPi with RISCOS
Leo White has been working on getting the Pimoroni PiGlow working with RISCOS. He’s managed it and has posted the BASIC code up so that everyone can do it! This opens up a whole world of opportunity for RISCOS on the Pi as up til now it’s been difficult, possibly even impossible, to get expansion boards working.
ePaper weather station with #RaspberryPi and #Arduino derivative
Jeremy Blum has hacked an open source BADGEr which is an e-paper conference badge into a weather station using a Pi. The BADGEr is an e-paper display mounted on a shield with an ATMEGA328 onboard. He wrote some new firmware for the BADGEr and communicates with it over serial to display weather information grabbed from internet APIs using the Pi. It really is a lovely little project 🙂
More information about the BADGEr card can be found here and complete instructions and source code for you to make your own is available on Jeremy’s blog.
You can buy a BADGEr for $50 + P&P from Seeed (thanks to Björn Söderqvist for finding this!). You could also do something similar with this cheap e-paper display from Embedded Artists.
Geocaching with the #RaspberryPi – the Cacheberry
@smstext has been building a Geocaching project with his Raspberry Pi. It’s still a work in progress at the moment but you can read about what he’s done here.
LED light sunrise clock with a #RaspberryPi
Hacker Ed Dawson has used an addressable strip of LED lights and some circuitry to create a sunrise clock. He’s done a complete write-up on reproducing his project. This is especially impressive because until the creation of some Python drivers for the strip, this kind of thing could only be done on an Arduino.