基于zigbee的智能家居物联网系统设计-学位论文.doc
《基于zigbee的智能家居物联网系统设计-学位论文.doc》由会员分享,可在线阅读,更多相关《基于zigbee的智能家居物联网系统设计-学位论文.doc(155页珍藏版)》请在淘文阁 - 分享文档赚钱的网站上搜索。
1、密 级桂林电子科技大学硕 士 学 位 论 文(全日制专业学位硕士)题目 基于 ZigBee 的智能家居物联网系统设计(英文) The Design of IoT System forSmart Home Based on ZigBee研 究 生 学 号:1108520824研 究 生 姓 名:田仲明指导教师姓名、职务:覃远年(副教授)申 请 学 位 门 类:工程硕士学 科、专 业 名 称:电子与通信工程提 交 论 文 日 期:2014 年 4月论 文 答 辩 日 期:2014 年 6月摘要摘要智能家居是一种利用先进的计算机技术、嵌入式系统和网络通信技术将家庭中的 各种设备通过网络连接到一起的物
2、联网系统。当前市面已经出现的智能家居产品中, 存在组网复杂、成本高、便捷性差、受众人群有限等诸多问题。本课题应用 ZigBee 无线通信技术和电视机 Android 平台,以 CC2530 作为终端模 块来实现智能家居的局域网组建。随着智能电视、云电视的普及,用户无需在电脑上 进行复杂的操作,就可以让家庭生活的变得更加舒适、安全和便捷。本文的研究工作包括:1) 对智能家居需要实现的功能进行分析,设计智能家居的整体方案,并对ZigBee 芯片进行选型。2) 智能家居硬件模块的设计和测试。其中协调器以 CC2531 为核心,实现中枢 传输的作用;终端模块以 CC2530 为核心,实现监控家庭的安全
3、,控制家用电器,以 及统计家庭电量的等功能。3) 通过对 ZigBee 标准协议的分析,选用 TI 公司的 Z-Stack 协议栈,制定出一套 符合智能家居性能要求的通讯协议,编写了系统的驱动代码和应用层代码,同时根据 智能家居的特点对终端节点的软件进行优化和调整。经测试,本课题所设计的智能家居系统可以保证软硬件长时间持续稳定的工作, 能够准确采集数据并可实时调整家居环境。本设计在电视机 Android 界面上进行智能 家居的控制操作,在国内尚属首次,具有创新性和实用性。经过实际的开发和市场调 研,已经可以达到预期的效果。关键词: 智能家居, ZigBee, CC2530, 电视机IAbstr
4、actAbstractSmart Home is one of the IoT system which use advanced computer technology, embedded system and network communication technology to connect various house applications via a network. There are many problems among the Smart home products exists in the current market, such as network complex
5、ity, high cost, convenience poor, limited audience crowd and other shortcomings.This system adopt ZigBee wireless technology and TV Android platform, using CC2530 as the terminal module to achieve smart home LAN, the user use TV as the operating platform, through three terminal modules to monitor ho
6、me security environment, control appliances, accounting electricity statistics household use. With the popular of the Smart TV and Cloud TV, there is no need of a complex operations on the computer, which is convenient for those who are not familiar to the computer like older people and others, then
7、 a more comfortable, safer, more convenient house life could realized.Researches in this paper:(1) Scrutinize relevant documents to analyze and verify the feasibility of the system, and carried out the selection ZigBee chip. (2) Implement all functions of the system, we conduct a design of coordinat
8、or, intelligent control module, security monitoring module and power statistics module, in which CC2531 as the core of the coordinator, to achieve a central role in transmission. CC2530 as the core of the terminator to monitoring home security, to change family living environments, control household
9、 appliances and count power statistics. (3) After a deep research on the topology structure of ZigBee wireless communication network, and in-depth analysis of the ZigBee standard protocol, we choose Z-Stack protocol stack of TI Corporation and compile sensor and controller driver code and applicatio
10、n layer code, meanwhile according to the characteristics of the system we optimize the software of terminal nodes. After the test and validation, the entire structural framework and communication protocols of IoT TV has been erected in this paper, The Smart Home system designed could ensure the cont
11、inued stability of hardware and software for a long time, and could accurately capture sensor data and real-time adjusts home environment. The design of Smart home is the first time on TV Android operating interface, but also the first time in the country, with innovative and practical. The effect d
12、emonstrated can be achieved through development and market research. Key words: Smart Home, ZigBee, CC2530, TVII目录目录摘要 .IAbstract.II目录 .III第一章 绪论 .11.1 课题的研究背景及意义.11.1.1 研究背景.11.1.2 课题研究的意义.21.2 智能家居国内外发展现状.31.2.1 国外发展现状.31.2.2 国内发展现状.31.3 课题的研究内容和论文结构.4第二章 ZigBee 技术介绍.62.1 几种短距离无线通信技术.72.1.1 几种短距离无
13、线技术.72.1.2 短距离无线技术对比.82.2 ZigBee 协议标准.102.3 IEEE802.15.4 协议标准.112.3.1 物理层(PHY).112.3.2 介质接入控制子层(MAC).122.4 ZigBee Pro 协议标准.132.4.1 网络层(NWK).132.4.2 应用层(APL).142.5 ZigBee 的设备与网络.152.5.1 ZigBee 设备类型.152.5.2 ZigBee 网络拓扑结构.162.6 ZigBee 技术的应用.162.7 本章小结 .18第三章 智能家居系统总体框架和硬件设计.193.1 智能家居的特点.193.2智能家居功能需求分
14、析.203.3ZigBee 用于家庭组网的可行性分析.213.4 智能家居系统总体框架.213.5 智能家居控制节点硬件部分设计.223.5.1 ZigBee 芯片的选型.223.5.2 CC2530 特性及外部电路设计 .233.5.3 CC2531 处理器模块设计 .263.5.4 CC2591 射频电路.283.6 硬件测试 .293.7 本章小结 .31第四章 智能家居系统模块的软件设计与实现.324.1 软件开发环境.32III目录4.2 Z-Stack 协议栈334.2.1 Z-Stack 协议栈设计334.2.2 OSAL 调度机制354.2.3 任务处理364.2.4 时间管理
15、384.3 ZigBee 节点的程序设计384.3.1 协调器程序设计384.3.2 路由节点软件设计414.3.3 终端节点程序设计434.4 模块的初始化及整个网络的建立454.4.1 通用的 ZigBee 模块初始化454.4.2 整个网络的建立464.4.3 协调器在网络中的作用484.5 终端模块的设计与软件实现484.5.1 红外智能控制模块484.5.2 安防监控模块(即红外人体检测模块)524.5.3 电能计量统计模块554.6 本章小结59第五章 总结与展望605.1 总结605.2 研究展望60参考文献62致谢65作者在攻读硕士期间主要科研成果66附录 I 智能家居物联网电
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 基于 zigbee 智能家居 联网 系统 设计 学位 论文
限制150内