Temperature Sensor

The project that I have created is a temperature sensor. To create the sensor, a thermistor and a resistor were connected to an ESP32 in series. The ESP32 took the outputs from the output voltage. A code was created in Arduino to take those numbers and convert them into a temperature using Steinhart-Hart equations. The program displays a single temperature every second over the Serial Port. The program is capable of getting 10 minute averages and storing them. They can then be reported. The highest, lowest, and total average temperatures are also found by the program and are also displayed when a report is requested. The averages for 24 hours were taken every 10 minutes and displayed in a graph.

0 Lifts 

Artifacts

Name Description
Video Showcase This video shows the program in action. It also provides a brief explanation of the program and data gathered.   Link
Project Code This is the code used for the ESP32 in Arduino.   Download