Other Parts Discussed in Thread: HDC2010
Hello All,
I have HDC2010EVM kit for HDC2010 sensor. My requirement was to have HDC2010 with MSP432. But I am facing issue with starting the conversion with Temp/Humidity from MSP432, as the HDC2010EVM comes along with the MSP430.
Below are my observation,
1. I am able to communicate and read manufacture ID and Device ID from sensor.
2. I am able to write to any Read/Write register and get the same data back.
3. The issue is with only "0x0F Measurement Configuration Register", where even if I write 1 to 0th bit (MEAS_TRIG) to start measurement, it's read as 0 immediately. All other register values are read correct which I wrote.
Suppose, Write(0x0F, 0x53), Read(0x0F) is yielding 0x52. 0th bit is clearing out. Due to this I am not able to start measurement.
Can we separate the sensor from MSP430, as shown below to make it work with MSP432? Can we do this?
If not, how to make nullify the program which is altering the sensor configuration with it's program? Can anyone suggest.
Any suggestion?