Main Content

Arduino & Python3 Temperature Data Visualizer

This is an Arduino based project using an NTC thermistor to collect temperature data and Python 3 to save and visualize it.

This is a very simple project where we will use an ntc thermistor as a temperature captor an Arduino to get the value of resistance of the ntc thermistor and convert it to a valid data of temperature then send it to the computer using serial where we can keep and visualize it. Also we will use an lcd to display the temperature.”

Link to article