Login
Start Free Trial Are you a business? Click Here

Waterproof DS18B20-Compatible Temperature Sensor with Resistor Reviews

4.6 Rating 36 Reviews
Read The Pi Hut Reviews
Visit Product Page

Email:

contact@thepihut.com

Location:

Mann Enterprises LTDHomefield RoadHaverhill, SuffolkCB9 8QP
Cambridge
CB9 8QP

All seems to work nicely using sketch-lite. Add "dtoverlay=w1-gpio,gpiopin=16" in /boot/config.txt then modprobe w1-gpio and w1-therm then cat /sys/bus/w1/devices/28*/w1_slave to read the temperature from gpio pin 16 (avoids lcd connector). It remains to be seen if the 3.3v or 5v voltage drop over 10m or so is enough to stop it working.
Helpful Report
Posted 6 years ago
I have a number of these DS18B20 (3 wire) sensors. You can easily connect them to a Raspberry pi in a python program using an interface called W1ThermSensor. This sensor seems to work well over long cables. An alternative (4 wire) sensor MCP9808 maybe more accurate, but you are limited in cable length (a couple of metres or so) before you get read errors.
Helpful Report
Posted 7 years ago
Easy to wire and set up, well supported by the RPi3. A great and reliable sensor and the perfect way to start learning about computing, circuits and technology.
Helpful Report
Posted 7 years ago
Quick readings, easy to set up
Helpful Report
Posted 8 years ago