毕业论文 多通道数据采集和分析系统研究(下位机).doc

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

毕业论文 多通道数据采集和分析系统研究(下位机),摘 要随着现代社会的进步,许多领域都越来越依赖于电子技术的发展。与我们的生活环境较为密切如温度、湿度等都可以通过电子设备进行检测与控制。在工农业生产方面对这些数值的要求也越来越高。因此,准确测量温湿度等都变得至关重要。本系统的设计主要针对办公室以及仓库等对温湿度要求不是很严格但又与我们的生活紧密相关的环境进行的。针对上...
编号:20-199706大小:1.28M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 ljjwl8321 发布

摘 要
随着现代社会的进步,许多领域都越来越依赖于电子技术的发展。与我们的生活环境较为密切如温度、湿度等都可以通过电子设备进行检测与控制。在工农业生产方面对这些数值的要求也越来越高。因此,准确测量温湿度等都变得至关重要。本系统的设计主要针对办公室以及仓库等对温湿度要求不是很严格但又与我们的生活紧密相关的环境进行的。
针对上述环境空间大且不易逐点移动测量的特点,本文提出一种无线的多点温湿度采集系统作为解决方案。该系统采用由两个低功耗、高性能单片机AT89S52作为系统核心,同时控制3路DS18B20温度模块及1路DHT11温湿度模块对周围环境的温湿度进行检测,实时将采集到的数据在LCD1602显示器上显示出来,同时通过两个无线数据通信收发芯片NRF24L01组成与上位PC机通信的智能多通道温湿度采集系统。下位机与上位机之间通过RS232串口模块进行通信,最后在PC机上完成配置、显示、画图以及实时存储数据的功能。该设计方案具有测量精度高,系统功能强大且稳定性强等优点。
本文介绍了基于NRF24L01的短距离多通道无线温湿度采集系统,着重分析了系统的整体设计,其中主要包括硬件电路设计、软件设计以及通信原理。通过采用模块化设计,使得整个系统的设计思路清晰且易于调整完善,最终较好的实现了设计所要求的功能。

关键词:多通道数据采集,无线收发,串口通信











Multi-Channel Data Acquisition and Analysis System
(Lower Computer)
Abstract
With the progress of modern society, many areas are increasingly dependent on the development of electronic technology. There are so many parameters which can be detected and controlled by electronic devices and also of great reality with our living environment, such as temperature, humidity and so on. On the other hand, the use of these devices in industrial and agricultural areas is more strictly. Therefore, how to measure these parameters accurately is become more and more important. Our system is primarily designed for offices and warehouses where aren’t very strict with temperature and humidity but is closely related to our daily life.
Aiming at the space of the measurement environment is the large and difficult to move the device here and there, this paper presents a wireless multi-point temperature and humidity acquisition system. The system consists of two power-saved and high-performance microcontrollers AT89S52 as the core of the system, contain three channel DS18B20 as temperature control module and one channel DHT11 as humidity module, which achieve to detect the temperature and humidity of surrounding environment. Then real-time data will be collected and sent to the LCD1602 for show. At the same time data will be transmitted to the computer by two wireless transceiver chips. While receive data, it complete the configuration, display, drawing, and real-time storage.
This paper introduces us a short-range multi-channel wireless temperature and humidity acquisition system based on the NRF24L01 wireless transceiver. Throughout this article, we mainly analyzes the overall system design, which includes hardware design, software design and communication principles. By adopting modular design, making the whole system design clear and easy to adjust and improve, and ultimately is helpful for achieving the required functions of the design quite perfect.

Keywords: Multi-channel Data Acquisition, Wireless Transceiver, Serial Communication
目 录
摘要 I
Abstract II
第1章 绪论 1
1.1数据采集概述 1
1.2 数据采集的现状和应用情况 1
1.3 课题指导思想 2
1.4 课题设计任务和要求 2
1.4.1课题的设计任务 2
1.4.2课题的技术要求 3
1.5 论文结构 3
第2章 系统总体设计 4
2.1系统的工作原理 4
2.2 系统的总体设计方案 5
2.2.1 系统设计原则 5
2.2.2系统的设计方案 6
2.3 系统硬件电路的器件选择 7
2.3.1系统处理器 7
2.3.2温湿度模块 7
2.3.3显示模块 7
2.3.4无线通信模块 8
2.3.5电平转换芯片 8
2.4 本章小节 8
第3章 系统硬件电路设计 9
3.1系统硬件电路设计原则 9
3.2 系统各部分的硬件电路设计 9
3.3 AT89S52单片机 10
3.3.1 AT89S52引脚配置 10
3.3.2 AT89S5硬件电路图 10
3.4 温湿度模块 11
3.4.1 DS18B20温度传感器 11
3.4.2 DHT11温湿度传感器 13
3.5 LCD液晶显示模块 14
3.5.1 LCD1602接口引脚 14
3.5.2 LCD电路原理图 15
3.6 温控模块 15
3.7 无线收发模块 16
3.7.1 NRF24L01概述 16
3.7.2 引脚功能及描述 16
3.7.3 NRF24L01应用原理图 17
3.8 电源电路模块 17
3.9 串口通信模块 19
3.10 本章小结 20
第4章 系统软件设计与配置 21
4.1 系统软件设计要解决的问题 21
4.2 系统软件模块化设计 21
4.2.1 温湿度模块 21
4.2.2 LCD液晶显示模块 22
4.2.3无线收发模块 25
4.2.4串口通信模块 26
4.3 本章小结 26
第5章 系统调试与改进 27
5.1 LCD液晶显示模块调试 27
5.2 温湿度模块调试 28
5.3 无线收发模块调试 31
5.4串口通信模块调试 32
5.5系统改进方案 33
5.5.1 扩大传输距离的扩展设计 33
5.5.2 温控模块和显示模块的改进 33
5.5.3 采用PCB制板 33
5.6 本章小结 34
结论 35
谢辞 36
参考文献 37
附录 软件程序 38