Issue:
I get from the SHTC3 Sensor always too high values. I get around 30 degree Celsius, but it should be around 20 degree Celsius.
Setup:
- Board: RAK5010
- Dev-Setup: Visual-Studio-Code + Arduino
Details:
I tried like in the example of Arduino-on-RAK5010 and also wirh the SparkFun_SHTC3 libary like in this example wisblock-shtc3-example.
is it possible that it has something to do with:
- wrong/different voltage or wrong calculations (dont understand the calculations
-45 + 175 * ((float)T / 65535)
from SparkFun and(T)*175/65536.0 -45.0
from arduino-on-RAK5010 ) - waste-heat of modem or processor
someone has an idea about this issue ?