Capacitive Sensor driver wiring diagram?

Regarding the capacitive sensor driver with adc for nrf51 series, how am I supposed to wire my board for this to work?

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v12.0.0%2Fhardware_driver_csense.html

Parents Reply Children
  • No, you don't need capacitors. The capacitive sensor pad acts as the capacitor. We don't have any recommendation on the resistor value. You need to experiment and find a resistor value that works with your capacitive sensor (or calculate the RC time constant).

    Note that the capacitive sensor driver is quite basic and you should expect to put in quite a bit of effort if you want to use it in an end product in the real world (where conditions like humidity etc vary a lot). So for instance the RC time constant would vary, as the capacitance of the sensor varies.

Related