Gadz-Geek Blog

The blog of a Gadz Geek.

16 Amazing Things You Can Do With a Raspberry PI

The Raspberry Pi is a 35$ nano-computer that can do a lot

1. a print server

Old printers can be refurbished into wireless printers using a Raspeberry PI. This makes it a very cheap solution.

2. a GPS Tracker

Stuart Johnson has created a GPS Tracker, combining a Raspberry PI with a GlobalSat BR-305 GPS Receiver which has a RS232 connection and a program written in Mono C#.

More details here https://logicethos.com/blog/raspberry-pi-run/ Raspberry Pi GlobalSat BR-305 GPS Pi232 RS232 GPIO Expansion board Mono Turbo Exchange, & Websocket Map I used a GlobalSat BR-305 GPS receiver, to capture GPS data, and a GSM dongle to upload the data to the Logic Ethos GPS tracking platform. Software is written in C# Mono.

3. a Geiger Counter:

Cooking Hack provides a tutorial to build a Radiation Sensor

Geiger counter (http://mightyohm.com/blog/products/geiger-counter/) connected to a Raspberry Pi (http://www.element14.com/community/groups/raspberry-pi) with count visualized using the Python PyGame library. (by Bonnie King)

A more advance project incorporates a GPS Tracker and Zigbee wireless less system.

4. Home Robotic:

a voice controled robot

I've managed to make the Raspberry Pi work as a speech recognition module to control a robotic arm with a USB interface. This is related to my previous video (http://youtu.be/32nIxJZvqtI), and as usual I've posted instructions on how to get it working on my website: http://www.aonsquared.co.uk/raspi_voice_control

Raspberry Pi Robot Test!

A test of my Raspberry Pi Robot running Debian Linux, LAMP server & Node.js (Now.js Mod) Being controlled via my computer using Wi-Fi, The only thing that is wired is the power supply. Write up now at http://teck-studios.co.uk/index.php?topic=9.msg12 Robot hacked from a BigTrak Jr. Music One Quarter By Fairlight.

Raspberry Pi robot using node.js and Socket.io

Demo of my first attempt to control GPIO pins on the Raspberry Pi from within the browser using websockets. Code: https://github.com/mirceageorgescu/raspi-tank

5. Home automation

Intelligent Home Heating System

Thermostat

MONIRUL PATHAN explains how he has built a home thermostat using 3 simple steps.

Remote control of GPIO with iPhone

6. a media center

How to turn your Raspberry Pi into an XBMC Media Center

7. a file server

This article explains how to turn a Raspberry PI into a File Server

LinuxToday article explains how to Build a file server with the Raspberry Pi in 20 steps.

8. a CCTV system

9. Home Brewing

As seen in Geek.com, an Homebrew enthusiast modifies Raspberry Pi to control beer fermentation In TechRepublic: Raspberry Pi and Beer: A match made in heaven

10. reviving a retro computer

retro Back in 1988, I was the happy owner of the faster personal computer at the time : an Acorn Archimedes , running RiscOS. In fact the ARM 11 processor, which is the core of the Raspberry PI has a long history. The Acorn Archimedes was the first computer equiped with a ARM based CPU. The instructions to install this 25 year old mythic Operating system on the RPI can be found here : RISCOC for Raspberry Computer.

I have a stack of old RISC OS machines including an Iyonix. I loved them. Best UI ever and still. But they don't have all the games and hardware of Windows or the internet ability of Linux. So it's been a while since I used one. When I heard a that RISC OS would run on the Pi, I had to try it for myself! Brilliant. Here's me trying it for the second time.

11. Vintage Video Games

Elite

12. a coffe machine

yes ! a coffee machine

13. Build your own 3D printer

Raspberry pi to 3D print with webinterface in node.js

Well wanting to have an autonomous way of printing my 3d objects. Did it with the cheap raspberry pi! This way you can have farms of printers and all control them with some clicks in your browser. I finally had some time to clean it up and post on github here: https://github.com/w-A-L-L-e/printerface

14. Weather Station

Connecting 2 temperature sensors, light sensor and a barometric pressure sensor on a Raspberry to build a weather station. on RasPi.tv

I've finally got my Weather Station with temp sensors, light sensors and a barometric pressure sensor onto a nice compact board which sits on top of the Raspberry Pi. Video goes with this blog article http://raspi.tv/2012/temperatures-light-levels-pressure-logging-lcd-pcb-bringing-it-all-together

Why not use the "Solar Battery Cells" propepsed by cottonpickers to make this weather station autonomous ?

15. a Near Space Craft

Raspberry Pi in the Sky

Launch of Raspberry Pi Into Near Space by weather balloon

Launch of my latest weather balloon flight, with 3 payloads: PIE1 - Live images sent down by a Raspberry Pi UAVA - Telemetry and GoPro HD, by Anthony Stirk BUZZ8 - Telemetry backup

PIE1 - Raspberry Pi Sends Live Images from Near Space

16. a HPC Computer

A Southampton university team and a 6 year old Lego specialist has built a HPC computer composed with a cluster of 64 Raspberry PI

Building a High Performance Computer ourself with a aim to inspire the next generation of scientist and engineers.

Supercomputer get built using Raspberry Pi and Lego

Computational Engineers at the University of Southampton have built a supercomputer from 64 Raspberry Pi computers and Lego. The team, led by Professor Simon Cox, consisted of Richard Boardman, Andy Everett, Steven Johnston, Gereon Kaiping, Neil O'Brien, Mark Scott and Oz Parchment, along with Professor Cox's son James Cox (aged 6) who provided specialist support on Lego and system testing. Professor Cox comments: "As soon as we were able to source sufficient Raspberry Pi computers we wanted to see if it was possible to link them together into a supercomputer. We installed and built all of the necessary software on the Pi starting from a standard Debian Wheezy system image and we have published a guide so you can build your own supercomputer." To read the full story go to: http://www.southampton.ac.uk/mediacentre/features/raspberry_pi_supercomputer.shtml

see also:

Comments