Part Number: TMP1075
Other Parts Discussed in Thread: TMP1827, TMP114
I am using the TMP1075 temperature sensor on an ESP32S3 device kit via I2C. I have configured the sensor as follows:
-
Alert mode: Interrpt.
-
Alert polarity: Active low
-
High temperature threshold: 27°C
-
Low temperature threshold: 0°C
-
Fault queue: 1 (trigger immediately)
My current temperature reading is 28°C, which is above the high threshold, but the ALERT pin does not change state. I have confirmed that the I2C writes to the high/low threshold registers are successful, and reading back the registers shows the correct values.
I have connected a 10k pull up resistor to the alert pin since it is open-drain. My config register read value is 0x62FF.
Is there anything else I need to do to enable the ALERT pin?
