Hi, the main thread on my project is here, but I'm having some issues with my capacitive touch sensors so I thought I would ask in here.
My issue resolves around the capacitive touch sensors. The ttp-223 sensors i am using (connecting a Mega), with a copper ring soldered directly to the sensing pad, will sense through 1 cm of wood with no issues and trigger the corresponding leds. Unfortunately they (appear) to have an 'auto-calibration' function that runs every 7-8 seconds so after that time it stops being 'triggered'. From all of the searches I've done this seems to be a 'feature' of this model. If any-one knows a way to stop this or circumvent it in code I would be most grateful.
ttp-223 datasheet: ttp-223 datasheet
ttp-223 I have: version I have
I've bought a few AT42QT-1011 link from sparkfun to see if these would work as the datasheet suggests they stay 'triggered' for as long as something is sensed. I'm having mixed results. Some times it will stay triggered for as long as I touch the sensor with my finger and some times not. Also, I've tried adding an external pad of just copper tape so I can sense through the wood and this has the same mixed results (through the wood). Some times it stays triggered, some times it doesn't.
Any help on how to alter the TTP-223's to stay triggered or how to deal with it in code would be amazing also how do I build an external sensing pad for the AT42Qt-1011's that will both sense through wood and stay triggered?
Thank you all for you time.
Adam