基于单片机的电子密码锁系统设计.doc
约61页DOC格式手机打开展开
基于单片机的电子密码锁系统设计,摘 要气压计被广泛应用于国防领域、工业领域、医疗领域以及我们日常家庭生活中。本设计中就介绍了一种气压的实时显示设备。它是利用软、硬件基础知识,通过单片机与气压传感器的结合,使得在显示器上显示出当前大气压值。本文介绍基于气压传感器mpx4105的精密数字气压计系统的软、硬件实现方法。通过气压传感器mpx4105获得与汽车...
内容介绍
此文档由会员 龙猫714 发布
摘 要
气压计被广泛应用于国防领域、工业领域、医疗领域以及我们日常家庭生活中。本设计中就介绍了一种气压的实时显示设备。它是利用软、硬件基础知识,通过单片机与气压传感器的结合,使得在显示器上显示出当前大气压值。
本文介绍基于气压传感器MPX4105的精密数字气压计系统的软、硬件实现方法。通过气压传感器MPX4105获得与汽车胎压相对的模拟电压值,并经过电压/频率(V/F)转换模块转换为数字脉冲,通过单片机对此脉冲序列的计数等处理后获得实际的气压值,并通过数码管显示电路显示。阐述了系统的软件设计,以C语言为开发工具,进行了详细设计和编码。总体目标是实现系统的可靠性、稳定性、安全性和经济性。
关键词:气压传感器,电压/频率转换,单片机
The Design of Numeral-barometer Based on SMC
ABSTRACT
Barometer is widely used in the defense sector, industry, medical fields as well as our daily life.Using basic knowledge of hardware and software, and through the combination of SCM and pressure sensors, The current atmospheric pressure value is displayed by the LED.
Introduces a precise numerical barometer system based on MPX4105, giving the achieve-method of soft and hardware Obtain the value of analog voltage according to the air pressure via MPX4105, and convert it into numerical pulse by the voltage/frequency conversion. Recur to the take count of the pulse-sequence and relevant management by the SCM, an actual air-pressure value is obtained. On the system software design, development tools is C language, a detailed design and coding. The overall objective is to achieve system reliability, stability, security and economy.
KEY WORDS: Gs pressure transducer,Voltage / frequency conversion,SCM
目 录
前 言 1
第1章 概述 2
1.1 课题背景 2
1.2技术概况及发展趋势 3
1.3数字胎压计系统设计的意义 7
1.4国内外相关技术 8
第2章 系统总体设计 9
2.1 设计思路分析 9
2.1.1 设计方案一 9
2.1.2 设计方案二 9
2.2 系统总体结构 10
2.3系统各功能模块的设计思想 11
2.3.1 A/D转换模块 11
2.3.2 数据处理模块 11
2.3.3 显示模块 11
2.4气压传感器的选择 12
2.5 A/D转换器件的选择 12
2.6三态稳压器 14
2.7数码管显示 14
2.7.1 数码管静态显示 14
2.7.2 数码管动态显示 14
2.8系统配置 14
第3章 硬件电路设计 16
3.1 单片机电路部分 16
3.2 气压传感和V/F转换电路部分 19
3.3胎压计电源与单片机部分 25
第4章 软件设计 27
4.1 用C语言开发单片机的优势 27
4.2如何由频率计算出气压值 28
4.3软件实现 28
第5章 系统调试与仿真 34
5.1 伟福仿真介绍 34
5.2Keilc介绍 36
5.3 联机调试过程 39
结 论 40
谢 辞 41
参考文献 42
附 录 43
外文资料翻译 44
气压计被广泛应用于国防领域、工业领域、医疗领域以及我们日常家庭生活中。本设计中就介绍了一种气压的实时显示设备。它是利用软、硬件基础知识,通过单片机与气压传感器的结合,使得在显示器上显示出当前大气压值。
本文介绍基于气压传感器MPX4105的精密数字气压计系统的软、硬件实现方法。通过气压传感器MPX4105获得与汽车胎压相对的模拟电压值,并经过电压/频率(V/F)转换模块转换为数字脉冲,通过单片机对此脉冲序列的计数等处理后获得实际的气压值,并通过数码管显示电路显示。阐述了系统的软件设计,以C语言为开发工具,进行了详细设计和编码。总体目标是实现系统的可靠性、稳定性、安全性和经济性。
关键词:气压传感器,电压/频率转换,单片机
The Design of Numeral-barometer Based on SMC
ABSTRACT
Barometer is widely used in the defense sector, industry, medical fields as well as our daily life.Using basic knowledge of hardware and software, and through the combination of SCM and pressure sensors, The current atmospheric pressure value is displayed by the LED.
Introduces a precise numerical barometer system based on MPX4105, giving the achieve-method of soft and hardware Obtain the value of analog voltage according to the air pressure via MPX4105, and convert it into numerical pulse by the voltage/frequency conversion. Recur to the take count of the pulse-sequence and relevant management by the SCM, an actual air-pressure value is obtained. On the system software design, development tools is C language, a detailed design and coding. The overall objective is to achieve system reliability, stability, security and economy.
KEY WORDS: Gs pressure transducer,Voltage / frequency conversion,SCM
目 录
前 言 1
第1章 概述 2
1.1 课题背景 2
1.2技术概况及发展趋势 3
1.3数字胎压计系统设计的意义 7
1.4国内外相关技术 8
第2章 系统总体设计 9
2.1 设计思路分析 9
2.1.1 设计方案一 9
2.1.2 设计方案二 9
2.2 系统总体结构 10
2.3系统各功能模块的设计思想 11
2.3.1 A/D转换模块 11
2.3.2 数据处理模块 11
2.3.3 显示模块 11
2.4气压传感器的选择 12
2.5 A/D转换器件的选择 12
2.6三态稳压器 14
2.7数码管显示 14
2.7.1 数码管静态显示 14
2.7.2 数码管动态显示 14
2.8系统配置 14
第3章 硬件电路设计 16
3.1 单片机电路部分 16
3.2 气压传感和V/F转换电路部分 19
3.3胎压计电源与单片机部分 25
第4章 软件设计 27
4.1 用C语言开发单片机的优势 27
4.2如何由频率计算出气压值 28
4.3软件实现 28
第5章 系统调试与仿真 34
5.1 伟福仿真介绍 34
5.2Keilc介绍 36
5.3 联机调试过程 39
结 论 40
谢 辞 41
参考文献 42
附 录 43
外文资料翻译 44