Beer Maker Builds a Raspberry Pi Tap List for His Home Brews

Beer Maker Builds a Raspberry Pi Tap List for His Home Brews

Nice! I love a gadget.

I wish I was more of a nerd so I could make this happen.  :-\

pretty freakin schweet!

what the frick is a raspberry pi.  i mean do you put whipped cream on it and eat it.  that thing looks cool, i just don’t quite get the connection between a tablet and raspberry pi

I don’t think thats a tablet, it looks like a monitor turned to portrait mode that’s hanging from the wall.

Rasberry Pi

tl;dr: it’s a tiny computer

really, you can’t make a list on a sheet of paper

+1.  A chalkboard/dry erase is high tech enough for me. To each his own.

It is one of a number of very small computers that you can use to do just about anything you’d want to do.  The difference between this and a tablet is that this is just the computer part: no monitor, user input, etc., though you can add them to your project if you want to.  Most of these projects the computer is running Linux, which makes it much easier to program.  What this person did was basically to run it as a web server.  Neat, but not the coolest kind of thing you can do.  It would be easy to use one of these devices to automate your brewery if you were using valves and such that operate via relays.

More popular as a platform is the Arduino (http://en.wikipedia.org/wiki/Arduino) and the newer IOIO (https://www.sparkfun.com/products/10748), but new devices will probably pop out every few years or so as newer hardware becomes better, cheaper, smaller, etc.

If you want to see another homebrew-related project for the Raspberry Pi (and Arduino), there is a temperature controller (http://brewpi.com), or if you want network capability, this one will update you on Untappd every time you pull a beer:  Arduino Kegerator hack checks in your homebrews on Untappd

Actually, I just found this, if you want to see what you can really do with these types of cheap devices, check out the Arduino-based Kegbot project:  http://kegbot.org/  I love the beer drinking statistics part. :slight_smile:

After looking thru the markup (its just html and php) its really really simple with almost no features beside showing a list based on data in a dbase file. When I initially saw the keg status graphics I thought it would be more arduino-like with sensors that monitored realworld data like keg pressure, temp, etc. but its not. Its just a webpage on a monitor.

You manually edit the data in the dbase to reflect your beers and you’re done.

This is the data:

BeerNum,BeerName,Style,Brewery,ABV,IBU,SRM,Status,BeerNameL
Beer1,BeerName,Style,Brewery,ABV,IBU,SRM,Status,BeerName
Beer2,BeerName,Style,Brewery,ABV,IBU,SRM,Status,BeerName
Beer3,BeerName,Style,Brewery,ABV,IBU,SRM,Status,BeerName
Beer4,BeerName,Style,Brewery,ABV,IBU,SRM,Status,BeerName
Beer5,BeerName,Style,Brewery,ABV,IBU,SRM,Status,BeerName
Beer6,BeerName,Style,Brewery,ABV,IBU,SRM,Status,BeerName