| 注册
home doc ppt pdf
请输入搜索内容

热门搜索

年终总结个人简历事迹材料租赁合同演讲稿项目管理职场社交

基于单片机的温度控制外文文献及中文翻译

z***u

贡献于2019-06-04

字数:18242

Temperature Control Using a Microcontroller
An Interdisciplinary Undergraduate Engineering Design Project
James S McDonald
Department of Engineering Science
Trinity University
San Antonio TX 78212
Abstract:This paper describes an interdisciplinary design project which was done under the author’s supervision by a group of four senior students in the Department of Engineering Science at Trinity University The objective of the project was to develop a temperature control system for an airfilled chamber The system was to allow entry of a desired chamber temperature in a prescribed range and to exhibit overshoot and steadystate temperature error of less than 1 degree Kelvin in the actual chamber temperature step response The details of the design developed by this group of students based on a Motorola MC68HC05 family microcontroller are described The pedagogical value of the problem is also discussed through a description of some of the key steps in the design process It is shown that the solution requires broad knowledge drawn from several engineering disciplines including electrical mechanical and control systems engineering
1 Introduction
The design project which is the subject of this paper originated from a realworld application A prototype of a microscope slide dryer had been developed around an OmegaTM model CN390 temperature controller and the objective was to develop a custom temperature control system to replace the Omega system The motivation was that a custom controller targeted specifically for the application should be able to achieve the same functionality at a much lower cost as the Omega system is unnecessarily versatile and equipped to handle a wide variety of applications
The mechanical layout of the slide dryer prototype is shown in Figure 1 The main element of the dryer is a large insulated airfilled chamber in which microscope slides each with a tissue sample encased in paraffin can be set on caddies In order that the paraffin maintain the proper consistency the temperature in the slide chamber must be maintained at a desired (constant) temperature A second chamber (the electronics enclosure) houses a resistive heater and the temperature controller and a fan mounted on the end of the dryer blows air across the heater carrying heat into the slide chamber This design project was carried out during academic year 1996–97 by four students under the author’s supervision as a Senior Design project in the Department of Engineering Science at Trinity University The purpose of this paper is


to describe the problem and the students’ solution in some detail and to discuss some of the pedagogical opportunities offered by an interdisciplinary design project of this type The students’ own report was presented at the 1997 National Conference on Undergraduate Research [1] Section 2 gives a more detailed statement of the problem including performance specifications and Section 3 describes the students’ design Section 4 makes up the bulk of the paper and discusses in some detail several aspects of the design process which offer unique pedagogical opportunities Finally Section 5 offers some conclusions
2 Problem Statement
The basic idea of the project is to replace the relevant parts of the functionality of an Omega CN390 temperature controller using a customdesigned system The application dictates that temperature settings are usually kept constant for long periods of time but it’s nonetheless important that step changes be tracked in a reasonable manner Thus the main requirements boil down to
·allowing a chamber temperature setpoint to be entered
·displaying both setpoint and actual temperatures and
·tracking step changes in setpoint temperature with acceptable rise time steadystate error and overshoot


Although not explicitly a part of the specifications in Table 1 it was clear that the customer desired digital displays of setpoint and actual temperatures and that setpoint temperature entry should be digital as well (as opposed to say through a potentiometer setting)
3 System Design
The requirements for digital temperature displays and setpoint entry alone are enough to dictate that a microcontrollerbased design is likely the most appropriate Figure 2 shows a block diagram of the students’ design


