Pin Description
Figure 1. Block Diagram
Figure 2. Timing Diagram
PIN NAME FUNCTION
1 SDA Data Input/Output. For 2-wire serial communication port. Open drain.
2 SCL Clock Input. 2-wire serial communication port.
3 OS Thermostat Output. Open drain.
4 GND Ground
5 A2 Address Input
6 A1 Address Input
7 A0 Address Input
8 V
DD
Supply Voltage. +1.7V to +3.7V supply pin.
TOS AND THYST
REGISTERS
CONFIGURATION
REGISTER
TEMPERATURE
REGISTER
OVERSAMPLING
MODULATOR
PRECISION
REFERENCE
DIGITAL
DECIMATOR
ADDRESS
AND
I/O CONTROL
A1
A2
A0
SCL
SDA
V
DD
GND
THERMOSTAT
COMPARATOR
R
P
OS
DS75LV
SDA
SCL
t
F
t
R
t
SU;DAT
t
LOW
S
t
HD;STA
t
HD;DAT
t
F
t
SU;STA
t
HD;STA
t
SU;STO
t
R
t
BUF
t
SP
Sr P S
DS75LV Digital Thermometer and Thermostat
www.maximintegrated.com
Maxim Integrated
4
Detailed Description
Measuring Temperature
The DS75LV measures temperature using a bandgap
temperature sensing architecture. An on-board delta-sigma
analog-to-digital converter (ADC) converts the measured
temperature to a digital value that is calibrated in degrees
centigrade; for Fahrenheit applications a lookup table or
conversion routine must be used. The DS75LV is factory-
calibrated and requires no external components to measure
temperature.
At power-up the DS75LV immediately begins converting
temperature to a digital value. The resolution of the
digital output data is user-configurable to 9, 10, 11, or
12 bits, corresponding to temperature increments of
0.5°C, 0.25°C, 0.125°C, and 0.0625°C, respectively, with
9-bit default resolution at power-up. The resolution is
controlled via the R0 and R1 bits in the configuration
register as explained in the Configuration Register
section. Note that the conversion time doubles for each
additional bit of resolution.
After each temperature measurement and analog-to-digital
conversion, the DS75LV stores the temperature as a 16-bit
two’s complement number in the 2-byte temperature register
(see Figure 3). The sign bit (S) indicates if the temperature
is positive or negative: for positive numbers S = 0 and for
negative numbers S = 1. The most recently converted digital
measurement can be read from the temperature register at
any time. Since temperature conversions are performed in
the background, reading the temperature register does not
affect the operation in progress.
Bits 3 through 0 of the temperature register are hardwired
to 0. When the DS75LV is configured for 12-bit resolution,
the 12 MSbs (bits 15 through 4) of the temperature register
contain temperature data. For 11-bit resolution, the 11
MSbs (bits 15 through 5) of the temperature register
contain data, and bit 4 reads out as 0. Likewise, for 10-bit
resolution, the 10 MSbs (bits 15 through 6) contain data,
and for 9-bit the 9 MSbs (bits 15 through 7) contain data,
and all unused LSbs contain 0s. Table 1 gives examples
of 12-bit resolution digital output data and the corresponding
temperatures.
Table 1. 12-Bit Resolution Temperature/
Data Relationship
Figure 3. Temperature, T
OS
, and T
HYST
Register Format
TEMPERATURE
(°C)
DIGITAL OUTPUT
(BINARY)
DIGITAL
OUTPUT
(HEX)
+125 0111 1101 0000 0000 7D00h
+25.0625 0001 1001 0001 0000 1910h
+10.125 0000 1010 0010 0000 0A20h
+0.5 0000 0000 1000 0000 0080h
0 0000 0000 0000 0000 0000h
-0.5 1111 1111 1000 0000 FF80h
-10.125 1111 0101 1110 0000 F5E0h
-25.0625 1110 0110 1111 0000 E6F0h
-55 1100 1001 0000 0000 C900h
bit 15 bit 14 bit 13 bit 12 bit 11 bit 10 bit 9 bit 8
MS Byte S 2
6
2
5
2
4
2
3
2
2
2
1
2
0
bit 7 bit 6 bit 5 bit 4 bit 3 bit 2 bit 1 bit 0
LS Byte 2
-1
2
-2
2
-3
2
-4
0 0 0 0
DS75LV Digital Thermometer and Thermostat
www.maximintegrated.com
Maxim Integrated
5
Shutdown Mode
For power-sensitive applications, the DS75LV offers
a low-power shutdown mode. The SD bit in the
configuration register controls shutdown mode. When SD
is changed to 1, the conversion in progress is completed
and the result stored in the temperature register after
which the DS75LV goes into a low-power standby state.
The OS output is cleared if the thermostat is operating in
interrupt mode and OS remains unchanged in comparator
mode. The 2-wire interface remains operational in shut-
down mode, and writing a 0 to the SD bit returns the
DS75LV to normal operation.
Thermostat
The DS75LV thermostat has two operating modes, com-
parator mode and interrupt mode, which activate and
deactivate the open-drain thermostat output (OS) based
on user-programmable trip-points (T
OS
and T
HYST
). The
DS75LV powers up with the thermostat in comparator
mode, active-low OS polarity, over-temperature trip-point
(T
OS
) register set to 80°C, and the hysteresis trip-point
(T
HYST
) register set to 75°C. If these power-up settings
are compatible with the application, the DS75LV can be
used as a standalone thermostat (i.e., no 2–wire com-
munication required). If interrupt mode operation, active-
high OS polarity or different T
OS
and T
HYST
values are
desired, they must be programmed after power-up, so
standalone operation is not possible.
In both operating modes, the user can program the ther-
mostat fault tolerance, which sets how many consecutive
temperature readings (1, 2, 4, or 6) must fall outside of
the thermostat limits before the thermostat output is trig-
gered. The fault tolerance is set by the F1 and F0 bits in
the configuration register. At power-up the fault tolerance
is set to 1.
The data format of the T
OS
and T
HYST
registers is identical
to that of the temperature register (see Figure 3), i.e., a
2-byte two’s complement representation of the trip-point
temperature in degrees centigrade with bits 3 through 0
hardwired to 0. After every temperature conversion, the
measurement is compared to the values stored in the T
OS
and T
HYST
registers. The OS output is updated based on
the result of the comparison and the operating mode of the
IC. The number of T
OS
and T
HYST
bits used during the
thermostat comparison is equal to the conversion resolution
set by the R1 and R0 bits in the configuration register. For
example, if the resolution is 9 bits, only the 9 MSbs of T
OS
and T
HYST
are used by the thermostat comparator.
The active state of the OS output can be changed via the
POL bit in the configuration register. The power-up default
is active low.
If the user does not wish to use the thermostat capabilities
of the DS75LV, the OS output should be left floating. Note
that if the thermostat is not used, the T
OS
and T
HYST
registers can be used for general storage of system data.
Comparator Mode: When the thermostat is in compara-
tor mode, OS can be programmed to operate with any
amount of hysteresis. The OS output becomes active
when the measured temperature exceeds the T
OS
value
a consecutive number of times as defined by the F1 and
F0 fault tolerance (FT) bits in the configuration register. OS
then stays active until the first time the temperature falls
below the value stored in T
HYST
. Putting the device into
shutdown mode does not clear OS in comparator mode.
Thermostat comparator mode operation with FT = 2 is
illustrated in Figure 4.
Interrupt Mode: In interrupt mode, the OS output first
becomes active when the measured temperature exceeds
the T
OS
value a consecutive number of times equal to the
FT value in the configuration register. Once activated, OS
can only be cleared by either putting the DS75LV into
shutdown mode or by reading from any register (temperature,
configuration, T
OS
, or T
HYST
) on the device. Once OS
has been deactivated, it is only reactivated when the
measured temperature falls below the T
HYST
value a
consecutive number of times equal to the FT value. Again,
OS can only be cleared by putting the device into shut-
down mode or reading any register. Thus, this interrupt/
clear process is cyclical between T
OS
and T
HYST
events
(i.e, T
OS
, clear, T
HYST
, clear, T
OS
, clear, T
HYST
, clear,
etc.). Thermostat interrupt mode operation with FT = 2 is
illustrated in
Figure 4
.
DS75LV Digital Thermometer and Thermostat
www.maximintegrated.com
Maxim Integrated
6

DS75LVS+

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
Board Mount Temperature Sensors Low-Voltage Digital
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet