Hi,
just bought this kit and connected an K8067(premounted) temerature sensor on it. can read the temperature. Question:
1 .is it normal that VR1 gets hot when i just connect it to the pc? its not super hot but its almost difficult to hold my finger on it.
So what does this VR1 in big lines? is it used for the conversion AD/DA? or is it for power ?
CurrentTemperature = Math.Round((((101 * _input1) / 1024) - 23), 1);
Is this correct for c#?
Manu