Features Pin Assignment: DS18S20 High Precision 1-Wire Digital Thermometer
Features Pin Assignment: DS18S20 High Precision 1-Wire Digital Thermometer
Features Pin Assignment: DS18S20 High Precision 1-Wire Digital Thermometer
High Precision
®
1-Wire Digital Thermometer
www.dalsemi.com
FEATURES PIN ASSIGNMENT
• Unique 1-wire interface requires only one
port pin for communication DALLAS NC 1 8 NC
• Each device has a unique 64-bit serial code DS1820
DS1820
NC 2 7 NC
stored in an on-board ROM 1 2 3
• Multi-drop capability simplifies distributed VDD 3 6 NC
temperature sensing applications
DQ 4 5 GND
• Requires no external components
• Can be powered from data line. Power supply 8-pin 150-mil SOIC
range is 3.0V to 5.5V (DS18S20Z)
• Measures temperatures from –55°C to
+125°C (–67°F to +257°F)
• ±0.5°C accuracy from –10°C to +85°C
• GND
DQ
9-bit thermometer resolution
VDD
• Converts temperature in 750 ms (max.)
• User-definable nonvolatile alarm settings
• Alarm search command identifies and 1 2 3
addresses devices whose temperature is
outside of programmed limits (temperature (BOTTOM VIEW)
alarm condition)
TO-92
• Applications include thermostatic controls,
(DS18S20)
industrial systems, consumer products,
thermometers, or any thermally sensitive
system PIN DESCRIPTION
GND - Ground
DQ - Data In/Out
VDD - Power Supply Voltage
NC - No Connect
DESCRIPTION
The DS18S20 Digital Thermometer provides 9–bit centigrade temperature measurements and has an
alarm function with nonvolatile user-programmable upper and lower trigger points. The DS18S20
communicates over a 1-wire bus that by definition requires only one data line (and ground) for
communication with a central microprocessor. It has an operating temperature range of –55°C to +125°C
and is accurate to ±0.5°C over the range of –10°C to +85°C. In addition, the DS18S20 can derive power
directly from the data line (“parasite power”), eliminating the need for an external power supply.
Each DS18S20 has a unique 64-bit serial code, which allows multiple DS18S20s to function on the same
1–wire bus; thus, it is simple to use one microprocessor to control many DS18S20s distributed over a
large area. Applications that can benefit from this feature include HVAC environmental controls,
temperature monitoring systems inside buildings, equipment or machinery, and process monitoring and
control systems.
1 of 21 043001
DS18S20
OVERVIEW
Figure 1 shows a block diagram of the DS18S20, and pin descriptions are given in Table 1. The 64-bit
ROM stores the device’s unique serial code. The scratchpad memory contains the 2-byte temperature
register that stores the digital output from the temperature sensor. In addition, the scratchpad provides
access to the 1-byte upper and lower alarm trigger registers (TH and TL). The TH and TL registers are
nonvolatile (EEPROM), so they will retain data when the device is powered down.
The DS18S20 uses Dallas’ exclusive 1-wire bus protocol that implements bus communication using one
control signal. The control line requires a weak pullup resistor since all devices are linked to the bus via a
3-state or open-drain port (the DQ pin in the case of the DS18S20). In this bus system, the
microprocessor (the master device) identifies and addresses devices on the bus using each device’s unique
64-bit code. Because each device has a unique code, the number of devices that can be addressed on one
bus is virtually unlimited. The 1-wire bus protocol, including detailed explanations of the commands and
“time slots,” is covered in the 1-WIRE BUS SYSTEM section of this datasheet.
Another feature of the DS18S20 is the ability to operate without an external power supply. Power is
instead supplied through the 1-wire pullup resistor via the DQ pin when the bus is high. The high bus
signal also charges an internal capacitor (CPP), which then supplies power to the device when the bus is
low. This method of deriving power from the 1-wire bus is referred to as “parasite power.” As an
alternative, the DS18S20 may also be powered by an external supply on VDD.
PARASITE POWER
4.7K
CIRCUIT MEMORY CONTROL
LOGIC
DS18S20
DQ
TEMPERATURE SENSOR
INTERNAL VDD 64-BIT ROM
AND
GND 1-wire PORT ALARM HIGH TRIGGER (TH)
CPP SCRATCHPAD
REGISTER (EEPROM)
2 of 21
DS18S20
3 of 21
DS18S20
Only bits 8 through 1 of the temperature register are used in the TH and TL comparison since TH and TL
are 8-bit registers. If the result of a temperature measurement is higher than TH or lower than TL, an
alarm condition exists and an alarm flag is set inside the DS18S20. 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.
The master device can check the alarm flag status of all DS18S20s on the bus by issuing an Alarm Search
[ECh] command. Any DS18S20s with a set alarm flag will respond to the command, so the master can
determine exactly which DS18S20s have experienced an alarm condition. If an alarm condition exists
and the TH or TL settings have changed, another temperature conversion should be done to validate the
alarm condition.
The use of parasite power is not recommended for temperatures above 100°C since the DS18S20 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 DS18S20 be
powered by an external power supply.
In some situations the bus master may not know whether the DS18S20s 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 DS18S20s will pull the bus low, and externally
powered DS18S20s 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.
DS18S20
GND DQ VDD
VPU
Micro-
processor 4.7K
To Other
1-Wire Bus
1-Wire Devices
5 of 21
DS18S20
MEMORY
The DS18S20’s memory is organized as shown in Figure 7. The memory consists of an SRAM
scratchpad with nonvolatile EEPROM storage for the high and low alarm trigger registers (TH and TL).
Note that if the DS18S20 alarm function is not used, the TH and TL registers can serve as general-purpose
memory. All memory commands are described in detail in the DS18S20 FUNCTION COMMANDS
section.
Byte 0 and byte 1 of the scratchpad contain the LSB and the MSB of the temperature register,
respectively. These bytes are read-only. Bytes 2 and 3 provide access to TH and TL registers. Bytes 4
and 5 are reserved for internal use by the device and cannot be overwritten; these bytes will return all 1s
when read. Bytes 6 and 7 contain the COUNT REMAIN and COUNT PER ºC registers, which can be
used to calculate extended resolution results as explained in the OPERATION – MEASURING
TEMPERATURE section.
Byte 8 of the scratchpad is read-only and contains the cyclic redundancy check (CRC) code for bytes 0
through 7 of the scratchpad. The DS18S20 generates this CRC using the method described in the CRC
GENERATION section.
Data is written to bytes 2 and 3 of the scratchpad using the Write Scratchpad [4Eh] command; the data
must be transmitted to the DS18S20 starting with the least significant bit of byte 2. To verify data
integrity, the scratchpad can be read (using the Read Scratchpad [BEh] command) after the data is
written. When reading the scratchpad, data is transferred over the 1-wire bus starting with the least
significant bit of byte 0. To transfer the TH and TL data from the scratchpad to EEPROM, the master
must issue the Copy Scratchpad [48h] command.
Data in the EEPROM registers is retained when the device is powered down; at power-up the EEPROM
data is reloaded into the corresponding scratchpad locations. Data can also be reloaded from EEPROM
2
to the scratchpad at any time using the Recall E [B8h] command. The master can issue “read time slots”
(see the 1-WIRE BUS SYSTEM section) following the Recall E2 command and the DS18S20 will
indicate the status of the recall by transmitting 0 while the recall is in progress and 1 when the recall is
done.
6 of 21
DS18S20
CRC GENERATION
CRC bytes are provided as part of the DS18S20’s 64-bit ROM code and in the 9th byte of the scratchpad
memory. The ROM code CRC is calculated from the first 56 bits of the ROM code and is contained in
the most significant byte of the ROM. The scratchpad CRC is calculated from the data stored in the
scratchpad, and therefore it changes when the data in the scratchpad changes. The CRCs provide the bus
master with a method of data validation when data is read from the DS18S20. To verify that data has
been read correctly, the bus master must re-calculate the CRC from the received data and then compare
this value to either the ROM code CRC (for ROM reads) or to the scratchpad CRC (for scratchpad reads).
If the calculated CRC matches the read CRC, the data has been received error free. The comparison of
CRC values and the decision to continue with an operation are determined entirely by the bus master.
There is no circuitry inside the DS18S20 that prevents a command sequence from proceeding if the
DS18S20 CRC (ROM or scratchpad) does not match the value generated by the bus master.
CRC = X8 + X5 + X4 + 1
The bus master can re-calculate the CRC and compare it to the CRC values from the DS18S20 using the
polynomial generator shown in Figure 8. This circuit consists of a shift register and XOR gates, and the
shift register bits are initialized to 0. Starting with the least significant bit of the ROM code or the least
significant bit of byte 0 in the scratchpad, one bit at a time should shifted into the shift register. After
shifting in the 56th bit from the ROM or the most significant bit of byte 7 from the scratchpad, the
polynomial generator will contain the re-calculated CRC. Next, the 8-bit ROM code or scratchpad CRC
from the DS18S20 must be shifted into the circuit. At this point, if the re-calculated CRC was correct, the
shift register will contain all 0s. Additional information about the Dallas 1-wire cyclic redundancy check
is available in Application Note 27 entitled “Understanding and Using Cyclic Redundancy Checks with
Dallas Semiconductor Touch Memory Products.”
(MSB) (LSB)
7 of 21
DS18S20
HARDWARE CONFIGURATION
The 1-wire bus has by definition only a single data line. Each device (master or slave) interfaces to the
data line via an open drain or 3–state port. This allows each device to “release” the data line when the
device is not transmitting data so the bus is available for use by another device. The 1-wire port of the
DS18S20 (the DQ pin) is open drain with an internal circuit equivalent to that shown in Figure 9.
The 1-wire bus requires an external pullup resistor of approximately 5 kΩ; thus, the idle state for the 1-
wire bus is high. If for any reason a transaction needs to be suspended, the bus MUST be left in the idle
state if the transaction is to resume. Infinite recovery time can occur between bits so long as the 1-wire
bus is in the inactive (high) state during the recovery period. If the bus is held low for more than 480 µs,
all components on the bus will be reset.
5 µA
Typ. TX
TX 100 Ω
MOSFET
RX = RECEIVE
TX = TRANSMIT
TRANSACTION SEQUENCE
The transaction sequence for accessing the DS18S20 is as follows:
Step 1. Initialization
Step 2. ROM Command (followed by any required data exchange)
Step 3. DS18S20 Function Command (followed by any required data exchange)
It is very important to follow this sequence every time the DS18S20 is accessed, as the DS18S20 will not
respond if any steps in the sequence are missing or out of order. Exceptions to this rule are the Search
ROM [F0h] and Alarm Search [ECh] commands. After issuing either of these ROM commands, the
master must return to Step 1 in the sequence.
8 of 21
DS18S20
INITIALIZATION
All transactions on the 1-wire bus begin with an initialization sequence. The initialization sequence
consists of a reset pulse transmitted by the bus master followed by presence pulse(s) transmitted by the
slave(s). The presence pulse lets the bus master know that slave devices (such as the DS18S20) are on
the bus and are ready to operate. Timing for the reset and presence pulses is detailed in the
1-WIRE SIGNALING section.
ROM COMMANDS
After the bus master has detected a presence pulse, it can issue a ROM command. These commands
operate on the unique 64–bit ROM codes of each slave device and allow the master to single out a
specific device if many are present on the 1-wire bus. These commands also allow the master to
determine how many and what types of devices are present on the bus or if any device has experienced an
alarm condition. There are five ROM commands, and each command is 8 bits long. The master device
must issue an appropriate ROM command before issuing a DS18S20 function command. A flowchart for
operation of the ROM commands is shown in Figure 14.
SEARCH ROM [F0h]
When a system is initially powered up, the master must identify the ROM codes of all slave devices on
the bus, which allows the master to determine the number of slaves and their device types. The master
learns the ROM codes through a process of elimination that requires the master to perform a Search ROM
cycle (i.e., Search ROM command followed by data exchange) as many times as necessary to identify all
of the slave devices. If there is only one slave on the bus, the simpler Read ROM command (see below)
can be used in place of the Search ROM process. For a detailed explanation of the Search ROM
procedure, refer to the iButton Book of Standards at www.ibutton.com/ibuttons/standard.pdf. After every
Search ROM cycle, the bus master must return to Step 1 (Initialization) in the transaction sequence.
READ ROM [33h]
This command can only be used when there is one slave on the bus. It allows the bus master to read the
slave’s 64-bit ROM code without using the Search ROM procedure. If this command is used when there
is more than one slave present on the bus, a data collision will occur when all the slaves attempt to
respond at the same time.
MATCH ROM [55h]
The match ROM command followed by a 64–bit ROM code sequence allows the bus master to address a
specific slave device on a multi-drop or single-drop bus. Only the slave that exactly matches the 64–bit
ROM code sequence will respond to the function command issued by the master; all other slaves on the
bus will wait for a reset pulse.
SKIP ROM [CCh]
The master can use this command to address all devices on the bus simultaneously without sending out
any ROM code information. For example, the master can make all DS18S20s on the bus perform
simultaneous temperature conversions by issuing a Skip ROM command followed by a Convert T [44h]
command. Note, however, that the Skip ROM command can only be followed by the Read Scratchpad
[BEh] command when there is one slave on the bus. This sequence saves time by allowing the master to
read from the device without sending its 64–bit ROM code. This sequence will cause a data collision on
the bus if there is more than one slave since multiple devices will attempt to transmit data simultaneously.
ALARM SEARCH [ECh]
The operation of this command is identical to the operation of the Search ROM command except that
only slaves with a set alarm flag will respond. This command allows the master device to determine if
any DS18S20s experienced an alarm condition during the most recent temperature conversion. After
9 of 21
DS18S20
every Alarm Search cycle (i.e., Alarm Search command followed by data exchange), the bus master must
return to Step 1 (Initialization) in the transaction sequence. Refer to the OPERATION – ALARM
SIGNALING section for an explanation of alarm flag operation.
11 of 21
DS18S20
1-WIRE SIGNALING
The DS18S20 uses a strict 1-wire communication protocol to insure data integrity. Several signal types
are defined by this protocol: reset pulse, presence pulse, write 0, write 1, read 0, and read 1. All of these
signals, with the exception of the presence pulse, are initiated by the bus master.
1-WIRE BUS
GND
1-WIRE BUS
GND
DS18S20 Samples DS18S20 Samples
MIN TYP MAX MIN TYP MAX
15 µs 15 µs 30 µs 15 µs 15 µs 30 µs
1-WIRE BUS
GND
Master samples > 1 µs
Master samples
> 1 µs
15 µs 45 µs 15 µs
Resistor pullup
13 of 21
DS18S20
VPU
GND
TINT > 1 µs TRC Master samples
15 µs
VPU
VIH of Master
1-WIRE BUS
GND
14 of 21
DS18S20
Initialization MASTER TX
RESET PULSE
Sequence
DS18S20 TX
PRESENCE
PULSE
MASTER TX ROM
COMMAND
Y Y Y Y Y
MASTER TX
BIT 0
N N DEVICE(S)
BIT 0 BIT 0 N
MATCH? WITH ALARM
MATCH?
FLAG SET?
DS18S20 TX
SERIAL NUMBER Y Y Y
6 BYTES
DS18S20 TX BIT 1
DS18S20 TX MASTER TX
DS18S20 TX BIT 1
CRC BYTE BIT 1
MASTER TX BIT 1
N N
BIT 1 BIT 1
MATCH? MATCH?
Y
Y
DS18S20 TX BIT 63
N N
BIT 63 BIT 63
MATCH? MATCH?
Y Y
MASTER TX
FUNCTION
COMMAND
(FIGURE 15)
15 of 21
DS18S20
44h 48h
MASTER TX CONVERT N COPY N
FUNCTION TEMPERATURE SCRATCHPAD
COMMAND ? ?
Y Y
N PARASITE Y N PARASITE Y
POWER POWER
? ?
MASTER MASTER
MASTER MASTER RX “0s” RX “1s”
RX “0s” RX “1s”
Y Y Y Y
MASTER TX TH BYTE
MASTER RX DATA BYTE TO SCRATCHPAD
N Y
PARASITE FROM SCRATCHPAD
POWERED MASTER BEGINS DATA
? RECALL FROM E2 PROM
MASTER TX TL BYTE
TO SCRATCHPAD
MASTER MASTER Y
RX “0s” RX “1s”
MASTER RX SCRATCHPAD
CRC BYTE
RETURN TO INITIALIZATION
SEQUENCE (FIGURE 14) FOR
NEXT TRANSACTION
16 of 21
DS18S20
17 of 21
DS18S20
Application Note 27: “Understanding and Using Cyclic Redundancy Checks with Dallas Semiconductor
Touch Memory Product”
Application Note 55: “Extending the Contact Range of Touch Memories”
Application Note 74: “Reading and Writing Touch Memories via Serial Interfaces”
Application Note 104: “Minimalist Temperature Control Demo”
Application Note 105: “High Resolution Temperature Measurement with Dallas Direct-to-Digital
Temperature Sensors”
Application Note 106: “Complex MicroLANs”
Application Note 108: “MicroLAN – In the Long Run”
Sample 1-wire subroutines that can be used in conjunction with AN74 can be downloaded from the
Dallas website or anonymous FTP Site.
18 of 21
DS18S20
*These are stress ratings only and functional operation of the device at these or any other conditions
above those indicated in the operation sections of this specification is not implied. Exposure to absolute
maximum rating conditions for extended periods of time may affect reliability.
19 of 21
DS18S20
20 of 21
DS18S20
21 of 21