The microcontroller a MotorolaMC68HC705B16 (6805 for short) is the heart of the system It accepts inputs from a simple fourkey keypad which allow specification of the setpoint temperature and it displays both setpoint and measured chamber temperatures using twodigit sevensegment LED displays controlled by a display driver All these inputs and outputs are accommodated by parallel ports on the 6805 Chamber temperature is sensed using a precalibrated thermistor and input via one of the 6805’s analogtodigital inputs Finally a pulsewidth modulation (PWM) output on the 6805 is used to drive a relay which switches line power to the resistive heater off and on
Figure 3 shows a more detailed schematic of the electronics and their interfacing to the 6805 The keypad a Storm 3K041103 has four keys which are interfaced to pins PA0{ PA3 of Port A configured as inputs One key functions as a mode switch Two modes are supported set mode and run mode In set mode two of the other keys are used to specify the setpoint temperature one increments it and one decrements The fourth key is unused at present The LED displays are driven by a Harris Semiconductor ICM7212 display driver interfaced to pins PB0{PB6 of Port B configured as outputs The temperaturesensing thermistor drives through a voltage divider pin AN0 (one of eight analog inputs) Finally pin PLMA (one of two PWM outputs) drives the heater relay


Software on the 6805 implements the temperature control algorithm maintains the temperature displays and alters the setpoint in response to keypad inputs Because it is not complete at this writing software will not be discussed in detail in this paper The control algorithm in particular has not been determined but it is likely to be a simple proportional controller and certainly not more complex than a PID Some control design issues will be discussed in Section 4 however
4 The Design Process
Although essentially the project is just to build a thermostat it presents many nice pedagogical opportunities The knowledge and experience base of a senior engineering undergraduate are just enough to bring him or her to the brink of a solution to various aspects of the problem Yet in each case realworld considerations complicate the situation significantly
Fortunately these complications are not insurmountable and the result is a very beneficial design experience The remainder of this section looks at a few aspects of the problem which present the type of learning opportunity just described Section 41 discusses some of the features of a simplified mathematical model of the thermal properties of the system and how it can be easily validated experimentally Section 42 describes how realistic control algorithm designs can be arrived at using introductory concepts in control design Section 43 points out some important deficiencies of such a simplified modelingcontrol design process and how they can be overcome through simulation Finally Section 44 gives an overview of some of the microcontrollerrelated design issues which arise and learning opportunities offered
41 MathematicalModel
Lumpedelement thermal systems are described in almost any introductory linear control systems text and just this sort of model is applicable to the slide dryer problem Figure 4 shows a secondorder lumpedelement thermal model of the slide dryer The state variables are the temperatures Ta of the air in the box and Tb of the box itself The inputs to the system are the power output q(t) of the heater and the ambient temperature T¥ ma and mb are the masses of the air and the box respectively and Ca and Cb their specific heats μ1 and μ2 are heat transfer coefficients from the air to the box and from the box to the external world respectively


It’s not hard to show that the (linearized) state equationscorresponding to Figure 4 are

Taking Laplace transforms of (1) and (2) and solving for Ta(s) which is the output of interest gives the following openloop model of the thermal system

where K is a constant and D(s) is a secondorder polynomialK tz and the coefficients of D(s) are functions of the variousparameters appearing in (1) and (2)Of course the various parameters in (1) and (2) are completely unknown but it’s not hard to show that regardless of their values D(s) has two real zeros Therefore the main transfer function of interest (which is the one from Q(s) since we’ll assume constant ambient temperature) can be written

Moreover it’s not too hard to show that 1tp1 <1tz <1tp2 ie that the zero lies between the two poles Both of these are excellent exercises for the student and the result is the openloop polezero diagram of Figure 5


Obtaining a complete thermal model then is reduced to identifying the constant K and the three unknown time constants in (3) Four unknown parameters is quite a few but simple experiments show that 1tp1 _ 1tz1tp2 so that tztp2 _ 0 are good approximations Thus the openloop system is essentially firstorder and can therefore be written

(where the subscript p1 has been dropped)
Simple openloop step response experiments show thatfor a wide range of initial temperatures and heat inputs K _014 _W and t _ 295 s1
42 Control System Design
Using the firstorder model of (4) for the openloop transfer function Gaq(s) and assuming for the moment that linear control of the heater power output q(t) is possible the block diagram of Figure 6 represents the closedloop system Td(s) is the desired or setpoint temperatureC(s) is the compensator transfer function and Q(s) is the heater output in watts


Given this simple situation introductory linear control design tools such as the root locus method can be used to arrive at a C(s) which meets the step response requirements on rise time steadystate error and overshoot specified in Table 1 The upshot of course is that a proportional controller with sufficient gain can meet all specifications Overshoot is impossible and increasing gains decreases both steadystate error and rise time
Unfortunately sufficient gain to meet the specifications may require larger heat outputs than the heater is capable of producing This was indeed the case for this system and the result is that the rise time specification cannot be met It is quite revealing to the student how useful such an oversimplified model carefully arrived at can be in determining overall performance limitations
43 Simulation Model
Gross performance and its limitations can be determined using the simplified model of Figure 6 but there are a number of other aspects of the closedloop system whose effects on performance are not so simply modeled Chief among these are
·quantization error in analogtodigital conversion of the measured temperature and
· the use of PWM to control the heater
Both of these are nonlinear and timevarying effects and the only practical way to study them is through simulation (or experiment of course)
Figure 7 shows a SimulinkTM block diagram of the closedloop system which incorporates these effects AD converter quantization and saturation are modeled using standard Simulink quantizer and saturation blocks Modeling PWM is more complicated and requires a custom Sfunction to represent it


This simulation model has proven particularly useful in gauging the effects of varying the basic PWM parameters and hence selecting them appropriately (Ie the longer the period the larger the temperature error PWM introduces On the other hand a long period is desirable to avoid excessive relay chatter among other things) PWM is often difficult for students to grasp and the simulation model allows an exploration of its operation and effects which is quite revealing
44 The Microcontroller
Simple closedloop control keypad reading and display control are some of the classic applications of microcontrollers and this project incorporates all three It is therefore an excellent allaround exercise in microcontroller applications In addition because the project is to produce an actual packaged prototype it won’t do to use a simple evaluation board with the IO pins jumpered to the target system Instead it’s necessary to develop a complete embedded application This entails the choice of an appropriate part from the broad range offered in a typical microcontroller family and learning to use a fairly sophisticated development environment Finally a custom printedcircuit board for the microcontroller and peripherals must be designed and fabricated
Microcontroller Selection In view of existing local expertise the Motorola line of microcontrollers was chosen for this project Still this does not narrow the choice down much A fairly disciplined study of system requirements is necessary to specify which microcontroller out of scores of variants is required for the job This is difficult for students as they generally lack the experience and intuition needed as well as the perseverance to wade through manufacturers’ selection guides
Part of the problem is in choosing methods for interfacing the various peripherals (eg what kind of display driver should be used) A study of relevant Motorola application notes [2 3 4] proved very helpful in understandingwhat basic approaches are available and what microcontrollerperipheral combinations should be considered
The MC68HC705B16 was finally chosen on the basis of its availableAD inputs and PWMoutputs as well as 24 digital IO lines In retrospect this is probably overkill as only one AD channel one PWM channel and 11 IO pins are actually required (see Figure 3) The decision was made to err on the safe side because a complete development system specific to the chosen part was necessary and the project budget did not permit a second such system to be purchased should the first
prove inadequate
Microcontroller Application Development Breadboarding of the peripheral hardware development of microcontroller software and final debugging and testing of a custom printedcircuit board for the microcontroller and peripherals all require a development environment of some kind The choice of a development environment like that of the microcontroller itself can be bewildering and requires some faculty expertise Motorola makes three grades of development environment ranging from simple evaluation boards (at around 100) to fullblown realtime incircuit emulators (at more like 7500) The middle option was chosen for this project the MMEVS which consists of _ a platform board (which supports all 6805family parts) _ an emulator module (specific to Bseries parts) and _ a cable and target head adapter (packagespecific) Overall the system costs about 900 and provides with some limitations incircuit emulation capability It also comes with the simple but sufficient software development environment RAPID [5]
Students find learning to use this type of system challenging but the experience they gain in realworld microcontroller application development greatly exceeds the typical firstcourse experience using simple evaluation boards
PrintedCircuit Board The layout of a simple (though definitely not trivial) printedcircuit board is another practical learning opportunity presented by this project The final board layout with package outlines is shown (at 50 of actual size) in Figure 8 The relative simplicity of the circuit makes manual placement and routing practical—in fact it likely gives better results than automatic in an application like this—and the student is therefore exposed to fundamental issues of printedcircuit layout and basic design rules The layout software used was the very nice package pcb2 and the board was fabricated inhouse with the aid of our staff electronics technician









中文翻译:

单片机温度控制:
跨学科科生工程设计项目
JamesSMcDonald
工程科学系三学德克萨斯州
圣安东尼奥市78212
摘:文描述作者领导四三学高年级学生组成团队进行跨学科工程项目设计该项目目标设计气室温度控制系统该系统求:实际气室温度阶跃响应时规定范围温度进入气室稳定时温度误差超调量必须少绝温度组学生开发设计基摩托罗拉MC68HC05系列单片机该问题教学价值通某步骤关键描述文说明研究结果表明解决该方案需具广泛工程学科知识包括相关电子机械控制系统工程知识
1 引言
该设计项目实际应问题关显微镜载玻片干燥剂温控器——欧米茄CN390温度控制器设计目标研发定义通温度控制系统取代欧米茄系统更低成实现相功定义控制器欧米茄系统样需够全方位处理种问题
该载玻片干燥机机械布局图1示干燥机体足够绝缘充气室里面次存放着薄纸包着石蜡石蜡保持适稳定性载玻片气室温度必须维持稳定第二气筒(电子围绕元件)设电阻加热器温度控制器安装干燥机风扇风吹加热器热量带载玻片气室

图11 载玻片干燥机机械布局

199697学年文作者带领四位三学工程科学系高年级学生开展项目研究文目说明提出问题详细阐述学生解决方案讨种类型跨学科设计项目教学方面应问题份学生报告1997年全国科毕业生研讨会提出讨第2节出该设计更详细情况包括性规格第3节具体 学生设计第4节文体讨该设计教学应方面实施问题第5节全文总结
2 问题阐述
该项目基思想设计定义温度控制系统取代相关欧米茄CN390温度控制器温度时通常保持稳定常数重阶跃变化合理踪求:
·空气室温度进行设定
·时显示设定值实际温度
·设定温度值情况接受范围踪阶跃变化稳态误差超调量
设定温度接口



设定温度显示



室温度显示

范围
精度
准确度
6099
1°C
±1°C
室温度阶梯响应

范围(稳定状态)
精度(稳定状态)
超调
设定时间(±1°)
6099
±1°C
1°C
120s
表1 精确规格说明

表1部分说明明确清楚反映数字显示器设定值实际温度求温度应该通数值输入设定(通电位器设置)
3系统设计
根微控设计数字温度显示单点输入求合适图2学生设计框图

图22 温度控制器硬件结构图

摩托罗拉MC68HC705B16(简称6805)系统核心通简单4键键盘温度进行设定时两显示驱动控制7段LED数码显示定值气室温度测量值输入输出信号6805行口相连气室温度值预校准热敏电阻测量通6805数模转换输入6085脉宽度调制(PWM)输出驱动继电器控制线性电阻加热器闭合断开
图3更详细显示6805接口电子器件暴风3K041103型号四键键盘通PA0PA3端口进行数输入中重功进行模式切换两种模式:固定模式运行模式固定模式两键设定温度增加减少第四键暂作LED显示屏哈里斯半导体ICM7212进行驱动通PB0PB6端口芯片相连作输出热敏电阻电压分频器驱动通AN0针脚(八模拟输入端口中)相连PLMA针脚(两PWM输出端口中)驱动加热继电器

图23 单片机原理图

图3单片机原理图关软件实现温度控制算法保持温度显示改变键盘输入响应会文详细讨文重点没编译完成软件部分没确定控制算法简单例控制PID算法简单控制设计问题第四节讨
4 设计程
然该项目质建立恒温器许契机供教学鉴高级工程科教育知识够学生具解决问题力然情况实际情况理问题参项目设计获设计方面宝贵验节余部分着眼方面:41节讨系统特征简化系统热性数学模型简单理证明42节介绍确定实际控制算法43节指出控制设计程序足通模拟环境指出样克服问题44节出单片机设计相关概述出现问题值鉴处
41数学模型
集总元件热系统符合线性控制适载玻片干燥机问题图4显示二阶集总元件热量模型载玻片干燥机状态变量温度Ta箱空气温度Tb箱子身温度该系统输入功率等q(t)热量环境温度Tmamb分应空气箱子质量
CaCb分应热量m1m2分空气箱子间箱子外界间传热系数

图41 集总元件热模型

图4推出(线性)状态方程

拉普拉斯变换(1)(2)等式整理Ta(s)趣推出开环热系统方程

中K常数D(s)二阶项式Ktz系数D(s)(1)(2)等式中出现系数功相然(1)(2)等式中种参数未知情况难证明D(s)参数值关具两零点传递函数写成(假设环境温度常数)

外推出1tp1<1tz<1tp2零点两极间开环零极点图5示

图42 Gaq(s)零极点

获取完整热模型(3)式中常数K3未知时间常数四未知参数少简单实验表明1tp1<<1tz1tp2统基阶函数tztp2似0开环系写成:

(标p1已掉)
初始温度热量值范围设置简单开环阶跃响应实验结果表明K≈014oWτ≈295S
42 控制系统设计
(4)式阶开环传递函数Gaq(s)假定加热器输出函数q(t)线性图6系统框图代表闭环系统Td(s)设定温度函数C(s)传递函数Q(s)热量输出单位瓦特
图6简化闭环系统框图鉴种简单情况前面指线性控制设置例根轨迹法设计法C(s)中符合求阶跃响应应升时间稳态误差超调量符合表格1示然足够增益例控制器满足种求超调量改变增加增益减少稳态误差升时间幸果获足够增益需生产超实际生产力容量加热器系统实际问题会致升时间符合求求学生利仔细计算简化模型整体性达佳控制
43 模型仿真
该设计部分性限制功应该图6简化模型完成数闭环系统方面影响非够简单仿真中:
·量化误差模拟数模转换
·测量温度PWM控制加热器
两种非线性时变唯切实行方法通仿真(实验)加研究
图7Simulink仿真闭环系统框图显示Simulink情况闭环系统框图中包括AD转换标准Simulink量化饱块建立饱量化模型建立PWM调制模型较复杂需定义S函数表示

图43 仿真闭环系统框图

种仿真模型已证明衡量PWM基参数设计影响适参数选择中特(时间越长PWM调制会产生更温度误差方面时间越长继电器抖动机率越)PWM调制方法难学生掌握仿真模型允许研究测试运行明显影响
44单片机
简单闭环控制键盘输入显示控制典单片机应技术设计项目包含述三方面优秀全面单片机应练
外该项目源现实会简单输入输出设计完成相反项目需制定完整嵌入式应需量单片机型号中选取适芯片学着相复杂开发环境必须设计选取印刷电路板单片机外接元件
441单片机选择
现实际验常选摩托罗拉公司单片机芯片选择应该局限研究表明系统求符合工作需求单片机学生困难缺乏良验判断力通制造商产品选择指南决定单片机选择部分问题种外围设备(例应该种显示驱动程序?)连接方法选择摩托罗拉相关应研究[234]中证明非常基阐述实性连接方法单片机外围连接组合方式终求基础选择MC68HC705B16现AD输入PWM输出24数字IO线样选择必项目需AD通道PWM通道11IO引脚(见图3)该决定安全方面选择完整开发系统必该项目预算中没足够资金次购买元件
442单片机应开发
外围设备电路硬件软件开发终调试单片机定印刷电路板外设需某种形式发展环境
单片机身开发环境选择令困惑需教师专业知识摩托罗拉三级发展环境包括简单评估板(约100美元)全面实时线仿真器(约7500元)中间选项选项目MMEVS中包括:
·台板(支持6805family部分)
· 模拟器模块(具体B系列部分)
· 电缆头目标适配器(简明包装)
总体言该系统成900美元定局限提供线仿真力配备简单足够软件开发环境RAPID[5]
学生发现学类系统挑战现实世界微控制器应获验超第典型简单评估板验
443印刷电路板
简单(然布局绝)印刷电路板工程提供现实学机会图8显示板布局包轮廓(50实际)相简单电路手工安置路实践方面更实际提供更结果样应程动性学生接触基印刷电路布局问题基设计规排版软件非常漂亮包装印刷电路板板制作部电子技术员帮助完成

图44 单片机印刷版布局
文档香网(httpswwwxiangdangnet)户传

《香当网》用户分享的内容,不代表《香当网》观点或立场,请自行判断内容的真实性和可靠性!
该内容是文档的文本内容,更好的格式请下载文档

下载文档,方便阅读与编辑

文档的实际排版效果,会与网站的显示效果略有不同!!

需要 10 香币 [ 分享文档获得香币 ]

该文档为用户出售和定价!

购买文档

相关文档

基于单片机的空调温度控制系统设计毕业设计

 毕业设计  题 目 基于单片机的空调温度控制系统设计 学生姓名 学 号 学 院 计算机与信息工程系 专业班级 指导教师 职 称   年 月 内容摘要 空调是一种能够改善室内温度、湿度、洁净度和空气流速等参数的电器装置。它在生产生活中用途非常广泛。空调

z***u 5年前 上传2580   0

基于单片机的温度控制系统设计毕业论文

职业学院毕业论文 题目:单片机温度控制系统研制 系 院:工程技术学院 学生姓名: 学 号: 专 业:机电一体化 年 级: 指导教师: 完成日期:X月X日 毕业设计(论文)任务书 设计(论文)题目 单片机温度控制系统研制

z***u 5年前 上传5873   0

论文:基于单片机的温度控制系统

本设计以AT89C51单片机为核心的温度控制系统的工作原理和设计方法。温度信号由温度芯片DS18B20采集,并以数字信号的方式传送给单片机。文中介绍了该控制系统的硬件部分,包括:温度检测电路、温度控制电路、PC机与单片机串口通讯电路和一些接口电路 。

文***品 5年前 上传1852   0

基于单片机淬火炉温温度控制课程设计

基于PID控制的淬火炉炉温控制系统设计1总体方案设计 这次课程设计针对PID控制的淬火炉进行温度控制,设计步骤分为以下几步。 首先进行控制系统的建模和数字控制器设计,设计方案为:选用Ziegler-Nichols方法进行PID参数整定,建立闭环控制系统,用MATLAB仿真,得到达到要求的PID参数。A/D转换温度采集加热电路D/A转换AT89C52单片机硬件的设计与

文***品 1年前 上传343   0

基于单片机的高精度温度检测与控制系统

温度的检测与控制的系统渐渐在我们的日常生活中愈发重要,在我们的日常生活的领域还有各个国家和地方的都大量涉及单片机对温度的检测与其控制,比如温度计,酒店的紧急火灾报警温度感应器等等。

爱***享 3年前 上传857   0

论文:基于单片机的温度控制系统

本设计以AT89C51单片机为核心的温度控制系统的工作原理和设计方法。温度信号由温度芯片DS18B20采集,并以数字信号的方式传送给单片机。

z***u 5年前 上传2426   0

外文文献翻译基于单片机的数字滤波器设计

 毕 业 设 计(论文) 外 文 文 献 翻 译 文献、资料中文题目:数字滤波器设计 文献、资料英文题目:digital filter design 文献、资料来源: 文献、资料发表(出版)日期: 院 (部): 专 业: 班 级: 姓 名: 学 号: 指导教师: 翻译日期:

z***u 5年前 上传1637   0

基于AT89C51单片机的鸡舍温度控制系统

基于AT89C51单片机制作一个温度控制器,用于自动接通电加热或制冷设备,从而使鸡舍内温度达到设想温度的要求,并能实时显示室内温度。当室内温度低于设定下限温度时,控制器连通电加热设备,当室内温度等于设定下限温度时,控制器断开电加热设备;当室内温度大于设定上限温度时,控制器接通电制冷设备,当室内温度等于设定上限温度时,控制器断开电制冷设备。

y***6 6年前 上传14646   0

基于PID的温度控制系统设计论文

 (20XX届) 毕业设计 题  目:   基于PID的温度控制系统设计  学  院:             专  业:     电气工程及其自动化     班  级:      电气        学  号:            姓  名:          指导教师: 

z***u 5年前 上传2003   0

基于单片机的数字温度计设计课程设计

基于单片机的数字温度计设计引言随着现代信息技术的飞速发展和传统工业改造的逐步实现.能够独立工作的温度检测和显示系统应用于诸多领域。传统的温度检测以热敏电阻为温度敏感元件。热敏电阻的成本低,但需后续信号处理电路,而且可靠性相对较差,测温准确度低,检测系统也有一定的误差。与传统的温度计相比,这里设计的数字温度计具有读数方便,测温范围广,测温精确,数字显示,适用范围宽等特点。选用AT89C51型单

文***享 3年前 上传945   0

基于单片机的数字温度计课程设计

摘要 本文提出了关于MCS-51系列单片机的数字温度计的制作电路方法和编程思想。设计一直灌输着电子电路制作软硬结合,以硬件为主的理念。采用模块化的设计思想。硬件模块分为温度的感应模块、时钟模块、控制模块、显示模块。软件同样采用模块化设计,分为中断模块、温度转化模块、时间调整模块。控制器采用单片机AT89S51,时钟电路采用万年历芯片DS1302,温度传感器采用DS18B20,用数码管并行

文***享 3年前 上传786   0

基于51单片机的数字温度计毕业设计

数字测温计设计摘要:随着时代的进步和发展,单片机技术已经普及到我们生活、工作、科研、各个领域,已经成为一种比较成熟的技术。在工业生产中温度是常用的被控参数,而采用单片机来对这些被控参数进行控制已成为当今的主流。本文介绍了基于AT89S51单片机的测温系统,描述了利用DS18B20开发测温系统的过程,对传感器在单片机下的硬件连接,软件编程以及各模块系统流程进行了详实的分析,对各部分的电路也逐

文***享 3年前 上传1211   0

基于51单片机数字温度计设计课程设计

课 题: 基于51单片机数字温度计设计专 业: 电子信息工程班 级: 班学 号: 姓 名: 指导教师: 设计日期:成 绩:XX大学XX学院电气学院 基于51单片机数字温度计设计一、设计目的 1、掌握单片机电路的设计原理

文***品 3年前 上传980   0

外文文献翻译

                                      湖北理工学院       毕业设计(论文)外文翻译 测定鸡蛋中的磺胺嘧啶和磺胺二甲嘧啶残留 文.毅   汪.颖   冯钰锜 ( **大学化学与分子科学学院,湖北**430072 ) 摘要: 建立鸡蛋中磺胺嘧啶和磺胺二甲嘧啶残留量的聚合物整体柱微萃取和高效液相色谱检测方法,以(聚甲基丙烯酸-乙二醇二甲基丙烯酸酯

从***神 5年前 上传1456   0

JSP技术外文文献

外文文献JSP Technology and ServletsJSP profileJSP (JavaServer Pages) is initiated by Sun Microsystems, Inc., with many companies to participate in the establishment of a dynamic web page technical st

知***享 4年前 上传783   0

温度报警器外文翻译

 毕业设计(论文)外文翻译 题 目: 基于51单片机温度报警器的设计 英文题目: 51 MCU-based design of a temperature alarm 系 别: ______ 信息工程系_ 专 业: ______ 电子信息工程_______ 班 级: ______ ___________ 学

文***品 5年前 上传893   0

基于ARM的嵌入式温度控制系统设计

 毕业设计说明书(论文)作 者: 学 号: 系 部: 通信工程学院 专 业: 通信工程(计算机通信) 题 目:基于ARM的嵌入式温度控制系统的设计 指导者: 副教授 评阅者:

文***品 2年前 上传366   0

最新研究报告-基于单片机的步进控制系统的开发

常 州 工 学 院PROTEL应用实践 题 目 用ProtelDXP软件设计的步进电机二级学院 电子信息与电气工程学院 班 级 09 信 姓 名 孙冰笑 学 号 09020123

教育的乐趣 2年前 上传289   0

基于51单片机的智能窗帘控制系统

 毕业论文(设计) 学 院: 工学院 专 业: 通信工程 年 级: 20XX级 题 目: 基于单片机

文***品 3年前 上传1115   0

基于单片机的光控窗帘控制

随着生活的提高,时代的进步,人们对居住空间、周围环境有了更高的要求,这是社会的必然潮流。单片机控制的自动窗帘系统,既能解决每天手拉开和关上窗帘的不便,又显示出了生活的便捷和档次,对室内设计而言,窗帘不仅具有遮光作用,更有美化功能,它不仅可以协调居室的色彩搭配,而且能够柔化空间造型的线条,营造温馨惬意的环境[1],同时还可以根据光线的明暗来自动控制窗帘开光,以调节室内光线,更进一步地满足了人们的享受要求,随着高新技术及电子器件的发展,光控、温控及遥控窗帘应运而生,给人们的生活带来了很多方便。

李***2 4年前 上传1552   0

基于51单片机的教室智能照明控制系统

目 录绪论1 教室灯光自动控制整体描述 1.1 灯光控制总体思想 ....................................................................................7 1.2 灯光控制方案分析 ............................................................

平***苏 3年前 上传883   0

基于单片机的彩灯控制器设计毕业设计

 题目: 基于单片机的节日彩灯控制器的设计 作 者 姓 名: 学 号: 系 (院): 机械与电子工程学院 专 业: 电子信息工程 指导教师姓名:

文***品 3年前 上传563   0

基于单片机的自动窗帘控制系统毕业论文

 题目 自动窗帘控制系统 年 月 日 摘 要 自动控制属于电子及信息科学的一个重要分支,并且在现代家居中有着较好的目前发展前景。目前,家庭居住环境的采光及避光问题主要采用的是手动开闭窗帘,手动开闭不仅费力而且很多方面不够人性化,可能对用户造成一定的困扰,窗帘控制系统可以解决这些问题。本文综述了自动窗帘控制系统的设计与制作过程,介绍了设计制

文***享 5年前 上传2363   0

基于单片机的红绿灯智能控制系统设计

随着社会经济的快速发展以及人们生活水平的提高 ,机动车数量也在急剧增加 ,交通问题逐渐成为人们关注的重点对象,因城市发展所带来的交通拥堵等问题,利用智能交通来解决传统交通日渐出现的问题成为大势所趋。

爱***享 3年前 上传857   0

基于单片机的智能电饭煲的控制毕业设计

分类号 编 号 毕 业 设 计题目: 基于单片机的电饭煲智能控制系统的设计 院 系 信息工程学院 专 业 电子信息工程 姓 名 学 号

文***品 2年前 上传512   0