I am currently evaluating the ADS1015 but have been unable to receive an ACK on the I2C bus when sending the address byte 90h.
I am communicating with the ADS1015 using the NXP PCA9564 which communicates just fine with other ADC (such as the PCF8591) using I2C
I have tried various speeds (now set at 59khz)
ADDR pin is grounded, 3.3v to VDD, SDA and SCL to I2C bus with all other pins floating.
I have tried various pull-up values on SCL and SDA (now at 10K)
I currently have just one ADS1015 connected to the I2C bus going to the PCA9564
I am seeing from search results that there is a timing issue with the ADS1015 when used with some devices.
Do I need to adjust the pull-up resistors or take some other action (such as a I2C SMBus Accelerator)?
Is the ADS1015 more sensitive to power supply noise than other devices (with regard to I2C)? I have tried additional filtering.