Do you have a question about the DS18B20 and is the answer not in the manual?
Questions and answers
Subscribe to Our Youtube Channel
Summary of Contents for Makeblock DS18B20
Page 1
The original one includes three wires inside,we adjusted it into a 3-pinconnector so that you can use it simply with Makeblock Me Adapter. (there is no soldering required to connect to our Me BaseBoard just like below picture).
Page 2
High accuracy: ±0.5°C( -10°C to +85°C) Overview The Me Temperature Sensor module is a metal tube thermometer with DS18B20 detector. Featuring strong anti-interference ability and high accuracy, it is covered with waterproof rubber hose outside and able to measure temperature in the range -55 ~+125 . It can be connected to the RJ25 Adapter module which is then connected to Makeblock Orion for temperature measurement.
Page 3
The port of Me Temperature Sensor has three pins, and their functions are as follows: Wiring mode ● Connecting with RJ25 If you want to connect to a thermometer through the RJ25 port, simply connect it to the RJ25 Adapter module, and then connect the module to Makeblock Orion as follows:...
Page 4
When the Dupont wire is used to connect the module to the Arduino UNO Baseboard, its SIG pin should be connected to digital port as follows: Guide to programming ● Arduino programming If you use Arduino to write a program, the library Makeblock-Library-master should be invoked to control the Me Temperature Sensor-Waterproof.
Page 5
The code segment serves to read the readings of Me Temperature Sensor and output the result to the serial monitor in Arduino IDE with the cycle of 1s. Upload the code segment to Makeblock Orion, click the Arduino serial monitor and you will see the running result as follows:...
Page 6
DS18B20. The module supports the function of multi- point networking, so several DS18B20 can be connected in parallel on the only three-line to implement multi-point temperature measurement, and the measurement results are transmitted in 9~12 bits serial digital mode.
Page 7
The temperature sensor in DS18B20 implements measurement of temperature and provides results in 16-bit binary, in which S is the sign bit. For example: The digital output of +125 is 07D0H (For a positive temperature, directly convert the hexadecimal number into a decimal number).
Need help?
Do you have a question about the DS18B20 and is the answer not in the manual?
Questions and answers