24 Hour Temperature Test

Soldering
Arduino

For this project, we were tasked with collecting data for 24 hours using an ESP32 board and any sensors we desired. I chose to collect the temperature (°C) of my dorm room, in Cauthorn Hall, as I was interested in just how warm these buildings get. I opted to use an LM75A sensor, which I soldered together in the DAMLab Makerspace. Using the Arduino IDE I programmed the board to collect the room's temperature every second, using a rolling average to calculate the average over ten-minute periods. Then I left it running for 24 hours to collect the data, which was processed and reviewed in the video below.

1 Lifts 

Artifacts

Name Description
tempSensor Data Report Spreadsheet A spreadsheet that has the printed report from the 24-hour long run. This includes all 144 ten-minute averages, the highest, lowest, and average temperature. Graphs included on the second page.   Download
RoboJax LM75A Library Here is a link to the roboJax webpage where I found the link to the library and some more information posted about the sensor.   Link
tempSensor.ino Here is my code from the Arduino IDE   Download
ENGR103 Final Project (YouTube Video) Here is a link to the video I uploaded on Youtube. In the video, I explain what I was doing, the hardware and software involved, and the results.   Link