3.1 Differential Signal Measurement
The ADC peripheral of the PIC16F17146 and PIC16F18146 families of microcontrollers supports a Single-Ended and Differential Measurement mode. The modes are configured using the ADC Input Configuration (IC) bit of the ADCON0 register.
The simple and most widely used analog sensors provide single-ended signals, which occupy only one analog microcontroller input per sensor. There is a large selection of available sensors in case of single-ended measurement. The simplicity and ease of use come with a few challenges, such as the sensors being sensitive to noise along the analog signal path and to common-mode noise on the ground and reference voltage levels of the microcontroller. The signal path between the sensor and the microcontroller should be as short as possible to minimize noise and ground-level differences.
Refer to the Differential and Single-Ended ADCC whitepaper for more details regarding both modes.
Below are the application examples showcasing the usage of the ADC in Differential Measurement mode.