3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

Mushroom Environment Control - Arduino Powered

Step 11Temperature Calibration

Temperature Calibration
This one is relatively easy, I used my Digital multimeter and got two readings, one from under my arm (this was after the shower!) and one at normal room temp. Yes it does look funny having two sets of wires protruding from your armpit.

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 StepDownload PDFView All StepsNext Step »

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
12
Followers
1
Author:anthony_p1234
I pass the time by involving myself in small projects and watching youtube political discussions. I am a jack of all trades and master of none, and am good up until I have to house a project in a box,...
more »