基于WSN的室內(nèi)環(huán)境監(jiān)測系統(tǒng)
本文關(guān)鍵詞: 無線傳感器網(wǎng)絡(luò) 室內(nèi)環(huán)境監(jiān)測 瀏覽器 安卓 出處:《江蘇科技大學(xué)》2016年碩士論文 論文類型:學(xué)位論文
【摘要】:室內(nèi)環(huán)境監(jiān)測是報(bào)告生活環(huán)境質(zhì)量的重要手段。然而大型建筑物室內(nèi)環(huán)境復(fù)雜、監(jiān)測范圍廣,傳統(tǒng)的有線網(wǎng)絡(luò)監(jiān)測具有成本高、工程量大、綜合布線不方便等缺點(diǎn)。WSN因具有使用方便靈活、無須布線等優(yōu)點(diǎn),在環(huán)境監(jiān)測中得到了越來越廣泛的應(yīng)用,將其應(yīng)用于室內(nèi)環(huán)境監(jiān)測,可有效解決傳統(tǒng)有線監(jiān)測存在的問題。本文結(jié)合大型建筑物的室內(nèi)監(jiān)測需求以及WSN的結(jié)構(gòu)特點(diǎn),設(shè)計(jì)了基于WSN的室內(nèi)環(huán)境監(jiān)測系統(tǒng),實(shí)現(xiàn)對建筑物室內(nèi)的溫度、濕度、有害氣體濃度等環(huán)境參數(shù)的實(shí)時(shí)監(jiān)測、報(bào)警、存儲、查詢等功能。主要完成了以下工作:1、室內(nèi)WSN環(huán)境監(jiān)測系統(tǒng)結(jié)構(gòu)設(shè)計(jì)根據(jù)室內(nèi)環(huán)境監(jiān)測的一般需求,結(jié)合WSN網(wǎng)絡(luò)體系結(jié)構(gòu),設(shè)計(jì)了室內(nèi)環(huán)境監(jiān)測系統(tǒng)結(jié)構(gòu);系統(tǒng)主要分為4大部分:監(jiān)測中心、匯聚節(jié)點(diǎn)、傳感器節(jié)點(diǎn)和用戶應(yīng)用客戶端。2、環(huán)境監(jiān)測WSN系統(tǒng)搭建以CC2530為核心,ZStack協(xié)議為網(wǎng)絡(luò)通信基礎(chǔ),設(shè)計(jì)完成了匯聚節(jié)點(diǎn)和傳感器節(jié)點(diǎn),通過自組織構(gòu)建室內(nèi)環(huán)境監(jiān)測WSN,傳感器節(jié)點(diǎn)將采集到的數(shù)據(jù)通過匯聚節(jié)點(diǎn)轉(zhuǎn)發(fā)給監(jiān)測中心。整個(gè)系統(tǒng)網(wǎng)絡(luò)呈樹形結(jié)構(gòu),單個(gè)房間內(nèi)呈以匯聚節(jié)點(diǎn)為中心的星型網(wǎng)絡(luò)。并利用符號定位或粒子群優(yōu)化的加權(quán)質(zhì)心定位方法實(shí)現(xiàn)了監(jiān)測數(shù)據(jù)的定位。3、環(huán)境監(jiān)測中心設(shè)計(jì)用PC作為監(jiān)測中心的環(huán)境監(jiān)測數(shù)據(jù)服務(wù)器和應(yīng)用服務(wù)器。其中數(shù)據(jù)庫用SQL Server 2005實(shí)現(xiàn)了數(shù)據(jù)的存儲和管理,應(yīng)用服務(wù)器作為B/S架構(gòu)的Web服務(wù)器為用戶提供服務(wù),Web服務(wù)器通過監(jiān)聽瀏覽器獲取瀏覽器發(fā)出的請求,處理并返回相應(yīng)的數(shù)據(jù),實(shí)現(xiàn)用戶管理、查詢數(shù)據(jù)、顯示采集信息等主要功能。后端使用JDBC技術(shù)管理數(shù)據(jù)庫,用于存儲與管理監(jiān)測數(shù)據(jù)。4、環(huán)境監(jiān)測Android APP設(shè)計(jì)Android的APP設(shè)計(jì)主要分為Java服務(wù)器設(shè)計(jì)和Android客戶端設(shè)計(jì)。Java服務(wù)器主要完成與監(jiān)測中心的對接,共享數(shù)據(jù)庫,并通過APP的設(shè)計(jì)實(shí)現(xiàn)C/S結(jié)構(gòu)的查詢。Android客戶端完成了用戶登錄、歷史數(shù)據(jù)查詢、實(shí)時(shí)顯示等功能。服務(wù)器和客戶端采用Wifi進(jìn)行連接,通過Socket的通信方式。
[Abstract]:Indoor environmental monitoring is an important means to report the quality of living environment. However, the indoor environment of large buildings is complex and the monitoring scope is wide. The traditional wired network monitoring has high cost and large amount of engineering. Because of the advantages of convenient and flexible use and no wiring, WSN has been more and more widely used in environmental monitoring, which is applied to indoor environmental monitoring. This paper designs the indoor environment monitoring system based on WSN, which can realize the indoor temperature and humidity of the building, combined with the indoor monitoring requirements of large buildings and the structural characteristics of WSN, which can effectively solve the problems existing in the traditional wired monitoring. The functions of real-time monitoring, alarming, storing and querying of environmental parameters such as the concentration of harmful gases have mainly completed the following work: 1. The structure of indoor WSN environmental monitoring system is designed according to the general requirements of indoor environmental monitoring, and combined with the WSN network architecture, The structure of indoor environment monitoring system is designed, the system is divided into four parts: monitoring center, gathering node, sensor node and user application client. The WSN system is built based on CC2530 protocol. Through self-organizing the indoor environment monitoring WSNs, the sensor nodes transmit the collected data to the monitoring center through the convergent nodes. The whole system network presents a tree structure. In a single room, there is a star network centered on convergent nodes. The location of monitoring data is realized by means of symbolic localization or particle swarm optimization weighted centroid positioning method. The environment monitoring center is designed to use PC as the monitoring center. Environment monitoring data server and application server. The database uses SQL Server 2005 to store and manage the data. As the Web server of B / S architecture, the application server provides the service for users. The web server acquires the request from the browser by listening to the browser, processes and returns the corresponding data, realizes the user management, and queries the data. Display and collect information and other main functions. Back-end use of JDBC technology to manage the database, The APP design of environmental monitoring Android APP design Android is mainly divided into Java server design and Android client design .Java server mainly accomplishes docking with monitoring center and sharing database. Through the design of APP, the C / S structure query .Android client has completed the functions of user login, historical data query, real-time display and so on. The server and client are connected by Wifi, and the communication mode of Socket is adopted.
【學(xué)位授予單位】:江蘇科技大學(xué)
【學(xué)位級別】:碩士
【學(xué)位授予年份】:2016
【分類號】:TP274
【相似文獻(xiàn)】
相關(guān)期刊論文 前9條
1 滕志軍;屈銀龍;趙雷;王中寶;李國強(qiáng);;ZigBee在室內(nèi)環(huán)境監(jiān)測系統(tǒng)中的應(yīng)用研究[J];電測與儀表;2012年03期
2 羅敏;劉嵩;彭剛彬;;基于STC89C516的室內(nèi)環(huán)境監(jiān)測系統(tǒng)的設(shè)計(jì)[J];湖北民族學(xué)院學(xué)報(bào)(自然科學(xué)版);2014年02期
3 王銘明;陳濤;王建立;曹景太;;基于ZigBee網(wǎng)絡(luò)的室內(nèi)環(huán)境監(jiān)測預(yù)警系統(tǒng)設(shè)計(jì)[J];計(jì)算機(jī)測量與控制;2014年04期
4 白凱;;基于ZigBee的室內(nèi)環(huán)境監(jiān)測系統(tǒng)的應(yīng)用研究[J];工業(yè)技術(shù)經(jīng)濟(jì);2011年10期
5 尹紅敏;王康誼;錢超;;ZigBee在室內(nèi)環(huán)境監(jiān)測系統(tǒng)中的應(yīng)用[J];電子測試;2012年10期
6 李天山;;基于單片機(jī)的室內(nèi)環(huán)境監(jiān)測儀設(shè)計(jì)與實(shí)現(xiàn)[J];濱州學(xué)院學(xué)報(bào);2012年03期
7 韓維;齊文娟;;基于WSN的室內(nèi)環(huán)境監(jiān)測中Ajax的應(yīng)用[J];湖南工業(yè)大學(xué)學(xué)報(bào);2008年06期
8 黎冠;馬婕;卜祥麗;;STM32單片機(jī)在室內(nèi)環(huán)境監(jiān)測系統(tǒng)中的應(yīng)用[J];自動(dòng)化儀表;2014年07期
9 ;[J];;年期
相關(guān)會議論文 前2條
1 卞世聞;;昆明地區(qū)開展室內(nèi)環(huán)境空氣質(zhì)量監(jiān)測及其數(shù)據(jù)分析[A];2013中國環(huán)境科學(xué)學(xué)會學(xué)術(shù)年會論文集(第五卷)[C];2013年
2 馬杰;;室內(nèi)環(huán)境監(jiān)測在室內(nèi)環(huán)境污染防治中的作用[A];2011中國環(huán)境科學(xué)學(xué)會學(xué)術(shù)年會論文集(第四卷)[C];2011年
相關(guān)重要報(bào)紙文章 前10條
1 北京商報(bào)記者 孫舒揚(yáng);“室內(nèi)環(huán)境監(jiān)測中心”多為假冒[N];北京商報(bào);2013年
2 記者 葛建霞;室內(nèi)環(huán)境監(jiān)測人士現(xiàn)場為居民支招[N];安陽日報(bào);2009年
3 許曉東;中國室內(nèi)環(huán)境監(jiān)測委員會將向遼寧盤錦贈送十二臺裝修凈化器[N];消費(fèi)日報(bào);2007年
4 袁萬祥;江蘇省射陽縣加強(qiáng)室內(nèi)環(huán)境監(jiān)測[N];中國建設(shè)報(bào);2005年
5 ;中國室內(nèi)環(huán)境監(jiān)測委員會6月大事[N];消費(fèi)日報(bào);2006年
6 記者王春;居住也要講科學(xué)[N];科技日報(bào);2002年
7 許曉東;中國室內(nèi)環(huán)境監(jiān)測委員會為災(zāi)區(qū)發(fā)布三大污染警示[N];消費(fèi)日報(bào);2008年
8 健康時(shí)報(bào)記者 趙晴晴;家中易霉物排行榜[N];健康時(shí)報(bào);2010年
9 賴大臣;車內(nèi)裝飾品成污染“元兇”[N];北京日報(bào);2004年
10 玉峰;八成以上消費(fèi)者無視空調(diào)衛(wèi)生[N];中國現(xiàn)代企業(yè)報(bào);2007年
相關(guān)碩士學(xué)位論文 前10條
1 季文文;基于Wi-Fi片上互聯(lián)網(wǎng)的室內(nèi)環(huán)境監(jiān)測系統(tǒng)設(shè)計(jì)[D];北方工業(yè)大學(xué);2016年
2 楊峰華;基于BLE Mesh網(wǎng)絡(luò)的室內(nèi)環(huán)境監(jiān)測軟件系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];南京大學(xué);2016年
3 王慧林;基于無線傳輸?shù)氖覂?nèi)環(huán)境監(jiān)測系統(tǒng)的設(shè)計(jì)[D];西北師范大學(xué);2015年
4 趙世楠;可擴(kuò)展的養(yǎng)老院室內(nèi)環(huán)境監(jiān)測與輔助監(jiān)護(hù)系統(tǒng)的研究與實(shí)現(xiàn)[D];東南大學(xué);2015年
5 魏玉婷;基于WSN的室內(nèi)環(huán)境監(jiān)測系統(tǒng)[D];江蘇科技大學(xué);2016年
6 沈劍峰;室內(nèi)環(huán)境監(jiān)測調(diào)控系統(tǒng)[D];大連工業(yè)大學(xué);2012年
7 涂瑞;基于ARM的遠(yuǎn)程室內(nèi)環(huán)境監(jiān)測系統(tǒng)[D];湖南大學(xué);2014年
8 孫賀;室內(nèi)環(huán)境監(jiān)測系統(tǒng)中客戶端的設(shè)計(jì)與實(shí)現(xiàn)[D];沈陽工業(yè)大學(xué);2014年
9 楊晨;基于ARM11和Linux的室內(nèi)環(huán)境監(jiān)測系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)[D];沈陽工業(yè)大學(xué);2013年
10 于波;基于單片機(jī)的室內(nèi)環(huán)境監(jiān)測系統(tǒng)設(shè)計(jì)[D];中國海洋大學(xué);2011年
,本文編號:1526315
本文鏈接:http://sikaile.net/wenyilunwen/huanjingshejilunwen/1526315.html