@@ -24,7 +24,7 @@ The application window will open.
## Constructing the temperature sensor
The temperature sensor used to develop this project was constructed following [this guide](https://www.circuitbasics.com/arduino-thermistor-temperature-sensor-tutorial/). Due to equipment availability, a PT1000 thermistor was used in series with a 1.1 kOhm resistor, along with an Arduino NANO Every.
The temperature sensor used to develop this project was constructed following [this guide](https://www.circuitbasics.com/arduino-thermistor-temperature-sensor-tutorial/). Due to equipment availability, a PT1000 thermistor was used in series with a 1.1 kOhm resistor, along with an Arduino NANO Every. Instructions for how the Steinhart-Hart coefficients were calculated are given as comments in the Arduino INO file.