Part Number: TMP75
Other Parts Discussed in Thread: TMP1075
I have been trying to change the configured resolution from 12-bits to 9-bits.
According to the datasheet the resolution of the shelf should already be 9-bits, but after trying to read from the sensor I got 12-bit resolution even without any prior configuration.
I am writing 0x00 to the configuration register 0x01 after which I set the pointer register to 0x00.
After this I am reading the temperature register into 2 bytes but I consitently see bits 4-7 with value 1.
Just to check wether my configuration parameter was working I changed the polarity of Alert pin using configuration command 0x04 and connected an LED to te pin. This resulted in the LED lighting up.
Any ideas on why I am still seeing 12-bit resolution?