基于nRF905的温湿度无线数据传输系统
- 格式:pdf
- 大小:205.04 KB
- 文档页数:4
毕业设计题目:基于nRF905的无线温度测量系统的研究与设计哈尔滨理工大学毕业设计(论文)评语哈尔滨理工大学毕业设计(论文)任务书基于nRF905的无线温度测量系统的研究与设计摘要在现代工业生产活动中,温度作为一种可以实际测量的重要参数,能起到对设备运行状态、生产环境等外界因素进行实时监控的作用,以保证整个生产活动高效开展,因此准确且实用的温度数据采集系统具有举足轻重的作用。
然而,生产环境的多变性、不确定性,导致许多工作场所不太方便布线,需要采用无线传输方式。
该文主要介绍了由nRF905无线收发模块、80C52单片机、DS18B20温度传感器组成的无线温度测量系统。
该设计以射频收发芯片nRF905为核心,以模块搭建设计为指导思想,搭建无线温度测量系统,系统主要由数据采集模块和无线传输模块组成。
数据采集模块以数字式温度传感器DS18B20检测环境温度,并将检测的温度参数简单处理后经过nRF905无线模块发送到接受接口。
无线数据传输模块通过nRF905芯片进行数据的收发处理,最后将采集到的数据通过电平转换芯片MAX232传到PC机。
关键词无线传输;数据采集;nRF905; DS18B20值得下载The Research and Design of Wireless Temperature measurement system based on nRF905AbstractIn modern production and life, temperature is an important parameter in many occasions.In many places, it is necessary to monitor the temperature parameter and making relevant processing so that the system runs in the best state. Therefore, it is significant to develop a reliable and practical temperature monitoring system. With the rapid development of wireless transmission technology, short range wireless transmission technology has been widely applied to many places where wiring is not available, offering great conveniences for people.This paper introduces the temperature measurement system based on nRF905 wireless transceiver module, 80C52 microcontroller,DS18B20 temperature sensor.This paper puts forward that the wireless temperature data acquisition system is built with the RF transceiver chip (nRF905) as the core, and its guiding ideology is modularization, The system is consists of collection module and wireless transmission module. The data acquisition module detects temperature data with digital temperature sensor DS18B20, then the simply processed data is sent out by the RF transceiver chip (nRF905).Wireless transmission module sents, receives and processes data by the nRF905 chip.Finally the data is sent to PC through the level converter chip MAX232.Keywords wireless transmission;data collection;nRF905;DS18B20值得下载目录摘要 (I)Abstract (II)第1章绪论 (1)1.1 选题的目的和意义 (1)1.2 国内外文献综述 (2)1.2.1 蓝牙 (2)1.2.2 IRDA (3)1.2.3 GPRS (3)1.3 论文研究内容 (4)第2章系统模块主要器件的选型与设计 (5)2.1 低功耗射频传输单元nRF905芯片 (5)2.1.1 nRF905 芯片概述 (5)2.1.2 nRF905 管脚图和引脚功能说明 (5)2.1.3 nRF905 工作详情 (6)2.2 单片机80C52 (9)2.2.1 80C52概述 (9)2.2.2 80C52 引脚图及各引脚的功能 (9)2.2.3 80C52工作详情 (11)2.3 单总线数字式传感器 (12)2.3.1 DS18B20概述 (12)2.3.2 DS18B20的管脚配置和内部结构 (12)2.3.3 DS18B20的工作原理 (14)2.4 接口芯片MAX232 (17)2.4.1 MAX232概述 (17)2.4.2 MAX232引脚功能说明 (18)2.5 本章小结 (19)第3章系统硬件结构设计 (20)3.1 系统的整体设计方案 (20)3.2 系统电路设计 (21)值得下载3.2.1 下位机部分电路设计 (21)3.2.2 上位机部分电路设计 (23)3.3 本章小结 (26)第4章系统软件设计 (27)4.1 系统的整体软件框图 (27)4.2 系统所使用的通信协议 (27)4.3 软件设计主要模块介绍 (28)4.3.1 下位机部分程序设计 (28)4.3.2 上位机部分程序设计 (33)4.4本章小结 (36)第5章结论 (1)致谢 (2)参考文献 (3)附录 (4)值得下载第1章绪论1.1选题的目的和意义随着社会的进步和生产的需要,利用无线通信进行温度数据采集的方式应用已经渗透到生活各个方面。