From 74546c89a4e6d5706c135e1e11f18869b3085922 Mon Sep 17 00:00:00 2001 From: mfranks <platon@DESKTOP-A967HR7> Date: Wed, 28 Aug 2024 10:49:32 +0200 Subject: [PATCH] Updated README file --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87bd62e..e471569 100644 --- a/README.md +++ b/README.md @@ -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. ## Arduino code -- GitLab