§ Temperature measurements require no
external components
§ Measures temperatures from -55°C to +125°C
in 0.5°C increments. Fahrenheit equivalent is
-67°F to 257°F in 0.9°F increments
§ Temperature is read as a 9-bit value (2-byte
transfer)
§ Wide power supply range (2.7V to 5.5V)
§ Converts temperature to digital word in less
than 1 second
§ Thermostatic settings are user definable and
nonvolatile
§ Data is read from/written via a 2-wire serial
interface (open drain I/O lines)
§ Applications include thermostatic controls,
industrial systems, consumer products,
thermometers, or any thermal sensitive
system
§ 8-pin DIP or SO package (150mil and
208mil)
PIN ASSIGNMENT
SD
1
SCL
T
OUT
GND
SD
SCL
T
GND
DS1621 8-PIN DIP (300mil)
3
DS1621S 8-PIN SO (150mil)
DS1621V 8-PIN SO (208mil)
1
3
7
6
PIN DESCRIPTION
7
6
V
DD
0
1
A
2
V
DD
0
1
A
2
SDA - 2-Wire Serial Data Input/Output
SCL - 2-Wire Serial Clock
GND - Ground
T
- Thermostat Output Signal
OUT
A0 - Chip Address Input
A1 - Chip Address Input
A2 - Chip Address Input
VDD - Power Supply Voltage
DESCRIPTION
The DS1621 Digital Thermometer and Thermostat provides 9-bit temperature readings, which indicate
the temperature of the device. The thermal alarm output, T
device exceeds a user-defined temperature TH. The output remains active until the temperature drops
below user defined temperature TL, allowing for any hysteresis necessary.
User-defined temperature settings are stored in nonvolatile memory so parts may be programmed prior to
insertion in a system. Temperature settings and temperature readings are all communicated to/from the
DS1621 over a simple 2-wire serial interface.
, is active when the temperature of the
OUT
1 of 16 090905
DS1621
ORDERING INFORMATION
ORDERING
NUMBER
DS1621 DS1621 DS1621 in 300 mil DIP
DS1621+ DS1621 (See Note) DS1621 in Lead-Free 300 mil DIP
DS1621S DS1621 DS1621 in 150 mil SOIC
DS1621S+ DS1621 (See Note) DS1621 in Lead-Free 150 mil SOIC
DS1621S/T&R DS1621 DS1621 in 150 mil SO, 2500 Piece Tape-and-Reel
DS1621S+T&R DS1621 (See Note) DS1621 in Lead-Free 150 mil SO, 2500 Piece Tape-and-Reel
DS1621V DS1621V DS1621 in 208 mil SOIC
DS1621V+ DS1621V (See Note) DS1621 in Lead-Free 208 mil SOIC
DS1621V/T&R DS1621V DS1621 in 208 mil SO, 2500 Piece Tape-and-Reel
DS1621V+T&R DS1621V (See Note) DS1621 in Lead-Free 208 mil SO, 2500 Piece Tape-and-Reel
Note: A “+” symbol will also be marked on the package near the Pin 1 indicator.
PACKAGE
MARKING
DESCRIPTION
Table 1. DETAILED PIN DESCRIPTION
PIN SYMBOL DESCRIPTION
1 SDA Data input/output pin for 2-wire serial communication port.
2 SCL Clock input/output pin for 2-wire serial communication port.
3 T
Thermostat output. Active when temperature exceeds TH; will reset when
OUT
temperature falls below TL.
4 GND Ground pin.
5 A2 Address input pin.
6 A1 Address input pin.
7 A0 Address input pin.
8 VDD Supply voltage input power pin. (2.7V to 5.5V)
OPERATION
Measuring Temperature
A block diagram of the DS1621 is shown in Figure 1.
The DS1621 measures temperature using a bandgap-based temperature sensor. A delta-sigma analog-todigital converter (ADC) converts the measured temperature to a digital value that is calibrated in °C; for
°F applications, a lookup table or conversion routine must be used.
The temperature reading is provided in a 9-bit, two’s complement reading by issuing the READ
TEMPERATURE command. Table 2 describes the exact relationship of output data to measured
temperature. The data is transmitted through the 2-wire serial interface, MSB first. The DS1621 can
measure temperature over the range of -55°C to +125°C in 0.5°C increments.
2 of 16
Figure 1. DS1621 FUNCTIONAL BLOCK DIAGRAM
A
SCL
SD
A0
A1
A2
ADDRESS
AND
I/O CONTROL
STATUS REGISTER &
CONTROL LOGIC
TEMPERATURE SENSOR
HIGH TEMP TRIGGER, TH
LOW TEMP TRIGGER, TL
DIGITAL COMPARATOR/LOGIC
DS1621
T
OUT
3 of 16
DS1621
Table 2. TEMPERATURE/DATA RELATIONSHIPS
TEMPERATURE DIGITAL OUTPUT
(Binary)
+125°C 01111101 00000000 7D00h
+25°C 00011001 00000000 1900h
+½°C 00000000 10000000 0080h
+0°C 00000000 00000000 0000h
-½°C 11111111 10000000 FF80h
-25°C 11100111 00000000 E700h
-55°C 11001001 00000000 C900h
Since data is transmitted over the 2-wire bus MSB first, temperature data may be written to/read from the
DS1621 as either a single byte (with temperature resolution of 1°C) or as two bytes. The second byte
would contain the value of the least significant (0.5°C) bit of the temperature reading as shown in Table
1. Note that the remaining 7 bits of this byte are set to all "0"s.
Temperature is represented in the DS1621 in terms of a ½°C LSB, yielding the following 9-bit format:
DIGITAL OUTPUT
(Hex)
Figure 2. TEMPERATURE, TH, and TL FORMAT
MSB LSB
1
1 1 0 0
Higher resolutions may be obtained by reading the temperature and truncating the 0.5°C bit (the LSB)
from the read value. This value is TEMP_READ. A Read Counter command should be issued to yield the
COUNT_REMAIN value. The Read Slope command should then be issued to obtain the
COUNT_PER_C value. The higher resolution temperature may be then be calculated by the user using
the following:
TEMPERATURE=TEMP_READ-0.25 +
The DS1621 always powers up in a low power idle state, and the Start Convert T command must be used
to initiate conversions.
The DS1621 can be programmed to perform continuous consecutive conversions (continuous-conversion
mode) or to perform single conversions on command (one-shot mode). The conversion mode is
programmed through the 1SHOT bit in the configuration register as explained in the Operation and Control section of this datasheet. In continuous conversion mode, the DS1621 begins continuous
conversions after a Start Convert T command is issued. Consecutive conversions continue to be
performed until a Stop Convert T command is issued, at which time the device goes into a low-power idle
state. Continuous conversions can be restarted at any time using the Start Convert T command.
1
1 1
0
0000
0
0 0
T = -25°C
REMAINCOUNTCPERCOUNT
CPERCOUNT
__
)___(-
4 of 16
DS1621
(°C)
In one-shot mode, the DS1621 performs a single temperature conversion when a Start Convert T
command is issued. When the conversion is complete, the device enters a low-power idle state and
remains in that state until a single temperature conversion is again initiated by a Start Convert T
command.
Thermostat Control
In its operating mode, the DS1621 functions as a thermostat with programmable hysteresis as shown in
Figure 3. The thermostat output updates as soon as a temperature conversion is complete.
When the DS1621’s temperature meets or exceeds the value stored in the high temperature trip register
(TH), the output becomes active and will stay active until the temperature falls below the temperature
stored in the low temperature trigger register (TL). In this way, any amount of hysteresis may be
obtained.
The active state for the output is programmable by the user so that an active state may either be a logic
"1" (V
) or a logic "0" (0V). This is done using the POL bit in the configuration reagister as explained
DD
in the Operation and Control section of this datasheet.
Figure 3. THERMOSTAT OUTPUT OPERATION
DQ (Thermostat output, Active = High)
TL THT
OPERATION AND CONTROL
The DS1621 must have temperature settings resident in the TH and TL registers for thermostatic
operation. A configuration/status register also determines the method of operation that the DS1621 will
use in a particular application, as well as indicating the status of the temperature conversion operation.
THF = Temperature High Flag. This bit will be set to “1” when the temperature is greater than or
equal to the value of TH. It will remain “1” until reset by writing “0” into this location or removing power
from the device. This feature provides a method of determining if the DS1621 has ever been subjected to
temperatures above TH while power has been applied.
5 of 16
Loading...
+ 11 hidden pages
You need points to download manuals.
1 point = 1 manual.
You can buy points or you can get point for every manual you upload.