Puppet Circuits

This isn’t a specific project, so much as a pointer to a budding new site. Puppet Circuits is the project of [Raphael Abrams], one of the co founders of NYC Resistor. As you can probably guess, he has been posting about the circuits he uses in his animatronic puppets. I faces all kinds of problems since may of the systems are to be worn and have to endure some pretty rough treatment and still perform well. Very interesting stuff to read about.

Augmented Reality Glasses

Augmented reality is a pretty neat thing but we don’t want to live our lives staring at a smartphone as we walk around. [F00] didn’t either so he built these augmented reality glasses. You can see a hole in the middle of the glasses where he added a webcam. The camera captures the image in front of you, processes it through augmented reality software, then sends the image to the wearable display that makes up the body of this hack. Integrate this into the head-mounted Linux hack and you’ll be able to ride your bike around the real world with your blast shield down instead of being tethered to your trainer in a virtual universe.

I’m One Step Closer To Azeroth

While looking for a way to injure his neck and live in the World of Warcraft all at once, [Gavan Woolery] came up with the idea for this virtual reality setup. That monitor, residing just inches from his eyes, is putting out 1080p at 120Hz. His plan is to pair up the motion sensing seen in the video after the break with an NVIDIA 3D Vision Kit for something close to total immersion.

To be fair, [Gavan] never mentions WoW, but we all know where this is going right?

Continue reading “I’m One Step Closer To Azeroth”

Reboot Life In A Heartbeat

This hoodie senses your heartbeat and uses it to control Life. Conway’s Game of Life, popular in all kinds of electronics projects, uses a grid of cells coupled with a set of rules to mimic the life and death of simple organisms. This iteration displays the game over your own heart, then taps into your heart rate, resetting the game at the beginning of each cardiac cycle. We guess you could say that Life goes on only if you do not.

The EKG circuit that detects the heartbeat is made up of an IR transmitter shining through the tip of your finger to a receiver. An ATmega168 running the Arduino bootloader controls the EKG circuit and resets an ATmega48 which is responsible for Life. [Joe] admits that this is overkill but he’s currently without an AVR programmer; he went this route to make it work. The stylishly-geeky hoodie is taken for a test run (er… test-hop?) after the break.

Continue reading “Reboot Life In A Heartbeat”

HMD Upgrade

[Banfield Design] has put together this instructable on how to upgrade or re build a head mounted display to be more immersive and add features.  Though you can already buy glasses style viewers for your media devices, they can use some upgrades. For one, you have to supply your own sound, and putting headphones on, over bulky glasses can be painful on your ears. Another area that could use improvement is the light that comes in around the glasses. The current trend is to make them as small as possible, but that tends to let your peripheral vision see the outside world. [Banfield design] wanted to make them more immersive, so he built them into some ski goggles. This not only helped block the light, but allowed for an over the ear style headphone assembly which is much easier on the ears.

A functional improvement came next, by adding a webcam front and center. He could now switch between a live feed of his environment and whatever other inputs he wanted. This could be really fun with some augmented reality. He has a list of future improvements, but he doesn’t mention adding a second camera for stereoscopic viewing of his surroundings. Why would you do that? because it would make augmented reality much cooler.

Stroke To Unlock

If you’re into embedded clothing this stroke sensor is for you. As demonstrated in the video after the break, stroking the threads in a particular direction will create a circuit that senses and, in this case, turns on an LED. The concept uses two conductive buses on the back of a piece of neoprene. Conductive and non-conductive threads are then  added for a furry or bristly finish. When stroked perpendicular to the power buses the conductive threads come together and form a circuit.

For some reason this just seems a bit creepy to us but perhaps that’s only because we haven’t come up with the right application for the technology. We’re pretty sure that a sweatshirt with an LED marquee and a “hairy” back that you stroke to illuminate is the wrong application.

Continue reading “Stroke To Unlock”

Bluetooth Bracelet Hacked

[Jeffery] hacked the Bluetooth standard in order to use this bracelet as a custom display. He took up our challenge to hack the device when we first saw it back in February.

In order to display his own messaged he looked into how the HFP is implemented in the Bluetooth stack. The details are shared in his readme file but it goes something like this: The Bluez package needs to be compiled with a dummy backend that is not phone-specific and that will then allow external manipulation of the data being sent. This provides something of an API that a Python script can manipulate. His proof-of-concept allows for the script to be called with the message you want displayed as the command line argument. This should be simple enough to incorporate for just about any purpose that suits your fancy. Unfortunately, messing with the Bluetooth package in this way makes it impossible to use other devices with your phone, but that’s a hack for another day.