EyeWriter Is The Fruit Of The KanEye Project

The EyeWriter is an open source eye tracking initiative. This is the mature version of the KanEye project we covered in April. Collaboratively developed by Free Art and Technology (FAT), OpenFrameworks, and the Graffiti Research Lab, they seek to aid a friend of theirs who suffers from the degenerative muscle disease ALS.

They’ve come a long way since we last looked in on the progress. The hardware used is pretty much the same: a set of sunglasses sans lenses with the CCD from a Sony PlayStation 3 Eye mounted in front of one eye. IR LEDs surround the CCD and point at the eye to increase the contrast between pupil and the rest of the eye. The major improvement comes with the software. Eye tracking appears to be extremely precise and they’ve written a custom drawing program to take advantage of their interface. Check in on their developer page for source code and a video walk-through of the software.

After the break you can see video of [Tempt1] using the system to create some tags. We’re thankful for the success this project has seen as this guy can do a lot better with his eye than we can with our hands.

Continue reading “EyeWriter Is The Fruit Of The KanEye Project”

Remotely Control Your Crappy Car (dangerously)

Here’s one that brings back that giddy feeling we got when the original episodes of thebroken were posted all those years ago. The lunatics over at Waterloo Labs have altered a beat-up Oldsmobile for remote control via laptop, iPhone, and…. wait for it… Power Wheels.

Brake and gas pedals are actuated using a wrench connected to a motor bolted to the floorboards of the car. The steering wheel has been replaced with a gear and connected to a motor using a motorcycle chain. Much like the van we saw last month, an iPhone app has been written to wirelessly control the car of doom. This leads to some car surfing and ghost riding the whip in the video after the break.

To our delight, they’ve also implement the most unorthodox automotive interface yet, Power Wheels. A chain has been added to measure the orientation of the toy steering wheel, and an optical encoder is used to measure the speed of the tiny electric vehicle. It looks like it doesn’t do the best job of translating to a full size vehicle, but it maxes out their style points.

Continue reading “Remotely Control Your Crappy Car (dangerously)”

Homopolar Motor

homopolar-motor

Slow day at the office?  Here’s a trick that’ll make your coworkers smile. Dangerously Fun has a guide to build a homopolar motor from a battery, copper wire, and magnet. A homopolor motor doesn’t rely on electromagnets in an armature changing their polarity to force a rotation movement compared to stationary magnets. Instead, they use an electrical current’s orientation to a magnetic field to provide a repulsive or rotational force.  In this implementation, the current moves through a loops of copper wire from one pole of a battery to the other.  A rare-earth magnet on one pole of the battery provides the magnetic field.

After the break we’ve embedded video of this simple example as well as a few more complex homopolar examples such as a five speed version.  The motor in action certainly brings a smile to our faces and places this firmly in the useless machines family of hacks.

Continue reading “Homopolar Motor”

PCB Light Box In A Scanner Shell

scanner-exposure-box

[Kizo] repurposed a flatbed scanner to use as an exposure box for making printed circuit boards. Exposure time is controlled by an AVR ATtiny2313 microcontroller. The device is connected to a separate display board to control four 7-segment displays using one shift register for each. Time is set in ten second increments and once started, switches on the lights with a relay. Once the right exposure time has been reached, the lights are switched off and a piezo speaker is buzzed. There’s no mention of they type of bulbs he’s using but they look like compact fluorescent with tin foil beneath as a reflector.

If these are just CFL bulbs, how will the performance compare to a light box based around a UV light source?

[Thanks Jake]

Roundup: Simple Hacks

simple-hack-110909

Here’s a collection of simple hacks you can do in between larger projects. After the break we’ll look at converting an iPod from hard drive storage to Compact Flash, build an LED desk lamp using LEGO and USB power for charging, and use an Arduino shield to add network control at the touch of a button.

Continue reading “Roundup: Simple Hacks”

Color Correction Patch For PS3 Eye

ps3-eye-color-correction

[Max] was happy to see that the PlayStation 3 Eye has support in the newer Linux kernels. Having sat in his closet for quite some time, this would give the camera another chance at usefulness. Unfortunately, the driver doesn’t include framerate selection and color correction so he set about writing a patch to control the color settings. As you can see above, his success greatly improves the image quality you get from the device.

We get the feeling that the camera peripherals for Sony’s gaming devices seem like a good idea but don’t have much staying power as a realistic gaming interface. With contributions like [Max’s], they can be re-purposed. The PS2 had its own, the EyeToy, which has long enjoyed driver support for Linux. The NUI Group does a lot of work with multi-touch and recommends the PS3 Eye for use with their projects because they’re inexpensive with high frame rates and decent picture quality.

Great work [Max]. It looks like he’s sent this patch upstream to be considered for incorporation into the kernel’s webcam module.

Careless With Your Jailbreak? You’ll Get Rickrolled

iKee-Rickrolling-iPhone-Worm

Here’s further proof that you should understand what it is you’re doing when you go to hack your handheld. Jailbreaking an iPhone has been made quite easy to the point that a lot of folks do it without reading any of the accompanying documentation. Those who didn’t heed the warning to change the default SSH password on a Jailbroken phone might get a bit of a surprise. A worm has been unleashed that finds Jailbroken iPhones and changes the background image to a picture of [Rick Astley]. That’s right, they’ve been Rickrolled.

It’s a clever little devil that propagates by grabbing the IP address of the iPhone it is currently on, then testing all of the IP address in that family to find other devices using the default password. Luckily this worm’s activities are not what we’d call malicious. It doesn’t format the root or create a cell based bot-net (that we know of). This would be akin to the antics of searching Google for unprotected installations of MythWeb and setting some poor schmuck’s MythTV to record every infomercial ever. The point is, this could have been a lot worse, but the attack is predicated on stupidity. In our digital age, why are people leaving default passwords in place?