Replicating The Fancy Touch Sensor That Uses Anything

[Sprite_tm], a name many of you will recognize from these pages, has wasted no time in replicating the latest cool thing in a much simpler fashion. En Garde is a touch sensor that can detect up to 32 different points of contact on… whatever you use as the surface.  He couldn’t sit idly by and let the Disney funded one from yesterday keep the spot light. As you can see in the video, it works pretty well. If he didn’t tell you that his can only detect up to 32 points as opposed to the 200 of the other, you probably wouldn’t even notice the difference.  Of course, [Sprite_tm] also shares how you could easily beef his up to be even more precise. You can also download his source code an schematics from his site and give it a try yourself.

Continue reading “Replicating The Fancy Touch Sensor That Uses Anything”

Simple Touch Sensor And Other Lessons

[HankDavis] sent along this link to a video showing a tutorial on how to make touch sensors using a “darlington pair”. In the video we are taken through the idea and how we’re going to construct it.  [Thad]explains in detail how this works in simple terms and illustrates it clearly. Unfortunately they don’t show an actual constructed system, but this is so simple you could toss it together quickly and see for yourself. This is a great lesson on how to get a simple touch sensor into your projects. This video appears to be one of a series of class visuals, and you can find several others on youtube under this account.

Continue reading “Simple Touch Sensor And Other Lessons”

Touch Screen Using Range Sensors

This touch screen relies on measurements from two range finders to track your finger as you press buttons. [James Alliban] put this together as his first Arduino project. We’re familiar with [James’] background because of his informative augmented reality business card. As the Arduino picks up data from the range finder it sends it to a Flash script that is running on the PC.

As we watched the video after the break a lot of questions came to mind. What kind of angle do these Ping sensors have? Will there be interference problems if they were placed perpendicular with each other? Would you get more accurate data if they were not both on the top of the screen? For now this is just a preliminary experiment, but we like the concept and may give it a try ourselves.

Continue reading “Touch Screen Using Range Sensors”

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]