Step 11Temperature Calibration
Use
serial.println(thermVal1[4]);
to output values.
Average those values to get your X value, your Y value comes from the temperature reading off the digital multimeter.
Your first set of readings comes from under your arm, your second set from normal room temperature.
Once again solve th equations to get M and C
Y1 = M*X1 +C
Y2 = M*X2 +C
Update M and C values in the code:
#define TEMPERATURE_M 13.31
#define TEMPERATURE_C 188.1
| « Previous Step | Download PDFView All Steps | Next Step » |
![]() |
Add Comment
|

















































