I am trying to sample an AC signal of 3V peak to peak and 250Hz ( typical sinewave).
From the datasheet, I noticed that the input impedance (resistance) of a ADC channel is 2500 Ohms.
To be able to accommodate the negative peak of the signal I offset the ADC input by Vref /2 by using a 2x 1Mega Ohms voltage divider.
I tried first with a DC voltage (0 to 1.5V) and it works ok.
When I used the sinewave above, I could see on the oscilloscope that there was a distortion on the input signal specially the negative peak.
My understanding that the ADC impedance input has to be very high (not 2.5K) and this is my causing this issue.
My question is for this microcontroller or any microcontroller, do I need to put a amplifier (buffer) at the input of the ADC?
For now my signal conditioning circuit is just an resistive attenuator.
Regards,