DS18B20
4 of 22
Figure 2. Temperature Register Format
BIT 7
BIT 6
BIT 5
BIT 4
BIT 3
BIT 2
BIT 1
BIT 0
LS BYTE
2
3
2
2
2
1
2
0
2
-1
2
-2
2
-3
2
-4
BIT 15
BIT 14
BIT 13
BIT 12
BIT 11
BIT 10
BIT 9
BIT 8
MS BYTE
S S S S S 2
6
2
5
2
4
S = SIGN
Table 1. Temperature/Data Relationship
TEMPERATURE (
°
C)
DIGITAL OUTPUT
(BINARY)
DIGITAL OUTPUT
(HEX)
+125 0000 0111 1101 0000 07D0h
+85* 0000 0101 0101 0000 0550h
+25.0625 0000 0001 1001 0001 0191h
+10.125 0000 0000 1010 0010 00A2h
+0.5 0000 0000 0000 1000 0008h
0 0000 0000 0000 0000 0000h
-0.5 1111 1111 1111 1000 FFF8h
-10.125 1111 1111 0101 1110 FF5Eh
-25.0625 1111 1110 0110 1111 FE6Fh
-55 1111 1100 1001 0000 FC90h
*The power-on reset value of the temperature register is +85°C.
OPERATIONALARM SIGNALING
After the DS18B20 performs a temperature conversion, the temperature value is compared to the user-
defined two’s complement alarm trigger values stored in the 1-byte T
H
and T
L
registers (see Figure 3).
The sign bit (S)
indicates if the value is positive or negative: for positive numbers S = 0 and for negative
numbers S = 1. The T
H
and T
L
registers are nonvolatile (EEPROM) so they will retain data when the
device is powered down. T
H
and T
L
can be accessed through bytes 2 and 3 of the scratchpad as explained
in the Memory section.
Figure 3. T
H
and T
L
Register Format
BIT 7
BIT 6
BIT 5
BIT 4
BIT 3
BIT 2
BIT 1
BIT 0
S 2
6
2
5
2
4
2
3
2
2
2
1
2
0
Only bits 11 through 4 of the temperature register are used in the T
H
and T
L
comparison since T
H
and T
L
are 8-bit registers. If the measured temperature is lower than or equal to T
L
or higher than or equal to T
H
,
an alarm condition exists and an alarm flag is set inside the DS18B20. This flag is updated after every
temperature measurement; therefore, if the alarm condition goes away, the flag will be turned off after the
next temperature conversion.
DS18B20
5 of 22
The master device can check the alarm flag status of all DS18B20s on the bus by issuing an Alarm Search
[ECh] command. Any DS18B20s with a set alarm flag will respond to the command, so the master can
determine exactly which DS18B20s have experienced an alarm condition. If an alarm condition exists
and the T
H
or T
L
settings have changed, another temperature conversion should be done to validate the
alarm condition.
POWERING THE DS18B20
The DS18B20 can be powered by an external supply on the V
DD
pin, or it can operate in “parasite power
mode, which allows the DS18B20 to function without a local external supply. Parasite power is very
useful for applications that require remote temperature sensing or that are very space constrained.
Figure 1 shows the DS18B20’s parasite-power control circuitry, which “steals” power from the 1-Wire
bus via the DQ pin when the bus is high. The stolen charge powers the DS18B20 while the bus is high,
and some of the charge is stored on the parasite power capacitor (C
PP
) to provide power when the bus is
low. When the DS18B20 is used in parasite power mode, the V
DD
pin must be connected to ground.
In parasite power mode, the 1-Wire bus and C
PP
can provide sufficient current to the DS18B20 for most
operations as long as the specified timing and voltage requirements are met (see the DC Electrical
Characteristics and AC Electrical Characteristics). However, when the DS18B20 is performing
temperature conversions or copying data from the scratchpad memory to EEPROM, the operating current
can be as high as 1.5mA. This current can cause an unacceptable voltage drop across the weak 1-Wire
pullup resistor and is more current than can be supplied by C
PP
. To assure that the DS18B20 has sufficient
supply current, it is necessary to provide a strong pullup on the 1-Wire bus whenever temperature
conversions are taking place or data is being copied from the scratchpad to EEPROM. This can be
accomplished by using a MOSFET to pull the bus directly to the rail as shown in Figure 4. The 1-Wire
bus must be switched to the strong pullup within 10µs (max) after a Convert T [44h] or Copy Scratchpad
[48h] command is issued, and the bus must be held high by the pullup for the duration of the conversion
(t
CONV
) or data transfer (t
WR
= 10ms). No other activity can take place on the 1-Wire bus while the pullup
is enabled.
The DS18B20 can also be powered by the conventional method of connecting an external power supply
to the V
DD
pin, as shown in Figure 5. The advantage of this method is that the MOSFET pullup is not
required, and the 1-Wire bus is free to carry other traffic during the temperature conversion time.
The use of parasite power is not recommended for temperatures above +100°C since the DS18B20 may
not be able to sustain communications due to the higher leakage currents that can exist at these
temperatures. For applications in which such temperatures are likely, it is strongly recommended that the
DS18B20 be powered by an external power supply.
In some situations the bus master may not know whether the DS18B20s on the bus are parasite powered
or powered by external supplies. The master needs this information to determine if the strong bus pullup
should be used during temperature conversions. To get this information, the master can issue a Skip ROM
[CCh] command followed by a Read Power Supply [B4h] command followed by a “read time slot”.
During the read time slot, parasite powered DS18B20s will pull the bus low, and externally powered
DS18B20s will let the bus remain high. If the bus is pulled low, the master knows that it must supply the
strong pullup on the 1-Wire bus during temperature conversions.
DS18B20
6 of 22
Figure 4. Supplying the Parasite-Powered DS18B20 During Temperature Conversions
Figure 5. Powering the DS18B20 with an External Supply
64-BIT LASERED ROM CODE
Each DS18B20 contains a unique 64bit code (see Figure 6) stored in ROM. The least significant 8 bits
of the ROM code contain the DS18B20’s 1-Wire family code: 28h. The next 48 bits contain a unique
serial number. The most significant 8 bits contain a cyclic redundancy check (CRC) byte that is
calculated from the first 56 bits of the ROM code. A detailed explanation of the CRC bits is provided in
the CRC Generation section. The 64-bit ROM code and associated ROM function control logic allow the
DS18B20 to operate as a 1-Wire device using the protocol detailed in the 1-Wire Bus System section.
Figure 6. 64-Bit Lasered ROM Code
8-BIT CRC
48-BIT SERIAL NUMBER
8-BIT FAMILY CODE (28h)
MSB
MSB
LSB
LSB
LSB
MSB
V
PU
V
PU
4.7k
1-Wire BUS
µ
P
DS18B20
GND
V
DD
DQ
TO OTHER
1-WIRE DEVICES
V
DD
(EXTERNAL SUPPLY)
DS18B20
GND
V
DD
DQ
V
PU
4.7k
TO OTHER
1-WIRE DEVICES
1-Wire BUS
µ
P

DS18B20U+

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Board Mount Temperature Sensors Prgmble Resolution 1-Wire Parasite Pwr
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet