This is a college project that involves building a temperature sensor with Arduino and an NTC 10k sensor.
The temperature sensor is built using an NTC 10k thermistor, which changes its resistance in response to changes in temperature. The resistance of the thermistor is measured using the Arduino's analog input, and the temperature is calculated using the Steinhart-Hart equation.
- Arduino board
- NTC 10k thermistor
- 10kΩ resistor
- Breadboard
- Jumper wires
- Clone the repository:
git clone https://github.com/devpedrofurquim/Temperature-Sensor-With-Arduino
- Upload the code to your Arduino board using the Arduino IDE.
- Connect the NTC 10k sensor and the other components as shown in the circuit diagram.
- Power on the Arduino board and the circuit.
To use the temperature sensor, connect the NTC 10k thermistor to the Arduino according to the circuit diagram, and upload the code to the Arduino board. Open the serial monitor in the Arduino IDE to view the temperature readings.
Contributions are welcome. Please submit a pull request or open an issue to discuss potential changes.