Posts with «homebrew» 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.

Arduino is making an Internet of Things kit with your help

Arduino boards can certainly be used to create homebrew connected devices, but that doesn't mean it's easy. What if you're a rookie who has yet to master programming or wiring? That's where Arduino's new, crowdfunded ESLOV kit might save the day. All you have to do to create a basic Internet of Things device is snap in some plug-and-play modules, connect your creation to your PC and draw connections between those modules in an editor. You only have to dive into serious programming if you have specific needs -- there's ready-made code for common devices like air quality sensors, baby monitors and remote-controlled thermostats.

Source: Kickstarter, Arduino Blog

Engadget 28 Sep 21:42

Arduino is making an Internet of Things kit with your help

Arduino boards can certainly be used to create homebrew connected devices, but that doesn't mean it's easy. What if you're a rookie who has yet to master programming or wiring? That's where Arduino's new, crowdfunded ESLOV kit might save the day. All you have to do to create a basic Internet of Things device is snap in some plug-and-play modules, connect your creation to your PC and draw connections between those modules in an editor. You only have to dive into serious programming if you have specific needs -- there's ready-made code for common devices like air quality sensors, baby monitors and remote-controlled thermostats.

Engadget 28 Sep 21:42

Arduino clone is as small as an AA battery

What do you do if even the smallest Arduino boards (or their clones) are too big for your homebrew project? If you're Johan Kanflo, you find a way to make them even smaller. His AAduino project turns the already miniscule Tiny328 Arduino clone into an even smaller computing device that's about as big as an AA battery. Through creative wiring, it even fits inside a typical battery holder and draws power from the batteries in the remaining slots. He had to underclock the processor to extend to the battery life, but it's otherwise as capable as its normal counterparts.

Arduino clone is as small as an AA battery

What do you do if even the smallest Arduino boards (or their clones) are too big for your homebrew project? If you're Johan Kanflo, you find a way to make them even smaller. His AAduino project turns the already miniscule Tiny328 Arduino clone into an even smaller computing device that's about as big as an AA battery. Through creative wiring, it even fits inside a typical battery holder and draws power from the batteries in the remaining slots. He had to underclock the processor to extend to the battery life, but it's otherwise as capable as its normal counterparts.

Via: TechCrunch

Source: Johan Kanflo, GitHub

Arduino clone is as small as an AA battery

What do you do if even the smallest Arduino boards (or their clones) are too big for your homebrew project? If you're Johan Kanflo, you find a way to make them even smaller. His AAduino project turns the already miniscule Tiny328 Arduino clone into an even smaller computing device that's about as big as an AA battery. Through creative wiring, it even fits inside a typical battery holder and draws power from the batteries in the remaining slots. He had to underclock the processor to extend to the battery life, but it's otherwise as capable as its normal counterparts.

Via: TechCrunch

Source: Johan Kanflo, GitHub

Build your own robotic bartender with Arduino and a 3D printer

You can certainly buy a ready-made drink mixing robot if you're flush with cash, but wouldn't you rather spend that money on the drinks themselves? Yu Jiang Tham thinks so -- he recently designed Bar Mixvah, a robotic bartender you can build yourself with $180 in parts. The key ingredient is an Arduino Nano microcontroller that takes your requests through a web-based interface. After that, it's mostly a matter of 3D printing the frame and wiring up the pumps that will make your beverage a reality.

Filed under: Household, Robots

Comments

Source: Yu Jiang Tham

Engadget 27 May 16:23

Homebrew 8-bit computer packs in 16 cores, multitasks like a champ

It looks like Jack Eisenmann has done it again. A couple of years after the hobbyist hacker built his first 8-bit computer, he's cobbled together yet another one, but this time with a whopping 16 cores. Appropriately dubbed the DUO Mega, the multicore wonder is made with 16 ATMega328p microcontrollers, each connected to an 8-bit data bus and designed to interpret a custom bytecode that runs the software. Compiled inside a nondescript plastic bin, the machine is also comprised of 16MHz crystal oscillators attached to each of the aforementioned cores, three Arduino UNO boards, 32kb of SRAM, 512kb of flash memory, eight breadboards, an Ethernet shield, a VGA out port and a multitude of components that combine to look like that mess of wires seen above. Because of all that processing power, this relatively primitive machine multitasks beautifully and can perform complicated calculations at an impressive clip. To get a demo of what this marvelous feat of DIY computing can do, have a peek at Eisenmann's video, complete with an 8-bit soundtrack, after the break.

Filed under: Desktops

Comments

Via: Hackaday

Source: DUO Mega

Netduino Plus 2 offers four times the speed, full round of futureproofing (video)

The original Netduino Plus was a welcome alternative for Arduino developers that had its limits -- even networking was almost a step too far. Secret Labs doesn't want any of us to bump our heads on the ceiling with its just-launched Netduino Plus 2. The networkable, .NET-friendly developer board runs a four times faster 168MHz processor with double the RAM (over 100KB) and six times as much code space (384KB) as its two-year-old ancestor. Having so much headroom lets the team build common OneWire and Time Server code into the firmware; Secret Labs reckons that there's enough space that the Plus 2 can easily grow over time. The ports are just as ready for the future with four serial ports, software control of any add-on shields (including Rev C Arduino shields) and a new header that lets programmers debug both managed and truly native code at once. If the upgrade is sufficiently tempting, project builders just need to spend $60 today to enjoy some newfound freedom.

Continue reading Netduino Plus 2 offers four times the speed, full round of futureproofing (video)

Filed under: Misc

Netduino Plus 2 offers four times the speed, full round of futureproofing (video) originally appeared on Engadget on Thu, 08 Nov 2012 20:48:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments

Arduino Kegerator hack checks in your homebrews on Untappd

Quite possibly the two greatest things in the world -- beer and Arduino -- have been married once again in a hack does them both justice. Accomplished maker and alcohol enthusiast Jeff Karpinski turned a spare Uno and an Ethernet shield into a gadget that automatically checks him in on Untappd. The build is connected to his kegerator through a hall-effect flow sensor that sits in his tap lines. Every time he pulls himself a pint of homebrew, the Aruino makes an API call to the so-called Foursquare for beer nerds, and updates his profile. Obviously, publishing to the site every time the keg is tapped could get messy, so there's an automatic five minute time out to avoid getting repeat hits just for topping off. There's also a button that manually engages the five minute lock out, allowing Jeff to pour his buddies a cold one without claiming the drink for himself on Untappd. And updating is a snap thanks to the simple web server that's integrated. Changing what beer is on tap in the API call is as simple as opening a web browser. Interested in upgrading your own kegerator? Check out the source link for complete instructions and a parts list.

Filed under: Misc. Gadgets, Internet

Arduino Kegerator hack checks in your homebrews on Untappd originally appeared on Engadget on Wed, 18 Jul 2012 14:49:00 EST. Please see our terms for use of feeds.

Permalink | Email this | Comments