亚洲免费av电影一区二区三区,日韩爱爱视频,51精品视频一区二区三区,91视频爱爱,日韩欧美在线播放视频,中文字幕少妇AV,亚洲电影中文字幕,久久久久亚洲av成人网址,久久综合视频网站,国产在线不卡免费播放

        ?

        Design of Intelligent Irrigation M onitoring System Based on GPRS and Zigbee

        2015-02-06 02:17:38FupingWANGPanpanFENG
        Asian Agricultural Research 2015年6期

        Fuping WANG,Panpan FENG

        Innovative-venturing Education Centre,Beifang University of Nationalities,Yinchuan 750021,China

        1 Introduction

        At present,some problems in China's agricultural sector,such as low utilization rate of water resources and low efficiency of arable land management,have restricted the development of agriculture.The irrigation depends on the experience and feeling of farmers,resulting in a serious waste of water resources and affecting the yield and quality of crops.In recent years,the Internet of Things has been frequently applied in the field of agriculture,and it integrates short-range Zigbee,blue tooth,cellular mobile communication,satellite communication and other wireless communication technologies and Internet technologies,to achieve multi-scale transmission of information[1].The transmission of data during irrigation should be reliable and timely,and the irrigation amount should be precise,therefore,a set of intelligent irrigation monitoring systems(with GPRS+Zigbee wireless networking technology as the core)are designed.Due to short distance,low cost and low power consumption,Zigbee is mainly used to monitor the point-intensive occasion.GPRS network is not restricted by communication distance,and the communication is reliable.It makes the underlying Zigbee network and Internet network achieve reliable data transmission,and gives full play to the advantages of the two wireless technologies,so that the security,reliability and usefulness of the system are guaranteed.

        2 System framework design

        The overall structure of intelligent irrigation monitoring system based on GPRS+Zigbee wireless networking technology is shown in Fig.1,and it mainly consists of wireless sensor network,central monitoring server and terminal monitoring system.The wireless sensor network processes the data information collected by terminal node and then transmits the processed data to coordinator node through the Zigbee protocol.The data are fused and transmitted to monitoring center so as to complete data collection,processing and transmission.The central monitoring server analyzes the data received combined with meteorological information and derives the decision-making information in accordance with a certain algorithm based on expert decision-making system information to control the solenoid valve switches.Administrators can use the PC as a client for user management,information viewing and irrigation control.By the logging permission setting,users can log in the terminal control system through PC or mobile phone,to view the farmland soil moisture,irrigation amount and water rate.The intelligent irrigation monitoring system has the following main features:

        (i)Precision irrigation.The data uploaded to the server are stored in the database,and by the expert system,the fuzzy algorithm is used to process data and generate the optimum irrigation time and irrigation amount based on different needs of crops at various stages of growth,to ensure that the crop is always in the best growth environment,thereby ensuring the quality and yield of crops.

        (ii)Remote management.System administrators and users can access the data in monitoring center in the form of Web through the network for management.

        (iii)Mobile control.The users having mobile phone can open GPRS service to view information concerning farmland and irrigation amount,and users can use mobile phone to control valve and implement irrigation when there is a need to irrigate but the system does not grant irrigation.

        (iv)Smart fertilization.By testing the PH,EC values of liquid fertilizer in irrigation pipes and referring to the PH,EC values set by the expert system suitable for each crop growth stage,the opening of fertilization pipeline is controlled to adjust the PH,EC values of liquid fertilizer[2].

        3 Design of wireless sensor network

        Given the vast area and large differences in the soil conditions in the irrigation region,we design the two-layer wireless sensor network based on clustering structure[3].The wireless sensor network includes coordinator node and terminal node.It uses coordinator node based on Zigbee technology to achieve short-distance farmland data collection and transmission,and uses the GPRS module of terminal node to achieve remote transmission of data.It is suitable for IEEE 802.15.3 technology with wireless control and lowrate automation application,namely Zigbee technology[4].Each Zigbee network can set254 slaves and 1 master at most,and the distance between nodes can be extended from the standard 75m to a few hundred meters or even a few kilometers[5].

        3.1 Design of Zigbee node hardwareZigbee terminal node is the basic unit of wireless sensor network,consisting of four parts(data acquisition module,information processing module,RF antenna and power supply module),as shown in Fig.2.Ituses tipping-bucket rain-sensor to measure the liquid precipitation,precipitation intensity and precipitation start and end time,and transmits the pulse signal to the acquisition system.The information processing module uses CC2430 chip which can meet the needs of Zigbee-based 2.4 GHz ISM band application for low cost and low power consumption.Zigbee RF front-end,memory and micro controller are integrated in a single chip,combined with a high-performance 2.4 GHz DSSS radio transceiver core and a compact and efficient 8051 controller.The sleep mode of CC2430 and a short time to switch to active mode,are especially suitable for those applications requiring very long battery life.The power supply module uses large-capacity high-energy alkaline batteries to provide power[6].

        3.2 GPRS coordinator node designZigbee network is intended for short-range communications,while GPRS is intended for long-distance communications,with reliable data.The two complement each other.The coordinator node is responsible for the two-way data transmission of Zigbee network and GPRS network,and it is actually a conversion gateway based on Zigbee protocol and GPRS protocol.The system uses Huawei's GTM900 wireless module to achieve wireless sending,receiving,data processing and other functions.It supports the EGSM900/GSM1800 frequency band,and is embedded with TCP/IP protocol.It uses AT command set for serial communication via UART interface and external CPU[7].Via RS232 interface,GTM900 module,data processing module and CC2430 storage chip complete GPRS network link,data receiving and sending.After the data transmitted to GPRS module go through processing and protocol encapsulation through the internal embedded processor,they are sent to GPRS network.GPRS network and the Internet are based on IP protocol and connected to each other[8],so if the irrigation monitoring center is connected to the network,it can receive the monitoring data through GPRS network,and store the data information in the monitoring server database.After GPRS power-on reset,we need to first initialize the modules,such as operating mode,access gateways,protocol type and communication baud rate.After the initialization setup,the dial command is sent for GPRS network connection.The GPRS module is initialized as follows:(i)setting the communication baud rate,using"AT+IPR =115200"command to set the baud rate at115200 bps;(ii)setting the access gateway,using the"AT+CGDCONT=1","IP","CMNET"command to set the Monternet access gateway;(iii)testing whether it is opened,using"AT+CGACT=1"command to activate the GPRS function(If it returns OK,GPRS connection is successful;if it returns ERROR,GPRS connection fails);(iv)establishing the TCP connection with monitoring center,using"AT+CIPSTART =TCP","172.18.55.107","2020"command to establish TCP connection("2020"as the port number);(v)setting themobile terminal category,using"AT+CGCLASS=B"command to set themobile terminal category as category B(only one service can be run,GPRS or GSM).

        4 Central monitoring server design

        Central monitoring server is the information management and monitoring center of the whole system,and it is an important part of data processing.The server monitoring software uses Java language to achieve real-time display of the data.The SQL Server 2000 database is used to store the information collected about irrigation site and water rate management information.The database storage not only increases the storage efficiency,but also makes data query more efficient.

        4.1 Central monitoring server functionsThe friendly interactive platform established can achieve the communication,data transmission and monitoring functions between monitoring center and underlying sensor,valve controller.This platform has the functions of administrator and user management,device management,water rate management,equipment triggering control,mobile user control and database management.It uses SMS service of GSM to send irrigation control information to users.At the same time,users can send mandatory irrigation control command and soil moisture data extraction command to the monitoring center,to complete remote monitoring of irrigation[10].The framework of intelligent irrigation monitoring system is shown in Fig.3.

        4.2 Expert systemThe irrigation expert decision system uses the fuzzy control technology to design a dual input-single output water-saving irrigation controller.The input of controller is the difference between the setting value and actual measured value(E)and its rate of change(EC);the output is the irrigation time(U),and seven linguistic variables are defined(NB,NM,NS,0,PS,PM,PB).The simple triangle membership function is used and the selected fuzzy inference conditional statement is"if A and B and B then C".According to different needs of crops at different growth stages,the fuzzy control table at various stages is obtained.By looking up the table,we can get the quantization levels of output.Through the defuzzification of output(namely being multiplied by a scale factor),we can get the irrigation time.The diagram of fuzzy control system structure is shown in Fig.4.

        5 Conclusions

        This paper describes an intelligent irrigation monitoring system based on Zigbee and GPRS technology,makes a specific study on the use of wireless sensor network to achieve farmland information collection and intelligent water-saving irrigation control,and designs the specific implementation programs of wireless sensor network and intelligent irrigation system.Zigbee technology not only has the features of low cost and low power consumption,but also avoids various problems caused by wiring in the irrigation site.It uses the Internet to make users access the central monitoring server through computer,or use the user name to log in through phone,to view farmland information and water rate anytime.This intelligent irrigation system can achieve water-saving irrigation,improve agricultural production and management model,and improve the quality and yield of agricultural products.

        [1]ZHAO L.Discussion on the Internet of Things application in agriculture and key technical requirement[J].Telecommunications Science,2011(10A):71-74.(in Chinese).

        [2]WU S,YANG CY,YANGRQ,et al.Design and realization of the intelligent fertilizing machine[J].Journal of Shanghai Jiaotong University(Agricultural Science),2008,26(5):445-448.(in Chinese).

        [3]MA HF,DANG JW,HUM.A linear clustering topology based on wireless sensor networks[J].Transducer and Micro system Technologies,2010,29(8):48-50.(in Chinese).

        [4]WANG QP,WANG L.ZigBee technology and its applications[J].Modern Science&Technology of Telecommunications,2004(1):33-37.(in Chinese).

        [5]DAIZ,F(xiàn)ANXG,WANM,et al.The design of Zig Beewireless communication node based on RF chip CC2420[J].Sensor World,2006,12(5):41-44.(in Chinese).

        [6]ZHANG JG.Study on techniques of wireless sensor network oriented to forest fire detection[D].Beijing:Beijing Forestry University,2009.(in Chinese).

        [7]Descriptive manual of Huawei GTM900 wireless module.(in Chinese).

        [8]HUANG CA,ZHANGY,YUNHZ.The design of remote meter control system based on GPRS[J].Electrical Measurement&Instrumentation,2003,40(8):42-45.(in Chinese).

        [9]Herman Sahota,Ratnesh Kumar,Ahmed Kamal.A wireless sensor network for precision agriculture and its performance[J].Wireless Communication and Mobile Computing,2011(11):1628-1654.

        [10]LIRF,XU XH,WEN Y,et al.The application of short message in water-saving irrigation system[J].Journal of Agricultural Mechanization Research,2013(8):196-199.(in Chinese).

        大陆极品少妇内射aaaaaa| 伊人久久大香线蕉av最新午夜| 日韩无码专区| 亚洲av成人中文无码专区| 欧美又粗又长又爽做受| 成人看片黄a免费看那个网址| 成人免费视频在线观看| 白白色免费视频一区二区| 亚洲欧美日韩一区在线观看| h视频在线免费观看视频| 无套内谢老熟女| 女人被狂躁高潮啊的视频在线看| 欧美性性性性性色大片免费的| 国产精品无码精品久久久| 国产一区二区亚洲av| 邻居人妻的肉欲满足中文字幕 | 亚洲另类欧美综合久久图片区| 一本大道香蕉视频在线观看| 中文字幕乱码亚洲美女精品一区| 中文字幕精品一区久久| 狠狠色噜噜狠狠狠狠7777米奇 | 国产91精品丝袜美腿在线| 男女啪啪视频高清视频| 日本丰满熟妇videossex8k| 亚洲性综合网| 99热高清亚洲无码| 中文av字幕一区二区三区| 免费视频爱爱太爽了| 精品视频入口| 日韩成人高清不卡av| 国产日产亚洲系列最新| 一群黑人大战亚裔女在线播放| 亚洲粉嫩av一区二区黑人| 麻豆国产精品久久天堂| 亚洲国产精彩中文乱码av| 欧美亚洲国产精品久久高清| 久久一日本道色综合久久大香| 青青久久精品一本一区人人 | 亚洲欧美成人一区二区在线电影| av资源在线看免费观看| 国产丝袜美腿中文字幕|