DS18B20 温度センサーを MCU に接続
DS18B20 は一般的に使用されるデジタル温度センサーです. デジタル信号を出力します, サイズが小さいという特徴があります, ハードウェアのオーバーヘッドが低い, 強力な抗干渉能力, 高精度, そして広く使われています.
DS18B20 は一般的に使用されるデジタル温度センサーです. デジタル信号を出力します, サイズが小さいという特徴があります, ハードウェアのオーバーヘッドが低い, 強力な抗干渉能力, 高精度, そして広く使われています.
DS18B20 は、単一バス タイミングを使用してホストと通信するデジタル温度センサーです。. のみ 1 温度データの読み取りを完了するにはワイヤーが必要です;
DS18B20 には、簡単に識別できるように 64 ビットの製品シリアル番号が組み込まれています。. 複数の DS18B20 センサーを接続可能 1 ワイヤー, 64 ビット ID 認証を通じて, さまざまなセンサーから収集された温度情報を個別に読み取ることができます.
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.