基于物聯(lián)網(wǎng)的番茄智能灌溉系統(tǒng)設(shè)計(jì)
本文選題:物聯(lián)網(wǎng) + 灌溉 ; 參考:《安徽農(nóng)業(yè)大學(xué)》2014年碩士論文
【摘要】:我國(guó)水資源人均占有量少、時(shí)空分布不均勻、利用困難、水污染加劇,水資源緊迫的現(xiàn)狀嚴(yán)重制約著我國(guó)的經(jīng)濟(jì)的發(fā)展。因?yàn)檗r(nóng)業(yè)用水在水資源利用方面所占比例最大,先進(jìn)的節(jié)水灌溉系統(tǒng)的設(shè)計(jì)可以提高經(jīng)濟(jì)效益,改善生態(tài)環(huán)境,達(dá)到節(jié)約用水的目的,所以本文從農(nóng)業(yè)灌溉的視角去構(gòu)思節(jié)水途徑。本文在基于物聯(lián)網(wǎng)技術(shù)的基礎(chǔ)上設(shè)計(jì)了一套智能灌溉系統(tǒng)。系統(tǒng)首先在感知層ZigBee終端節(jié)點(diǎn)采集到需要監(jiān)測(cè)的環(huán)境信息,然后通過(guò)協(xié)調(diào)器傳送到GPRS上,網(wǎng)絡(luò)層負(fù)責(zé)把信息通過(guò)GPRS傳遞到Internet上,并最終傳入位于應(yīng)用層的服務(wù)器上,由服務(wù)器上設(shè)計(jì)的處理算法對(duì)監(jiān)測(cè)數(shù)據(jù)進(jìn)行處理,并根據(jù)灌溉策略給出灌溉指令,并由終端節(jié)點(diǎn)的執(zhí)行程序執(zhí)行。在對(duì)整個(gè)過(guò)程的實(shí)際開發(fā)中,筆者對(duì)各個(gè)環(huán)節(jié)的主要技術(shù)進(jìn)行了深入研究,取得了以下成果:1.文章分別從農(nóng)田水文循環(huán)、作物生理周期等方面研究了作物需水量的影響因素,總結(jié)蒸散量的多種計(jì)算方法,在綜合所有蒸散量影響因子的基礎(chǔ)上,利用非線性主成分分析法(NLPCA)和徑向基(RBF)神經(jīng)網(wǎng)絡(luò)組成的模型(NLPCA-RBF)對(duì)番茄蒸散量進(jìn)行估算。在既保證ET影響因素信息完整,又可消除影響因素之間相關(guān)性的前提下,利用NLPCA將影響ET的7個(gè)氣象因素簡(jiǎn)化為3個(gè)綜合成分,并以此為網(wǎng)絡(luò)訓(xùn)練的輸入數(shù)據(jù),根據(jù)實(shí)測(cè)的蒸散量作為網(wǎng)絡(luò)輸出建立了RBF神經(jīng)網(wǎng)絡(luò),并且經(jīng)非訓(xùn)練樣本點(diǎn)數(shù)據(jù)檢驗(yàn)。結(jié)果表明,與傳統(tǒng)RBF網(wǎng)絡(luò)模型較,NLPCA-RBF網(wǎng)絡(luò)預(yù)測(cè)模型能夠更好的反應(yīng)影響因子與蒸散量之間的關(guān)系,取得更為精確的結(jié)果。2.針對(duì)灌溉系統(tǒng)普遍具有的遲滯性和非線性等缺點(diǎn),本文所設(shè)計(jì)的灌溉系統(tǒng)引入了模糊控制器作為灌溉策略,相比于單一的輸入因素,模糊控制器的輸入選擇土壤濕度和蒸散量?jī)蓚(gè)因素,這會(huì)使得到的灌溉策略更加的精準(zhǔn)。最后通過(guò)試驗(yàn)驗(yàn)證了模糊控制器的合理性。3.本系統(tǒng)采用模塊化的設(shè)計(jì)思想,以MC9S12XSl28微控制器為核心,加入相應(yīng)的功能模塊完成了ZigBee節(jié)點(diǎn)的信息采集模塊、通信模塊,執(zhí)行機(jī)構(gòu)的設(shè)計(jì),使ZigBee網(wǎng)絡(luò)能夠完成信息的采集、傳遞,以及灌溉的執(zhí)行。服務(wù)器端采用MVC構(gòu)架設(shè)計(jì),能夠強(qiáng)制性的把應(yīng)用程序的數(shù)據(jù)展示、數(shù)據(jù)處理和流程控制分開,提高了開發(fā)效率,方便修改。
[Abstract]:The present situation of water resources per capita is less, the distribution of time and space is uneven, the utilization is difficult, the water pollution intensifies, and the urgent water resources seriously restrict the economic development of our country. Because agricultural water use accounts for the largest proportion in the utilization of water resources, the design of advanced water-saving irrigation systems can improve economic efficiency, improve the ecological environment, and achieve the purpose of water conservation. Therefore this article from the agricultural irrigation angle of view to conceive the water saving way. This paper designs an intelligent irrigation system based on Internet of things technology. The system first collects the environment information to be monitored at the ZigBee terminal node in the perception layer, and then transmits the information to the GPRS through the coordinator. The network layer is responsible for transferring the information to the Internet through the GPRS, and finally to the server located in the application layer. The monitoring data are processed by the processing algorithm designed on the server, and the irrigation instructions are given according to the irrigation strategy, and executed by the executing program of the terminal node. In the actual development of the whole process, the author has carried on the thorough research to each link's main technology, has obtained the following achievement: 1. In this paper, the influencing factors of crop water demand are studied from the aspects of farmland hydrological cycle and crop physiological cycle, and the various calculation methods of evapotranspiration are summarized, on the basis of synthesizing all the influencing factors of evapotranspiration. The model of nonlinear principal component analysis (NLPCA) and radial basis function (RBF) neural network was used to estimate the evapotranspiration of tomato. On the premise of ensuring the integrity of the information of the et influencing factors and eliminating the correlation between the influencing factors, the seven meteorological factors affecting et are simplified into three comprehensive components by using NLPCA, which is used as the input data of the network training. According to the measured evapotranspiration as the output of the network, the RBF neural network is established and tested by the untrained sample data. The results show that compared with the traditional RBF neural network model, the prediction model of NLPCA-RBF neural network can better reflect the relationship between the influence factors and evapotranspiration, and obtain more accurate results. 2. In view of the common hysteresis and nonlinearity of irrigation system, the irrigation system designed in this paper introduces fuzzy controller as irrigation strategy, compared with a single input factor. The input of fuzzy controller selects soil moisture and evapotranspiration, which makes the irrigation strategy more accurate. Finally, the rationality of the fuzzy controller is verified by experiments. This system adopts the modular design idea, takes the MC9S12XSl28 microcontroller as the core, and adds the corresponding function module to complete the design of the information collection module, the communication module and the executive mechanism of the ZigBee node, so that the ZigBee network can complete the information collection and transmission. And the execution of irrigation. The server is designed with MVC architecture, which can force the application data display, data processing and flow control, improve the development efficiency and easy to modify.
【學(xué)位授予單位】:安徽農(nóng)業(yè)大學(xué)
【學(xué)位級(jí)別】:碩士
【學(xué)位授予年份】:2014
【分類號(hào)】:S274;TP391.44;TN929.5
【相似文獻(xiàn)】
相關(guān)期刊論文 前10條
1 閆敏杰;夏寧;萬(wàn)忠;段洪洋;;物聯(lián)網(wǎng)在現(xiàn)代農(nóng)業(yè)中的應(yīng)用[J];中國(guó)農(nóng)學(xué)通報(bào);2011年08期
2 龔一帆;常冬梅;;物聯(lián)網(wǎng)種菜離我們有多遠(yuǎn)?[J];中國(guó)蔬菜;2011年09期
3 王濤;周麗麗;陳慶文;;中國(guó)物聯(lián)網(wǎng)未來(lái)發(fā)展探討[J];林業(yè)機(jī)械與木工設(shè)備;2011年09期
4 喬文山;黃銀娣;陳立旦;;基于物聯(lián)網(wǎng)的汽車生產(chǎn)管理系統(tǒng)設(shè)計(jì)與應(yīng)用[J];拖拉機(jī)與農(nóng)用運(yùn)輸車;2011年05期
5 王占亭;李雪峰;;支持農(nóng)業(yè)物聯(lián)網(wǎng)項(xiàng)目的信貸策略[J];農(nóng)業(yè)發(fā)展與金融;2011年10期
6 ;工信部物聯(lián)網(wǎng)“十二五”發(fā)展八項(xiàng)任務(wù)[J];中國(guó)棉麻流通經(jīng)濟(jì);2012年01期
7 李道亮;;物聯(lián)網(wǎng)與智慧農(nóng)業(yè)[J];農(nóng)業(yè)工程;2012年01期
8 邵丹;張岐;盧長(zhǎng)鵬;;探析物聯(lián)網(wǎng)及其發(fā)展前景[J];農(nóng)業(yè)網(wǎng)絡(luò)信息;2012年02期
9 張唯;劉婧;;設(shè)施農(nóng)業(yè)種植下物聯(lián)網(wǎng)技術(shù)的應(yīng)用及發(fā)展趨勢(shì)[J];科技廣場(chǎng);2012年01期
10 徐建鵬;周鹿揚(yáng);張淑靜;;物聯(lián)網(wǎng)在農(nóng)業(yè)中的應(yīng)用[J];寧夏農(nóng)林科技;2012年02期
相關(guān)會(huì)議論文 前10條
1 李瑋;;致力于物聯(lián)網(wǎng)應(yīng)用[A];新觀點(diǎn)新學(xué)說(shuō)學(xué)術(shù)沙龍文集47:物聯(lián)網(wǎng)產(chǎn)業(yè)與區(qū)域經(jīng)濟(jì)發(fā)展[C];2010年
2 ;物聯(lián)網(wǎng)前端識(shí)別技術(shù)之比較[A];四川省通信學(xué)會(huì)2009年學(xué)術(shù)年會(huì)論文集[C];2009年
3 ;解讀物聯(lián)網(wǎng)發(fā)展歷程[A];四川省通信學(xué)會(huì)2009年學(xué)術(shù)年會(huì)論文集[C];2009年
4 劉東凱;;“3G物聯(lián)網(wǎng)”能否改變世界 用戶在哪里?[A];四川省通信學(xué)會(huì)2009年學(xué)術(shù)年會(huì)論文集[C];2009年
5 徐東英;;物聯(lián)網(wǎng)離我們有多遠(yuǎn)?[A];四川省通信學(xué)會(huì)2009年學(xué)術(shù)年會(huì)論文集[C];2009年
6 李研;吳淼;呂廷杰;趙蔚;;國(guó)外物聯(lián)網(wǎng)發(fā)展情況及對(duì)中國(guó)物聯(lián)網(wǎng)發(fā)展的啟示[A];兩化融合與物聯(lián)網(wǎng)發(fā)展學(xué)術(shù)研討會(huì)論文集[C];2010年
7 劉學(xué)敏;;京津冀戰(zhàn)略性新興產(chǎn)業(yè)——物聯(lián)網(wǎng)的發(fā)展問(wèn)題研究[A];2010年度京津冀區(qū)域協(xié)作論壇論文集[C];2010年
8 宋蕊;曾劍秋;;物聯(lián)網(wǎng)應(yīng)用的發(fā)展?fàn)顩r及建設(shè)“感知中國(guó)”的策略探討[A];兩化融合與物聯(lián)網(wǎng)發(fā)展學(xué)術(shù)研討會(huì)論文集[C];2010年
9 胡曉川;陳金鷹;楊超;;物聯(lián)網(wǎng)——新新“物”語(yǔ)[A];四川省通信學(xué)會(huì)2010年學(xué)術(shù)年會(huì)論文集[C];2010年
10 肖克輝;肖德琴;周權(quán);;農(nóng)業(yè)物聯(lián)網(wǎng)實(shí)驗(yàn)室建設(shè)[A];Proceedings of 2011 National Teaching Seminar on Cryptography and Information Security(NTS-CIS 2011) Vol.1[C];2011年
相關(guān)重要報(bào)紙文章 前10條
1 本報(bào)記者 張華甲;物聯(lián)網(wǎng)是兩化融合重要組成[N];中國(guó)工業(yè)報(bào);2010年
2 (謝濤);物聯(lián)網(wǎng):兩化融合的著力點(diǎn)[N];電腦商報(bào);2010年
3 省工業(yè)和信息化委員會(huì)信息化推進(jìn)與管理處 張安;我省應(yīng)發(fā)揮優(yōu)勢(shì)抓住物聯(lián)網(wǎng)發(fā)展機(jī)遇[N];黑龍江日?qǐng)?bào);2010年
4 本報(bào)記者 李響 吳玉征;物聯(lián)網(wǎng)產(chǎn)業(yè)突破新引擎[N];計(jì)算機(jī)世界;2010年
5 本報(bào)記者 許泳;物聯(lián)網(wǎng)不是“物秀秀”[N];計(jì)算機(jī)世界;2010年
6 南開大學(xué)教授 楊永志;充分認(rèn)識(shí)物聯(lián)網(wǎng)對(duì)經(jīng)濟(jì)社會(huì)發(fā)展的影響[N];人民日?qǐng)?bào);2010年
7 本報(bào)記者 潘少軍;物聯(lián)網(wǎng) 讓城市變聰明[N];人民日?qǐng)?bào);2010年
8 記者 李雁爭(zhēng) 編輯 阮奇;工信部將出臺(tái)政策為物聯(lián)網(wǎng)發(fā)展“撐腰”[N];上海證券報(bào);2010年
9 本報(bào)記者 羅學(xué)鋒 雷黎麗;搶抓物聯(lián)網(wǎng)發(fā)展機(jī)遇 打造物聯(lián)網(wǎng)示范城市[N];樂(lè)山日?qǐng)?bào);2010年
10 特約撰稿 周洪波 北京同方軟件股份有限公司常務(wù)副總經(jīng)理兼CTO;千面物聯(lián)網(wǎng)[N];計(jì)算機(jī)世界;2010年
相關(guān)博士學(xué)位論文 前10條
1 董新平;物聯(lián)網(wǎng)產(chǎn)業(yè)成長(zhǎng)研究[D];華中師范大學(xué);2012年
2 蘇美文;物聯(lián)網(wǎng)產(chǎn)業(yè)發(fā)展的理論分析與對(duì)策研究[D];吉林大學(xué);2015年
3 鄭欣;物聯(lián)網(wǎng)商業(yè)模式發(fā)展研究[D];北京郵電大學(xué);2011年
4 周明;物聯(lián)網(wǎng)應(yīng)用若干關(guān)鍵問(wèn)題的研究[D];北京郵電大學(xué);2014年
5 蒲海濤;物聯(lián)網(wǎng)環(huán)境下基于上下文感知的智能交互關(guān)鍵技術(shù)研究[D];山東科技大學(xué);2011年
6 孫運(yùn)雷;物聯(lián)網(wǎng)服務(wù)質(zhì)量動(dòng)態(tài)保障方法研究[D];北京郵電大學(xué);2014年
7 吳亮;物聯(lián)網(wǎng)技術(shù)服務(wù)采納與個(gè)人隱私信息影響研究[D];電子科技大學(xué);2011年
8 王軍平;基于物聯(lián)網(wǎng)的服務(wù)提交關(guān)鍵技術(shù)與系統(tǒng)的研究[D];北京郵電大學(xué);2013年
9 俞磊;基于物聯(lián)網(wǎng)技術(shù)的智慧醫(yī)院架構(gòu)及服務(wù)訪問(wèn)研究[D];合肥工業(yè)大學(xué);2014年
10 劉e,
本文編號(hào):1969035
本文鏈接:http://sikaile.net/kejilunwen/wltx/1969035.html