Any Ideas for a cheap touch sensor??????
Hi all,
Currently, I'm working on a project where it would be nice to have a cheap touch sensitive switch. So, I looked at mister_e's entry about a touch sensor.
http://www.picbasic.co.uk/forum/showthread.php?t=2671
I think it's a very clever idea, but there is a problem, I can't make it to work. I'm using the same set up as Mister_e with a different pic. I'm using a pic16f84 at 4 MHz, the same frequency that uses mister_e's pic. I have tried different combinations of resistors and I have added some capacitors but still it doesn't work. I can't find anything in the specs that would help.
When using an oscilloscope I can see the input signal at the input ports goes lower when touched by a finger but apparently not low enough to read a zero.
Does anybody have any ideas on how to make this work? Probably adding an op-amp or a pnp transistor would do the job.
Any ideas or comments?? Thanks.
Robert.
Re: Any Ideas for a cheap touch sensor??????
You might also continue to look for the Atmel Qtouches. I've used them many times even recently and never paid more than ~$1 per chip. Checked Digi-Key... $.78 - $1.01 single price. Biggest issue is I don't think the come in DIP package anymore...
Re: Any Ideas for a cheap touch sensor??????
See the other basic site Touch interface for a proven design.
The code is simply loading an array with AD readings, sorting high to low, retaining all but the highest and lowest and then averaging to determine the final reading.
The hardware is two leads the sensor and the driver.
See Microchiphip AN1286 as the sensor and driver code is almost identical with above post.
Norm