基于单片机的远程监测系统的毕业设计.doc
约45页DOC格式手机打开展开
基于单片机的远程监测系统的毕业设计,单片机远程监测系统设计摘要本文论述了由at89c51单片机实现远程数据采集和监测功能的系统。该系统采用双cpu控制,远端cpu提供8路数据采集,本地cpu控制远端cpu,并进行数据处理、数据显示等工作。通过无线数传模块ptr2000无线通信的方式实现数据与控制指令的远距离传输。无线数据采集系统由发送和接收两部分组成,发...
内容介绍
此文档由会员 huangbinbest 发布
单片机远程监测系统设计
摘 要
本文论述了由AT89C51单片机实现远程数据采集和监测功能的系统。该系统采用双CPU控制,远端CPU提供8路数据采集,本地CPU控制远端CPU,并进行数据处理、数据显示等工作。通过无线数传模块PTR2000无线通信的方式实现数据与控制指令的远距离传输。无线数据采集系统由发送和接收两部分组成,发送端将传感器的输出信号进行模数转换,利用无线数字传输技术将数据发送到接收端,在接收端对数据进行存储和显示。本文给出了系统的总体结构,并从硬件和软件两方面描述了系统的设计及实现方法。由此可构成无线射频通信技术的基础,为实现各种不同具体要求单片机之间的通讯,提供了一种新的方法。该系统具有较高的可靠性和准确性,抗干扰能力强,有广阔的应用前景。
关键词 单片机 模/数转换 数据采集 无线数字传输 无线数传模块
DESIGN OF REMOTE COMMUNICATION SYSTEM BASED ON SINGLE CHIP COMPUTER
ABSTRACT
The system which collected and monitored multi-roads data had been design .Two CPU was used in the system. The term inal CPU used for collecting data, the local CPU used for controlling the term inal CPU、disposing data and displying information etc. In the way the data and the instruction had been transmitted in the long distance. wireless data acquisition system is made up of two separated parts: translating and receiving. The translating part digitalizes the signal from the sensor and sends it out using wireless digital transmission technology. At the receiving part, the data is received, saved and displayed. Hardware and software of the system are described in this paper. which provides a new method for the communication between SCMs that have various demands.The experiments have proved that the system has high reliability and accuracy, strong anti- interference capability, and it will be widely applied.
KEY WORDS Single-chip-processor A/Dexchange Data-collected wireless-digital- transmission PTR2000
目 录
中文摘要………………………………………………………………...…Ⅰ
英文摘要……………………………………………………………….……Ⅱ
1 绪论 1
2 系统分析 2
2.1可行性研究方案 2
2.2 需求分析方案 3
2.3 系统整体设计方案 4
3 通信原理 4
4 系统结构设计 6
4.1 A/D采集模块 6
4.2 MCS-51单片机的基本结构 9
4.2.1 MCS-51单片机内部结构特点 10
4.2.2 AT89C51单片机的特点 11
4.3 PTR2000的特性和通信协议 12
4.3.1 PTR2000的特性和使用说明 12
4.3.2 通信协议的目的和特性 14
4.4 8155可编程I/O接口 15
4.5 数码显示电路 20
5 软件设计 23
5.1 数据采集系统流程图 23
5.2 PTR2000发送部分流程图 24
5.3 PTR2000接收部分流程图 26
5.4 数码显示部分 27
6 结论 28
致谢 29
参考文献 30
附录1 接收端原理图 32
附录2 发送端通信系统原理图 33
附录3 数据A/D转换部分程序代码 34
附录4 PTR2000发送部分程序代码 35
附录5 PTR2000接收部分程序代码 37
附录6 数码显示部分程序代码 40
摘 要
本文论述了由AT89C51单片机实现远程数据采集和监测功能的系统。该系统采用双CPU控制,远端CPU提供8路数据采集,本地CPU控制远端CPU,并进行数据处理、数据显示等工作。通过无线数传模块PTR2000无线通信的方式实现数据与控制指令的远距离传输。无线数据采集系统由发送和接收两部分组成,发送端将传感器的输出信号进行模数转换,利用无线数字传输技术将数据发送到接收端,在接收端对数据进行存储和显示。本文给出了系统的总体结构,并从硬件和软件两方面描述了系统的设计及实现方法。由此可构成无线射频通信技术的基础,为实现各种不同具体要求单片机之间的通讯,提供了一种新的方法。该系统具有较高的可靠性和准确性,抗干扰能力强,有广阔的应用前景。
关键词 单片机 模/数转换 数据采集 无线数字传输 无线数传模块
DESIGN OF REMOTE COMMUNICATION SYSTEM BASED ON SINGLE CHIP COMPUTER
ABSTRACT
The system which collected and monitored multi-roads data had been design .Two CPU was used in the system. The term inal CPU used for collecting data, the local CPU used for controlling the term inal CPU、disposing data and displying information etc. In the way the data and the instruction had been transmitted in the long distance. wireless data acquisition system is made up of two separated parts: translating and receiving. The translating part digitalizes the signal from the sensor and sends it out using wireless digital transmission technology. At the receiving part, the data is received, saved and displayed. Hardware and software of the system are described in this paper. which provides a new method for the communication between SCMs that have various demands.The experiments have proved that the system has high reliability and accuracy, strong anti- interference capability, and it will be widely applied.
KEY WORDS Single-chip-processor A/Dexchange Data-collected wireless-digital- transmission PTR2000
目 录
中文摘要………………………………………………………………...…Ⅰ
英文摘要……………………………………………………………….……Ⅱ
1 绪论 1
2 系统分析 2
2.1可行性研究方案 2
2.2 需求分析方案 3
2.3 系统整体设计方案 4
3 通信原理 4
4 系统结构设计 6
4.1 A/D采集模块 6
4.2 MCS-51单片机的基本结构 9
4.2.1 MCS-51单片机内部结构特点 10
4.2.2 AT89C51单片机的特点 11
4.3 PTR2000的特性和通信协议 12
4.3.1 PTR2000的特性和使用说明 12
4.3.2 通信协议的目的和特性 14
4.4 8155可编程I/O接口 15
4.5 数码显示电路 20
5 软件设计 23
5.1 数据采集系统流程图 23
5.2 PTR2000发送部分流程图 24
5.3 PTR2000接收部分流程图 26
5.4 数码显示部分 27
6 结论 28
致谢 29
参考文献 30
附录1 接收端原理图 32
附录2 发送端通信系统原理图 33
附录3 数据A/D转换部分程序代码 34
附录4 PTR2000发送部分程序代码 35
附录5 PTR2000接收部分程序代码 37
附录6 数码显示部分程序代码 40