Other Parts Discussed in Thread: ADS1015
Dear sir,
I have interfaced the ADS1115 adc with ESP32. I am using it for single ended, FSR = +/- 2.048, Single shot mode. I operated the device all SPS.
My observation is that the counts that I get from the ADS1115 change by 16 and not by 1.
By this I mean that even that the resolution of the ADC is 16 bit, the lower 4 bits are always zero.
For example : if the conversion counts are say 28304(0x6E90) for 1.7647V than by varying the input (even if the least count is 62.5uV/count) by minimum +/-1mV I get the counts change to 28320(0x6EA0) or 28288(0x6E80).
I am confused why is that so.
I tried using ready drivers for ADS and also wrote the driver myself. But even then I am facing the same problem.
Kindly, suggest whether I am wrong somewhere or I am missing something.
Awaiting your reply.