ENGR 103 Final Project

For my final project I chose to use a 10K thermistor to measure the temperature of my room over a 6 hour period of time. My code reads temperature values from an analog pin and performs temperature calculations. It starts by defining various variables to store the temperature readings and calculations. From this, it is able to store data over 10 minute periods and print it out when my millis() function reaches 600000 milliseconds. My code also stores the max and min values that I have gained from the data I had gathered and prints this out every 10 minutes as well. My rolling average keeps my data over the whole period and prints out that data every 10 minutes. From all of my data I was able to see my room rise in temperature from around 4-5 and then decrease after that until the temperature of my room stabilized at around 73-74 degrees Fahrenheit. The biggest conclusion I came up with was that my room did not change temperature a whole bunch and sat around 74 degrees that whole day.

0 Lifts 

Artifacts

Name Description
Project Video A video of me explaining my code for my final project   Link
Project Code This is the code for my project   Download
Project Data and Graph This is the data and graphs for my final project   Download