KegDroid Makes Drinking Beer More Fun

KegDroid beer arduino

Are you bored with just drinking beer? Are your friends constantly sneaking into your house and stealing your sacred beverages? If so, perhaps you need KegDroid – the Android controlled beer tap created by [Paul Carff].

Looking for a way to add more excitement to drinking his beer, [Paul] spiced up his tap with a little extra technology. He added an Android tablet for touchscreen navigation of the menus, an Arduino to control the flow sensors and solenoid valves, and an NFC reader to act as security for restricted access.  Users must be authenticated before they are allowed to pour any alcohol.

Your name and photo are pulled from your Google+ account as you’re logged in, then you simply select your beverage of choice, and if you’d like a one, eight, or twelve ounce pour. Flow sensors automatically shut off when you have the desired quantity.

Seems like you get more foam than beer, but all in all it’s a cool bar top app.

Check out the video after the break.

Continue reading “KegDroid Makes Drinking Beer More Fun”

Hacking Beer Cans For Fun And Publicity

beer-keyboard

Although beer is generally a good way to get people to come to your trade show booth, [Robofun.ru] decided to put a new spin on things. Instead of (or possibly in addition to) giving out beer, they decided to turn 40 Staropramen beer cans into a keyboard.

This was done using an Arduino hooked up to four Sparkfun MPR121 Capacitive Touch Sensor Breakout Boards, allowing them to act as keys. These inputs are translated via the Arduino into a standard output (we assume USB) that can be plugged into any computer.  Additionally, a Sparkfun MP3 trigger board was used to control the sound effects.  Rounding out the build, a Raspberry Pi computer was used to run the human machine interface, a large plasma display.

Be sure to check out this keyboard in action after the break. If this isn’t enough alternative input fun, why not check our post about how to make a banana piano and giant NES controller. Continue reading “Hacking Beer Cans For Fun And Publicity”

Kegerator Tallies Your Pints On Untappd While You Sit Back With A Cold One

untappd-auto-checkin

[Jeff] admits that he’s pretty well addicted to Untappd, a site he describes as a Foursquare for beer. Like his fellow beer nerds, he enjoys reporting the pints he’s had, even if they happen to be from his own stash of homebrew kegs. Untappd certainly supports this level of dedication, but it seemed silly to [Jeff] that he needed to grab his phone each time he poured himself a cold one in the comfort of his own home.

He took a look around the room and spied an Arduino doing a whole lot of nothing, so he set off to build a system that would allow him to automatically record his drinking habits without the use of his smartphone. The system is not overly complex, and measures pours using flow sensors, uploading the results to Untappd using their “check-in” API. [Jeff] was sure to include several other useful features into his build, including a lockout timer that prevents multiple check-ins when simply topping off a pint, as well as “neighbor mode” which lets you pour a round for friends without recording the pour.

Be sure to check out the build in its entirety on [Jeff’s] site, and let us know if you’re doing something equally cool with your keg setup at home.

Cool Master Advanced Beer Delivery System

The Cool Master is a beer delivery system which Innovation Thirst built as their qualifying entry for this year’s Red Bull Creation contest. It’s one of the best beer delivery concepts we’ve ever seen. Instead of tossing you a beer directly from the fridge, this offering brings the cold beverages directly to you. It even manages to de-cap the bottles before serving.

Mobility is provided by a six-wheeled base which allows for a zero-turn radius. The cooler acts as the body of the robot, and hides a hopper which carries a stock of bottles on their sides. When you want a beer, the bot approaches you, tilts the next bottle to the upright position, removes the cap, then raises the vessel on a beer elevator until it pushes its way through the rubber orifice in the cooler’s lid. Right now the device is operated using an RC controller, but there’s always room for adding autonomy and the ability to restock from a refrigerator. Don’t miss the demo video after the break.

Continue reading “Cool Master Advanced Beer Delivery System”

Brewing Beer With LEGO

[Matt] sent in a set of YouTube videos walking us through his LEGO Mindstorms controlled brewery.

[Matt] is using a RIMS brewing setup that recirculates and heats the mash to extract more starch from the grain. This results in a Maillard reaction in the mash and creates a richer, maltier flavor.

To control his RIMS setup, [Matt] is using a LEGO Mindstorms brick with a few LEGO temperature sensors attached to his plumbing. The LEGO provides all the temperature and pump control for a proper RIMS setup, perfect for the homebrewer who doesn’t want to bother with an Arduino or other microcontroller board.

As a small aside, the astute Hackaday reader will note our beer hacks category is woefully underpopulated. It’s nearly summer now and the perfect time to start brewing. If you’ve got a beer hack, be sure to send it in.

After the break you can see all of [Matt]’s RIMS/LEGO brewery videos, or you can check out his YouTube channel.

Continue reading “Brewing Beer With LEGO”

Automated Beer Brewing

[Randyrob] is pretty serious about their beer. So serious, that he wanted to build a fully automated system for brewing. Dubbed the Halfluck Automated Brewing System, or HABS, it is actually his first micro controller project. You can follow along on the arduino forums to get a little more information, including the source code if you should want to build one of your own. There are a few videos on his youtube channel, but unfortunately, we didn’t notice any full tours of the entire thing.

Like some others we’ve seen, this one only handles the brewing aspect, not the fermenting stages. It would be interesting to see a system that handled it all. You could fairly easily get the machine to siphon it into a keg for final carbonation too.

Brewtarget: Open Source Homebrewing

[youtube=http://www.youtube.com/watch?feature=player_embedded&v=BEdkZIUkvA4]

Several of us here at Hackaday Brew our own beer. Needless to say, we got a little excited when we saw members of the open source community building a brew tracking system. Brewtarget is an open source tracking system that you could download right now and begin tracking and building your recipes. It looks like there is a fairly active development group working on it and even a feature request form that seems to be filling up. Maybe we overlooked it, but there doesn’t seem to be an existing feature list. We look forward to seeing where this project goes.

Brewtarget implements BeerXML, which means it should also be compatible with Beershmith, a commercial application.

[via adafruit]