基于TSCH網(wǎng)絡(luò)的智能家居控制系統(tǒng)
發(fā)布時(shí)間:2021-01-09 00:06
在二十一世紀(jì),有一個(gè)迫切的問題,提高舒適的住房和這些方法之一是安裝的自動(dòng)化系統(tǒng)的進(jìn)程,使用家用電子設(shè)備。物聯(lián)網(wǎng)發(fā)展的一個(gè)方向是智能家居系統(tǒng)的發(fā)展,讓您自動(dòng)化的過程,用戶經(jīng)常為了增加舒適性和生產(chǎn)力的水平。本論文描述了使用TSCH網(wǎng)絡(luò)的智能家居系統(tǒng)的創(chuàng)建。本文揭示了該主題的相關(guān)性、在智能算法和家庭自動(dòng)化領(lǐng)域的技術(shù)開發(fā)的必要性,此外,還綜述了現(xiàn)階段的智能家庭技術(shù)。這項(xiàng)工作的主要目標(biāo)是創(chuàng)建一個(gè)使用節(jié)能6LoWPAN數(shù)據(jù)傳輸協(xié)議的智能家居系統(tǒng)。為了實(shí)施該項(xiàng)目,使用了一個(gè)為節(jié)能Contiki操作系統(tǒng)設(shè)備開發(fā)的操作系統(tǒng),并使用了一個(gè)軟件工具來創(chuàng)建智能家居Node-Red的自動(dòng)控制算法?茖W(xué)工作描述了系統(tǒng)的結(jié)構(gòu),用于構(gòu)建系統(tǒng)的組件,以及智能家居系統(tǒng)建模的結(jié)果。描述了室內(nèi)自動(dòng)氣候控制系統(tǒng)的各種算法。模擬智能家居系統(tǒng)的工作模式,如照明,加熱,空氣溫度,以及門鎖和各種傳感器的智能控制。演示了照明、加熱、濕度等參數(shù)智能控制算法的執(zhí)行結(jié)果。本文介紹了基于TSCH網(wǎng)絡(luò)的智能家居控制系統(tǒng)的圖形界面。它還描述了如何在家庭使用的條件下使用此系統(tǒng)。它還描述了圖形用戶界面的創(chuàng)建、查看統(tǒng)計(jì)和過程自動(dòng)化控制的實(shí)施。在這項(xiàng)工作中...
【文章來源】:哈爾濱工業(yè)大學(xué)黑龍江省 211工程院校 985工程院校
【文章頁數(shù)】:97 頁
【學(xué)位級(jí)別】:碩士
【文章目錄】:
Abstract
摘要
1 Introduction
1.1 Internet of Things
1.2 Wireless sensor network
1.3 Smart Home system
1.4 Motivation and aims
2 Related works
2.1 Review scientific work
3 Overview using technology
3.1 Development tools
3.1.1 Development environment
3.1.2 Programming languages
3.2 IEEE802.15.4
3.3 TSCH
3.4 6LoWPAN
3.5 Contiki OS
3.6 Node-RED
3.7 Node JS
3.8 MQTT
4 Overall design
4.1 System architecture
4.1.1 Use Case datagram
4.1.2 Description model
4.1.3 System structure
4.1.4 System components
4.1.5 Database model
4.2 Node description
4.2.1 LaunchPad CC2650 SimpleLink
4.2.2 BeagleBone Black
4.2.3 Lighting sensor
4.2.4 Leak sensor
4.2.5 Temperature and humidity
4.2.6 Sensor button
4.3 Control scenario
4.3.1 Sensor nodes
4.3.2 Automatic regulation temperature and humidity
4.3.3 Smart regulation curtains
4.3.4 Automatic regulation illumination
4.3.5 Smart regulation floor heating
4.3.6 Leak control
4.3.7 Noise control
4.3.8 Door automation system
4.4 Graphical User Interface Design
4.4.1 Noise sensor
4.4.2 Temperature sensor
4.4.3 Humidity sensor
4.4.4 Light sensor
4.4.5 Opening door control
4.4.6 Leak sensor
4.4.7 Conditioner control menu
4.4.8 Floor heating control menu
4.4.9 Lighting control menu
4.4.10 Curtains control menu
4.4.11 State diagrams menu
4.4.12 Notification control menu
4.5 State diagrams
4.5.1 Current state diagram
4.5.2 Statistic diagrams
4.5.3 Error handling
4.6 Logic description
4.6.1 Automatic regulation temperature and humidity
4.6.2 Smart regulation curtains
4.6.3 Automatic regulation illumination
4.6.4 Smart regulation floor heating
4.6.5 Leak control
4.6.6 Noise control
4.6.7 Door lock algorithm
5 Test and comparison
5.1 Testing border router and hub
5.2 Testing sensor button and6LoWPAN protocol
5.3 Testing leak smart system
5.4 Testing smart lighting automation system
5.5 Evaluation of the Smart Home system on6LoWPAN network
5.6 Comparison6LoWPAN with other technologies
5.7 Reliability of the system
6 Conclusion
References
Acknowledgement
Resume
本文編號(hào):2965575
【文章來源】:哈爾濱工業(yè)大學(xué)黑龍江省 211工程院校 985工程院校
【文章頁數(shù)】:97 頁
【學(xué)位級(jí)別】:碩士
【文章目錄】:
Abstract
摘要
1 Introduction
1.1 Internet of Things
1.2 Wireless sensor network
1.3 Smart Home system
1.4 Motivation and aims
2 Related works
2.1 Review scientific work
3 Overview using technology
3.1 Development tools
3.1.1 Development environment
3.1.2 Programming languages
3.2 IEEE802.15.4
3.3 TSCH
3.4 6LoWPAN
3.5 Contiki OS
3.6 Node-RED
3.7 Node JS
3.8 MQTT
4 Overall design
4.1 System architecture
4.1.1 Use Case datagram
4.1.2 Description model
4.1.3 System structure
4.1.4 System components
4.1.5 Database model
4.2 Node description
4.2.1 LaunchPad CC2650 SimpleLink
4.2.2 BeagleBone Black
4.2.3 Lighting sensor
4.2.4 Leak sensor
4.2.5 Temperature and humidity
4.2.6 Sensor button
4.3 Control scenario
4.3.1 Sensor nodes
4.3.2 Automatic regulation temperature and humidity
4.3.3 Smart regulation curtains
4.3.4 Automatic regulation illumination
4.3.5 Smart regulation floor heating
4.3.6 Leak control
4.3.7 Noise control
4.3.8 Door automation system
4.4 Graphical User Interface Design
4.4.1 Noise sensor
4.4.2 Temperature sensor
4.4.3 Humidity sensor
4.4.4 Light sensor
4.4.5 Opening door control
4.4.6 Leak sensor
4.4.7 Conditioner control menu
4.4.8 Floor heating control menu
4.4.9 Lighting control menu
4.4.10 Curtains control menu
4.4.11 State diagrams menu
4.4.12 Notification control menu
4.5 State diagrams
4.5.1 Current state diagram
4.5.2 Statistic diagrams
4.5.3 Error handling
4.6 Logic description
4.6.1 Automatic regulation temperature and humidity
4.6.2 Smart regulation curtains
4.6.3 Automatic regulation illumination
4.6.4 Smart regulation floor heating
4.6.5 Leak control
4.6.6 Noise control
4.6.7 Door lock algorithm
5 Test and comparison
5.1 Testing border router and hub
5.2 Testing sensor button and6LoWPAN protocol
5.3 Testing leak smart system
5.4 Testing smart lighting automation system
5.5 Evaluation of the Smart Home system on6LoWPAN network
5.6 Comparison6LoWPAN with other technologies
5.7 Reliability of the system
6 Conclusion
References
Acknowledgement
Resume
本文編號(hào):2965575
本文鏈接:http://sikaile.net/jianzhugongchenglunwen/2965575.html
最近更新
教材專著