基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計完整文檔材料.rar
基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計完整文檔材料,配套畢業(yè)設(shè)計源代碼下載地址:http://vflk.cn/docs/305476/包括:科技大學(xué)畢業(yè)設(shè)計16周周志、論文說明書、課題申請、任務(wù)書、開題諤諤報告、外文翻譯材料,對應(yīng)的項目源代碼在另一個名為:“基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計源代碼”的壓縮...
該文檔為壓縮文件,包含的文件列表如下:
內(nèi)容介紹
原文檔由會員 chengyutong 發(fā)布
基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計完整文檔材料
配套畢業(yè)設(shè)計源代碼下載地址:http://vflk.cn/docs/305476/
包括:科技大學(xué)畢業(yè)設(shè)計16周周志、論文說明書、課題申請、任務(wù)書、開題諤諤報告、外文翻譯材料,對應(yīng)的項目源代碼在另一個名為:“基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計源代碼”的壓縮包里,嵌入式,智能家居,S5PV210,Zigbee,GSM,WIFI的優(yōu)秀畢業(yè)設(shè)計
摘要
隨著數(shù)字化技術(shù)的不斷發(fā)展,物質(zhì)生活水平的提高,人們對家居環(huán)境的要求也越來越高,家居智能化已經(jīng)成為一種必然趨勢。本文研究了一種基于嵌入式技術(shù)的智能家居系統(tǒng),采用Zigbee技術(shù)進(jìn)行無線局域網(wǎng)組網(wǎng),對家居進(jìn)行本地監(jiān)控,利用WIFI、3G以及GPRS無線通信網(wǎng)絡(luò)和Web、手機(jī)、平板電腦等終端對家居進(jìn)行遠(yuǎn)程控制。
系統(tǒng)將視頻監(jiān)控、家電控制、家居傳感器結(jié)合起來,運用Zigbee短距離無線通信技術(shù)、WIFI無線通信技術(shù)、GSM網(wǎng)絡(luò)通信技術(shù)組成智能家居系統(tǒng)。本文主要介紹了基于嵌入式linux的智能家居系統(tǒng)的研究與設(shè)計。據(jù)此,搭建了系統(tǒng)的硬件平臺,其中包括:基于S5PV210微處理器的嵌入式開發(fā)板、Zigbee短距離無線通信模塊、GSM網(wǎng)絡(luò)模塊、WIFI模塊等。此外,還進(jìn)行了系統(tǒng)的軟件設(shè)計,包括主服務(wù)進(jìn)程設(shè)計、cgi程序設(shè)計、數(shù)據(jù)庫處理程序設(shè)計等等。
經(jīng)測試證明,本文提出的基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計方案是可行的,并達(dá)到了良好效果。
關(guān)鍵詞:嵌入式,智能家居,S5PV210,Zigbee,GSM,WIFI
Abstract
With the rising demands on inhabitancy environment,improvement of material life,people's demand for the quality of residing has also become higher,intelligent home has become a necessary tyend.This thesis is focused on the research of smart home system,which based on embedded linux system.It uses Zigbee technology for wireless LAN networking to local monitoring of housedold.Use portable terminals,such as mobile phone,PDA,and so on,to achieve long-diatance communication through the WIFI,3G and GSM networks.
This system combines video monitoring,appliance control,applicance sensor together,constructs a experimental device by using Zigbee short range wireless communication technology,WIFI wireless communication technology and GSM network communication technology.In this paper,mainly introduced research of smart home system,which based on embedded linux system.On these grounds,the hardware platform of smart home system is set up.Including the embedded development board which based S5PV210 microprocessor,Zigbee short range wireless communication module,GSM networks module,WIFI wireless communication module and so on.In addition,
based on the hardware design,the paper also carried out the system software design.Including the main service process design,cgi programming,database processing programming and so on.
The experimental results show that scheme proposed in the thesis is advanced and effective,and the practical test shows that the system works satisfactorily.
Keywords:Embedded,Smart home,S5PV210,Zigbee,GSM
目 錄
摘 要 I
Abstract II
第1章 緒論 - 1 -
1.1課題研究的背景和意義 - 1 -
1.1.1 課題研究的背景 - 1 -
1.1.2 課題研究的意義 - 1 -
1.2國內(nèi)外研究現(xiàn)狀及發(fā)展方向 - 2 -
1.2.1 國內(nèi)外研究的發(fā)展現(xiàn)狀 - 2 -
1.2.2 智能家居的主要發(fā)展方向 - 3 -
1.3 智能家居系統(tǒng)關(guān)鍵技術(shù) - 3 -
1.3.1 嵌入式系統(tǒng)技術(shù) - 3 -
1.3.2 無線網(wǎng)絡(luò)技術(shù) - 4 -
1.4 研究內(nèi)容及論文結(jié)構(gòu) - 5 -
1.5 本章小結(jié) - 5 -
第2章 智能家居系統(tǒng)的總體設(shè)計 - 6 -
2.1 系統(tǒng)的設(shè)計思想 - 6 -
2.2 系統(tǒng)的總體結(jié)構(gòu) - 6 -
2.3 系統(tǒng)的硬件設(shè)計 - 7 -
2.3.1 硬件整體結(jié)構(gòu)設(shè)計 - 7 -
2.3.2 微處理芯片選擇 - 9 -
2.3.3 Tiny210V開發(fā)板 - 10 -
2.3.4 Zigbee模塊 - 11 -
2.3.5 GSM模塊 - 13 -
2.4 系統(tǒng)的軟件設(shè)計 - 14 -
2.4.1 嵌入式操作系統(tǒng)的選型 - 14 -
2.4.2 應(yīng)用軟件總體設(shè)計 - 16 -
2.5 本章小結(jié) - 17 -
第3章 系統(tǒng)開發(fā)平臺的搭建 - 18 -
3.1 系統(tǒng)軟件平臺架設(shè) - 18 -
3.1.1 Bootloader移植 - 18 -
3.1.2 linux2.6.37內(nèi)核移植 - 23 -
3.1.3 嵌入式交叉編譯環(huán)境搭建 - 26 -
3.1.4 文件系統(tǒng)的制作 - 27 -
3.2 嵌入式web服務(wù)器搭建 - 28 -
3.2.1 嵌入式web服務(wù)器的選型 - 28 -
3.2.2 Boa的移植 - 29 -
3.2.3 Boa的運行與測試 - 30 -
3.3 嵌入式數(shù)據(jù)庫的搭建 - 31 -
3.3.1嵌入式數(shù)據(jù)庫的選型 - 31 -
3.3.2 SQLite3數(shù)據(jù)庫的移植 - 32 -
3.4 本章小結(jié) - 32 -
第4章 智能家居系統(tǒng)的設(shè)計與實現(xiàn) - 33 -
4.1系統(tǒng)應(yīng)用軟件設(shè)計 - 33 -
4.1.1主服務(wù)程序設(shè)計 - 33 -
4.1.2 CGI腳本程序設(shè)計 - 37 -
4.1.3 數(shù)據(jù)庫處理程序設(shè)計 - 37 -
4.2 用戶終端Web網(wǎng)頁設(shè)計 - 38 -
4.3 功能模塊的實現(xiàn) - 39 -
4.3.1 Zigbee模塊實..
配套畢業(yè)設(shè)計源代碼下載地址:http://vflk.cn/docs/305476/
包括:科技大學(xué)畢業(yè)設(shè)計16周周志、論文說明書、課題申請、任務(wù)書、開題諤諤報告、外文翻譯材料,對應(yīng)的項目源代碼在另一個名為:“基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計源代碼”的壓縮包里,嵌入式,智能家居,S5PV210,Zigbee,GSM,WIFI的優(yōu)秀畢業(yè)設(shè)計
摘要
隨著數(shù)字化技術(shù)的不斷發(fā)展,物質(zhì)生活水平的提高,人們對家居環(huán)境的要求也越來越高,家居智能化已經(jīng)成為一種必然趨勢。本文研究了一種基于嵌入式技術(shù)的智能家居系統(tǒng),采用Zigbee技術(shù)進(jìn)行無線局域網(wǎng)組網(wǎng),對家居進(jìn)行本地監(jiān)控,利用WIFI、3G以及GPRS無線通信網(wǎng)絡(luò)和Web、手機(jī)、平板電腦等終端對家居進(jìn)行遠(yuǎn)程控制。
系統(tǒng)將視頻監(jiān)控、家電控制、家居傳感器結(jié)合起來,運用Zigbee短距離無線通信技術(shù)、WIFI無線通信技術(shù)、GSM網(wǎng)絡(luò)通信技術(shù)組成智能家居系統(tǒng)。本文主要介紹了基于嵌入式linux的智能家居系統(tǒng)的研究與設(shè)計。據(jù)此,搭建了系統(tǒng)的硬件平臺,其中包括:基于S5PV210微處理器的嵌入式開發(fā)板、Zigbee短距離無線通信模塊、GSM網(wǎng)絡(luò)模塊、WIFI模塊等。此外,還進(jìn)行了系統(tǒng)的軟件設(shè)計,包括主服務(wù)進(jìn)程設(shè)計、cgi程序設(shè)計、數(shù)據(jù)庫處理程序設(shè)計等等。
經(jīng)測試證明,本文提出的基于嵌入式的智能家居系統(tǒng)的研究與設(shè)計方案是可行的,并達(dá)到了良好效果。
關(guān)鍵詞:嵌入式,智能家居,S5PV210,Zigbee,GSM,WIFI
Abstract
With the rising demands on inhabitancy environment,improvement of material life,people's demand for the quality of residing has also become higher,intelligent home has become a necessary tyend.This thesis is focused on the research of smart home system,which based on embedded linux system.It uses Zigbee technology for wireless LAN networking to local monitoring of housedold.Use portable terminals,such as mobile phone,PDA,and so on,to achieve long-diatance communication through the WIFI,3G and GSM networks.
This system combines video monitoring,appliance control,applicance sensor together,constructs a experimental device by using Zigbee short range wireless communication technology,WIFI wireless communication technology and GSM network communication technology.In this paper,mainly introduced research of smart home system,which based on embedded linux system.On these grounds,the hardware platform of smart home system is set up.Including the embedded development board which based S5PV210 microprocessor,Zigbee short range wireless communication module,GSM networks module,WIFI wireless communication module and so on.In addition,
based on the hardware design,the paper also carried out the system software design.Including the main service process design,cgi programming,database processing programming and so on.
The experimental results show that scheme proposed in the thesis is advanced and effective,and the practical test shows that the system works satisfactorily.
Keywords:Embedded,Smart home,S5PV210,Zigbee,GSM
目 錄
摘 要 I
Abstract II
第1章 緒論 - 1 -
1.1課題研究的背景和意義 - 1 -
1.1.1 課題研究的背景 - 1 -
1.1.2 課題研究的意義 - 1 -
1.2國內(nèi)外研究現(xiàn)狀及發(fā)展方向 - 2 -
1.2.1 國內(nèi)外研究的發(fā)展現(xiàn)狀 - 2 -
1.2.2 智能家居的主要發(fā)展方向 - 3 -
1.3 智能家居系統(tǒng)關(guān)鍵技術(shù) - 3 -
1.3.1 嵌入式系統(tǒng)技術(shù) - 3 -
1.3.2 無線網(wǎng)絡(luò)技術(shù) - 4 -
1.4 研究內(nèi)容及論文結(jié)構(gòu) - 5 -
1.5 本章小結(jié) - 5 -
第2章 智能家居系統(tǒng)的總體設(shè)計 - 6 -
2.1 系統(tǒng)的設(shè)計思想 - 6 -
2.2 系統(tǒng)的總體結(jié)構(gòu) - 6 -
2.3 系統(tǒng)的硬件設(shè)計 - 7 -
2.3.1 硬件整體結(jié)構(gòu)設(shè)計 - 7 -
2.3.2 微處理芯片選擇 - 9 -
2.3.3 Tiny210V開發(fā)板 - 10 -
2.3.4 Zigbee模塊 - 11 -
2.3.5 GSM模塊 - 13 -
2.4 系統(tǒng)的軟件設(shè)計 - 14 -
2.4.1 嵌入式操作系統(tǒng)的選型 - 14 -
2.4.2 應(yīng)用軟件總體設(shè)計 - 16 -
2.5 本章小結(jié) - 17 -
第3章 系統(tǒng)開發(fā)平臺的搭建 - 18 -
3.1 系統(tǒng)軟件平臺架設(shè) - 18 -
3.1.1 Bootloader移植 - 18 -
3.1.2 linux2.6.37內(nèi)核移植 - 23 -
3.1.3 嵌入式交叉編譯環(huán)境搭建 - 26 -
3.1.4 文件系統(tǒng)的制作 - 27 -
3.2 嵌入式web服務(wù)器搭建 - 28 -
3.2.1 嵌入式web服務(wù)器的選型 - 28 -
3.2.2 Boa的移植 - 29 -
3.2.3 Boa的運行與測試 - 30 -
3.3 嵌入式數(shù)據(jù)庫的搭建 - 31 -
3.3.1嵌入式數(shù)據(jù)庫的選型 - 31 -
3.3.2 SQLite3數(shù)據(jù)庫的移植 - 32 -
3.4 本章小結(jié) - 32 -
第4章 智能家居系統(tǒng)的設(shè)計與實現(xiàn) - 33 -
4.1系統(tǒng)應(yīng)用軟件設(shè)計 - 33 -
4.1.1主服務(wù)程序設(shè)計 - 33 -
4.1.2 CGI腳本程序設(shè)計 - 37 -
4.1.3 數(shù)據(jù)庫處理程序設(shè)計 - 37 -
4.2 用戶終端Web網(wǎng)頁設(shè)計 - 38 -
4.3 功能模塊的實現(xiàn) - 39 -
4.3.1 Zigbee模塊實..