I am using ADS1115 with Arduino Micro with differential mode between pin A0 and A1.
I have connected A1 to ground. Since A0 can be either positive or negative from a sensor but between -200mV to +200mV.
I have Vdd=5V and PGA gain set at 16x.
What is the maximum voltage level that can be connected at A0 pin ?
Can A1 be connected to ground in differential mode ?
It was working good before. But suddenly Arduino fails to initialize ADC.
Read the data sheet, particularly the absolute maximum rating section. You cannot have a negative input more than gnd-0.3V. The difference between inputs can be negative as long as the inputs are between gnd-0.3 and Vdd+.03. I don't know how it behaves at those limits - it may work or it may just not blow up.