hi there, i got problems about connecting ti ads1115 to arduino uno.
scl is on analog 5, sda is on analog 4 vdd is on +5v, adr is on gnd.
i dont know where is the problem (used http://www.i2cdevlib.com/ ads1115 library)_
Initializing I2C devices...
Testing device connections...
ADS1115 connection failed
Analog input #1 counts = 0 Voltage = 0.000000 Hit any key to continue
Well the OP seems to have gone away but meanwhile - John, any particular reason to recommend 4k7? I ask because the TI data sheet, figure 23 sample schematic shows 10k. But then, it also shows a 3.3V Vcc.
I have the breakout board for the ADS115 and a using the sketch from RetroLefty. edit with one change, uncomented this line
const int comparatorMode = 0x0003; //disable comparitor
I have the wiper of a 10k linear pot connected to Analog Input 0 and the centrepoint of a 10k-10k voltage divider between Vcc and GND connected to Analog Input 1, using the device in differential mode. edit: the pot is wired correctly, I have used it on the Arduino built-in ADC with the expected results. The breakout board s getting power, the red LED is lit.
I'm getting a constant output value regardless of the pot setting:
Analog input #0 raw = 72 Millvolts = 13 Hit any key to continue
This is my circuit (10k pullups on SDA and SCL, ADR pulled to ground, 0.1uF decoupling cap):