无线数据采集系统设计.doc

约40页DOC格式手机打开展开

无线数据采集系统设计,包括总电路图和程序代码摘要:本文将数据采集技术和gprs远程无线数据传输技术相结合,很好地应用于远程医疗系统中,提高了测控系统的灵活性。为家庭医疗、社区医疗的实现提供了必要的技术手段。尤其是对于一些心血管病人,采集心血管疾病突发时的生理信号,为医学诊断提供依据。本论文详细介绍系统硬件和软件的研制和开发,包括以下几个方面...
编号:40-310702大小:577.08K
分类: 论文>通信/电子论文

内容介绍

此文档由会员 陆莹莹 发布

包括总电路图和程序代码


摘 要:
本文将数据采集技术和GPRS远程无线数据传输技术相结合,很好地应用于远程医疗系统中,提高了测控系统的灵活性。为家庭医疗、社区医疗的实现提供了必要的技术手段。尤其是对于一些心血管病人,采集心血管疾病突发时的生理信号,为医学诊断提供依据。
本论文详细介绍系统硬件和软件的研制和开发,包括以下几个方面:
1、首先分析无线数据传输技术和数据采集系统的国内外现状和发展趋势,阐明
了本课题的研究意义。根据现代测控系统对数据采集系统的特殊要求,确定本文的主要研究内容。
2、给出单片机AT89C51和GPRS无线模块的硬件和软件设计及具体实现。
3、采用无线的GPRS通信技术实现远程数据通信,丰富了远程医疗系统的远程通
信方式,很好的解决了特殊环境下远程通信的难题。
4、针对此数据采集系统中的应用,采用服务器端软件,对系统进行实验和调试。

关键词:无线数据传输技术,远距离无线数据传输模块,GPRS,SIM300,
单片机

Wireless Data Acquisition System Design
Based On GPRS


Abstract: In this paper,data acquisition technology combine with GPRS long-range wireless data transmission technology,as a good system used in telemedicine to improve the flexibility of the measurement and control system. It provided a necessary technical way for family medicine and community health care. Especially for a number of cardiovascular patients,acquisition physiological signals of sudden cardiovascular disease as soon as possible,to provide a basal data for medical diagnosis.
In this paper,details of system hardware and software research and development, including the following aspects:  1,The first analysis of wireless data transmission technology and data acquisition system at home and abroad of the status quo and development trends,clarifying study the significance of the subject. Measurement and control system in accordance with modern data acquisition system for the special requirements of the major research to determine the content of this article. 2,Given hardware and software design and concrete realization of AT89C51 MCU and GPRS wireless module. 3,Using the GPRS wireless communication technology to achieve long-range data communications, has enriched the remote telemedicine systems pass letter means a very good solution to the special circumstances of remote communication problems. 4,For this data acquisition system, using the server-side software, to test and debug this system.

Keywords: wireless data transmission technology,long-range wireless data transmission module,GPRS,SIM300,MCU


目 录
一、系统总体方案设计 1
(一)系统框图及其模块组成结构 1
(二)系统工作原理简介 1
二、硬件电路设计 2
(一)单片机系统硬件电路设计 2
(二)SIM300 GPRS模块及电源硬件电路 3
1.电源电路设计 4
2.SIM300电路 4
3.SIM卡连接电路 5
(三)上位机连接电路 5
三、程序设计 6
(一)GPRS 程序设计介绍 6
1. AT指令介绍 6
2. TCP介绍 8
3. UDP 介绍 9
4. 本系统软件设计流程图如下: 9
(二)拨号程序设计 11
(三)短消息程序设计 13
(四)网络通信程序设计 16
1.PC机与GPRS模块网络通信程序设计 16
2.单片机与GPRS模块网络通信程序设计 17
四、 实验测试 20
(一)GPRS无线传输模块调试 20
(二)系统整体测试 21
五、结论与展望 22
(一)结论 22
(二)展望 22
致 谢 23
参考文献 24
附录A 25
附录B 27