Build a simple circuit by connecting DS18B20 digital sensor to Arduino

DS18B20 Digital Temperature Sensor Connect Arduino

Today I will show you how to use the DS18B20 digital temperature sensor with an Arduino so you can measure the temperature of air, liquids such as water, and the ground.
To connect the DS18B20 digital temperature sensor to Arduino, you need to do the following steps:
‌Hardware connection‌:
Connect the VCC pin of DS18B20 to the 3.3V power pin of Arduino.
Connect the GND pin of DS18B20 to the ground pin of Arduino.
Connect the data pin of DS18B20 to the GPIO pin of Arduino (for example, GPIO4).
Connect a 4.7kΩ pull-up resistor between the data pin and the 3.3V power pin.

繼續閱讀

PT100/PT1000溫度採集電路解決方案

鎳等金屬熱電阻器, 銅和鉑電阻器與電阻隨溫度的變化呈正相關. 鉑具有最穩定的物理化學性質,應用最廣泛. 常用鉑電阻Pt100的測溫範圍為-200~850°C. 另外, Pt500嘅溫度測量範圍, 鉑1000, 等. 依次減少. 鉑1000, 溫度測量範圍- 200~420°C. 根據IEC751國際標準, 鉑電阻Pt1000嘅溫度特性滿足以下要求:

繼續閱讀