2020-07-24 01:19 PM
Hi,
long time, no see, so greetings to all!
When implementing touch sensors, can I use the PCB silk screen as "panel", i.e. omit the glass/plexiglass panel?
It is for a private project, the unit will be infrequently used in lab environments.
Obviously there are issue like silkscreen and silkcreen print wear (which might be disregarded for the intended use case), but would it basically work?
Any experiences or caveats are highly appreciated.
BR Martin.
2020-07-26 10:03 AM
Yes, it should work. Omitting the glass layer and putting the finger directly on the PCB actually makes it easier to detect touches. You might have to adjust some threshold values and that is all.
2020-08-18 07:11 AM
Keep in mind ESD side effect (carpet, synthetic,...).
Best is to put a resistor between mcu io's and copper-sensor/finger. Details in AN3960.
Rgds.
2020-08-18 07:36 AM
2020-08-18 09:45 AM
This will increase parasitic capacitance and reduce sensitivity.
Nevertheless, on MCU side, R15/18/19/21 gnd plan is too close from signals in 4th places.
See modification proposal in light-blue.
For R15/R18:
For R19/R21:
2020-08-18 09:49 AM
Ok. Got it. Thanks for your effort. Highly appreciated!