![](/html/b6/b600/b6001e9d57ac16bc245685a14bfe11d1de4c244a86847f90c143585463ec1fea/bg1.png)
Pullman, WA 99163
509.334.6306
www.digilentinc.com
PmodTMP2™ Reference Manual
Revised May 24, 2016
This manual applies to the PmodTMP2 rev. B
Copyright Digilent, Inc. All rights reserved.
Other product and company names mentioned may be trademarks of their respective owners.
16-bit ambient temperature sensor
Typical accuracy better that 0.25ºC
240 ms continuous conversion time
Programmable over and under-
temperature control pins
No calibration required
Small PCB size for flexible designs 1.0“ ×
0.8” (2.5 cm × 2.0 cm)
2×4-pin connector with I2C interface
Follows Digilent Pmod Interface
Specification
Library and example code available
in resource center
Overview
The PmodTMP2 is an ambient temperature sensor powered by the Analog Devices® ADT7420. Through the I2C
interface, users may appreciate a resolution of 0.0078°C through 16 bits of data.
1 Functional Description
The PmodTMP2 uses an 8-pin connector that allows for communication via I2C, and provides pins to daisy-chain
the PmodTMP2 to other I2C devices. The PmodTMP2 also provides two 2-pin headers for selecting the I2C address
of the chip, and two 2-pin headers for controlling external devices based upon temperature thresholds defined by
the user in software.
2 Interfacing with the Pmod
The PmodTMP2’s onboard ADT7420 chip acts as a slave device using the industry standard I2C communication
scheme. To communicate with the PmodTMP2 device the I2C master device must specify a slave address (0x480x4B) and a flag indicating whether the communication is a read (1) or a write (0). This is followed by the actual
data transfer. For the ADT7420, the data transfer should consist of the address of the desired device register
followed by the data to be written to the specified register. To read from a register the master must write the
desired register address to ADT7420, then send an I2C restart condition, and send a new read request to the
![](/html/b6/b600/b6001e9d57ac16bc245685a14bfe11d1de4c244a86847f90c143585463ec1fea/bg2.png)
PmodTMP2™ Reference Manual
Copyright Digilent, Inc. All rights reserved.
Other product and company names mentioned may be trademarks of their respective owners.
Connector J1 – I2C Communications
Critical Threshold Output
ADT7420. If the master does not generate a restart condition prior to attempting the read, then the value written
to the address register will be reset to 0x00.
As some registers stored 16-bit values as 8-bit register pairs, the ADT7420 will automatically increment the address
register of the device when accessing certain registers such as the temperature registers and the threshold
registers. This allows for the master to use a single read or write request to access both the low and high bytes of
these registers. A complete listing of registers and their behavior can be found in the ADT7420 datasheet available
on the Analog Devices web site.
Table 1. Interface connector signal description.
Table 2. Pinout description table.
The I2C interface standard uses two signal lines. These are I2C data and I2C clock. These signals map to the serial
data (SDA) and serial clock (SCL) respectively on the ADT7420.
Table 3. I2C address selection.
The PmodTMP2 I2C bus can be set to use one of four valid addresses. The top five bits of the address are fixed, and
the two least significant bits are taken from the jumper states of JP2 and JP1. JP2 corresponds to bit one of the
address while JP1 corresponds to bit zero. An open jumper corresponds to a one in the address while a shorted
jumper corresponds to a zero. For example, when JP2 and JP1 are open the device uses the address 0x4B
(0b1001011).