0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #45 on: December 14, 2009, 06:57:32 pm » |
I would like to try this, but a bit about my application.
I'm trying to create a midi bend up and midi bend down plate on either side of the right thumb for an "Electronic Wind Instrument" application.
What I need is for each of those sensors to return a value of 0 - 128) smoothly, as a function of how much skin is touching a piece of copper about a 1/2" square. No skin contact needs to equal 0, and then as the thumb is rolled slowly onto the capacitance sensor, I need a smooth rise up to 128.
Is this even possible? Because I will not investigate this further if it is not even possible.
CD
Thanks.
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #46 on: December 15, 2009, 07:21:50 am » |
It is relatively easy to measure the distance of someone's hand away from the sensor and map that value from 0-128 but it is not very easy to do it for the amount of skin touching the 'pad'. The capacitance measured would be very small differences so it would need to be very accurate. This would then change from person to person and humidity etc.
I think you may be better off with a force sensor...
Mowcius
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #47 on: August 04, 2010, 09:49:37 am » |
Hi, I was to ask please how do I get the output to an LED or how do I observe the output
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #48 on: August 04, 2010, 03:16:14 pm » |
This looks remarkably like spam. Maybe we'd better watch it.
If not, then I don't understand the question and this isn't the right place to post it.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #49 on: August 10, 2010, 11:03:24 am » |
Hi, I have done this experiment on capacitive sensing using the available codes on this page. Can anyone tell me how to convert the signals to the motion of a cursor on my computer so that when I move my hand around the cooking foil (sensors) the cursor will also move. Same as a mouse motion 
|
|
|
|
|
Logged
|
|
|
|
|
Humboldt, CA
Offline
Full Member
Karma: 1
Posts: 220
Arduino BBB
|
 |
« Reply #50 on: August 18, 2010, 11:04:37 pm » |
I just want to say thank you! I've been playing with this, it's quite interesting taking measurements of various things and testing different sized sensors. Eventually it'll find it's way into a paranoid robot that runs away when you try to pick it up 
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #51 on: August 19, 2010, 12:09:49 pm » |
Bobnova, please can you give me an idea i don't have the slightest idea on how to make the magic work 
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #52 on: August 19, 2010, 02:25:03 pm » |
please can you give me an idea i don't have the slightest idea on how to make the magic work I'm sure you told me you had it working with the one sensor? Then just add another, get it to send serial and then use some software on your computer to convert it into very innacurate mouse movements. Mowcius
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #53 on: August 19, 2010, 03:11:09 pm » |
Ok thanks mowcius. where do i connect the second sensor to
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 6
Arduino rocks
|
 |
« Reply #54 on: August 19, 2010, 03:12:20 pm » |
sorry, i mean what pin on the ardiuno do i connect the second sensor
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #55 on: August 19, 2010, 03:47:49 pm » |
Which ever pin you like.
You then just have to add it in the code.
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 4
Arduino rocks
|
 |
« Reply #56 on: December 05, 2010, 10:45:01 am » |
Hello all,
I am currently working with the CapSense library to create capacitive sensors with Arduino. I managed to make some sensors (made of copper wire) work but I will need 16 sensors (there are no enough digital pins for that). Does anyone have experience with using a 4051 or 4067 analog multiplexer with capacitive sensing?
Thanks in advance.
PS. The sensors do not have to output super-precise values.
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #57 on: December 05, 2010, 11:57:52 am » |
there are no enough digital pins for that There are. You can use the analog input pins as digital pins too. Numbered 14-19
|
|
|
|
|
Logged
|
|
|
|
|
0
Offline
Newbie
Karma: 0
Posts: 4
Arduino rocks
|
 |
« Reply #58 on: December 05, 2010, 03:36:38 pm » |
First of all, thanks for the fast answer.
It might be a solution, I'll try it with the analog pins. There is only one drawback left: I still have to run a led driver that takes up 5 digital pins (13, 11, 20, 9, 4). Anyhow, I cannot avoid using a multiplexer, I hope someone has experience with that.
|
|
|
|
|
Logged
|
|
|
|
|
North Yorkshire, UK
Offline
Faraday Member
Karma: 104
Posts: 5531
|
 |
« Reply #59 on: December 05, 2010, 03:45:13 pm » |
I hope someone has experience with that. They're not too tricky but I would suggest using the LED driver through the multiplexer as the capsense library may be a pain to use through one.
|
|
|
|
|
Logged
|
|
|
|
|
|