Final Assignment Measuring temperature of a room

Arduino

This Arduino program uses an ESP32 board, 10k Thermistor, and a 10k resistor. The program is designed to measure and record real-time temperature readings and allows the user to request a summary of the data captured by typing in 's' or 'S'. The summary includes the highest, lowest, and average temperatures in the time the program has been running. With the summary, a list of 10 minute averages will be printed from the last 24 hours. The data measured in the project is the temperature of my dorm room over an interval of 24 hours. After the program ran for 24 hours the highest temperature recorded was 92.4 degrees Fahrenheit, the lowest was 78.53 degrees Fahrenheit, and the overall average was 87.02 degrees Fahrenheit. The long list of 10 minute averages consistently stayed to be around 85 to 89 degrees with little to no changes. The conclusion that can be drawn is that the temperature of the room seems to stay relatively consistent over an interval of 24 hours with little to no changes.

0 Lifts 

Artifacts

Name Description
Final Project Code Here is the file to my finished code   Download
5 minute Video This video show how my code works, displays a schematic, goes over data and graphs, and elaborates on conclusions drawn after 24 hours of the code running.   Link