DS18B20 温度感知ワイヤ ステンレス鋼プローブ キット

STM32 用 DS18B20 デジタル温度センサーの設計

DS18B20 は、単一バス タイミングを使用してホストと通信するデジタル温度センサーです。. のみ 1 温度データの読み取りを完了するにはワイヤーが必要です;
DS18B20 には、簡単に識別できるように 64 ビットの製品シリアル番号が組み込まれています。. 複数の DS18B20 センサーを接続可能 1 ワイヤー, 64 ビット ID 認証を通じて, さまざまなセンサーから収集された温度情報を個別に読み取ることができます.

読み続けて

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.

読み続けて