5秒后页面跳转
ADT7301ARMZ PDF预览

ADT7301ARMZ

更新时间: 2024-01-02 02:31:53
品牌 Logo 应用领域
亚德诺 - ADI 传感器换能器温度传感器输出元件
页数 文件大小 规格书
14页 561K
描述
13-Bit, 0.5C Accurate, MicroPower Digital Temperature Sensor in 6-Lead SOT-23

ADT7301ARMZ 技术参数

是否无铅: 不含铅是否Rohs认证: 符合
生命周期:Obsolete包装说明:TSOP6,.11,37
Reach Compliance Code:compliantECCN代码:EAR99
HTS代码:8542.39.00.01风险等级:5.3
最大精度(摄氏度):4 Cel主体宽度:1.6 mm
主体高度:1.15 mm主体长度或直径:2.9 mm
外壳:PLASTICJESD-609代码:e3
安装特点:SURFACE MOUNT位数:13
端子数量:6最大工作电流:2.2 mA
最高工作温度:150 °C最低工作温度:-40 °C
输出接口类型:4-WIRE INTERFACE封装主体材料:PLASTIC/EPOXY
封装等效代码:TSOP6,.11,37封装形状/形式:RECTANGULAR
电源:3/5 V传感器/换能器类型:TEMPERATURE SENSOR,SWITCH/DIGITAL OUTPUT,SERIAL
子类别:Other Sensors最大供电电压:5.5 V
最小供电电压:2.7 V表面贴装:YES
温度系数:NEGATIVE/POSITIVE ppm/ °C端子面层:Matte Tin (Sn)
端接类型:SOLDERBase Number Matches:1

ADT7301ARMZ 数据手册

 浏览型号ADT7301ARMZ的Datasheet PDF文件第7页浏览型号ADT7301ARMZ的Datasheet PDF文件第8页浏览型号ADT7301ARMZ的Datasheet PDF文件第9页浏览型号ADT7301ARMZ的Datasheet PDF文件第11页浏览型号ADT7301ARMZ的Datasheet PDF文件第12页浏览型号ADT7301ARMZ的Datasheet PDF文件第13页 
