Anonymous
Mar 30, 2026
Rating: 5/5
Exactly what I needed
Using this to monitor soil temperature indirectly. It's been running outdoors in a sealed enclosure for two weeks without issues. Very satisfied with the build quality.
Description
Reviews
| Brand | - |
| Category | Robotics / STEM Teaching Tools / Sensors |
| Origin | - |
| Sensor Type | DS18B20 Digital Temperature Sensor |
| Communication Protocol | 1-Wire Interface |
| Temperature Range | -55°C to +125°C |
| Accuracy | ±0.5°C (from -10°C to +85°C) |
| Resolution | 9 to 12-bit configurable |
| Operating Voltage | 3.0V to 5.5V DC |
| Board Dimensions | 24mm x 16mm x 4mm |
| Connector Type | 3-Pin PH2.0 Header (VCC, Data, GND) |
| Compatibility | Arduino, Raspberry Pi, ESP32, STM32 |
| Package Contents | 1x DS18B20 Module, 1x 3-pin cable |
Anonymous
Mar 30, 2026
Rating: 5/5
Exactly what I needed
Using this to monitor soil temperature indirectly. It's been running outdoors in a sealed enclosure for two weeks without issues. Very satisfied with the build quality.
Anonymous
Mar 26, 2026
Rating: 4/5
Good value, fast shipping
The sensor is accurate enough for my home automation greenhouse project. I deducted one star because the included cable is a bit short, but otherwise, it's a great product.
Anonymous
Mar 26, 2026
Rating: 5/5
Perfect for Arduino projects
This module works flawlessly with my Arduino Uno. The wiring is straightforward, and the library support is excellent. Readings are stable and match my reference thermometer.
Anonymous
Mar 24, 2026
Rating: 5/5
Easy for beginners
As someone new to electronics, I found this very easy to set up. The pinout is clearly labeled on the board, and there are plenty of tutorials online for the DS18B20.
Anonymous
Mar 18, 2026
Rating: 4/5
Solid performance
Response time is quick and the 1-wire protocol saves GPIO pins on my ESP32. Just remember to enable the internal pull-up resistor in your code if you don't use an external one.
Anonymous
Mar 03, 2026
Rating: 5/5
Reliable industrial grade feel
I've used these in several prototype builds. They handle voltage fluctuations well and the waterproof probe option pairs nicely with this breakout board. Highly recommended.
Q: Does this module come with a waterproof probe?
A: No, this listing is for the bare DS18B20 breakout board only. The waterproof steel probe version is sold separately.
Q: What library do you recommend for Raspberry Pi?
A: For Raspberry Pi, we recommend using the W1 Thermodriver built into the Linux kernel or the Adafruit CircuitPython DS18x20 library for Python scripts.
Q: Is the 3-pin cable included in the box?
A: Yes, the package includes one 3-pin PH2.0 jumper cable to help you get started immediately.
Q: Can I connect multiple sensors to a single data pin?
A: Yes, the DS18B20 supports multi-drop capability. You can connect multiple modules to the same data line, provided each has a unique serial ID and you use an appropriate pull-up resistor.
Q: What is the maximum cable length for reliable readings?
A: While the 1-Wire protocol can theoretically support long distances, for reliable high-speed readings without signal degradation, we recommend keeping the cable under 10 meters or using a shielded cable with a strong pull-up resistor.