Have you used one? Which one did you use? Was it reliable?Many PIC's offer that. Minimal programming needed. There are also dedicated devices like CAVxxx, if they are still available.
Need to have a read the link.What are the environmental conditions of the buttons/operator for the device and what is the desired sensor technique?
https://www.microchip.com/design-centers/capacitive-touch-sensing
Yes, I've designed capacitive touch systems with PIC controllers. The key is to correctly design the sensor for the application as the controller hardware and software is pretty standard today. Personally I like some sort of tactile feedback for Industrial control so it's usually not my first choice.Need to have a read the link.
Have you used one? If yes, was it reliable?
I used the CAV414 several years ago. Apparently, it is no longer available, but the CAV424 and CAV444 are available (https://www.analog-micro.com/en/products/ics/cuconverter/ ).Have you used one? Which one did you use? Was it reliable?

These videos are about 9 years old too.Interesting. My project was more than 10 years ago. The term used at the time was "capaciflector". The NASA papers I saved don't have a citation link, but here is one to Stanford's: http://www-cdr.stanford.edu/Touch/previous_projects/capaciflector/capaciflector.html
Here's the test sensor I built:
View attachment 185524
Worked fine for my hand, but not for the 3/16" diameter rod I needed to detect. Ended up using reflected IR.
Do you have any resource on how to design the sensor correctly?The key is to correctly design the sensor for the application
I like mechanical switches and knob too, but this is not my choice.Personally I like some sort of tactile feedback for Industrial control so it's usually not my first choice.
Absolutely agree.Never as reliable as a switch- just the facts.
Here's the full report that I followed and its bibliography. Unfortunately I cannot find current links to them. I used both the op-amp amplifier and CAV414 in different iterations as I was unfamiliar with MCU's at that time.Do you have any resource on how to design the sensor correctly?
Better depends on what you need and what you have as they both use the same physics of change in capacitance.It looks like there is two ways to detect a finger (or other object):
So which way is better? I am guessing using method 1 is better, as it doesn't rely on a good ADC?
- One is using the Csensor to form an oscillation circuit, and use an MCU to get the count
- The other way is using an constant current source to charge the Csensor, then use ADC to read the voltage.
As nsaspook said, "better" is subjective. Do you need to detect a "finger" or something of similar size and mass that is not a finger, e.g., a hot dog?It looks like there is two ways to detect a finger (or other object):
So which way is better? I am guessing using method 1 is better, as it doesn't rely on a good ADC?
- One is using the Csensor to form an oscillation circuit, and use an MCU to get the count
- The other way is using an constant current source to charge the Csensor, then use ADC to read the voltage.
PS: I am not intend to design the circuit from scratch, I just need to understand which way is better for my application.
Thanks for the files, it helps me a lot to understand the basic operation principle.Here's the full report that I followed and its bibliography. Unfortunately I cannot find current links to them. I used both the op-amp amplifier and CAV414 in different iterations as I was unfamiliar with MCU's at that time.