数字温度传感器毕业论文中英文资料外文翻译文献

更新时间:2023-08-14 02:46:01 阅读量: IT计算机 文档下载

说明:文章内容仅供预览,部分内容可能不全。下载后的文档,内容与下面显示的完全一致。下载之前请确认下面内容是否您想要的,是否完整无缺。

中英文资料外文翻译文献

毕业论文中英文资料外文翻译文献

外文资料

DS1722 Digital Thermometer

With 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 direction. 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 widely used in industrial control, electronic transducers, medical equipment and other temperature control system. Among them, which are more representa tive of a digital temperature sensor DS18B20, MAX6575, the DS1722, MAX6636 other. This paper introduces the DS1722 digital temperature sensor characteristics, the use of the method and its timing. Internal structure and other relevant content.

FEATURES:

Temperature measurements require no external components;

Measures temperatures from -55°C to +120°C. Fahrenheit equivalent is -67°F to +248°F;

Thermometer accuracy is ±2.0°C;

Thermometer resolution is configurable from 8 to 12 bits (1.0°C to 0.0625°C resolution);

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), 8-pin USOP, and flip chip package;

1

中英文资料外文翻译文献

PIN ASSIGNMENT

FIGURE 1 PIN ASSIGNMENT

PIN 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 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 interface 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 conditions must be detected quickly.

For application flexibility, the DS1722 features a wide analog sup ply 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 include personal computers/servers/workstations, cellular telephones, office equipment, or any thermally-sensitive system.

2

中英文资料外文翻译文献

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-wire 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 conversion 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 progress. 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 contained 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 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 SERMODE 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 outputs. The DS1722 was designed to be 1.8V Logic-Ready.

3

中英文资料外文翻译文献

4

DS1722 FUNCTIONAL BLOCK DIAGRAM Figure 2

OPERATION-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 with an operating range from -55° to +120°C. 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 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 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.0°C, 0.5°C, 0.25°C, 0.125°C, or 0.0625°C. Following each conversion, thermal data is stored in the thermometer register in tw o ’s 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

中英文资料外文翻译文献

5

02h (MSB). Table 2 describes the exact relationship of output data to measured temperature. 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 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.

Address

Location

S

26

25

24

23

22

21

20

02h

MSB (unit = ℃) LSB

2-1

2-2

2-3

2-4

0 0 0 0 01h

TEMPERATURE

DIGITAL OUTPUT

(BINARY) DIGITAL OUTPUT

(HEX) +120℃ 0111 1000 0000 0000 7800h +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

OPERATION-Programming:

The area of 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)

中英文资料外文翻译文献

6 of the DS1722.

Register Address Structure Table 3 Read Address

Write Address Active Register 00h

80h Configuration 01h

No access Temperature LSB 02h No access

Temperature MSB

CONFIGURATION REGISTER PROGRAMMING:

The configuration register is accessed in the DS1722 with the 00h address for reads and the 80h address for 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 bit. The entire register is volatile, and thus it will power -up in the default state.

CONFIGURATION/STATUS REGISTER Figure 2

1SHOT = 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 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 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 time, 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 4 R2 R1 R0 ThermometerResolution MaxConversionTime

0 0 0 8-bit 0.075s

0 0 1 9-bit 0.15s

0 1 0 10-bit 0.3s

0 1 1 11-bit 0.6s

1 x x 12-bit 1.2s

