Section 6.3 - Project 3
Got a Fever? Make a Thermometer!
In this task, you’ll connect a temperature sensor to an Arduino to read the current temperature, then display it on an LCD. By programming the Arduino to assess the temperature, the display will also indicate whether the temperature suggests a fever. This project will develop your skills in reading sensor data, performing basic calculations for temperature interpretation, and outputting relevant information on an LCD. Through this hands-on activity, you’ll deepen your understanding of sensor interfacing, conditional logic, and the practical use of LCDs for real-time data display.