I题目:无线网络传感器在智能家居控制系统上的使用智能家居控制子系统指导者:张军国评阅者:张军国2011年11月II毕业设计(论文)中文摘要智能家居是一个充满发展前景的行业,在国内己经发展了几年了。随着智能家居行业自身的发展和人们对居住环境的现代化、信息化和舒适化的追求,人们对智能家居的关注度逐渐提高。从目前国内的智能家居发展情况来看,智能家居还存在着很多问题,需要我们耐心去解决。本文首先介绍了课题研究的背景和意义,分析了智能家居系统的发展现状和趋势,总结了智能家居研究目前存在的主要问题。通过深入研究了智能家居所涉及的相关理论和技术,提出了网络家电的设计模型和家庭网络的通讯技术方案,并结合嵌入式技术给出了其实现方法。论文阐述了家居控制系统的功能和设计思想,设计了一个低成本、易维护、可扩展、易配置的家居中央控制平台方案。本文针对国内智能家居产品存在的问题和目前家庭的实际情况,提出了以嵌入式设备为主控设备,以蓝牙作为家庭网络的通信技术,构建智能家居控制平台的方案。系统选用53C2410芯片为智能家居控制平台的核心控制芯片,CS8900A为远程控制芯片,蓝牙芯片ROK101008为家庭网络通信模块,构建智能家居控制平台的核心控制器。系统完成了BOOTLOADER的移植、嵌入式Linux的剪裁和移植,设计了核心控制器与网络家电之间的数据通讯格式。通过对家居控制系统的分析,设计了家居控制系统的软件模型。为了方便用户对家电设备的控制,系统除了本地控制外还设计了嵌入式webServer,为用户提供远程控制功能。关键字:智能家居;控制平台;网络家电;嵌入式LinuxIII毕业设计(论文)外文摘要Title:StudentapartmentsaccessibleaccesssecuritySystems_____________DesignandImplementationAbstract:SmartHomeisanindustryfulloprospectsforthedevelopment,hasbeendevelopedinChinaforyears.AsthedevelopmentofSmartHomeandthePursuitofthemonetizationandcomfortofPeople’slivingenvironment,PeoplePaycloseattentiontoSmarthomegradually.AsthedomesticSmartHomeisdeveloping,therearestillmanyproblems,weneedPatiencetoresolve.ThisPaperfirstintroducestheresearchbackgroundandsignificance,thenanalysesthedevelopmentstatusandtrendsoftheSmartHome,summarizestheexistingmainproblemoftheSmartHome.Throughin-depthstudyoftherelevanttheoriesandterminusinvolvedintheSmartHome,thisPaperPutsoverdesignmodelsofnetworkapplianceandthetechnicalsolutionofhomenetworkingcommunications,givesthemethodsoftheirrealizationcombinedwithembeddedtechnology.ThePaperdescribedfunctionsanddesignmethodologyofthehome=controlsystem,designedahomecentralcontrolplatformhavingthecharacteristicsoflow-cost,easytomaintain,extensible,easytoconfigure.InconnectionwiththeProblemofthedomesticSmartHomeProductsandrealityofthecurrentfamilies,thisPaperProposestoaSmartHomecontrolPlatformsolutionincludeembeddeddevicesasamasterdeviceandtheBluetoothasahomenetworkcommunicationstechnology.ThePaperusesa53C2410chipasacorecontroller,aCS8900AchipastheremotecontrolchipandaBluetoothchipnamedROK101008asthehomenetworkcommunicationmoduletobuildtheSmartHomecontrolplatform.ThePapercompletestheBOOTLOADERtransplantation,embeddedLinuxclippingandtransplantation,anddesignsdatacommunicationformatforcommunicationbetweentheIVnetworkapplianceandthecorecontroller.Throughanalysisofthehome-controlsystem,thePaperdesignssoftwaremodelofthehome-controlsystem.Inordertofacilitateusertocontrolconsumerelectronicsdevices,thesystemprovidesuserswithremotecontrolfunctions.Keywords:SmartHome;controlPlatform;networkappliances;embeddedLinux1目录1.绪论..............................................................................................................................................21.1研究背景............................................................................................................................21.2课题研究目的及意义........................................................................................................51.3论文的主要工作和结构....................................................................................................62.ZigBee关键技术介绍................................................................................................................72.1IEEE802.15.4简介............................................................................................................72.2ZigBee协议........................................................................................................................82.3ZigBee网络拓扑结构......................................................................................................92.4ZigBee网络的自适应机制............................................................................................103传感器节点和网关设计..............................................................................................................124智能家居控制子系统中央控制平台总体设计..........................................................................134.1控制平台功能与结构.....................................................................................................144.2涉及到的软硬件介绍......................................................................................................165智能家居控制子系统详细设计.................................................................................................195.1硬件设计.........................................................................................................................195.2软件设计.........................................................................................................................225.3Web远程控制..................................................................................................................276系统功能测试.............................................................................................................................316.1主控信息中心调试..........................................................................................................316.2主控信息中心调试步骤和问题解决.............................................................................316.3ZigBee通信功能调试.........