STTS75 I2C No ACK from sensor
Hello ST Community,
Long time lurker, first time poster.
I'm having an issue with the STTS75 temperature sensor and I can't seem to figure this one out. Right now I'm just trying to pull the current sensed temperature from the chip; nothing fancy. I've followed the data sheet linked below for the recommended setup and when I realized it wasn't working with my STM32F207VG MCU I decided to move it over to an Arduino Uno for a little simplicity and isolation. Both devices do not seem to be receiving the ACK from the temperature sensor.
After a lot of troubleshooting I decided to load up an I2C address scanner on the Uno. Basically, it runs through addresses 0x1 - 0x73 looking for an ACK. I know the scanner works because when I plug it up to my LSM9DS1 I get ACKs on two addresses; same code, same Uno. For some reason it just does not seem to work with this temp. sensor.
I have two of these sensors and I've tried both with no joy. I've gone through the schematic multiple times, confirmed correct voltage to the sensor, continuity, O-Scoped the I2C bus and confirmed the address/clocks, etc. Though it is possible that both of these chips are bad, I find it hard to believe.
I'm looking for any help or suggestions. I've never had an I2C device give me so much headache.
Data Sheet:
