Other Parts Discussed in Thread: SYSCONFIG,
Hello,
I would like ask about HDC2010 temp and humidity sensor testing. I used a library from TI SysConfig (https://dev.ti.com/sysconfig/index.html?product=ascstudio&module=/ti/sensors/humiditysensor/HDC2010) to create a program code for this sensor, so now it reads temperature and relative humidity values and reacts to their changes.
I would like to ask if it is possible to adjust the accuracy of measuring temperature and humidity? For example it does not matter right now if I use hdc20100TempAsFloatCelsius or hdc20100TempAsIntCelsius variable as it always returns integer value (without point) such as 27 or 28. I would be grateful if you could help me to solve this problem.
Also, I compared temperature and relative humidity measurements of HDC2010 sensor and other temp monitor. It seems that HDC2010 shows too high temperature (29 Celsius) when temp monitor shows 26.7 Celsius at the same place and moment. Opposite result is received then measuring relative humidity because HDC2010 shows too low value (24 %) while monitor displays 31 %. I know that it should not be a hardware fault because I tried four HDC2010 sensors and they return practically same values. Maybe some temperature and humidity offsets have to be set when forming library for the sensor using Dev TI SysConfig section? For now I left it to be 0x00.
Thank you for your answers.