当前位置:文档之家› Zigbee无线传感器网络英文文献

Zigbee无线传感器网络英文文献

Zigbee Wireless Sensor Networkin Environmental Monitoring ApplicationsI.ﻩZIGBEETECHNOLOGYZigbeeis a wireless standardbased onIEEE802.15.4thatw as developedto address the unique needs of most wireless sensing andcontrol applications. Technology islow cost, low power,a lowdatarate,highly reliable,highly secure wireless net working protocol targeted towardsautomation and remote con trol applications.It’s depictstwo keyperformance characteristics–wireless radio range and data transmissionrateofthewirelessspectrum.Comparingto otherwireless networking protoco lssuch as Bluetooth, Wi-Fi, UWB andsoon, showsexcellent transmissionabilityinlowertransmissionrate and highly capacity of network.A. ZigbeeFrameworkFrameworkis made up of a set ofblocks called layers.Each layerperformsa specific set ofservices for the layer above.As shownin Fig.1. The IEEE 802.15.4standarddefines thetwo lower layers: thephysical(PHY)layer and themediumaccess control(MAC)layer. The Alliancebuilds on this foundation by providing the network and security layer and the framework for the application layer.Fig.1 FrameworkThe IEEE 802.15.4has two PHY layersthat operate in two separate frequency ranges: 868/915MHz and 2.4GHz. Moreover,MAC sub-layer controls accessto theradiochannel usingaCSMA-CAmechanism. Itsresponsibilities may also includetransmittingbeacon frames, synchronization, andproviding a reliable transmissionmechanism.B. Zigbee’s TopologyThe network layer supports star, tree,and mesh topologies, as sh own in Fig.2. Inastar topology,the network iscontrolled byone singledevice called coordinator. Thecoordinator is respons ible for initiating and maintaining the devices onthe network.All othe rdevices,knownas enddevices,directly communicatewith the coordinator. Inmesh andtree topologies,the coordinator is responsible for startingthenetwork and forchoosing certain keyne tworkparameters, but the network may beextended throughthe use ofrouters. Intreenetworks, routers move dataandcontrol messagesthrough the network using a hierarchicalroutingstrategy. Mesh networksallow full peer-to-peercommunication.Fig.2 MeshtopologiesFig.3is anetworkmodel,it showsthatsupports both sing le-hopstar topologyconstructedwith one coordinator in thecenter andthe end devices, and mesh topology. In the network,the intelligentnodes are composed by Full Function Device (FFD)andReduced Function Device (RFD).Only theFFN defines the fullfunctionality andcan becomeanetworkcoordinator.Coordinatormanages thenetwork,it is tosay that coordinator can start a networkandallowother devicestojoinor leaveit. Moreover, it canprovidebinding andaddress-table services, and save messages until they can bedelivered.Fig.3 Zigbeenetwork modelII.THEGREENHOUSE ENVIRONMENTAL MONITORINGSYSTEM DESIGNTraditional agriculture only usemachinery and equipment which isolating and nocommunicating ability. And farmers have to monitor crops’ growth by themselves. Even if some people use electrical devices, but mostofthemwere restrictedtosimple communication between control computer andend devices like sensorsinstead of wire connection,which couldn’t be strictlydefinedaswireless sensor network.Therefore, by through using sensornetworks and,agriculturecould become more automation,morenetworking and smarter.In this project, we should deploy fivekinds ofsensors inthegreenhouse basement.By through thesedeployed sensors,the parameters suchastemperature inthe greenhouse,soil temperature,dew point,humidity andlight intensitycanbe detectedreal time. It is key to collect different parameters from all kinds of sensors.And in the greenhouse, monitoring the vegetables growingconditions is the topissue.Therefore,longer battery life and lowerdata rate andless complexity areveryimportant. From the introductionaboutabove,weknow that meet therequirementsfor reliability, security, lowcostsandlow power.A. SystemOverviewThe overviewof Greenhouseenvironmental monitoring system,whichis madeup byone sink node (coordinator), many sensor nodes,wo rkstation and database.Mote nodeand sensor node togethercomposed of each collecting node. When sensors collect parameters rea ltime, such as temperature in the greenhouse, soil temperature,dew point, humidity andlight intensity,these data will beofferedto A/D converter,then bythroughquantizing and encoding become thedigital signal that isable totransmit by wireless sensorcommunicating node. Eachwireless sensor communicating node has ability of tran smitting,receiving function.Inthis WSN,sensornodes deployed inthegreenhouse, which can collectreal time data andtransmitdata to sink node (Coordinator) by theway ofmulti-hop.Sink node complete the task of dataanalysis anddata storage.Meanwhile,sink nodeis connected with GPRS/CDMAcan provide remotecontroland data download service. In the monitoring andcontrolling room, by running greenhouse management software,the sink node canperiodically receives thedata from thewirelesssensornodesanddisplaysthem on monitors.ﻫB.Node Hardware DesignSensornodesare the basicunits ofWSN. The hardwareplatformis made upsensor nodes closely related tothe specificapplication requirements.Therefore, the mostimportant work is the nod es design which can perfect implement thefunction of detectingand tr ansmission as a WSN node, andperformits technology characteristics. Fig.4shows the universalstructureofthe WSNnodes. Powermodu leprovides the necessaryenergyfor the sensor nodes.Data collectionmodule is used toreceive and convertsignals ofsensors. Dataprocessingand control module’s functions are nodedevicecontrol,taskscheduling, and energy computing andso o n. Communicationmodule isused to send data between nodes and frequency chosen and soon.Fig.4 Universal structure of the wsnnodesIn the data transfer unit,the moduleis embedded to matchthe MAC layer andtheNET layerof the protocol.We choose CC2430asthe protocol chips, which integrated theCPU, RF transce iver, net protocol and theRAM together. CC2430 usesan 8 bit MCU (8051), and has128KBprogrammable flash memoryand 8KB RAM. Italso includesA/D converter,someTimers,AES128Coprocessor, Watchdog Timer,32K crystal Sleep modeTimer, Power o nReset, Brown out Detection and21 I/Os.Based on thechips, manymodulesfor the protocol are provided.And the transferunitcould be easilydesignedbased onthe modules.As an exampleof a sensor end deviceintegratedtemperature, hu midity and light,the design is shown in Fig. 5.Fig.5Thehardware design of a sensor node The SHT11 is a single chip relative humidity andtemperature multisensor modulecomprising acalibrateddigital output. It can testthe soil temperature and humidity.TheDS18B20 is a digital temperatu resensor, which has3pins anddatapin can link MSP430directly.It can detecttemperature in greenhouse. TheTCS320is a digita llight sensor.SHT11, DS18B20and TCS320areboth digital sensors with smallsize andlow powerconsumption.Other sensornodes canbe obtainedby changing thesensors.The sensor nodes are powered from onboard batteries and the coordinato ralsoallows tobe poweredfrom anexternalpower supply determined by a jumper.C.Node Software DesignTheapplication systemconsistsof acoordinator and several end devices.The general structure of the code in each is the same,with an initialization followed bya mainloop.The software flowofcoordinator, upon thecoordinator being started,thefirst action of the application is the initialization ofthe hardware, liquidcrystal,stack andapplicationvariables and opening theinterrupt.Thenanetwork will be formatted. If this nethas been formatted successfully,some networkinformation, such asphysical address, netID,channel number will be shown on theLCD. Then program will step into application layer and monitorsignal. If there is end deviceor router wanttojoinin this net,LCD will shownthis information,and showthephysical address ofapplying node, an dthecoordinatorwillallocate anet address to thisnode. Ifthe node hasbeen joinedin this network,the data transmittedby this node will be received by coordinatorand shown intheLCD.The software flow of a sensor node, as each sensor node is switched on, itscans all channelsand, after seeing anybeacons, checks thatthecoordinatoris the one that it is looking for.Itthen performs a synchronization and association.Onceassociation is complete, thesensor node enters aregular loop ofreadingitssensorsand putting out a f rame containing the sensordata.If sending successfully,end device will step into idle state; bycontrast,it will collectdata once a gain andsend to coordinator until sending successfully.D.Greenhouse Monitoring Software DesignWe useVBlanguage to build aninterface forthe test and this greenhouse sensor networksoftware canbeinstalled and launched on anyWindows-based operating system. It has 4dialog box selections: setting controllingconditions, setting Timer,setting relevant parametersand showing currentstatus. By setting someparame ters, it canperform thefunctions ofcommunicating with port, data collectionand data viewing.ﻬZigbee无线传感器网络在环境监测中的应用I.Zigbee技术Zigbee是一种基于IEEE802.15.4的无线标准上被开发用来满足大多数无线传感和控制应用的独特需求。

相关主题