收藏 分享(赏)

无线传感器网络论文:无线传感器网络通用节点的开发.doc

上传人:dreamzhangning 文档编号:2650348 上传时间:2018-09-24 格式:DOC 页数:6 大小:52.50KB
下载 相关 举报
无线传感器网络论文:无线传感器网络通用节点的开发.doc_第1页
第1页 / 共6页
无线传感器网络论文:无线传感器网络通用节点的开发.doc_第2页
第2页 / 共6页
无线传感器网络论文:无线传感器网络通用节点的开发.doc_第3页
第3页 / 共6页
无线传感器网络论文:无线传感器网络通用节点的开发.doc_第4页
第4页 / 共6页
无线传感器网络论文:无线传感器网络通用节点的开发.doc_第5页
第5页 / 共6页
点击查看更多>>
资源描述

1、 无线传感器网络论文:无线传感器网络通用节点的开发【中文摘要】传感器技术、微机电系统、现代网络和无线通信等技术的进步孕育了无线传感器网络。无线传感器网络由部署在监测区域内大量廉价微型传感器节点构成,通过无线通信的方式形成一个多跳自组织网络。无线传感器网络扩展了人们的信息获取能力,将客观世界的物理信息同传输网络连接在一起,为人们提供最直接、最有效、最真实的信息,具有十分广阔的应用前景。不同的传感器网络应用关心不同的物理量,对系统的要求也不同,其硬件平台、软件系统和网络协议有很大的差别,这就要求节点上的系统必须具备很好的通用性、移植性和较低开发难度,以满足不用的应用要求,引入嵌入式实时操作系统可以

2、很好地解决这一问题。本文以实验室开发的基于 Microchip 公司的 PIC24 系列微处理器的嵌入式实时操作系统为软件开发平台,以无线传感器网络通用节点系统的设计为主要内容,阐述了其具体的技术和相关实现的方法。首先,研究了嵌入式实时操作系统的源代码,对操作系统中消息机制进行了优化。其次,由于PIC24 系列微处理器内部闪程序存储器的特殊读写性能,在操作系统中加入了内存管理优化方案,方便用户直接读写闪程序存储器。再次,在优化了的嵌入式实时操作系统的基础上,结合无线传感器网络的体系结构以及操作系统任务划分和消息传递机制,根据协议栈的划分,采用分层设计的思想,以屏蔽各层的内部实现,提供通用接口为

3、目标,提出了无线传感器网络通用节点系统的设计方案。最后,针对工程应用中的两个实例,结合具体的软件设计过程,充分阐述了如何方便快捷的在无线传感器网络通用节点系统平台上进行软件的设计和实现。通过两个工程应用系统的成功运行,验证了无线传感器网络通用节点系统具有良好的稳定性和可靠性。可以看出,在无线传感器网络系统中引入嵌入式实时操作系统,将系统做成通用的平台,大大降低了应用程序的开发难度,加快了开发速度,降低了成本,并有效地提高了系统的稳定性、可靠性、可移植性和可扩展性。【英文摘要】Sensor technology, micro-electromechanical system, modern ne

4、twork and wireless communication technology are integrated into the Wireless Sensor Network(WSN). The WSN, which is constructed of massive miniature sensors deployed in the monitoring region, is a self-organizing network using the wireless jumps relaying way conmmunication. The WSN expands peoples a

5、bility of accessing to information, and makes the physical information of the objective world and the transmission network together, which provides people with real information of most direct and effective. So it has a very broad application prospect. With the different applications, the WSN has dif

6、ferent hardware platforms, software systems and network protocols. Thus, the nodes system must have good generality, transportability, and low developing difficulty to meet the different requirements. And the embedded real-time operating system can solve this problem well.In this thesis, using an em

7、bedded real-time operating system based on PIC24 family microprocessor which is developed by Microchip company as the software platform, a WSN general nodes system is designed, which has the characteristics of generality, transportability and expandability.Firstly, the source code of the embedded re

8、al-time operating system is studied, and the optimization about the message mechanism is put forward.Secondly, because of the internal flash program memorys special read and write performance of the PIC24 family microprocessor, an optimized scheme about the memory management is developed in the oper

9、ating system, which contributes to operate the flash program memory.Thirdly, based on the optimized embedded real-time operating system, the WSN general nodes system is established, which is conbination of the WSN architecture and the task and message mechanism of the operating system. Referring to

