




版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
1、中英文资料外文翻译文献 毕业论文中英文资料外文翻译文献外文资料ds1722 digital thermometerwith scientific and technological progress and development of the types of temperature sensors increasingly wide range of application of the increasingly widespread, and the beginning analog toward digital, single-bus, dual-bus and bus-3 direc
2、tion. and the number of temperature sensors because they apply to all microprocessor interface consisting of automatic temperature control system simulation can be overcome sensor and microprocessor interface need signal conditioning circuit and a / d converters advantages of the drawbacks, has been
3、 widely used in industrial control, electronic transducers, medical equipment and other temperature control system. among them, which are more representative of a digital temperature sensor ds18b20, max6575, the ds1722, max6636 other. this paper introduces the ds1722 digital temperature sensor chara
4、cteristics, the use of the method and its timing. internal structure and other relevant content. features:temperature measurements require no external components;measures temperatures from -55c to +120c. fahrenheit equivalent is -67f to +248f;thermometer accuracy is 2.0c;thermometer resolution is co
5、nfigurable from 8 to 12 bits (1.0c to 0.0625cresolution);data is read from/written to via a motorola serial peripheral interface (spi) or standard 3-wire serial interface;wide analog power supply range (2.65v - 5.5v);separate digital supply allows for 1.8v logic;available in an 8-pin soic (150 mil),
6、 8-pin usop, and flip chip package;pin assignmentfigure 1 pin assignmentpin description:sermode - serial interface mode.ce - chip enable.sclk - serial clock.gnd ground.vdda - analog supply voltage.sdo - serial data out.sdi - serial data in.vddd - digital supply voltage.description:the ds1722 digital
7、 thermometer and thermostat with spi/3-wire interface provides temperature readings which indicate the temperature of the device. no additional components are required; the device is truly a temperature-to-digital converter. temperature readings are communicated from the ds1722 over a motorola spi i
8、nterface or a standard 3-wire serial interface. the choice of interface standard is selectable by the user. for applications that require greater temperature resolution, the user can adjust the readout resolution from 8 to 12 bits. this is particularly useful in applications where thermal runaway co
9、nditions must be detected quickly.for application flexibility, the ds1722 features a wide analog supply rail of 2.65v - 5.5v. a separate digital supply allows a range of 1.8v to 5.5v. the ds1722 is available in an 8-pin soic (150-mil), 8-pin usop, and flip chip package.applications for the ds1722 in
10、clude personal computers/servers/workstations, cellular telephones, office equipment, or any thermally-sensitive system.overview:a block diagram of the ds1722 is shown in figure 2. the ds1722 consists of four major components:1. precision temperature sensor.2. analog-to-digital converter.3. spi/3-wi
11、re interface electronics.4. data registers.the factory-calibrated temperature sensor requires no external components. the ds1722 is in a power conserving shutdown state upon power-up. after power-up, the user may alter the configuration register to place the device in a continuous temperature conver
12、sion mode or in a one-shot conversion mode. in the continuous conversion mode, the ds1722 continuously converts the temperature and stores the result in the temperature register. as conversions are performed in the background, reading the temperature register does not affect the conversion in progre
13、ss. in the one-shot temperature conversion mode, the ds1722 will perform one temperature conversion, store the result in the temperature register, and then eturn to the shutdown state. this conversion mode is ideal for power sensitive applications. more information on the configuration register is c
14、ontained in the “operation-programming” section. the temperature conversion results will have a default resolution of 9 bits. in applications where small incremental temperature changes are critical, the user can change the conversion resolution from 9 bits to 8, 10, 11, or 12. this is accomplished
15、by programming the configuration register. each additional bit of resolution approximately doubles the conversion time. the ds1722 can communicate using either a motorola serial peripheral interface (spi) or standard 3-wire interface. the user can select either communication standard through the ser
16、mode pin, tying it to vddd for spi and to ground for 3-wire. the device contains both an analog supply voltage and a digital supply voltage (vdda and vddd, respectively). the analog supply powers the device for operation while the digital supply provides the top rails for the digital inputs and outp
17、uts. the ds1722 was designed to be 1.8v logic-ready.ds1722 functional block diagram figure 2operation-measuring temperature:the core of ds1722 functionality is its direct-to-digital temperature sensor. the ds1722 measures temperature through the use of an on-chip temperature measurement technique wi
18、th an operating range from -55to +120c. the device powers up in a power-conserving shutdown mode. after power-up, the ds1722 may be placed in a continuous conversion mode or in a one-shot conversion mode. in the continuous conversion mode, the device continuously computes the temperature and stores
19、the most recent result in the temperature register at addresses 01h (lsb) and 02h (msb). in the one-shot conversion mode, the ds1722 performs one temperature conversion and then returns to the shutdown mode, storing temperature in the temperature register. details on how to change the setting after
20、power up are contained in the “operation-programming” section. the resolution of the temperature conversion is configurable (8, 9, 10, 11, or 12 bits), with 9-bit readings the default state. this equates to a temperature resolution of 1.0c, 0.5c, 0.25c, 0.125c, or 0.0625c. following each conversion,
21、 thermal data is stored in the thermometer register in twos complement format; the information can be retrieved over the spi or 3-wire interface with the address set to the temperature register, 01h (lsb) and then 02h (msb). table 2 describes the exact relationship of output data to measured tempera
22、ture. the table assumes the ds1722 is configured for 12-bit resolution; if the evince is configured in a lower resolution mode, those bits will contain 0s. the data is transmitted serially over the digital interface, msb first for spi communication and lsb first for 3-wire communication. the msb of
23、the temperature register contains the “sign” (s) bit, denoting whether the temperature is positive or negative. for fahrenheit usage, a lookup table or conversion routine must be used. addresslocations2625242322212002hmsb (unit = ) lsb2-12-22-32-4000001htemperaturedigital output(binary)digital outpu
24、t(hex)+1200111 1000 0000 00007800h+25.06250001 1001 0001 00001910h+10.1250000 1010 0010 00000a20h+0.50000 0000 1000 00000080h00000 0000 0000 00000000h-0.51111 1111 1000 0000ff80h-10.1251111 0101 1110 0000f5e0h-25.06251110 0110 1111 0000e6f0h-551100 1001 0000 0000c900hoperation-programming:the area o
25、f interest in programming the ds1722 is the configuration register. all programming is done via the spi or 3-wire communication interface by selecting the appropriate address of the desired register location. table 3 illustrates the addresses for the two registers (configuration and temperature) of
26、the ds1722.register address structure table 3read addresswrite addressactive register00h80hconfiguration01hno accesstemperature lsb02hno accesstemperature msbconfiguration register programming:the configuration register is accessed in the ds1722 with the 00h address for reads and the 80h address for
27、 writes. data is read from or written to the configuration register msb first for spi communication and lsb first for 3-wire communication. the format of the register is illustrated in figure 2. the effect each bit has on ds1722 functionality is described below along with the power-up state of the b
28、it. the entire register is volatile, and thus it will power-up in the default state.configuration/status register figure 21shot = one-shot temperature conversion bit. if the sd bit is 1, (continuous temperature conversions are not taking place), a 1 written to the 1shot bit will cause the ds1722 to
29、perform one temperature conversion and store the results in the temperature register at addresses 01h (lsb) and 02h (msb). the bit will clear itself to 0 upon completion of the temperature conversion. the user has read/write access to the 1shot bit, although writes to this bit will be ignored if the
30、 sd bit is a 0, (continuous conversion mode). the power-up default of the one-shot bit is 0.r0, r1, r2 = thermometer resolution bits. table 4 below defines the resolution of the digital thermometer, based on the settings of these 3 bits. there is a direct tradeoff between resolution and conversion t
31、ime, as depicted in the ac electrical characteristics. the user has read/write access to the r2, r1 and r0 bits and the power-up default state is r2=0, r1=0, and r0=1 (9-bit conversions).thermometer resolution configuration table 4r2r1r0thermometerresolutionmaxconversiontime0008-bit0.075s0019-bit0.1
32、5s01010-bit0.3s01111-bit0.6s1xx12-bit1.2ssd = shutdown bit. if sd is 0, the ds1722 will continuously perform temperature conversions and store the last completed result in the temperature register. if sd is changed to a 1, the conversion in progress will be completed and stored and then the device w
33、ill revert to a low-power shutdown mode. the communication port remains active. the user has read/write access to the sd bit and the power-up default is 1 (shutdown mode).serial interface:the ds1722 offers the flexibility to choose between two serial interface modes. the ds1722 can communicate with
34、the spi interface or with a standard 3-wire interface. the interface method used is determined by the sermode pin. when this pin is connected to vddd spi communication is selected. when this pin is connected to ground, standard 3-wire communication is selected.serial peripheral interface (spi):the s
35、erial peripheral interface (spi) is a synchronous bus for address and data transfer. the spi mode of serial communication is selected by tying the sermode pin to vddd. four pins are used for the spi. the four pins are the sdo (serial data out), sdi (serial data in), ce (chip enable), and sclk (seria
36、l clock). the ds1722 is the slave device in an spi application, with the microcontroller being the master. the sdi and sdo pins are the serial data input and output pins for the ds1722, respectively. the ce input is used to initiate and terminate a data transfer. the sclk pin is used to synchronize
37、data movement between the master (microcontroller) and the slave (ds1722) devices. the shift clock (sclk), which is generated by the microcontroller, is active only when ce is high and during address and data transfer to any device on the spi bus. the inactive clock polarity is programmable in some
38、microcontrollers. the ds1722 offers an important feature in that the level of the inactive clock is determined by sampling sclk when ce becomes active. therefore, either sclk polarity can be accommodated. there is one clock for each bit transferred. address and data bits are transferred in groups of
39、 eight, msb first.3-wire serial data bus:the 3-wire communication mode operates similar to the spi mode. however, in 3-wire mode, there is one bi-directional i/o instead of separate data in and data out signals. the 3-wire consists of the i/o (sdi and sdo pins tied together), ce, and sclk pins. in 3
40、-wire mode, each byte is shifted in lsb first unlike spi mode where each byte is shifted in msb first. as is the case with the spi mode, an address byte is written to the device followed by a single data byte or multiple data bytes.外文资料译文ds1722数字温度传感器随着科学技术的不断进步和发展,温度传感器的种类日益繁多,应用逐渐广泛,并且开始由模拟式向着数字式、
41、单总线式、双总线式和三总线式发展。而数字温度传感器更因适用于各种微处理器接口组成的自动温度控制系统具有可以克服模拟传感器与微处理器接口时需要信号调理电路和a/d转换器的弊端等优点,被广泛应用于工业控制、电子测温计、医疗仪器等各种温度控制系统中。其中,比较有代表性的数字温度传感器有ds18b20、max6575、ds1722、max6636等。本文主要介绍了数字温度传感器ds1722的特性、使用方法以及它的时序、内部结构等相关内容。特点:(1) 温度测量无需外部元件。(2) 测量温度范围从-55至+120,华氏等量温度为-67248。(3) 温度测量精度为2.0 。(4) 温度测量配置可为8位至
42、12位分辨率(即1.0至0.0625分辨率)。(5) 数据读写接口方式可以是motorola串行外设接口或三线串行接口。(6) 模拟电源电压范围(2.65v到5.5v )。(7) 单独的逻辑数字电压允许在1.8v。(8) 具有8管脚soic(150 mil )封装和8管脚usop封装两种封装形式。图1 管脚图管脚描述:sermode-串行接口模式ce-芯片使能sclk-串行时钟线gnd-地vdda-模拟电源电压sdo-串行数据输出sdi-串行数据输入vddd-数字电源电压描述:具有spi接口和三总线接口的ds1722数字温度传感器是一个可以对温度进行读取的装置。对温度测量不需要外部元件辅助,它
43、是一个真正的温度-数字转换器。温度数据通信通过ds1722 的motorola spi 接口或者一个标准三总线 串行接口来实现。接口标准选择由用户自己来决定。应用中,如要求更大温度分辨率,用户可以调整分辨率从8位至12位。在必须迅速侦查到热失控的情况下,这是特别方便的应用。应用的灵活性,ds1722芯片的模拟供电电压范围为2.65v到5.5v,而一个单独的数字电压供电允许范围为1.8v至5.5v。 ds1722具有8管脚soic(150 mil )封装和8管脚usop封装两种封装形式。ds1722的应用领域可以涉及到个人计算机/服务器/工作组,单元电话,办公设备,或任何热敏感系统。概况:ds1
44、722的内部结构方框图如图2所示:图2 内部结构方框图数字温度传感器ds1722由四个主要部分成:精密温度传感器。(1) 模数转换器。(2) spi/三线接口电子器件。(3) 数据寄存器。(4) 这种温度传感器无需外部元件.开始供电时,ds1722处于能量关闭状态,供电之后,用户通过改变寄存器分辨率使其处于连续转换温度模式或者单一温度转换模式.连续转换模式下,ds1722连续转换温度并将结果存于温度寄存器中,如同转换只是一种背景,读温度寄存器中的内容不影响其温度转换;在单一转换模式,ds1722执行一次温度转换,结果存于温度寄存器中,然后回到关闭模式,这种转换模式适用于对温度敏感的应用场合。更
45、多关于配置寄存器的内容包含在“编程操作”部分。温度转换结果的默认分辨率为9位。在应用中,小增量温度变化是至关重要的, 用户可以通过改变分辨率寄存器来实现不同的温度分辨率,从第9位可以改变到8位 、10位、11或12,这些是通过程序配置寄存器来完成。但每增加一位大约增加一倍的转换时间。ds1722有摩托罗拉串行接口和标准三线接口两种通信接口,用户可以通过sermode管脚来选择通信标准,sermode管脚接vddd为spi接口,sermode管脚接地为标准三线接口。该装置包含一个模拟电源电压和一个数字电源电压( 即:vdda和vddd),模拟电源电压供给装置的运行,而数字电源电压供应数字输入和输
46、出.ds1722是为1.8v逻辑电压而设计准备的。温度测量操作:ds1722 功能核心是它是以直接数字式温度传感器来工作的。ds1722 温度测量通过一个芯片温度测量技术来实现,测量范围从-55到+120。该装置在供电前处于待机模式,在供电后,ds1722可可能会被置于续转换模式或单一转换模式。在连续转换模式状态下,该装置连续计算温度并把测温数据的最新结果存储在温度寄存器的地址位01h(lsb)和02h(msb);在单一转换模式状态下,ds1722执行一次温度转换,结果存于温度寄存器中,然后回到关闭模式。关于详细介绍在供殿后如何更改设置包含在“编程操作”部分。温度转换分辨率配置可以分为(8,9
47、,10,11,12位),且在默认状态下为9位;其对应分辨率分别为1.0,0.5,0.25,0.125,和0.0625。传感器ds1722将温度转换后以二进制的补码格式存储于温度寄存器中,通过spi或者三线接口,温度寄存器中的地址01h(lsb)和02h(msb)中的数据可以被读出来,表2描述了输出的数据与被测量的温度的确切关系,表中假设ds1722配置为12位分辨率;如果设备被配置在一个低分辨率方式下,那些位将包含0s。数据通过数字接口连续传送,msb首先通过spi传输,lsb首先通过三线传输。温度寄存器器的msb包含“标志”(s)位,表示温度是正值或负值。若为华氏用法,必须使用查表或转换规则
48、。表2 温度与地址数据格式关系s2625242322212002hmsb (单位为) lsb2-12-22-32-4000001h温度值数字输入(二进制)数字输出(十六进制)+1200111 1000 0000 00007800h+25.06250001 1001 0001 00001910h+10.1250000 1010 0010 00000a20h+0.50000 0000 1000 00000080h00000 0000 0000 00000000h-0.51111 1111 1000 0000ff80h-10.1251111 0101 1110 0000f5e0h-25.06251110 0110 1111 0000e6f0h-551100 1001 0000 0000c900h编程操作:编程操作主要在于规划ds1722配置寄存器。ds1722的所有的工作程序由spi接口或者三总线通信接口通过选择状态寄存器位置适合的地址来完成。表3为寄存器的地址表格,说明了ds1722有两个寄存器(状态和温度)的地址。表3 寄存器地址读地
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 火花线切割机床项目投资可行性研究分析报告(2024-2030版)
- 中国医用纯化水设备行业发展监测及发展战略规划报告
- 中国汽车平衡块行业市场全景评估及发展战略规划报告
- 中国电容器用薄膜市场调查报告
- 2025年中国气瓶光面环规行业市场发展前景及发展趋势与投资战略研究报告
- 2025-2030年中国全钢中央台项目投资可行性研究分析报告
- 中国川乌头行业市场深度评估及投资战略规划报告
- 中国回光灯市场发展前景预测及投资战略咨询报告
- 早教班老师培训课件
- 同城配送合同
- 高三家长会班主任发言稿课件
- 学前幼儿园-《快乐的小鼹鼠》教学课件设计
- 3停止间转法教案
- 2022-2023学年重庆市合川市三下数学期末学业质量监测模拟试题含解析
- 全过程造价咨询服务实施方案
- 初二生地会考复习资料全
- 里氏硬度法检测钢材强度范围记录表、钢材里氏硬度与抗拉强度范围换算表
- 四川省宜宾市翠屏区中学2022-2023学年数学八年级第二学期期末检测试题含解析
- 2020-2021成都石室联合中学蜀华分校小学数学小升初模拟试卷附答案
- 某冶金机械厂供配电系统设计
- 《在中亚细亚草原上》赏析 课件
评论
0/150
提交评论