Hi,
increasing of R1 to 1MOhms gives higher signal, but also gives higher noise.
probably the "noise" you see is influenced mains AC voltage.
What to do to improve what is called "signal to noise ratio"?
* Place a filter to avoid mains frequency influence.
* use a battery powered measurement tool (instead of wall adapter) so that no mains connection and no earth connection influences your signal.
* use a fixed ADC samplerate with an integer multiple of mains frequency and calculate the average of your ADC readings within one mains period (and lower your C1)
--> example: Mains frequency = 50Hz: use samplerate = 16 x 50Hz = 800Hz. take an average every 16 ADC readings. This filters out mains frequency.
The best way i see is:
Generate your own frequency as testsignal and correlate the ADC signal with this test signal.
So the mains frequency can not influence your test anymore.
It isn´t that difficult as it seems....
BTW: place a low leakage diode from GND (A) to ADC input(C) and another one from ADC input(A) to VCC (C)to protect your ADC input from ESD. (A)=anode, (C)=cathode
Hope that helps
Klaus