Posts with «brewing» label

Arduino and the Other Kind of Homebrew

Usually, when we are talking about homebrew around here, we mean building your own equipment. However, most other people probably mean brewing beer, something that’s become increasingly popular as one goes from microbreweries to home kitchen breweries. People have been making beer for centuries so you can imagine it doesn’t take sophisticated equipment, but a little automation can go a long way to making it easier. When [LeapingLamb] made a batch using only a cooler, a stock pot, and a propane burner, he knew he had to do something better. That’s how Brew|LOGIC was born.

There are many ways to make beer, but Brew|LOGIC focuses on a single vessel process and [LeapingLamb] mentions that the system is akin to a sous vide cooker, keeping the contents of the pot at a specific temperature.

Honestly, though, we think he’s selling himself a bit short. The system has a remote application for control and is well-constructed. This isn’t just a temperature controller thrown into a pot. There’s also a pump for recirculation.

The common stock pot gets some serious modifications to hold the heating element and temperature probe. It also gets some spring-loaded clamps to hold the lid down. Expect to do a lot of drilling.

The electronics uses an Arduino, a Bluetooth board, and some relays (including a solid state relay). The finished system can brew between 5 and 15 gallons of beer at a time. While the system seems pretty good to us, he did list some ideas he has for future expansion, including valves, sensors for water level and specific gravity, and some software changes.

After reading that the system was similar to a sous vide cooker, we wondered if you could use a standard one. Turns out, you can. If you want to make better beer without electronic hacking, there’s always the genetic kind.

Bubble Catcher Watches Your Booze Burp

Making your own booze involves a lot of sitting around waiting for things to happen, like waiting for the fermentation process to finish so you can get on with bottling and drinking it. That involves watching the bubbles in the airlock: once the frequency of the bubbles falls below a certain level, your hooch is ready for the next step.

[Waldy45] decided to automate this process by building a bubble catcher that measures the frequency of bubbles passing through the airlock. He did this using an optocoupler, a combination of LED and light sensor that changes resistance when something passes between them. You can’t see it in the image, but the horseshoe-shaped optocoupler is slotted around the thin neck in the bubble tube to sense when a bubble passes through.

The optocoupler is connected to an Arduino, running a bit of code that generates an interrupt when the optocoupler is triggered. At the moment, this just outputs an average time between bubbles to the serial port, but [Waldy45] is looking to add an ESP8266 to wirelessly connect the Arduino and contact him when the bubble frequency falls, indicating that the booze is ready for bottling.

We’ve seen a couple of over the top beer breweries before (here and here), but none of them have automated the actual fermentation stage, so something like this would definitely be an addition. Cheers!


Filed under: Arduino Hacks
Hack a Day 25 Nov 03:00

Malting kiln controller for preparing beer brewing grains

A quick primer is in order: when it comes to hobby brewing there’s two main types, extract brewing and all-grain brewing. The former uses a syrup that has been extracted from the grains at a factory while the latter adds the steps to do this yourself. But in both cases the brewing grains have already been malted. This is a careful process of soaking the grains and then kiln drying them. [Richard Oliver] built his own malt kiln controller to add the preliminary step to his home brewing ritual. Now the only thing he’s not doing himself is growing the grains (and perhaps culturing the yeast).

His original design used a food dehydrator for the drying step, but this didn’t work because the temperature wasn’t at the correct level. The new build uses the ceramic heating element from a 300W hot air gun. A blower directs air through the element and into the wooden box that serves as the kiln. An Arduino monitors the heated air to keep it right in the sweet spot. He’s included a graphing GUI for easy monitoring, which is shown in the video after the break.


Filed under: beer hacks
Hack a Day 12 Oct 12:01