I'm currently making a device which use nRF52832 and that will integrate Capacitive touch feature. However, I'm actually a bit lost with this post: devzone.nordicsemi.com/.../
And this note : Due to erratum 84 (COMP: ISOURCE not functional), capacitive sensing using the relaxation oscillator method is not usable in a real product, as it will only work reliably in room temperature.
So here are the point I want to validate:
-
If I understand correctly, we can't use the COMP module and will need to use the ADC module which is used to implement RC charge timing method?
-
If so, is there an alternative that will only necessitate 1 pin per button ?
Thanks!