Capacitive sensor sampling using nrf Connect

Hello,

I would like to program my nrf52832 board with nrf Connect SDK to sample values from a capacitive sensor and detect when it is touched.

I saw there is an example (csense_drv) in nrf5 SDK using comparator to do that, I tried to adapt the code in nrf Connect but I faced lot of issues. 

Is it possible to do it in nrf Connect? Which libraries should I use? 

Related