Physical Tone Matrix

[Andrew Jenner] pulled off something amazing with this Physical Tone Matrix. He wanted to build a physical version of a flash applet he had seen. Two layers make up the main user interface. The top layer is a sheet of acrylic that acts as a touch interface and below there’s an LED matrix. [Andrew’s] touch interface uses wires running throughout the acrylic as contacts which are polled via transistor pairs. As you can see in the video after the break it works well and we like the fact that there’s a tactile component (due to the bumpy wires) you don’t get when working with a touchscreen.

The 16×16 grid of LEDs on the bottom layer correspond to each ‘button’ on the touch matrix hand have some extra functions such as playing Conway’s Game of Life. This fantastic build still has a couple of kinks to work out, most notably the interference in the audio circuit, but we’re quite impressed at what he’s achieved quickly. Plus, this is more economical than a monome and larger than some of the monome clones we’ve seen.

Continue reading “Physical Tone Matrix”

Ground Your Car To Make It Go

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

This security system called G-spot requires that you touch a special place on the car prior to attempting to start it. This is pretty slick as it could be completely un-obvious and doesn’t require any special fobs or minor surgery. With the right placement, no one would ever notice that you had touched it.

[via HackedGadgets]

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”

Make Any Gloves Work With A Touch Screen

The chill of autumn is upon us, and with it comes the awkward sport of trying to work touch-sensitive phones and gadgets with gloved fingers. One can try toughing it out with fingerless gloves, or we’ve seen some costly solutions in the forms of specialized gloves and capacitive-compatible styluses, but sometimes simple is best: all it takes is a few stitches of conductive thread in the fingertips.

Conductive thread is available from various sources; SparkFun Electronics comes naturally to mind, but most vendors carrying the LilyPad Arduino will stock a suitable thread as well. Don’t fret if you’ve never sewn before — just a few simple loops are required, and it doesn’t need to be especially tidy. In principle this should work for trackpads and capacitive mice as well, if you use those in the field. For multitouch devices, add a separate conductive bit to each fingertip.

[via Lifehacker]

Easy Touch Capacitance

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

[Humberto] from NerdKits is one of our favorite tipsters. We like how he can take a concept that seems so extremely complicated, in this case touch capacitance sensing, and present it in a clear and concise manner thats impossible to not love. As previously mentioned the most recent NerdKits hack is on touch capacitance; by using a resistor capacitor pair and some clever switch timing, anyone is able to detect the presence of a human limb. Now who’s going to be the first to adapt this concept further in their own hack?

Touchpad And VFD Hacking

p2 (Custom)

[Agent420] brought up this touchpad and VFD hack in the comments on our capicitive sensor guide post. He had broken dell laptop from which he harvested the touchpad and an HP laserjet that contributed the VFD. Though the touchpad communicates using standard PS2 protocol, he wanted to use it with his Atmel 8535 AVR which required him to write some custom code. In the picture above, you can see the VFD displaying the coordinates of his finger. You can download his code as well as the spec sheets for the different pieces on the project thread.

IPhone Linux

[vimeo 2373142]

Embedded above is a demo video of an iPhone running a Linux 2.6 kernel. The iphone-dev team has created a new bootloader called OpeniBoot. The bootloader lets you boot into a Linux console, which you can talk to over a USB serial device. They’ve got busybox working, but there is no touchscreen support yet. The instructions are not that difficult and include how to back up your settings. It works on first and second gen iPhones and first gen iPod Touch. This is a very early port, but the future is wide open… Android iPhone?