Arduino と NTC サーミスタ 103JT-025 を使って、周囲温度を測定し表示する方法を解説します。このサーミスタを選んだ理由は、平らで薄いためです。研究室等で、測定したい箇所に貼り付けたり、差し込んだりできるので非常に便利です。 #include <math.h> const int ...
Thermistor is a semiconductor device made of materials whose resistance varies as a function of temperature. A thermistor can be used to compensate for temperature variation in other components of an ...
This project demonstrates a complete engineering workflow: circuit simulation, ADC conversion, thermistor math, serial CSV logging, Python data analysis, plot generation, automated PDF reporting, and ...