Hacker (and fellow amateur thesp) Michael duPont attended a hackathon at Universal Studios in March and helped to create a system whereby guests to the theme park could bypass ride queues by visiting certain checkpoints in a park area, thus completing ‘challenges’. This was accomplished using iBeacons. He has written an Instructable which takes you through the process of setting up a Pi as an iBeacon and then acting as the ‘gateway’ device for the system. Read it here. See a demo of the hackathon device below.
I’ll just leave this Raspberry Pi cake here…
All kinds of awesomeness going on here.
Raspberry Pi controlled chicken door
Eric Escobar has created a door for his chicken coop which automatically locks and unlocks depending on how he programs it. You can read slightly more over at Hackaday or watch the video of it in action above. He’s posted further details up on Github.
Weatherproof timelapse with a Raspberry Pi
Madis Vorklaev has taken a Raspberry Pi and a DSLR camera and fused them together to create a timelapse camera. The set-up has a 3G USB modem installed that allows him to remotely access the images. Read more here.
Guitar powered by a Raspberry Pi and Arduino plays network logs
Ben Reardon saw a robot playing a classical guitar in 1988 at a World Expo in Brisbane, Australia. It stuck in his mind and he has now done his own version using a Raspberry Pi, an Arduino and some servos to pluck the strings. It’s obviously much more complicated than that, and he explains the challenges in his blog which has photos of some of the build process and lots more of the finished product. There are several videos (one of which you can see below) of it in action. The intriguing part of the project is that he has programmed it to take in the logs from his firewall and convert it into music. Read more here.
Use WordPress to host your own website on the Raspberry Pi
Instructables user dbrad5683 has written a tutorial that shows you how to install PHP, Apache, MySQL and WordPress so that you can host your own website on the Pi. It’s pretty straightforward. I wouldn’t personally use Apache or MySQL as they’re a bit heavy for the Pi, but I guess on a Pi 2 it would be okay. For older Pis, something lighter like lighttpd and SQLlite might be better. Read the Instructable here.