Hi,
I'm using the nRF52840 dev kit for a BLE-based application. I need to implement a capacitive touch button for detecting button presses and releases (no sliding). I only have 1 analog input pin connected to my sensor. I've looked at the nrf52-capsense-example project here, but it is based on SDK-12.
Is this still the recommended method to follow when only a single pin is connected to the touch sensor?
Are there any issues using this method along with BLE (SoftDevice S140)?
Is there any way to use the csense library in this configuration?
Thanks...
Brian