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!

Status Light Tells You The Code Is Borked Again

status light

[Arthur] is teaching himself product development. Rather than create a few mock-up products, he’s taking the path of designing real devices he can use. His current device is a status light for automated software tests.  We’ve seen test and GitHub status lights before, however this is the first one to integrate with an outside web service. The status light’s state is based upon output from CodeShip, an online continuous deployment test engine.

The electronic design is simple. An Electric Imp retrieves test status data from CodeShip. The Imp then sends the status data over two GPIO lines to an AdaFruit Trinket. The Trinket controls a NeoPixel ring. A green ring indicates all tests are passing. Purple means tests are in progress. A spinning red ring (of death) means one or more tests have failed. Power is supplied via a mini USB connector.

[Arthur] spent quite a bit of time on the mechanical design of the status light as well. All the parts are 3D printed. This allowed him to quickly go through several revisions of each part. We like the use of white PLA for a frosted effect on the top section of the light, as it diffuses the eye piercing glow from all those RGB LEDs. As a finishing touch, [Arthur] created a fake product page for his light. He doesn’t have any plans to sell it, but we hope he drops the source and STL files so we can create one of our own.

Continue reading “Status Light Tells You The Code Is Borked Again”

Inverted Christmas Tree Made Of Nespresso Tubes

1468516_376724969131752_925434023_n

What happens when you put a few geeks in a room with a curtain rod, 240 Nespresso tubes, some planks, some tape, fairy lights, and a Raspberry Pi? Well, apparently this!

There’s not too much information on how they made it, but there is a pretty extensive gallery of photos. When we consider how much packaging we waste, it’s nice to see some being reused for a project, at least temporarily! The Nespresso tubes are pretty nice looking which certainly lends itself to this project, but our real question is who drank all the coffee…

The LED fairy lights are voice controlled using a Raspberry Pi model B, nothing too fancy, but a nice added affect. Check out the video after the break — the voice commands are in French though!

Continue reading “Inverted Christmas Tree Made Of Nespresso Tubes”

Real Life Sonic Screwdriver For Home Automation

sonic

Any Doctor Who fans out there? [Pat] just sent us his project on home automation… using a Sonic Screwdriver!

Ever since he pre-ordered his Raspberry Pi at the beginning of February 2012, he knew he wanted to try his hand at home automation. The easy way was to use X10 outlets, but at $20+ an outlet, it’s not that affordable. Instead, he managed to find a rather cheap system on Amazon — RF controlled outlets. They only cost about $35 for a 5-pack!

It’s a very basic system: five outlets with five buttons on the remote. All he had to do was wire up the Raspberry Pi to simulate the button presses by setting the GPIO pins high, and presto, a simple but effective home automation setup.

This is where it starts to get fun. Unfortunately, unlike a real Time Lord, [Pat] didn’t build his sonic from scratch. Instead, he found a universal remote control — styled after [Smith]’s sonic. Add another RF receiver to the Pi, a web-based interface to extend the range, and bam, you’ve got one geeky, but awesome, home automation setup.

Stick around after the break to see it in action!

Continue reading “Real Life Sonic Screwdriver For Home Automation”

HDD Driven Table Tennis Robot

12

Need to hone up your ping pong skills? Nobody to play with? That’s okay, you could always build a hard drive powered ping pong ball launcher!

[Vendel Miskei] must like 3D modeling. He’s drawn up his entire project in some kind of 3D CAD program (the textures look vaguely like Sketchup?).  It makes use of two HDDs, a computer power supply, a bunch of PVC pipe, a microwave synchronous motor, and an overhead light projector!

In order for the hard drives to grip the ping pong balls, it looks like [Vendel] removed all but one of the platters, then glued some foam to it, and what looks like the rubber from a table tennis paddle on top. He’s also made use of the original hard drive case by cutting the end off to expose half of the platter. It seems to be pretty effective!

The overhead light projector is actually just used as a convenient weighted stand for the entire project. The recycled microwave motor indexes the balls in a bucket, allowing for a huge number of balls to be queued up! Stick around after the break to see some of the awesome 3D renderings of the project, and the actual table tennis robot playing a game with its master!

Continue reading “HDD Driven Table Tennis Robot”

Modifying A PS4 Dualshock4 Controller To Use A Mouse And Keyboard

[Mori] wanted to use his keyboard and mouse to play his favorite games on the PS4, so he decided to modify his Dualshock4 controller to feed it custom input signals.

In the heart of this build is an STM32F407 discovery board, which is connected to a USB hub. To perform this hack, [Mori] tore open the Dualshock4 controller to find the PCB traces coming from the sticks and buttons. He then used the STM32F407 and 2 Digital to Analog Converters (DACs) to create similar signals. Unfortunately for us, [Mori] only released the schematics but not the firmware. Our guess is that he had to configure the microcontroller as a USB host, enumerate the mouse/keyboard, parse the HID reports and feed the controller the corresponding inputs.

We embedded a video of the hack in action after the break. If you own a PS4, you may also want to see how to disable the Dualshock LEDs.

Continue reading “Modifying A PS4 Dualshock4 Controller To Use A Mouse And Keyboard”

Finally, An Animated GIF Light Painter

led_strips_dragon-flap

Light painting, or taking a picture of a moving RGB LED strip with a very long exposure, is the application du jour of Arduinos, photography, and bright, glowey, colorful things. Hackaday alumnus [Phil Burgess] has come up with the best tutorial for light painting we’ve seen. It’s such a good setup, it can be used to create animated .gifs using multiple camera exposures.

The build uses an Arduino Uno, SD card shield, and Adafruit’s new NeoPixel strip with 144 RGB LEDs per meter. Despite a potentially huge mess of wires for this project, [Phil] kept everything very, very neat. He’s using an Altoids case for the ‘duino, an 8 AA-cell battery holder and 3A UBEC  for the power, and a wooden frame made out of pine trim.

Part of the art of light painting involves a lot of luck, exponentially so if you’re trying to make a light painted animated .gif. To solve this problem, [Phil] came up with a very clever solution: using a rotary encoder attached to a bicycle. With the rotary encoder pressed up against the wheel of a bike, [Phil] can get a very precise measurement of where the light strip is along one dimension, to ensure the right pixels are lit up at the right time and in the right place.

It’s a wonderful build, and if Santa brings you some gift certificates to your favorite electronics retailer, we couldn’t think of a better way to bring animated .gifs into the real world.