DS18B20溫度感知器連接到MCU
DS18B20是常用的數位溫度感測器. It outputs digital signals, has the characteristics of small size, 硬體開銷低, 抗干擾能力強, 高精準度, and is widely used.
DS18B20是常用的數位溫度感測器. It outputs digital signals, has the characteristics of small size, 硬體開銷低, 抗干擾能力強, 高精準度, and is widely used.
DS18B20是數位溫度感測器,使用單一匯流排時序與主機通訊. 僅有的 1 需要接線才能完成溫度資料讀取;
DS18B20內建64位元產品序號,方便辨識. 可連接多個 DS18B20 感測器 1 金屬絲, 並通過64位身份認證, 可以分別讀取不同感測器採集的溫度訊息.
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.
將 DS18B20 數位溫度感測器連接到 Arduino, 你需要執行以下步驟:
硬體連接:
將DS18B20的VCC接腳連接到Arduino的3.3V電源腳.
將DS18B20的GND接腳連接到Arduino的接地腳.
將DS18B20的資料接腳連接到Arduino的GPIO接腳 (例如, GPIO4).
在資料接腳和3.3V電源接腳之間連接4.7kΩ上拉電阻.