Steve Swindley has created a household energy monitor from a Raspberry Pi, a Current Cost ENVI and an LED Borg from PiBorg. It’s all controlled with Python. Read more about how he did it 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 a newish version of Raspbian – one with the Hard Float stuff enabled.
- Grab the stable or development release of PocketMine-MP from http://www.pocketmine.net/
- Place the download in a folder. Run the Linux installer with the -u parameter to make sure PHP doesn’t get compiled.
- Download the latest PHP_5.x.x_Raspbian_hard.tar from Sourceforge.
- Extract the file into the folder where PocketMine-MP is located. The bin/ folder should be where PocketMine-MP.php is.
- At the command line, do: chmod 0755 bin/php
- Run ./start.sh in that folder and the server should start
Pibow-inspired case for the #RaspberryPi camera
Andy Tebay has created the DXF files for a very cute case for the Raspberry Pi camera. Read more and download the design from Thingiverse.
Connecting an Arduino to #RaspberryPi
On his blog, Conor O’Neill discusses the options available to you if you want to connect an Arduino to a Raspberry Pi. He also gives a detailed tutorial on how to do the most complicated option. Read the blog here
Google’s Global IT Challenge awards £500,000 to #RaspberryPi Rhino project
The “people’s choice” award of the Global IT Challenge, which aims to award innovative uses of technology that “tackle some of the world’s biggest challenges”, has been awarded to the Zoological Society of London. The £500,000 prize will go a long way to funding the project which aims to curb the illegal poaching of rhinos in Kenya.
The project will deploy a series of ‘camera traps’ in the Tsavo National Park to capture images of poachers and listen out for gunshots. The traps will transmit their findings to park rangers who will be able to respond quickly.
The camera traps are powered by Raspberry Pis.
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