DS18B20 temperature sensor connected to MCU

DS18B20 — широко используемый цифровой датчик температуры.. It outputs digital signals, has the characteristics of small size, низкие аппаратные накладные расходы, сильная антиинтерференционная способность, high precision, and is widely used.

Продолжить чтение

DS18B20 Temperature Sensing Wire Stainless Steel Probe Kit

Design of DS18B20 Digital Temperature Sensor for STM32

DS18B20 is a digital temperature sensor that uses a single bus timing to communicate with the host. Only 1 Wire is needed to complete the temperature data reading;
DS18B20 has a built-in 64-bit product serial number for easy identification. Multiple DS18B20 sensors can be connected to 1 Проволока, and through 64-bit identity authentication, the temperature information collected from different sensors can be read separately.

Продолжить чтение

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 (например, GPIO4).
Connect a 4.7kΩ pull-up resistor between the data pin and the 3.3V power pin.

Продолжить чтение