SparkFun Kegerator Goes To Eleven

sparkfun-kegerator

It started with a simple need: keep tabs on SparkFun Electronics’ in-house kegerator so the beer won’t run out at inopportune times. But of course SparkFun and “simple need” make strange bedfellows…throw beer in the mix, and you know this can’t end well. The result, as you might imagine, reads like a who’s-who of electronics hackery buzzwords.

Arduino? Check. Custom PCB? Check. Web interface? Check. Twitter feed? Check.

They’ve assembled a nice build tutorial on how this all went together, including code, example circuits, an explanation of some of the sensors used, and links to other tutorials for such things as Twittering and persistent storage in EEPROM using Arduino. Not to mention the eye candy: a custom Arduino shield (solder mask and all), custom acrylic tap handle, custom SparkFun pint glasses. They never do anything halfway, do they?

Arduino As IPod Remote Control

arduino_ipod_controller

[David] had an Arduino in search of a project. He decided to make an Arduino powered iPod remote control using an ipod connector breakout board and a 3.3v to 5v level converter (both from SparkFun). The circuit was built on a mini breadboard, controlled by an Arduino Mini, and housed in an Altoids tin. To talk to the iPod the Apple Accessory Protocol is used. With driving in mind [David] connected a Staples Easy Button as the play/pause button. This is a good example of how to interface Arduino with iPod. Using his example code we’d like to see more people working on homemade iPod accessories.

Arduino Crib Rocker

DSC00102_rocker01 (Custom)

Anyone with children will understand the value of this project immediately. This is an Arduino controlled sound activated crib rocker. [Lars] built a custom suspension system for his baby’s crib which allows a servo, mounted to the floor to rock it gently back and forth. Ok, maybe it’s a vigorous rocking, but that’s what some kids want. At least he’s safe and moderately immobile. He had to make a custom amplifier circuit to get his microphone working with the Arduino. It seems to all work perfectly now, triggering to begin rocking when it detects the baby’s cries. This should buy them a few extra minutes of sleep until the baby is truly hungry or annoyed. You can see a video of it in action and download the Arduino code on the project page.

[via littlebridceo]

Arduino Powered Delta Robot

[youtube=http://www.youtube.com/watch?v=HEHdD7pd64I]

We spotted this video of a delta robot today that seems to be powered by an Arduino. We were wondering when we would see this, happen. The source code is available on the project page. We really like the mouse control, its just fun to watch. You may recall that we recently covered some slightly more complex delta robots.

[via Makezine]

Toyaanisqatsi: Time Lapse Control Using LEGO Parts

[youtube=http://www.youtube.com/watch?v=Fm1fFQfGc9M&feature=player_embedded]
A simple panning motion can add impact to the already-dramatic effect of time lapse photography. To accomplish this, frugal cinematographers sometimes build [Rube Goldberg] contraptions from clock motors, VCR parts or telescope tracking mounts. Hack a Day reader [Stephan Martin] has assembled a clever bargain-basement system using an Arduino-driven stepper motor and a reduction gear system built up from LEGO Technic parts, along with some Processing code on a host PC to direct the show.

While the photography is a bit crude (using just a webcam), [Stephan’s] underlying motion control setup might interest budding filmmakers with [Ron Fricke] aspirations but Top Ramen budgets. What’s more, unlike rigid clock motor approaches, software control of the camera mount has the potential for some interesting non-linear, fluid movements.

Arduino Email Alert

email

The Arduino makes a great platform for alert systems because it doesn’t need additional parts, other than an LED or motor. [Torchris] made email notifier, and used an Ethernet shield to make it standalone. The Arduino polls your POP server seeing if there are unread emails. POP is an incredibly simple protocol, even simpler than HTTP; this made it easy to communicate with, even with little processing power. He hopes to add a servo or serial display to present the data better, but his current system seems to work well. Video of it in action after the break.

Continue reading “Arduino Email Alert”

Variable Range Sprinkler

[vimeo http://vimeo.com/6409575 w=470&h=352]
[Pete], a musician, and the guy behind SparkFun’s pogobeds and locking footprints has a sprinkler hack. He wanted to keep his dog, Choppy, happy with a green lawn while also keeping his sidewalk water free. To solve this problem, he hacked his sprinkler and hose to adjust the sprinkler’s range. He uses an Arduino to read a potentiometer signifying the direction that the sprinkler is facing and a servo to adjust a hose valve that controls the sprinkler’s water flow. Be sure to check out the video above to see it in action.