I have to implement ADS1115 -16 bits 4 channel ADC - to photodetector circuit for measuring different voltage values with different light levels.
My connections like: ADS 1115 SCL to Arduino Uno A5,
ADS 111r SDA to Arduino Uno A4,
Arduino Uno 5V to ADS 1115 VDD,
Arduino Uno GND to ADS 1115 GND,
and photodetectors terminal to ADS 1115 A0 pin for measurement.
But I have seen same default voltage level all time with different kind of codes for Arduino Uno. For example, if my code is like " multiplier = 0.1875F" I have seen -0.19V all the time.
I tried my circuit without ADS 1115,I have used standard serial resistance and voltage measurement of Arduino than I can measure the changes of resistance and voltage due to light difference.Thats why I know my circuit components are not broke.
Can some one help me to solve this problem?