1 / 25
文档名称:

基于单片机和NRF905的数据采集系统.doc

格式:doc   大小:1,005KB   页数:25页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

基于单片机和NRF905的数据采集系统.doc

上传人:liwenfei1314 2017/9/22 文件大小:1005 KB

下载得到文件列表

基于单片机和NRF905的数据采集系统.doc

相关文档

文档介绍

文档介绍:本科生毕业论文(设计)

题目: 基于单片机和nRF905的
数据采集系统的设计
完成时间: 2013年5月10日
目录
引言 2
1 系统介绍 3
2 系统硬件和软件设计 3
温度采集电路设计与程序设计 3
DS18B20数字温度传感器介绍: 3
DS18B20的外形及管脚排列: 4
4
5
温度采集核心程序: 5
nRF905无线传输电路和程序设计 8
nRF905介绍: 8
nRF905外形及管脚排列 9
单片机与nRF905通过SPI接口通信 10
12
发送端核心程序 13
接收流程 14
15
LCD1602显示电路设计与程序设计 16
LCD1602模块介绍 16
LCD1602的外形及管脚排列 16
LCD1602显示电路连接图 17
LCD1602显示核心程序 17
3 无线温度采集系统连接图和系统测试结果 20
4结论 22
参考文献 22
基于单片机和nRF905的数据采集系统设计
电子信息科学与技术专业学生:魏华伟
指导老师:汪胜辉
摘要:本系统是一套无线数据采集系统,利用DS18B20数字式温度传感器作为温度采集工具,利用单片机AT89C52对它进行控制,并通过nRF905对采集的数据进行无线传输,接收端用LCD1602显示温度值,便于监控。主要用于对环境温度的采集与监控,系统通过nRF905无线射频模块实现数据的无线传输,无线传输避免远距离布线所带来的施工困难,成本高的缺点。本文的创新点在于利用nRF905作为无线收发模块,利用DS18B20作为温度数据采集,简化了电路设计并给出了通信协议和温度采集的软件设计过程。本文的系统不仅克服了数据采集系统在使用空间上的局限性,而且大大简化了系统硬件电路。
关键词:单片机,温度传感器,无线收发,数据采集
Design of data acquisition system based on single-chip puter and nRF905
Electronis and Information Science and Technology Candidate : Huawei Wei
Advisor: Shenghui Wang
Abstract: This is a wireless monitoring system which is used to control temperature system uses integrated temperature sensor DS18B20 as its collector, and single puter AT89C52 as its main controller. It makes a long-range conveyance by using nRF905,and LCD1602 as its displayer for monitoring municaton can avoid the ing of remote wire transmission,such as large wastage,high cost etc. This innovation is to use nRF905 as wireless transceiver module, using the DS18B20 temperature data acquisition, simplifies the circuit design and munication protocol and software design of temperature acquisition process. This system not only to e the limitations of data acquisition system on the use of space, but also greatly simplifies the system hardware circuit.
Keywords: Single-chip puter, Temperature sensor ,munication ,data acquisition
引言
本论文以nRF905芯片进行无线传输为设计思想和实现方法,介绍了发射器