Offline
Newbie
Karma: 0
Posts: 10
|
 |
« on: July 25, 2012, 09:14:12 pm » |
Hi! I was just trying to research how to make a three-dimensional object completely touch sensitive without using external devices like hd-cameras or infrared cameras. The object is made of metal and completely conductive. Capacitive sensors? Piezos? Any idea? My aim is to built a sculpture with artificial intelligence that interacts emotionally and sensually with the observer. The touch sensibility would be an important element amongst other forms of intelligence and emotion tracking. This is the whole project: http://vvvv.org/forum/community-projectThank you in advance for your help!! Valentin
|
|
|
|
|
Logged
|
|
|
|
|
Yorkshire England
Offline
Sr. Member
Karma: 1
Posts: 253
Arduino good init
|
 |
« Reply #1 on: July 26, 2012, 06:39:07 am » |
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 10
|
 |
« Reply #2 on: July 26, 2012, 07:21:07 am » |
well, the metal-surface I am going to use is already conductive. the question is rather how to detect - 1)if it got touched (simple capacitive sensing) 2) where exactly the three-dimensional surface got touched (the main problem!). mabe also 3) how it got touched ( http://www.disneyresearch.com/research/projects/hci_touche_drp.htm) The second and third task cannot be performed onboard, I will trie to use PureData fot that. Thanks for replies!
|
|
|
|
« Last Edit: July 26, 2012, 07:30:33 am by starsraindown »
|
Logged
|
|
|
|
|
Montreal
Offline
Edison Member
Karma: 18
Posts: 2227
Per aspera ad astra.
|
 |
« Reply #3 on: July 26, 2012, 07:37:20 am » |
How big object is? I'm thinking to wrap it in many FSR.
|
|
|
|
|
Logged
|
|
|
|
|
Boston Suburbs
Offline
God Member
Karma: 14
Posts: 955
I am above your silly so-called "Laws", Mister Ohm.
|
 |
« Reply #4 on: July 26, 2012, 08:55:10 am » |
Hmm..
I am wondering if there's maybe a way you could coat it with something similar to graphite, followed by a conductive paint, followed (probably) by some type of flexible layer to keep it all tidy. Pressure on the outer paint surface compresses the graphite, creating a resistance. I think there's some way you could set it up to work as a "sheet" wrapped around the surface, then using the resistance taken from several locations on the perimeter, maybe there's a way to calculate location. Of course, multi touch would immediately mess it up.
So, how about you paint on a graphite layer in smaller areas, then conductive, then sealant top layer.. creating individual variable resistors?
Graphite may not be the right stuff, but the idea is the key. For some reason, Zinc Oxide comes to mind, from some science demo from youtube or some nonsense.. I don't know if Piezo would work, as they usually are for knock sensors, I am not sure if they produce any type of variable continuous output that could be used to measure force, like a strain gauge..
|
|
|
|
« Last Edit: July 26, 2012, 09:20:43 am by focalist »
|
Logged
|
When the testing is complete there will be... cake.
|
|
|
|
Boston Suburbs
Offline
God Member
Karma: 14
Posts: 955
I am above your silly so-called "Laws", Mister Ohm.
|
 |
« Reply #5 on: July 26, 2012, 09:01:36 am » |
Also a quick search of ebay turned up these: http://www.ebay.com/itm/FSR400-Force-Sensitive-Resistor-Force-Sensor-/220923419046?pt=LH_DefaultDomain_0&hash=item33700fd9a6 Looks like the perfect thing, even looks like it's flexible tape mounting. Get yourself a bunch of these or similar.. same idea as making your own, 'cept someone else who knows how to do it, did it. Expensive if you need a lot of them though..
|
|
|
|
|
Logged
|
When the testing is complete there will be... cake.
|
|
|
|
Boston Suburbs
Offline
God Member
Karma: 14
Posts: 955
I am above your silly so-called "Laws", Mister Ohm.
|
 |
« Reply #6 on: July 26, 2012, 09:12:34 am » |
|
|
|
|
|
Logged
|
When the testing is complete there will be... cake.
|
|
|
|
Yorkshire England
Offline
Sr. Member
Karma: 1
Posts: 253
Arduino good init
|
 |
« Reply #7 on: July 26, 2012, 01:29:02 pm » |
mm, it would be easer if it was made of some kind of plastic. Then you could just paint multiple conducive areas in it. I think you might run into problems if you have to many, Atmel do a chip for multi dimensional conductive arrays and it sorts out a lot of the cross talk for you. I am going to tackle one when i have the time, i thought of using transparent conducive plastic layered with non conduction transparent plastic and then all put through a laminator to make transparent-ish conductive switched. Anyway your object is metal mmm. lot's of small microphones and some fancy code? piezo microphones stuck to the inside?
|
|
|
|
|
Logged
|
|
|
|
|
Boston Suburbs
Offline
God Member
Karma: 14
Posts: 955
I am above your silly so-called "Laws", Mister Ohm.
|
 |
« Reply #8 on: July 28, 2012, 12:51:12 pm » |
The load cells are metal, but the pressure sensitive resistors are flexible thin film.
|
|
|
|
|
Logged
|
When the testing is complete there will be... cake.
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 10
|
 |
« Reply #9 on: July 28, 2012, 07:04:10 pm » |
great, thank you all for you ideas. i will have to figure out now if I want some really sophisticated solution with with a lot of coding and stuff or just to try to make it as simple as possible. conductive paint would definately be a pretty simple and convenient solution. but If it is possible to create a whole metal sculpture out of a square (or rectangular) base surface, capacitive sensoring would probably be possible. (it would be like a folded touchscreen). it is also a very "organic" way of sensoring, considering that the nervous system also works with electrical impulses & fields.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Faraday Member
Karma: 16
Posts: 3220
20 LEDs are enough
|
 |
« Reply #10 on: August 17, 2012, 04:10:06 pm » |
phase array microphones inside?
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Sr. Member
Karma: 0
Posts: 433
"In this house, we obey the Laws of Thermodynamics" Homer J. Simpson
|
 |
« Reply #11 on: September 05, 2012, 05:53:43 pm » |
2) where exactly the three-dimensional surface got touched (the main problem!). That does sound like the main problem to me. The only solution to this problem that I know of is skin, either nerves in skin or hairs attached to nerves in skin. You should define the size of your object and the resolution of touch you want to detect. My gut feeling is that flexible conductive hairs would offer the best solution, but how you would fabricate something like that I have no idea.
|
|
|
|
|
Logged
|
|
|
|
|
Offline
Newbie
Karma: 0
Posts: 10
|
 |
« Reply #12 on: September 13, 2012, 03:24:07 pm » |
|
|
|
|
|
Logged
|
|
|
|
|
|