Hello,
I'm using the ADS1115 ADC with single ended input and in single conversion mode. I'm able to change the channels and read from the convert without issue. The problem I'm having is the ALERT/RDY pin does not go low after a conversion.
I'm doing my testing using the ADS1115EVM board connected a STM32F100RB discovery eval board via I2C.
My registers are configured as follows.
Config Reg HI 01XX0101 (note: I initialize the config reg with OS bit LOW then start conversion by resending Config HI and LO but this time with OS HIGH)
Config Reg LO 11100011
Lo threshold = 0x8000
HI threshold = 0x7FFF
I'm assuming the problem is with the configuration. I've been through the data sheet but don't see what's wrong.
What is the proper configuration of the registers to get the ALERT/RDY port to flag an end of a single conversion event?
Thanks,
Paul