Data Format
Bit D7 selects the temperature data format. When D7 is 0
(normal format), the data format is two’s complement with
a range of -128°C to (128°C - 1LSB), where the value of
an LSB depends on the resolution selection.
Write a 1 to D7 for extended temperature format. In
extended format, the MSB is given a value of 128°C,
which allows temperatures as high as 150°C to be mea-
sured. See Table 4. After changing the value of bit D7
the data format does not update until the completion of
the following temperature conversion. After setting D7 to
1, new extended temperature data is guaranteed ready
after a time equal to twice the maximum conversion time.
Note that changing the data format bit does not change
the format of the values in the T
OS
and T
HYST
registers;
these values must be written to the registers in the
current format.
Conversion Rate
The conversion rate bits, D2:D1, select the rate for auto-
matic continuous conversions. Rates of 0.25sps, 1sps,
4sps, and 8sps are available. The nominal conversion time
is 35ms at the default resolution of 10 bits. In automatic
conversion mode, a conversion is started every 4, 1, 0.25,
or 0.125 seconds, and shutdown mode is entered between
conversions to reduce average power supply current.
Shutdown
Set bit D8 to 1 to enter shutdown mode and reduce sup-
ply current to 1µA or less. If bit D8 is set to 1 when a
temperature conversion is taking place, the conversion
completes and then shutdown occurs. While in shutdown,
the I
2
C interface remains active and all registers remain
accessible to the master.
Writing 0 to D8 begins continuous conversion mode at the
rate defined by D2:D1 and starts a new conversion.
Resolution
The resolution bits (D6:D5) select the conversion reso-
lution. The conversion time doubles with every bit of
increased resolution. for example, the nominal 10-bit con-
version time is 35ms. Increasing the resolution to 12 bits
increases the conversion time to 140ms. The resolution
bits allow resolution, conversion time, and supply current
to be optimized for the application's requirements.
Fault Queue
The fault queue bits (D12:D11) select how many consecu-
tive overtemperature faults must occur before an over-
temperature fault is indicated in the Overtemperature
Status bit. The fault queue selection applies to both
Comparator and Interrupt modes. The Fault Queue does
not apply to de-asserting the over-temperature status
when the measured temperature drops below T
HYST
.
Table 5: Conversion Rate Selection
Table 6: Resolution Selection Table 7: Fault Queue Selection
D6 D5 RESOLUTION
0 0 8 bit
0 1 9 bit
1 0 10 bit (Default)
1 1 12 bit
D2 D1 CONVERSIONS/SEC
0 0 0.25 (Default)
0 1 1
1 0 4
1 1 8
D12 D11 # FAULTS
0 0 1 (Default)
0 1 2
1 0 4
1 1 6
www.maximintegrated.com
Maxim Integrated
10
MAX31875 Low-Power I
2
C Temperature
Sensor in WLP Package
Overtemperature Status
D15 is a read-only bit that indicates that the overtem-
perature value in the T
OS
register has been exceeded.
Its behavior is controlled by the Comparator/Interrupt bit.
Comparator/Interrupt
Set bit D9, the COMPARATOR/INTERRUPT bit to 0 to
make the Overtemperature Status (OT Status) bit operate
in Comparator mode. In Comparator mode, the OT Status
bit has a value of 1 when the temperature rises above
the T
OS
value (subject to the Fault Queue selection). OT
Status returns to 0 when the temperature drops below the
T
HYST
value or when shutdown mode is entered.
Set bit D9 to 1 to operate OT Status in interrupt mode.
In interrupt mode, exceeding T
OS
also sets OT Status
to 1. OT Status remains set to 1 until a read operation is
performed on any of the registers, at which point it returns
to 0. Once OT Status has been set to 1 due to crossing
above T
OS
and is then reset, it is set to 1 again only
when the temperature drops below T
HYST
. The output
then remains asserted until it is reset by a read. It is then
set again if the temperature rises above T
OS
, and so on.
Putting the MAX31875 into shutdown mode also resets
OT Status. Note that, if the mode is changed while OT
Status is set to 1, an OT Status reset may be required
before it begins to behave normally.
Default Power-On Reset Conguration
The configuration register always powers-up to a known
state, as indicated in Table 2. These default POR values
correspond to the following modes of operation:
Normal data format
0.25 conversions per second
Timeout enabled
10-bit (0.25°C) resolution
PEC
Set bit 3 to enable Packet Error Checking (PEC). When
enabled, a PEC byte is appended to the end of each message
transfer. This is a CRC-8 byte that is calculated on all
of the message bytes (including the address/read/write
byte). The last device to transmit a data byte also transmits
the PEC byte, so the master transmits the PEC byte after
a Write transaction and the MAX31875 transmits the PEC
byte after a Read transaction.
Figure 6. OT Status Bit Temperature Response for Comparator and Interrupt Modes.
READ
OPERATION
T
OS
TEMPERATURE
OT STATUS BIT
(COMPARATOR MODE)
OT STATUS BIT
(INTERRUPT MODE)
T
HYST
READ
OPERATION
READ
OPERATION
0
1
0
1
www.maximintegrated.com
Maxim Integrated
11
MAX31875 Low-Power I
2
C Temperature
Sensor in WLP Package
Applications Information
Power Supply Current, Resolution,
and Conversion Rate
The MAX31875 is a low-power temperature sensor
whose average power supply current is affected by
the conversion resolution and the conversion rate.
Understanding the relationships between these values
can help to optimize performance tradeoffs.
In Standby mode, and between conversions, the power
supply current is typically 500nA. During a conversion,
the typical supply current increases to 80µA. The duration
of a conversion depends on the conversion resolution
selected in the Configuration register. A 10-bit conversion
requires 35ms (typical). Each 1-bit increase in resolution
doubles the conversion time, and each 1-bit decrease
halves the conversion time. Therefore, if 12-bit resolution
is selected, the conversion time will typically be 140ms.
The conversion rate is also selectable, and, along with
resolution, helps to set the conversion duty cycle and
average power supply current. As an example, 10-bit
conversions occurring at a rate of one conversion per
second will result in an average power supply current of
I
AVE
= 80µA x 0.035 + 0.5µA x 0.965 = 2.8µA.
Tradeoffs may be made depending on the design pri-
orities. For example, when supply current is much more
important than resolution, reducing the resolution in the
example above to 8 bits will reduce the duty cycle by
75%, yielding
I
AVE
= 80µA x 0.00875 + 0.5µA x 0.99125 = 1.27µA.
When selecting resolutions and conversion rates, note
that when the resolution is 12 bits, the 8 conversions
per second rate should be avoided. The conversion time
under these conditions can be longer than the time
available to complete a conversion. When this is the case,
the conversion will not complete and the data from the
last valid conversion result will remain in the temperature
register.
Temperature-Sensing Considerations
The MAX31875 measures the temperature of its own die.
The thermal path between the die and the outside world
determines the accuracy of temperature measurements.
External temperature is conducted to the die primarily
through the leads . Because of this, PCB temperature
can be measured accurately. For ambient temperature
measurements, the sensor should be mounted on a
PCB (or a section of the PCB) that is at ambient
temperature, separated from heat-dissipating
components. Temperature errors due to self-heating of
the sensor die are minimal due to the low supply current.
www.maximintegrated.com
Maxim Integrated
12
MAX31875 Low-Power I
2
C Temperature
Sensor in WLP Package

MAX31875R0TZS+T

Mfr. #:
Manufacturer:
Maxim Integrated
Description:
SENSOR DIGITAL -10C-100C 4WLP
Lifecycle:
New from this manufacturer.
Delivery:
DHL FedEx Ups TNT EMS
Payment:
T/T Paypal Visa MoneyGram Western Union

Products related to this Datasheet