ADT73±1  
Preliminary Technical Data  
MICROPROCESSOR INTERFACING  
The ADT7301s serial interface allows for easy interface to most  
microcomputers and microprocessors. Figure 14 through  
Figure 17 show some typical interface circuits. The serial  
In the example shown, the ADT7301 is connected to the serial  
port of the 8051. Because the serial interface of the 8051  
contains only one data line, the DIN line of the ADT7301 is tied  
low in the interface example given in Figure 15.  
CS  
interface on the ADT7301 consists of four wires: , DIN,  
DOUT and SCLK. All interface circuits shown utilize all four  
interface lines. However, it is possible to operate the interface  
with three wires. If the application does not require the power-  
down facility offered by the ADT7301, the DIN line can be tied  
permanently low. Thus, the interface can be operated from just  
For applications that require the ADT7301s power-down  
feature, the serial interface should be implemented using data  
port lines on the 8051. This allows a full-duplex serial interface  
to be implemented. The method involves “bit-banging” a port  
line to generate a serial clock while using two other port lines to  
CS  
three wires: SCLK, , and DOUT.  
CS  
shift data in and out with the fourth port line connecting to  
.
Port lines 1.0 through 1.3 (with P1.1 configured as an input)  
The serial data transfer to and from the ADT7301 requires a 16-  
bit read operation. Many 8-bit microcontrollers have 8-bit serial  
ports, and this 16-bit data transfer is handled as two 8-bit trans-  
fers. Other microcontrollers and DSP processors transfer 16 bits  
of data in a serial data operation.  
CS  
can be used to connect to SCLK, DOUT, DIN, and  
respectively, to implement this scheme.  
,
8051*  
ADT7301*  
ADT7301 to MC68HC11 Interface  
P3.1  
P3.0  
P1.2  
P1.3  
SCLK  
DOUT  
DIN  
Figure 14 shows an interface between the ADT7301 and the  
MC68HC11 microcontroller. The MC68HC11 is configured in  
master mode with its CPOL and CPHA bits set to a Logic 1.  
When the MC68HC11 is configured like this, its SCLK line  
idles high between data transfers. Data is transferred to and  
from the ADT7301 in two 8-bit serial data operations. The  
diagram shows the full (4-wire) interface. PC1 of the  
CS  
*ADDITIONAL PINS OMITTED FOR CLARITY  
Figure 15. ADT7301 to 8051 Interface  
MC68HC11 is configured as an output and is used to drive the  
CS  
input.  
ADT7301 to PIC16C6x/7x Interface  
Figure 16 shows an interface circuit between the ADT7301 and  
the PIC16C6x/7x microcontroller. The PIC16C6x/7x  
MC68HC11*  
SCLK  
ADT7301*  
SCLK  
synchronous serial port (SSP) is configured as an SPI master  
with the clock polarity bit set to a Logic 1. In this mode, the  
serial clock line of the PIC16C6x/7x idles high between data  
transfers. Data is transferred to and from the ADT7301 in two  
8-bit serial data operations. In the example shown, port line  
DOUT  
DIN  
MISO  
MOSI  
PC1  
CS  
CS  
RA1 is being used to generate the  
for the ADT7301.  
*ADDITIONAL PINS OMITTED FOR CLARITY  
Figure 14. ADT7301 to MC68HC11 Interface  
PIC16C6x/7x*  
SCK  
ADT7301*  
SCLK  
ADT7301 to 8051 Interface  
SDO  
SDI  
DOUT  
DIN  
An interface circuit between the ADT7301 and the microcon-  
troller is shown in Figure 15. The 8051 is configured in its Mode  
0 serial interface mode. The serial clock line of the 8051 (on  
P3.1) idles high between data transfers. Data is transferred to  
and from the ADT7301 in two 8-bit serial data operations. The  
ADT7301 outputs the MSB of its data stream as the first valid  
bit while the 8051 expects the LSB first. Thus, the data read into  
the serial buffer needs to be rearranged before the correct data-  
word from the ADT7301 is available in the accumulator.  
RA1  
CS  
*ADDITIONAL PINS OMITTED FOR CLARITY  
Figure 16. ADT7301 to PIC16C6x/7x Interface  
The following software program shows how to program an  
PIC16F873 to communicate with the ADT7301. The  
PIC16F873 is configured as an SPI master with the PortA.1 pin  
CS  
used as . Any Microchip microcontroller can use this  
program by simply exchanging the include file for the device  
that’s being used.  
Rev. PrJ | Page 10 of 14  

与ADT7301ARMZ相关器件

型号 品牌 描述 获取价格 数据表
ADT7301ARMZ-REEL ADI Switch/Digital Output Temperature Sensor, DIGITAL TEMP SENSOR-SERIAL, 13BIT(s), 4Cel, SQUA

获取价格

ADT7301ARMZ-REEL7 ADI ±1°C Accurate, 13-Bit, Digital Temperature

获取价格

ADT7301ART ADI 13-Bit, 0.5C Accurate, MicroPower Digital Temperature Sensor in 6-Lead SOT-23

获取价格

ADT7301ART-500RL7 ADI Switch/Digital Output Temperature Sensor, DIGITAL TEMP SENSOR-SERIAL, 13BIT(s), 4Cel, RECT

获取价格

ADT7301ART-REEL ADI Switch/Digital Output Temperature Sensor, DIGITAL TEMP SENSOR-SERIAL, 13BIT(s), 4Cel, RECT

获取价格

ADT7301ARTZ ADI 13-Bit, 0.5C Accurate, MicroPower Digital Temperature Sensor in 6-Lead SOT-23

获取价格