SD = 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 will 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 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 serial 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 (Serial 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 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

7

中英文资料外文翻译文献

on the SPI bus. The inactive clock polarity is programmable in some microcontrollers. The DS1722 offers an important feature in that the lev el 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 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-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.

8

中英文资料外文翻译文献

9 外文资料译文

DS1722数字温度传感器

随着科学技术的不断进步和发展,温度传感器的种类日益繁多,应用逐渐广泛,并且开始由模拟式向着数字式、单总线式、双总线式和三总线式发展。而数字温度传感器更因适用于各种微处理器接口组成的自动温度控制系统具有可以克服模拟传感器与微处理器接口时需要信号调理电路和A/D 转换器的弊端等优点,被广泛应用于工业控制、电子测温计、医疗仪器等各种温度控制系统中。其中,比较有代表性的数字温度传感器有DS18B20、MAX6575、DS1722、MAX6636等。本文主要介绍了数字温度传感器DS1722的特性、使用方法以及它的时序、内部结构等相关内容。

特点:

(1) 温度测量无需外部元件。

(2) 测量温度范围从-55℃至+120℃,华氏等量温度为-67℉248℉。

(3) 温度测量精度为±2.0℃ 。

(4) 温度测量配置可为8位至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-模拟电源电压

中英文资料外文翻译文献

10 SDO-串行数据输出

SDI-串行数据输入

VDDD-数字电源电压

描述:

具有SPI 接口和三总线接口的DS1722数字温度传感器是一个可以对温度进行读取的装置。对温度测量不需要外部元件辅助,它是一个真正的温度-数字转换器。温度数据通信通过DS1722 的Motorola SPI 接口或者一个标准三总线 串行接口来实现。接口标准选择由用户自己来决定。

应用中,如要求更大温度分辨率,用户可以调整分辨率从8位至12位。在必须迅速侦查到热失控的情况下,这是特别方便的应用。应用的灵活性,DS1722芯片的模拟供电电压范围为2.65V 到5.5V ,而一个单独的数字电压供电允许范围为1.8V 至5.5V 。 DS1722具有8管脚SOIC(150 MIL )封装和8管脚USOP 封装两种封装形式。

DS1722的应用领域可以涉及到个人计算机/服务器/工作组,单元电话,办公设备,或任何热敏感系统。

概况:

DS1722

的内部结构方框图如图2所示:

图2 内部结构方框图

数字温度传感器DS1722由四个主要部分成:

精密温度传感器。

(1) 模数转换器。

(2) SPI/三线接口电子器件。

(3) 数据寄存器。

中英文资料外文翻译文献

(4)这种温度传感器无需外部元件.开始供电时,DS1722处于能量关闭状态,供电之后,用户通过改变寄存器分辨率使其处于连续转换温度模式或者单一温度转换模式.连续转换模式下,DS1722连续转换温度并将结果存于温度寄存器中,如同转换只是一种背景,读温度寄存器中的内容不影响其温度转换;在单一转换模式,DS1722执行一次温度转换,结果存于温度寄存器中,然后回到关闭模式,这种转换模式适用于对温度敏感的应用场合。更多关于配置寄存器的内容包含在“编程操作”部分。

温度转换结果的默认分辨率为9位。在应用中,小增量温度变化是至关重要的,用户可以通过改变分辨率寄存器来实现不同的温度分辨率,从第9位可以改变到8位、10位、11或12,这些是通过程序配置寄存器来完成。但每增加一位大约增加一倍的转换时间。

DS1722有摩托罗拉串行接口和标准三线接口两种通信接口,用户可以通过SERMODE 管脚来选择通信标准,SERMODE管脚接VDDD为SPI接口,SERMODE管脚接地为标准三线接口。该装置包含一个模拟电源电压和一个数字电源电压( 即:VDDA和VDDD),模拟电源电压供给装置的运行,而数字电源电压供应数字输入和输出.DS1722是为 1.8V 逻辑电压而设计准备的。

温度测量操作:

DS1722 功能核心是它是以直接数字式温度传感器来工作的。DS1722 温度测量通过一个芯片温度测量技术来实现,测量范围从-55℃到+120℃。该装置在供电前处于待机模式,在供电后,DS1722可可能会被置于续转换模式或单一转换模式。在连续转换模式状态下,该装置连续计算温度并把测温数据的最新结果存储在温度寄存器的地址位01H(LSB)和02H(MSB);在单一转换模式状态下,DS1722执行一次温度转换,结果存于温度寄存器中,然后回到关闭模式。关于详细介绍在供殿后如何更改设置包含在“编程操作”部分。

温度转换分辨率配置可以分为(8,9,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)位,表示温度是正值或负值。若为华氏用法,必须使用查表或转换规则。

11

中英文资料外文翻译文献

12

表2 温度与地址数据格式关系

S

26

25

24

23

22

21

20

02h

MSB (单位为℃) LSB

2-1

2-2

2-3

2-4

0 0 0 0 01h

温度值

数字输入 (二进制) 数字输出 (十六进制) +120℃ 0111 1000 0000 0000 7800h +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

编程操作:

编程操作主要在于规划DS1722配置寄存器。DS1722的所有的工作程序由SPI 接口或者三总线通信接口通过选择状态寄存器位置适合的地址来完成。表3为寄存器的地址表格,说明了DS1722有两个寄存器(状态和温度)的地址。

表3 寄存器地址

读地址 写地址 寄存器 00h 80h 配置 01h 未定义 温度低字节 02h

未定义

温度高字节

状态寄存器编程:

状态寄存器在DS1722 内获取地址,以地址00h 为读操作,并且以地址80h 为写操

中英文资料外文翻译文献

13 作。从状态寄存器里读写数据时,MSB 首先通过SPI 传输,LSB 首先通过三线传输。寄存器的格式说明见表2。

DS1722寄存器的每一位的功能描述都与该位的供电状态有关,因整个寄存器在工作前是未知的,因此它被置于默认状态。

1SHOT 是单位温度转换位。如果SD 位为“1”,则连续的温度转换不发生,1SHOT 位写入“1”时,DS1722执行一次温度转换并且把结果存在温度寄存器的地址位的01H (LSB )和02H (MSB )中,完成温度转换后1SHOT 将会自动清“0”。用户得以进入对1SHOT 位的读写,虽然也给这位写,如果SD 位是“0”,本次读写数据将被忽略 (连续的转换方式),但用户还是对这一位有读/写访问权限 。传感器上电时默认1SHOT 位“0”。

R0, R1,R2为温度分辨率位,下面表4 定义了数字式温度传感器的配置, 根据这3位对其进行设置。依照对其AC 电子特征的描述,此三位设置和转换时间之间有一种直接的联系。用户可以读写访问R2,R1,和R0位,上电默认状态时R2为“0”,R1 为“0”,R0为“1”(9位转换)。

表4 数字式温度传感器的配置 R2 R1 R0 分辨率 最大转换时

0 0 8-bit 0.075s 0

0 1 9-bit 0.15s 0

1 0 10-bit 0.3s 0

1 1 11-bit 0.6s 1 x x 12-bit 1.2s

SD 是关闭断路位。如果SD 位为“0”,则进入连续转换模式,DS1722将连续执行温度转换并将全部的结果存入温度寄存器中。如果SD 位由“0”便为“1”,进行中的数据转换将继续进行直至完成并且储存结果,然后装置将进入到一个低功率关闭模式。此时,通信口保持有效,用户对SD 位有读/写访问权限,并且默认值是“1”(关闭模式)。

串行接口:

DS1722可以灵活的在它的两个串行接口模式之间做出选择,DS1722可以用SPI 接口或者标准的三总线接口进行数据通信,它的接口方式由管脚SERMODE 决定,当SERMODE 管脚与VDDD 相接时,SPI 接口通信方式被选通;当SERMODE 管脚与地相接时,

中英文资料外文翻译文献

14 标准三总线接口通信方式被选通。

串行外设接口(SPI):

串行外设接口(SPI)是一种同步总线地址和数据传输接口。它的选择是SERMODE 管脚接VDDD 管脚。有四个管脚用于实现SPI 接口技术,这四个管脚分别是SDO(串行数据输出),SDI(串行数据输入),CE(芯片使能),SCLK(串行时钟)。DS1722芯片是一简单设备在SPI 接口技术上的一种应用,微型控制器是系统的核心。

SDI 和SDO 管脚是DS1722的数据输入和输出管脚,CE 管脚是用来启动和终止数据传输,SCLK 管脚用来保证核心装置(微型控制器)与下位设备(DS1722)之间的数据的同步传输。转移时钟(SCLK),它是由单片机微控器产生,为高电平时,当CE 管脚为高电平,而且在处理和数据传输数据到任何设备的SPI 总线期,SCLK 才处于繁忙状态。而SCLK 处于闲置状态时则可以对某些微控制器进行编程操作。DS1722提供了一个重要特点,当CE 繁忙时,某一级的闲置时钟由采样时钟决定。因此,SCLK 的极性是可以兼容的且在一个时钟周期内,以比特数据为单位传送,8位地址位和数据位在同一时钟周期内传送,MSB 内数据首先传送。

标准三线数据总线:

三总线通信方式操作方式与SPI 总线方式相似。但是,在三总线方式下,有一双向I/O 接口代替单独的数据输入和数据输出信号。三总线通信包括I/O 接口(SDI 和SDO 管脚相接),CE 管脚,和SCLK 管脚。在三总线方式下,各个字节首先被转移在LSB ,而SPI 方式下,各个字节首先被转移在MSB 。如同与SPI 方式一样,先把地址字节写入到器件然后是一个字节的数据或多个数据字节写入到器件。

1. 基于C8051F 单片机直流电动机反馈控制系统的设计与研究

2. 基于单片机的嵌入式Web 服务器的研究

3. MOTOROLA 单片机MC68HC (8)05PV8/A 内嵌EEPROM 的工艺和制程方法及对良率的影响研究

4. 基于模糊控制的电阻钎焊单片机温度控制系统的研制

5. 基于MCS-51系列单片机的通用控制模块的研究

6. 基于单片机实现的供暖系统最佳启停自校正(STR )调节器

7. 单片机控制的二级倒立摆系统的研究

8. 基于增强型51系列单片机的TCP/IP 协议栈的实现

9. 基于单片机的蓄电池自动监测系统 10. 基于32位嵌入式单片机系统的图像采集与处理技术的研究 11. 基于单片机的作物营养诊断专家系统的研究 12. 基于单片机的交流伺服电机运动控制系统研究与开发 13. 基于单片机的泵管内壁硬度测试仪的研制 14. 基于单片机的自动找平控制系统研究 15. 基于C8051F040单片机的嵌入式系统开发 16. 基于单片机的液压动力系统状态监测仪开发 17. 模糊Smith 智能控制方法的研究及其单片机实现 18. 一种基于单片机的轴快流CO 〈,2〉激光器的手持控制面板的研制 19. 基于双单片机冲床数控系统的研究 20. 基于CYGNAL 单片机的在线间歇式浊度仪的研制 21. 基于单片机的喷油泵试验台控制器的研制 22. 基于单片机的软起动器的研究和设计 23. 基于单片机控制的高速快走丝电火花线切割机床短循环走丝方式研究 24. 基于单片机的机电产品控制系统开发 25. 基于PIC 单片机的智能手机充电器 26. 基于单片机的实时内核设计及其应用研究 27. 基于单片机的远程抄表系统的设计与研究 28. 基于单片机的烟气二氧化硫浓度检测仪的研制 29. 基于微型光谱仪的单片机系统 30. 单片机系统软件构件开发的技术研究 31. 基于单片机的液体点滴速度自动检测仪的研制 32. 基于单片机系统的多功能温度测量仪的研制 33. 基于PIC 单片机的电能采集终端的设计和应用 34. 基于单片机的光纤光栅解调仪的研制 35. 气压式线性摩擦焊机单片机控制系统的研制 36. 基于单片机的数字磁通门传感器 37. 基于单片机的旋转变压器-数字转换器的研究 38. 基于单片机的光纤Bragg 光栅解调系统的研究 39. 单片机控制的便携式多功能乳腺治疗仪的研制 40. 基于C8051F020单片机的多生理信号检测仪 41. 基于单片机的电机运动控制系统设计 42. Pico 专用单片机核的可测性设计研究

中英文资料外文翻译文献

15 43. 基于MCS-51单片机的热量计 44. 基于双单片机的智能遥测微型气象站 45. MCS-51单片机构建机器人的实践研究 46. 基于单片机的轮轨力检测 47. 基于单片机的GPS 定位仪的研究与实现 48. 基于单片机的电液伺服控制系统 49. 用于单片机系统的MMC 卡文件系统研制 50. 基于单片机的时控和计数系统性能优化的研究 51. 基于单片机和CPLD 的粗光栅位移测量系统研究 52. 单片机控制的后备式方波UPS 53. 提升高职学生单片机应用能力的探究 54. 基于单片机控制的自动低频减载装置研究 55. 基于单片机控制的水下焊接电源的研究 56. 基于单片机的多通道数据采集系统 57. 基于uPSD3234单片机的氚表面污染测量仪的研制 58. 基于单片机的红外测油仪的研究 59. 96系列单片机仿真器研究与设计 60. 基于单片机的单晶金刚石刀具刃磨设备的数控改造 61. 基于单片机的温度智能控制系统的设计与实现 62. 基于MSP430单片机的电梯门机控制器的研制 63. 基于单片机的气体测漏仪的研究 64. 基于三菱M16C/6N 系列单片机的CAN/USB 协议转换器 65. 基于单片机和DSP 的变压器油色谱在线监测技术研究 66. 基于单片机的膛壁温度报警系统设计 67. 基于AVR 单片机的低压无功补偿控制器的设计 68. 基于单片机船舶电力推进电机监测系统 69. 基于单片机网络的振动信号的采集系统 70. 基于单片机的大容量数据存储技术的应用研究 71. 基于单片机的叠图机研究与教学方法实践 72. 基于单片机嵌入式Web 服务器技术的研究及实现 73. 基于AT89S52单片机的通用数据采集系统 74. 基于单片机的多道脉冲幅度分析仪研究 75. 机器人旋转电弧传感角焊缝跟踪单片机控制系统 76. 基于单片机的控制系统在PLC 虚拟教学实验中的应用研究 77. 基于单片机系统的网络通信研究与应用 78. 基于PIC16F877单片机的莫尔斯码自动译码系统设计与研究 79. 基于单片机的模糊控制器在工业电阻炉上的应用研究 80. 基于双单片机冲床数控系统的研究与开发 81. 基于Cygnal 单片机的μC/OS -Ⅱ的研究 82. 基于单片机的一体化智能差示扫描量热仪系统研究 83. 基于TCP/IP 协议的单片机与Internet 互联的研究与实现 84. 变频调速液压电梯单片机控制器的研究 85. 基于单片机γ-免疫计数器自动换样功能的研究与实现 86. 基于单片机的倒立摆控制系统设计与实现 87. 单片机嵌入式以太网防盗报警系统 88. 基于51单片机的嵌入式Internet 系统的设计与实现 89. 单片机监测系统在挤压机上的应用 90. MSP430单片机在智能水表系统上的研究与应用 91. 基于单片机的嵌入式系统中TCP/IP 协议栈的实现与应用 92. 单片机在高楼恒压供水系统中的应用 93. 基于ATmega16单片机的流量控制器的开发 94. 基于MSP430单片机的远程抄表系统及智能网络水表的设计 95. 基于MSP430单片机具有数据存储与回放功能的嵌入式电子血压计的设计 96. 基于单片机的氨分解率检测系统的研究与开发 97. 锅炉的单片机控制系统 98. 基于单片机控制的电磁振动式播种控制系统的设计 99. 基于单片机技术的WDR-01型聚氨酯导热系数测试仪的研制 100. 一种RISC 结构8位单片机的设计与实现 101. 基于单片机的公寓用电智能管理系统设计 102. 基于单片机的温度测控系统在温室大棚中的设计与实现 103. 基于MSP430单片机的数字化超声电源的研制 104. 基于ADμC841单片机的防爆软起动综合控制器的研究 105. 基于单片机控制的井下低爆综合保护系统的设计 106. 基于单片机的空调器故障诊断系统的设计研究 107. 单片机实现的寻呼机编码器 108. 单片机实现的鲁棒MRACS 及其在液压系统中的应用研究 109. 自适应控制的单片机实现方法及基上隅角瓦斯积聚处理中的应用研究 110. 基于单片机的锅炉智能控制器的设计与研究 111. 超精密机床床身隔振的单片机主动控制 112. PIC 单片机在空调中的应用 113. 单片机控制力矩加载控制系统的研究

项目论证,项目可行性研究报告,可行性研究报告,项目推广,项目研究报告,项目设计,项目建议书,项目可研报告,本文档支持完整下载,支持任意编辑!选择我们,选择成功!

项目论证,项目可行性研究报告,可行性研究报告,项目推广,项目研究报告,项目设计,项目建议书,项目可研报告,本文档支持完整下载,支持任意编辑!选择我们,选择成功!

单片机论文,毕业设计,毕业论文,单片机设计,硕士论文,研究生论文,单片机研究论文,单片机设计论文,优秀毕业论文,毕业论文设计,毕业过关论文,毕业设计,毕业设计说明,毕业论文,单片机论文,基于单片机论文,毕业论文终稿,毕业论文初稿,本文档支持完整下载,支持任意编辑!本文档全网独一无二,放心使用,下载这篇文档,定会成功!

本文来源:https://www.bwwdw.com/article/h1dj.html

Top