10、the WSN protocol satck, adopting layered srtucture design, the designed WSN system is aim for shielding the software realization of each layer and providing interfaces for them.Finally, taking two projects as examples, the convenient and efficient programming based on the WSN general nodes system pl

11、atform is illustrated by giving the detailed software code.The successful running of the two projects shows that the designed WSN general nodes system is of good stability and reliability. It is observed that developing WSN system based on the embedded real-time operating system can greatly reduces

12、the difficulty of designing application program, accelerates development speed, lowers the cost and enhances the systems stability, reliability, transportability and expandability effectively.【关键词】无线传感器网络 嵌入式实时操作系统 协议栈 消息 通用性【英文关键词】Wireless Sensor Network Embedded real-time operating system Protocol

13、 stack Message Generality【目录】无线传感器网络通用节点的开发 中文摘要 10-12 ABSTRACT 12-13 第一章 绪论 14-18 1.1 课题研究的背景和意义 14-15 1.2国内外研究现状 15-16 1.3 课题主要研究内容及安排 16-18 第二章 嵌入式实时操作系统的优化 18-46 2.1 嵌入式实时操作系统 18-22 2.1.1 嵌入式实时操作系统简介 18-20 2.1.2 嵌入式实时操作系统的使用 20-22 2.2 嵌入式实时操作系统优化管理分析 22-23 2.3 消息管理优化 23-31 2.3.1 消息类型 23 2.3.2 消息

14、控制块 23-25 2.3.3 消息通信机制的实现 25-31 2.4 内存管理优化 31-46 2.4.1 PIC24F 微处理器闪程序存储器 31-34 2.4.2 内存管理优化 34-46 第三章 WSN 通用节点的开发 46-72 3.1 WSN 的体系结构 46-47 3.1.1 网络体系结构 46 3.1.2 通信体系结构 46-47 3.2 WSN 通用节点的功能及实现机制 47-48 3.2.1 系统功能 47 3.2.2 系统功能实现机制 47-48 3.3 无线射频收发模块 48-51 3.4 物理层设计与优化 51-54 3.4.1 物理层功能概述 51 3.4.2 物理

15、层帧结构 51-52 3.4.3 物理层管理的消息 52-53 3.4.4 物理层管理的任务 53 3.4.5 物理层功能实现及优化 53-54 3.5 MAC 子层的设计与优化 54-63 3.5.1 MAC 子层功能概述 54-56 3.5.2 MAC 子层帧结构 56-57 3.5.3 MAC 子层管理的消息 57-58 3.5.4 MAC 子层管理的任务 58-59 3.5.5 MAC 子层功能实现及优化 59-63 3.6 网络层设计与优化 63-68 3.6.1 网络层功能描述 63 3.6.2 网络层帧结构 63-64 3.6.3 网络层管理的消息 64-65 3.6.4 网络层

16、管理的任务 65 3.6.5 网络层拓扑结构 65 3.6.6 网络层功能实现及优化 65-68 3.7 应用层的设计与优化 68 3.8 低功耗设计 68-70 3.9 本章小结 70-72 第四章 无线传感器网络通用节点的工程应用 72-86 4.1硬件平台 72 4.2 软件平台 72 4.3 基于 RSSI 的节点定位系统 72-80 4.3.1 节点定位系统描述 72-74 4.3.2 协调器软件设计 74-78 4.3.3 传感器节点软件设计 78-79 4.3.4 系统测试 79-80 4.4 路灯管理系统 80-85 4.4.1 路灯管理系统概述 80-81 4.4.2 路灯管理系统组网方式 81-82 4.4.3 路灯管理系统路由算法 82-83 4.4.4 协调器软件设计 83-85 4.4.5 灯控节点软件设计 85 4.5 本章小结 85-86 第五章 总结与展望 86-88 参考文献 88-92 致谢 92-93 攻读硕士期间研究工作及参与的工程项目 93-94 学位论文评阅及答辩情况表 94

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > 高等教育 > 大学课件

本站链接:文库   一言   我酷   合作


客服QQ:2549714901微博号:道客多多官方知乎号:道客多多

经营许可证编号: 粤ICP备2021046453号世界地图

道客多多©版权所有2020-2025营业执照举报