Over Engineered Kegerator Is Glorious

keger

When [Joey] decided to build a kegerator, he didn’t skimp. No commercial unit or simple kit would do. [Joey] wanted complete temperature monitoring, with a tap on the kegerator itself and a cooled tap remotely mounted at his bar. He started with a box freezer, which was a bit short for his purposes. Not a problem, as [Joey] cut an extended collar for the freezer from HDPE on his shopbot. The new collar gives mounting points for the beer lines, gas lines, as well as all the electronics.

Temperature control is handled by a commercial controller, however temperature monitoring is another thing altogether. An Arduino sits in a custom aluminum case on the outside of the kegerator. The Arduino reports temperature, beer type and also controls the cooling system for the beer lines. The cooling system alone is incredible. [Joey] designed everything in CAD and cut the parts out on his shopbot. Two fans sit in an aluminum air box. One fan is used to push cold air out from the freezer around the beer line. A second fan pulls air back in, keeping the kegerator/line/tap air system a (relatively) closed loop. The entire line set is insulated with 2″ fiberglass flex duct.

Temperature data and trend graphs can be monitored on the web, and [Joey] is using a Raspberry Pi to create a wall mounted status screen for his bar room. We love this build! [Joey] we’d buy you a beer, but it seems like you’ve got that covered already!

Building A Kegerator With Visual Style

Let’s face it, most kegerator builds go something like this: acquire old refrigerator, drill hole for tap, profit. But [GiveMeMyNickelback] recently had the opportunity to do better and he delivered. Above you can see the stylish chest freezer mod that serves up six beers on tap.

Chest freezers are perfect for these builds as their top door design helps keep the cold air inside to boost the efficiency. The trick is to modify them without messing up the insulating properties of the appliance housing. [GMMN’s] approach is a common one, build a cuff to go in between the lid and the body of the freezer. He started by building a wooden box open at both the top and the bottom. Many would have stopped there but to bring the bling he tiled the sides and front of that cuff, leaving an empty spot for the shank of each tap. With that taken care of he glued insulation to the inside of the cuff, and added weather-stripping to the bottom to seal with the top of the case. He used the holes from the lid hinge brackets to attach his add-on so that the freeze can be converted back to stock without any sign of his alterations.

We’d love to see a Bluetooth or Wifi add-on that monitors the beer volume in each keg.

[via Reddit]

Kitchen Island Monitors And Distributes Home Brew Beer

This piece of furniture actually resides in [Matt Pratt’s] livingroom but we think it would make a perfect kitchen island. The base is a chest freezer modified to keep the beer inside at just the right temperature. But this doesn’t just dispense the beer, the system is designed to tell you how many pints are left in each keg.

The freezer offers enough room for four five-gallon Cornelius kegs. [Matt] salvaged the weight sensors from some cheap bathroom scales and rigged them up with some plywood discs to serve as the base for each keg. After working out the electronics to reliably read from the sensors (which was no small job) he hooked them up to a microcontroller and a touch screen. As you can see in the video after the break, the system calculates the number of pints left in each keg based on its weight. This can be easily calibrated using the touch screen.

He didn’t talk all that much about the control hardware, but having see his post about ARM LCD dev boards we’d bet that’s what he’s using here.

Continue reading “Kitchen Island Monitors And Distributes Home Brew Beer”

5-keg Tap System Treats Your Home Brew Right

One of the biggest expenses when moving to a kegging system for your homebrew beer is finding a way to keep it cold. [Sanchmo] took a traditional route of using a chest freezer, but a bit of extra effort made the ordinary looking appliance into a 5 tap showpiece in his livingroom.

Home brewing is most often done in five gallon batches, so Cornelius kegs (for soda) work perfectly. The chest freezer used here has plenty of room for five of them and a canister of carbon dioxide.  A temperature controller (something along these lines) turns the freezer into a refrigerator. But to make it beautiful [Sanchmo] hit the wood shop pretty hard. He screwed a sheet of plywood to the lid and then trimmed it out, along with a tower to hold the taps. This was further accented with the inclusion of some LEDs for effect.

We did find one word of warning in the Reddit discussion. It’s possible that the original metal housing of the freezer is used as a heat sink which is now covered in wood paneling. We’re not sure if this is true of this particular model or not, but some investigation is warranted if you’re thinking of building your own.

Pocketwatch Retrofit Takes Input From Accelerometer

A friend of [CNLohr’s] used the mechanism from an old pocket watch in an art piece, but left him with the enclosure. It’s an interesting looking object that feels great in your hand so he decided to fill it with his own electronics, thereby giving it a new life. He’s showing off an early version of the hardware in the video, but plans to send off another version of the board soon to add a few features.

You can see that the round PCB is small enough to fit in the space vacated by the original hardware. The ribbon cable is used to connect to the programmer and we think it’s also the power source for this demonstration. There’s a small Densitron display that’s reading out hex values from the accelerometer. Many of these mems chip (you can learn how they work from this post) include a hardware tap detector. This meant you can tap your finger on the device and the chip will signal an input to whatever chip is attached to it. That’s a great option for user input, and it’s what [CNLohr] chose as the select button here. He tilts the watch to one side, then taps to turn on the LED. That’s all for now, but we like the promise it shows and can’t wait for updates!

Continue reading “Pocketwatch Retrofit Takes Input From Accelerometer”

What Input Device? Just Use Your Arm

This one could be a game changer. [Chris Harrison] and a team of researchers are showing off a method of using your arm as an input device. An arm band worn by the user picks up acoustic signatures created by tapping on your arm with the other hand, or taping your fingers and thumb together on the same hand. They’re achieving accuracies in the 82-97% range but it gets even better. Take a look at the video after the break and see what they’ve done by adding a pico-projector to the arm band in order to use your arm or hand as a touch display.

We liked seeing the concept mice from October, but the future of input devices might already be attached at the elbow.

Continue reading “What Input Device? Just Use Your Arm”

Tap-controlled Metronome

step13_06

[Adam] and his buddy [Matthew] sent in their tap-controlled metronome, or as they prefer, “metronome with an attitude.” Using the piezo speaker you can tap patterns and rhythm into the memory and it will repeat it back to you in loop. The two buttons allow you to speed up or slow down the beat which is indicated by an led array. As per their request, we mention its entirely on a PIC 16F, not an Arduino. Perhaps the most interesting part we found that’s definitely worth checking out was their amazingly detailed build process. Check out a quick video of the metronome in action after the break.

Continue reading “Tap-controlled Metronome”