![](https://electroboat.in/uploads/media/2024/ds18b20-water-proof-temperature-sensor-probe.jpg)
![](https://electroboat.in/media/image?path=uploads/media/2024/images_(9)3.jpeg&width=620&quality=80)
![](https://electroboat.in/media/image?path=uploads/media/2024/images_(10)3.jpeg&width=620&quality=80)
![](https://electroboat.in/media/image?path=uploads/media/2024/ds18b20-water-proof-temperature-sensor-probe.jpg&width=175&quality=80)
![](https://electroboat.in/media/image?path=uploads/media/2024/images_(9)3.jpeg&width=172&quality=80)
![](https://electroboat.in/media/image?path=uploads/media/2024/images_(10)3.jpeg&width=172&quality=80)
![](https://electroboat.in/media/image?path=uploads/media/2024/ds18b20-water-proof-temperature-sensor-probe.jpg&width=300&quality=80)
![](https://electroboat.in/media/image?path=uploads/media/2024/images_(9)3.jpeg&width=300&quality=80)
![](https://electroboat.in/media/image?path=uploads/media/2024/images_(10)3.jpeg&width=300&quality=80)
DS 18B20 PROBE RTD TYPE TEMPERATURE SENSOR
The DS18B20 is a small temperature sensor with a built in 12bit ADC. It can be easily connected to an Arduino digital input. The sensor communicates over a one-wire bus and requires little in the way of additional components. The sensors have a quoted accuracy of +/-0.5 deg C in the range -10 deg C to +85 deg C.
₹ 97 ₹149
149
![](https://electroboat.in/assets/front_end/classic/images/cod_logo.png)
![](https://electroboat.in/assets/front_end/classic/images/cancelable.png)
![](https://electroboat.in/assets/front_end/classic/images/returnable.png)
Made In : | India |
Add FAQ
The DS18B20 is a popular digital temperature sensor manufactured by Dallas Semiconductor (now part of Maxim Integrated). It is widely used for temperature measurement in a variety of electronic projects, including home automation, weather stations, robotics, and industrial applications.
Key Features:
-
Digital Output:
- The DS18B20 sensor provides a digital output instead of an analog one, meaning it gives direct digital readings that can be easily processed by a microcontroller like the Raspberry Pi or Arduino.
- The data output from the sensor is in the One-Wire protocol, which allows multiple sensors to be connected to a single data line, reducing wiring complexity.
-
Temperature Measurement Range:
- It measures temperatures from -55°C to +125°C (-67°F to +257°F), which makes it suitable for a wide range of temperature monitoring applications.
- The sensor provides a 9 to 12-bit resolution, allowing you to balance between accuracy and sampling speed. The default resolution is typically 9-bit (1/2°C), but it can be set to higher resolutions for more precise readings.
-
Precision:
- The DS18B20 offers a typical ±0.5°C accuracy in the range from -10°C to +85°C, making it suitable for most temperature sensing needs where moderate accuracy is sufficient.
-
Power Supply:
- The sensor operates on a wide voltage range of 3.0V to 5.5V, which makes it compatible with most microcontrollers like Arduino, Raspberry Pi, and ESP32/ESP8266 boards.
- It can be powered either in parasite power mode, where it draws power directly from the data line, or with a separate supply.
-
One-Wire Communication:
- The DS18B20 uses the One-Wire communication protocol, allowing it to be connected in daisy-chain configuration, meaning multiple sensors can share a single data pin.
- This reduces the number of I/O pins required on a microcontroller, making it ideal for multi-sensor setups.
-
Low Power Consumption:
- The sensor operates with a low current draw, typically around 1mA during conversion, which is ideal for battery-powered projects where power efficiency is important.
-
Easy to Interface:
- The DS18B20 sensor is easy to interface with using popular development platforms like Arduino or Raspberry Pi. Libraries like the OneWire and DallasTemperature libraries make it straightforward to collect temperature data.
-
Waterproof Version:
- The sensor is often available in a waterproof probe form, which is protected in a stainless steel tube and can be used in wet environments like aquariums, weather stations, and industrial temperature monitoring.
Pinout of DS18B20 Sensor:
- VDD (Pin 1): Power supply pin (3V to 5.5V).
- GND (Pin 3): Ground pin.
- DQ (Pin 2): Data pin for communication, connected to the microcontroller or device.
The DQ pin communicates using the One-Wire protocol, and it can either be pulled up to 3.3V or 5V with an external resistor (typically 4.7kΩ) when interfacing with a microcontroller.
Applications:
-
Home Automation:
- Used for monitoring the temperature of rooms, water tanks, or HVAC systems in smart homes.
- Temperature sensors can be linked with automation systems to control heating, cooling, and ventilation based on real-time temperature data.
-
Weather Stations:
- The DS18B20 is often used in weather stations for temperature sensing in both indoor and outdoor environments, often in conjunction with other sensors like humidity and pressure sensors.
-
Battery-Powered Projects:
- Due to its low power consumption, the DS18B20 is commonly used in battery-powered projects such as remote temperature monitoring systems or IoT devices.
-
Industrial Monitoring:
- It can be used in industrial applications for temperature monitoring in machinery, engines, or cooling systems. The waterproof version is especially useful for such applications.
-
Aquariums and Pools:
- Its waterproof version makes it a good choice for temperature monitoring in aquariums or swimming pools, where submersion in water is needed.
-
Robotics:
- It can be used in robotics for temperature feedback in temperature-sensitive environments or for monitoring components like motors that may overheat.
-
Food Safety:
- The sensor is used in food storage applications to monitor the temperature of refrigerators, freezers, or warehouses, ensuring they remain within safe limits.
-
Scientific Experiments:
- It's widely used in educational and research applications to study temperature-sensitive processes in chemistry, physics, and biology.
Advantages:
-
Easy to Use:
- The sensor is relatively easy to interface with microcontrollers using standard libraries and a One-Wire protocol, which simplifies wiring and communication.
-
Multiple Sensors on a Single Bus:
- Multiple DS18B20 sensors can be connected in parallel on the same data line, allowing you to measure temperatures in different parts of a system or environment using just one data pin on the microcontroller.
-
Cost-Effective:
- The DS18B20 is affordable, making it a popular choice for both hobbyists and professionals looking for a reliable temperature sensor without breaking the budget.
-
Wide Availability:
- The sensor is widely available from numerous online and physical electronics distributors.
-
Waterproof Option:
- The waterproof version adds versatility, allowing it to be used in wet environments or outdoor conditions without fear of damage.
Disadvantages:
-
Limited Accuracy:
- While the DS18B20 provides ±0.5°C accuracy in most temperature ranges, it might not be suitable for highly precise or professional-grade temperature measurement in applications like scientific research where more accuracy is needed.
-
Relatively Slow:
- The temperature conversion time is not instant, and it can take a few hundred milliseconds to a second to get a reading, which may not be ideal for real-time monitoring where higher speeds are necessary.
-
Vulnerable to Interference:
- While the One-Wire protocol is efficient, it can be susceptible to electromagnetic interference (EMI), especially over longer distances or when used in electrically noisy environments.
-
Limited Temperature Range:
- The DS18B20 has a temperature range from -55°C to +125°C, which may not be suitable for extreme temperature applications beyond this range.
Conclusion:
The DS18B20 temperature sensor is a versatile, reliable, and cost-effective solution for measuring temperature in a wide range of applications. Its ability to interface with microcontrollers using the One-Wire protocol and the ability to connect multiple sensors on a single data line make it an excellent choice for home automation, IoT, robotics, weather stations, and other projects that require temperature sensing.
0 Reviews For this Product
![](https://electroboat.in/uploads/seller/electroboat_logo3.jpeg)