基于Zigbee协议的无线温度传感器设计
合集下载
相关主题
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
1.1 研究背景...........................................................................................................................................................5 1.2 无线传感器网络简介......................................................................................................................................5 1.3 国内外无线传感器网络的研究历程.............................................................................................................6 1.4 无线传感器网络的应用前景 .........................................................................................................................8 1.5 本文章节安排 ..................................................................................................................................................9 第二章 ZigBee 协议介绍 ............................................................................................................................................10 2.1 ZigBee 协议的起源 .......................................................................................................................................10 2.2 ZigBee 技术的特点和应用 .........................................................................................................................10 2.3 ZigBee 技术规范 .......................................................................................................................................... 12
基于 ZigBee 协议的无线温度传感器设计
张慧勇 zhy_scu@163.源自文库om
摘要
随着无线通信技术的发展,利用无线传感器网络实现现场参数无线检测 将 是 未 来 工 业 检 测 领 域 的 发 展 趋 势 。无 线 传 感 器 网 络 是 由 大 量 廉 价 微 型 传 感 器 节 点 组 成 ,通 过 无 线 通 信 方 式 形 成 的 一 个 网 络 系 统 ,能 够 协 作 地 感 知 、采 集 和 处 理 网 络 覆 盖 区 域 内 被 监 测 对 象 的 实 时 信 息 ,并 通 过 无 线 网 络 传 送 给 观 察者。在无线网络技术中,Zigbee 技术是一种无线通信技术,具有低成本、 低 功 耗 、近 距 离 、低 复 杂 度 和 高 可 靠 性 的 特 点 ,是 构 建 无 线 传 感 器 网 络 的 首 选技术平台。
本文在深入研究 Zigbee 技术,设计了适用于现场温度检测的网络结构, 构 建 了 底 层 为 若 干 终 端 节 点 ,中 间 层 为 数 据 协 调 节 点 ,上 层 为 通 用 计 算 机 的 多层网络结构。本文采用 TI 公司生产的 ZigBee SOC 解决方案 CC2430 无 线 单 片 机 作 为 节 点 装 置 的 硬 件 核 心 。采 用 源 代 码 公 开 ,易 移 植 、易 维 护 、易 扩展、代码空间较小(不超过 32KB)的 Z-Stack 协议栈作为网络通信协议。 选择高精度数字式温度传感器 DS18B20 进行节点数据的检测,组成了低成 本、低功耗、高效率的现场参数无线检测装置。
We build multi-layer network structure—the bottom layer is a number of terminal nodes, the middle layer is data coordination node and the upper layer is general computer. The design takes ZigBee SOC production solutions CC2430 single-chip wireless node devices as a core hardware which is produced by TI Company. At the same time, it make use of source code open, easy to transplant, easy to maintain, easy expansion, a small code space(no more than 32KB), as the network protocol stack Z-Stack communication protocol. Besides, it selects DS18B20 which is high precision digital temperature sensor, to achieve a low-cost, low-power, high efficiency, on-site wireless testing device parameters.
关键词:ZigBee,CC2430,DS18B20
Design of temperature wireless detection device based on ZigBee
ABSTRACT
With the development of wireless communication technologies, the trend in development of industrial detection in future is wireless detection of the temperature achieved by use of wireless sensor network. Wireless sensor network is formed by a large number of cheap micro-sensor nodes and composes a network through wireless communication, in order to coordinately perceive, collect and process the real-time information of object detection in the network coverage area, and send to observes. ZigBee technology is a wireless communication technology. The technology’s characteristics are low –cost, low-power, close-up and low-complexity and low-rate. It is the first choice of technology platform to build wireless sensor network.
ABSTRACT ...................................................................................................................................................................... 2 目 录 ...................................................................................................................................................................................3 第一章 绪 论 ................................................................................................................................................................... 5
The paper completes the design of the hardware and programs the codes on the CC2430 and micro-chip. ZigBee wireless sensor networks can replace the traditional temperature detection devices, since the traditional temperature detection device is complicated equipment, requires a lager number of wires, and is not easy to change the location of monitoring points. This paper provides new solution to design of temperature wireless detection devices and application of actual network. Keywords: ZigBee,CC2430,DS18B20
2.3.1 物理层 ................................................................................................................................................ 12 2.3.2 MAC 层 .................................................................................................................................................14 2.3.3 网络层 ................................................................................................................................................ 15 2.4 ZigBee 的节点 .............................................................................................................................................. 17 2.5 ZigBee 网络拓扑结构..................................................................................................................................18 2.5.1 星型网 ................................................................................................................................................ 18 2.5.2 树型网 ................................................................................................................................................ 19 2.5.3 网状网 ................................................................................................................................................ 20 第三章 硬件设计与实现 ..............................................................................................................................................22 3.1 系统设计方案 ................................................................................................................................................22 3.2 微控制器 AT89S52 .........................................................................................................................................22 3.2.1AT89S52 单片机的功能特性.............................................................................................................23 3.2.2 AT89S52 的引脚说明 .......................................................................................................................24 3.3 ZigBee 无线通讯模块 CC2430 .....................................................................................................................26 3.3.1 CC2430 简介.......................................................................................................................................26 3.3.2 芯片内部资源及封装形式 ...............................................................................................................28 3.3.3 外设资源 .............................................................................................................................................29 3.3.4 芯片无线收发器性能分析 ................................................................................................................29 3.3.5 内部集成无线通信技术解析............................................................................................................29 3.4 温度传感器 DS18B20.....................................................................................................................................30 3.4.1 DS18B20 结构....................................................................................................................................31 3.4.2 DS18B201 供电方式 ..........................................................................................................................31 3.4.3 DS18B20 测温原理 ...........................................................................................................................32 第四章 系统硬件设计 ..................................................................................................................................................34 4.1 AT89S52 基本电路 .........................................................................................................................................34 4.2 测温电路.........................................................................................................................................................34 4.3 显示电路设计 ................................................................................................................................................35 4.3.1 LED 显示驱动 MAX7219 ................................................................................................................... 35
2
目录
摘要.................................................................................................................................................................................... 1
论文工作完成了系统的硬件原理图设计、以及 CC2430 和 AT89S52 上 的相关的程序设计。ZigBee 无线传感器网络可以代替设备复杂,需要大量 布 线 ,监 测 点 位 置 不 易 变 化 的 传 统 现 场 参 数 检 测 装 置 ,为 现 场 参 数 无 线 检 测 装置的设计和实际网络应用提供新的解决方案。
基于 ZigBee 协议的无线温度传感器设计
张慧勇 zhy_scu@163.源自文库om
摘要
随着无线通信技术的发展,利用无线传感器网络实现现场参数无线检测 将 是 未 来 工 业 检 测 领 域 的 发 展 趋 势 。无 线 传 感 器 网 络 是 由 大 量 廉 价 微 型 传 感 器 节 点 组 成 ,通 过 无 线 通 信 方 式 形 成 的 一 个 网 络 系 统 ,能 够 协 作 地 感 知 、采 集 和 处 理 网 络 覆 盖 区 域 内 被 监 测 对 象 的 实 时 信 息 ,并 通 过 无 线 网 络 传 送 给 观 察者。在无线网络技术中,Zigbee 技术是一种无线通信技术,具有低成本、 低 功 耗 、近 距 离 、低 复 杂 度 和 高 可 靠 性 的 特 点 ,是 构 建 无 线 传 感 器 网 络 的 首 选技术平台。
本文在深入研究 Zigbee 技术,设计了适用于现场温度检测的网络结构, 构 建 了 底 层 为 若 干 终 端 节 点 ,中 间 层 为 数 据 协 调 节 点 ,上 层 为 通 用 计 算 机 的 多层网络结构。本文采用 TI 公司生产的 ZigBee SOC 解决方案 CC2430 无 线 单 片 机 作 为 节 点 装 置 的 硬 件 核 心 。采 用 源 代 码 公 开 ,易 移 植 、易 维 护 、易 扩展、代码空间较小(不超过 32KB)的 Z-Stack 协议栈作为网络通信协议。 选择高精度数字式温度传感器 DS18B20 进行节点数据的检测,组成了低成 本、低功耗、高效率的现场参数无线检测装置。
We build multi-layer network structure—the bottom layer is a number of terminal nodes, the middle layer is data coordination node and the upper layer is general computer. The design takes ZigBee SOC production solutions CC2430 single-chip wireless node devices as a core hardware which is produced by TI Company. At the same time, it make use of source code open, easy to transplant, easy to maintain, easy expansion, a small code space(no more than 32KB), as the network protocol stack Z-Stack communication protocol. Besides, it selects DS18B20 which is high precision digital temperature sensor, to achieve a low-cost, low-power, high efficiency, on-site wireless testing device parameters.
关键词:ZigBee,CC2430,DS18B20
Design of temperature wireless detection device based on ZigBee
ABSTRACT
With the development of wireless communication technologies, the trend in development of industrial detection in future is wireless detection of the temperature achieved by use of wireless sensor network. Wireless sensor network is formed by a large number of cheap micro-sensor nodes and composes a network through wireless communication, in order to coordinately perceive, collect and process the real-time information of object detection in the network coverage area, and send to observes. ZigBee technology is a wireless communication technology. The technology’s characteristics are low –cost, low-power, close-up and low-complexity and low-rate. It is the first choice of technology platform to build wireless sensor network.
ABSTRACT ...................................................................................................................................................................... 2 目 录 ...................................................................................................................................................................................3 第一章 绪 论 ................................................................................................................................................................... 5
The paper completes the design of the hardware and programs the codes on the CC2430 and micro-chip. ZigBee wireless sensor networks can replace the traditional temperature detection devices, since the traditional temperature detection device is complicated equipment, requires a lager number of wires, and is not easy to change the location of monitoring points. This paper provides new solution to design of temperature wireless detection devices and application of actual network. Keywords: ZigBee,CC2430,DS18B20
2.3.1 物理层 ................................................................................................................................................ 12 2.3.2 MAC 层 .................................................................................................................................................14 2.3.3 网络层 ................................................................................................................................................ 15 2.4 ZigBee 的节点 .............................................................................................................................................. 17 2.5 ZigBee 网络拓扑结构..................................................................................................................................18 2.5.1 星型网 ................................................................................................................................................ 18 2.5.2 树型网 ................................................................................................................................................ 19 2.5.3 网状网 ................................................................................................................................................ 20 第三章 硬件设计与实现 ..............................................................................................................................................22 3.1 系统设计方案 ................................................................................................................................................22 3.2 微控制器 AT89S52 .........................................................................................................................................22 3.2.1AT89S52 单片机的功能特性.............................................................................................................23 3.2.2 AT89S52 的引脚说明 .......................................................................................................................24 3.3 ZigBee 无线通讯模块 CC2430 .....................................................................................................................26 3.3.1 CC2430 简介.......................................................................................................................................26 3.3.2 芯片内部资源及封装形式 ...............................................................................................................28 3.3.3 外设资源 .............................................................................................................................................29 3.3.4 芯片无线收发器性能分析 ................................................................................................................29 3.3.5 内部集成无线通信技术解析............................................................................................................29 3.4 温度传感器 DS18B20.....................................................................................................................................30 3.4.1 DS18B20 结构....................................................................................................................................31 3.4.2 DS18B201 供电方式 ..........................................................................................................................31 3.4.3 DS18B20 测温原理 ...........................................................................................................................32 第四章 系统硬件设计 ..................................................................................................................................................34 4.1 AT89S52 基本电路 .........................................................................................................................................34 4.2 测温电路.........................................................................................................................................................34 4.3 显示电路设计 ................................................................................................................................................35 4.3.1 LED 显示驱动 MAX7219 ................................................................................................................... 35
2
目录
摘要.................................................................................................................................................................................... 1
论文工作完成了系统的硬件原理图设计、以及 CC2430 和 AT89S52 上 的相关的程序设计。ZigBee 无线传感器网络可以代替设备复杂,需要大量 布 线 ,监 测 点 位 置 不 易 变 化 的 传 统 现 场 参 数 检 测 装 置 ,为 现 场 参 数 无 线 检 测 装置的设计和实际网络应用提供新的解决方案。