This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF51 Capacitive Sensing Output Value

What is the output for the capacitive sense driver example? ADC code? Voltage? Time?

For example, when the csense_handler function is called, the following line will print out the value to the terminal window but it's not clear to me what that value refers to.

NRF_LOG_INFO("PAD1: %d.\r\n", p_event_struct->read_value);


I've poured over the infocenter's documentation on the csense and csense_drv examples as well as the capacitor sensing library for SDK 12.3.0 and it seems like I'm just missing something obvious.

My ultimate goal is to back calculate the capacitance from the measurement but there isn't an equation for capacitance using the RC time constant method compared to the comparator method.

Parents Reply Children
No Data
Related