Nunk On Droise

Nunk on Droise is an art installation where noise is made depending on how drunk you are. In a configuration that could be called a cthoilet, the sensors shown above are alcohol sensors. Though we initially thought this would be testing urine, the description states that it tests the breath of the participant. Unfortunately there aren’t any schematics or code, though you can see how it is all assembled from the flickr pool. You can also see a video demonstration of the prototype.

Crushtoberfest – Can You Pwn Tom Selleck?

[flickr video=http://www.flickr.com/photos/jmillerid/4055251585/]

On rare occasion, the celestial bodies that control engineering and design awesomeness move into alignment and cast their blessed star dust upon a hacker. Today, we can witness the glorious outcome of such an alignment. Although almost unheard of, it’s a good omen that such a blessed hacker also be adorned with a wickedly furry face.

[Joel] wanted to up the ante for a yearly work gathering. He set out with the concept of Crushtoberfest, a test-your-strength game where a stake is hit with a mallet and the resulting force rings a bell. But bell ringing is for normal projects, [Joel’s] muse required LEDs and fire as a reward for success. In fact, Tom Selleck (god of all things mustache) becomes angry at successful contestants to the point that his eyes will flash red and flames shoot out of his ears.

The mechanical input is a clever design. The stake used as the target is a 6×6 block with some old tire tread affixed to the top of them. The stake rests on a piece of radiator hose that is sealed on one end and connected to a pressure sensor on the other. Radiator hose is resilient, so it takes quite a blow to cause much compression, which is then translated into a value by an Arduino via the pressure sensor. [Joel’s] gone to the effort of building gravitational deceleration into the progress tracker of the vertical string of LEDS. Too bad he didn’t have access to an addressable LED rope to make this easier, but he did pull it off nicely. He also goes into detail about prototyping and building some fireball modules.

Go now and read his blog (oldest at the top, newest at the bottom). We can call the experience nothing short of delightful.

Phone Controlled Solar Charged Tank

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

This looks like a fun little project. [Chris] has built a tank that he is controlling using his iPhone.  Constructed mainly of off the shelf parts, like an Arduino and an Xbee wireless unit, the tank is controlled via processing. You can see that it is fairly responsive as he changes the speed of the motors. You don’t need an iPhone for this, really to do exactly what he’s doing any multi-touch input would work. You can download the code for it from his site.

We’re a bit curious about the solar charging. How much power does this use? Doesn’t that panel look a bit small? How long does it take to charge?

[via HacknMod]

X-mas Hack: 8-channel Musical Show

We’ve been seeing them appear one house at a time over the last few weeks as Christmas lights are making their annual appearance. Some folks just throw a set of net-style lights on the bushes and call it good but that wouldn’t suit [Noel]. He’s outfitted his house with a show that includes music, 8 controllable light channels, and an Internet interface.

He’s used a plastic toolbox as an enclosure to house everything. Affixed to the base of the enclosure are eight solid state relays for the strings of lights. An Arduino is used to control the SSR switching, playback music through an FM transmitter, and to interface with the wireless bridge.

Rubberneckers can tune their radio to the broadcast frequency and log into the web interface to request their favorite tune or track Santa’s current location. The device even implements VU monitoring to sync the light show with the music. If you want more, watch the video after the break or check out his step-by-step instructions. The Arduino library sure makes the code pulling this all together pretty simple!

Continue reading “X-mas Hack: 8-channel Musical Show”

Arduino Shield For Arduino. No, Really.

We’ve been accused on more than one occasion…okay, pretty much every single day…of harboring some kind of creepy Arduino love affair. The topic does come up an awful lot here, we’re not oblivious to that, and had been patiently waiting for April Fool’s Day to post an article lampooning the whole situation, both ourselves and critics alike, so that everybody could have a good laugh (or possibly annihilate the entire planet in the resulting flame war, we’re not sure). And what could possibly make for a more self-referential joke than an Arduino shield…for Arduino?

Truth, as it turns out, is stranger than fiction. “Core2duino” is — seriously now, no joke — an Arduino shield containing a second ATmega microcontroller and full complement of I/O pins. The two chips in this Young Frankenstein-esque assemblage coordinate over the I2C bus, providing, at least in theory, more processing power, more I/O, and perhaps a degree of fault tolerance. In reality, we’re pretty skeptical, but do have to give them props for a great Instructable, detailing the whole process start to finish with Eagle CAD files, board etching and drilling, and advice on where to score free Cosmopolitan magazines (it helps “if you know any women,” we’re told).

There’s no indication whether this works with stacking headers to allow for an Arduino shield for Arduino shield for Arduino, or perhaps some Möbius strip-like endless stack of Arduinos. Feel free to discuss in the comments. We’ll be waiting in our concrete bunker 37 miles away!

Magic Clock Knows Your Location

[youtube http://www.youtube.com/watch?v=p-A4ZNdkmEs&feature=player_embedded%5D

Straight out of the fiction of Harry Potter is The Magic Clock. Just like in the novel this clock (is it still a clock even thought it doesnt tell time?) shows the current location of family members, from home to the doctor’s office, even to mortal peril (We hear its nice this time of year).

The clock hands are driven by 4 separate servo motors, which are maintained by an Arduino. The location of family members is updated wirelessly via Twitter. We think a script written for each member’s GPS enabled cell phone might be more trustworthy, but it seems to be working fine currently.

[via Make]

Voice Controlled Lock? Almost…

[vimeo http://vimeo.com/7504447%5D

If you watched the video before reading the article (like we did) and started shaking in your boots at a voice controlled lock system, prepare to be disappointed. His spoken commands are actually to his son to press the appropriate keys on a keypad off screen, the lock is not actually voice controlled.

But still, [Michael Krumpus’] door lock is pretty astounding. By using a torn apart CD drive he easily attains a nice fast and smooth linear motion to bolt and unbolt his door. It wont open his door like some locks we’ve seen, but it will probably be added sometime in the future…right alongside voice commands.

[via DVICE]