Robot Hands You Your Ass At Beer Pong

Guess who built this contraption? You’re right, college students. But as much as we like to make fun, the subject of Beer Pong is our addition, not theirs. The device uses an air stream that can be directed along two axis to control and sort ping-pong balls.

Unlike the lethal ping-pong ball launcher, the goal here is elegant control of the ball. They’ve achieved a great success. Watch the video after the break to see balls sorted into beakers by color, transferred to vessels over a large distance, and navigated through an elevated obstacle course. To give us a hint of what you can do with this, we see the machine controlling an apple, an onion, and a water bottle at the end of the video.

Continue reading “Robot Hands You Your Ass At Beer Pong”

Ionocraft Aka Lifters

It’s hard to believe that in five years we haven’t covered lifters before. This realization was sparked when [Tyler] tipped us off about a lifter project demonstrated at the Kansas City hackerspace called CCCKC.

Lifters, the casual name for ionocraft, fly without combustion or moving parts. We’re not going to tackle the particulars of what makes flight possible, but high voltage is required to feed the phenomenon that provides the lift. One of the first comments when we asked what to do with old CRT monitors was to use them for lifters. The flyback transformer puts out plenty of voltage if you can tap into it without killing yourself (no, seriously, that’s an issue).

This is the method that the CCCKC folks used. Take a peek at the video after the break. If you’re thirsting for more fun with lifters, stop by the Lifter Project.

Continue reading “Ionocraft Aka Lifters”

Simple Liquid Dispenser For Auto-cocktails

[Qdot] came up with a simple way to dosing out liquids to use in his Bartris project. As you can see above, flexible tubing is connected to some inverted bottles that house the liquid. A chopstick is attached to a board on one end, and via string to a servo on the other. When the servo turns it pulls the chopstick tight against the board, cutting off the flow of liquid through the tubing. This isn’t as elegant as the system the Bar2D2 uses but it’s a heck of a lot less expensive.

You can check out some of the build pictures in his Flickr pool. He’s included this concept in a project he calls Adult Mario. Watch the video after the break but the quick and dirty is that the more coins you score in Super Mario Brothers, the more beverage is rationed out into your cup. Ah, human lab rats, is there nothing they won’t do for booze?

Continue reading “Simple Liquid Dispenser For Auto-cocktails”

Melloman Tape-looping Keyboard

[Michael] tipped us off about an incredible build from back in 2005. The Melloman is a keyboard that uses a different tape loop for each key. The instrument is generally known as a Mellotron, and consists of a different looping tape for each key. When a key is depressed, the head comes into contact with the key and plays the sound sample.

This particular implementation uses 14 Walkmans to supply the tape loops. The Walkman units are constantly playing but the audio output is not enabled until a key is depressed. The main description of the instrument is on the final project page linked above but there are many construction photos available in the build log.

Update: After the break we’ve embedded a video that will take you on a tour of the components of the Melloman. To clear up the looping issue: a Mellotron uses tape loops, but the Melloman uses tapes that are 30 minutes on each side instead of loops.

Continue reading “Melloman Tape-looping Keyboard”

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.

Ask Hack A Day: Touch Screen Hack

Reader [Chad Essley] asked us:

“I’m wondering if the vast knowledge base of HackADay’ers out there might know of some way to turn almost any laptop into a touch screen of some kind. Actually, any surface.”

He has an older Wacom Tablet, and would like to be able to add resistive touch screen capabilities so that he isn’t forced to use the Wacom pen. Being an artist and part time hacker, he even summed up the question in a comic-style post.

Continue reading “Ask Hack A Day: Touch Screen Hack”

IPv6 To 1-wire Protocol Translator

[Fli] assembled an AVR based system that can assign IPv6 addresses to 1-wire components. An AVR ATmega644 microcontroller is used in conjunction with an ENC28J60 ethernet controller chip. To get up and running with IPv6 on this meek hardware [Fli] ported the uIPv6 stack from the contiki project over to the AVR framework. Although he encountered some hardware snafus along the way, in the end he managed to get five sensors connected to the device, each with their own IP assigned using the stack’s alias capability.

This is great if you’re looking for a low-cost IPv6 solution. We’re not sure if there’s much demand for that, but it’s useful for that 1-wire home automation setup you’re considering.