Light Up Your Limbs

Here’s a Christmas tree project we can get behind. The “tree” itself is made of twisted pairs of insulated copper wire.  At the end of each pair a surface mount LED has been soldered between the two conductors.  All of the wire limbs converge into a 4×4 matrix. One tree uses a prototyping shield and an Arduino, the other tree is just using an ATtiny2313 microprocessor. Take a look at the twinkling tree in the video after the break.

This artful creation uses one color of LEDs.  We’d love to see future improvements that incorporate multiple colors, enhance the fading effects, and perhaps add some interactivity such as pulsing to an inspiring rendition of Chestnuts Roasting on and Open Fire (which, consequently, is called “The Christmas Song“).

Continue reading “Light Up Your Limbs”

Interactive Beer Pong Table

Do you find that beer pong is too dull on its own to keep your attention? Do you require flashing lights to accentuate your imbibing?  Here’s the perfect solution. Make an interactive beer pong table. It didn’t take much to sell us on the idea. We think everything needs a few more lights.

The idea is that as the game progresses, you get different feedback from the lights visible in the picture above.  [rohitk] is using an Arduino and some pressure sensors to tell when each cup is removed. Based on this the LEDs change color.

Social Media HUD

[youtube = http://www.youtube.com/watch?v=XnPfnEWFie0%5D

After [Gregg Benjamin] read our story about a simple physical email notifier, he decided to test his skills and add some touches of his own. Rather than limiting his notifier to just email, he has added support for displaying Pandora Radio songs, Facebook notifications, and email all to a LCD. He even has included code for an optional motion detector, as well as support for text message notification. We always love it when our stories inspire our readers to bring their own various solutions to similar problems, so we hope some of you take the code he has supplied (written in python for desktop side, and Arduino sketches for the microcontroller side) and add support for your own interests. Might we suggest RSS feed support, or other social media such as reddit or Google Reader? Let us know if you add something cool, and we might do a follow-up!

[Gregg] doesn’t have a blog of his own, so we have posted the demo video to YouTube, and he has provided all of his related code and images to Megaupload (warning, file is ~115 MB). Sorry to anyone looking for a blog link.

Monitor Keg Volume, CO2, And Temp

[Jean-Michel] tipped us off about his beer keg monitoring setup. It can tell you how much beer is left in each keg, how much carbon dioxide remains in the canister, and it can monitor and regulate temperature.

An Arduino mega is the brain of the system. A shield was built to interface force sensors, measuring the weight of the keg to estimate how much beer remains. Analog temperature sensors allow for temperature monitoring and control of the compressor for regulation. Information can be displayed on a graphic LCD or a computer via XBee wireless communications.

This is along the lines of the SparkFun kegerator but we like the added functionality. Does this need to Twitter? Probably not but if you want that, it’s only a bit of a software hack away.

RGB Keylock Shield

Hackaday alum [Will O’Brien] cleaned up his messy breadboard with an RGB keylock Arduino shield. You may remember this two-part project from last year. It uses buttons backlit by an RGB LED to operate a door lock.

[Will] is still mulling over what type of kit options he will offer. We’re happy to see if the most important part, a laser-cut key bezel, will be available. This makes for a professional looking finish that made the original project difficult to replicate.

Arduino Development On OpenSolaris

Part of the draw of Arduino development is that it is open-source and cross-platform. It is hard to believe that it took this long but OpenSolaris can be added to the list of operating systems that love to work with Arduino. Although not officially supported, the device drivers for were added in build 113 of the OS and a patched version of the toolchain is available for download.

[Thanks Alexander]

Remote Bike Mountain

The Remote Bike project, caught our eye today. Inspired by “cliff hangers” on the tv show “The Price Is Right”, [atduskgreg] has built his own version. In this version, the bike on the mountain makes progress, or slides back down the mountain based on the speed you pedal.  If you maintain your target speed long enough, you make it to the top of  the mountain and win. The RPMs are gathered from a stationary bike using a hall effect sensor, then piped to an Arduino that controls the bike via a stepper motor and string. That seems fun, and a decent alternative to biking through google maps or something. We have to wonder how long this would be amusing though. Then again, when you’re on a stationary bike you are usually just using a timer or a heart rate monitor anyway, so this is pretty cool.

[via flickr]