Part Number: HDC1080
Other Parts Discussed in Thread: MSP430G2744, , , MSP430F5528
Tool/software: Code Composer Studio
Hi guys,
I am trying to interface HDC1080 with MSP430G2744 and eventually display the temperature and humidity values, but the problem is how I am supposed to access HDC1080, in the datasheet of HDC1080 it is mentioned that for temperature the address is 0x00 and for humidity it is 0x01, but that is not working. since it is i2c interface I am using UCB0I2CSA = 0x40(sensor address) to address the slave but my question is though I am accessing the HDC sensor but how could I possibly access the temperature and humidity registers through i2c interface. Should I have to add the temperature register address value to the sensor address (UCB0I2CSA = 0x40 + 0x00)to get temperature reading ?