家居人機(jī)交互系統(tǒng)設(shè)計.doc
約53頁DOC格式手機(jī)打開展開
家居人機(jī)交互系統(tǒng)設(shè)計,4.3萬字53頁 有設(shè)計圖和代碼摘要 家居智能系統(tǒng)人機(jī)交互終端(hlk)作為智能化系統(tǒng)與用戶的信息交互平臺,由lcd液晶顯示屏、信息輸入按鍵、狀態(tài)指示燈、緊急報警按鍵等部分構(gòu)成,采用菜單查詢、信息交流的簡捷方式,實現(xiàn)了智能系統(tǒng)與用戶的交流,架起了業(yè)主與物業(yè)之間溝通的橋梁。本文設(shè)計一種基于家庭智能應(yīng)用和社區(qū)信息溝通的家庭...
內(nèi)容介紹
此文檔由會員 亞當(dāng) 發(fā)布
4.3萬字 53頁 有設(shè)計圖和代碼
摘 要
家居智能系統(tǒng)人機(jī)交互終端(HLK)作為智能化系統(tǒng)與用戶的信息交互平臺,由LCD液晶顯示屏、信息輸入按鍵、狀態(tài)指示燈、緊急報警按鍵等部分構(gòu)成,采用菜單查詢、信息交流的簡捷方式,實現(xiàn)了智能系統(tǒng)與用戶的交流,架起了業(yè)主與物業(yè)之間溝通的橋梁。
本文設(shè)計一種基于家庭智能應(yīng)用和社區(qū)信息溝通的家庭智能人機(jī)交互系統(tǒng)。著重介紹設(shè)計過程、思想和技術(shù)實現(xiàn)方法。以STC89C516RD+微處理器為核心,結(jié)合動/靜態(tài)菜單設(shè)計、存儲分配、12864顯示驅(qū)動、HD7279按鍵控制以及485通訊的協(xié)議編制、通訊調(diào)試,實現(xiàn)了一個較為完整的智能人機(jī)交互系統(tǒng),并就其中的關(guān)鍵技術(shù),給出了相關(guān)的框圖和代碼分析。
關(guān)鍵詞:智能家庭應(yīng)用 人機(jī)交互 STC89C516RD+
Abstract
the idea and the method of technology implementation. This paper implements an integrity Human-Computer Interaction system through the control of MCU (STC89C516RD+) and other technologies, for example, the coalescence of static and dynamic menus, the distribution of storage unit, the driver of LCD, the control of CMOS chip HD7279, the compile of communication protocol and the debugging of communication. And it gives the corresponding charts and codes to explain the key technologies.
Key words: Home-intelligence application ;Human-Computer Interaction; STC89C516RD+
目 錄
第一章 功能分析
第二章 系統(tǒng)設(shè)計
2.1界面設(shè)計
2.2系統(tǒng)模塊設(shè)計
2.3系統(tǒng)詳細(xì)設(shè)計方案
第三章 系統(tǒng)具體實現(xiàn)
3.1硬件實現(xiàn)方案
3.2 軟件實現(xiàn)方案
3.2.1主函數(shù)模塊
3.2.2通訊模塊
3.2.3顯示模塊
3.2.4菜單處理模塊
3.2.5快捷鍵模塊
3.2.6錯誤處理
3.3 系統(tǒng)成果
第四章 總結(jié)
參考文獻(xiàn)
附 錄
外文資料
中文譯文
摘 要
家居智能系統(tǒng)人機(jī)交互終端(HLK)作為智能化系統(tǒng)與用戶的信息交互平臺,由LCD液晶顯示屏、信息輸入按鍵、狀態(tài)指示燈、緊急報警按鍵等部分構(gòu)成,采用菜單查詢、信息交流的簡捷方式,實現(xiàn)了智能系統(tǒng)與用戶的交流,架起了業(yè)主與物業(yè)之間溝通的橋梁。
本文設(shè)計一種基于家庭智能應(yīng)用和社區(qū)信息溝通的家庭智能人機(jī)交互系統(tǒng)。著重介紹設(shè)計過程、思想和技術(shù)實現(xiàn)方法。以STC89C516RD+微處理器為核心,結(jié)合動/靜態(tài)菜單設(shè)計、存儲分配、12864顯示驅(qū)動、HD7279按鍵控制以及485通訊的協(xié)議編制、通訊調(diào)試,實現(xiàn)了一個較為完整的智能人機(jī)交互系統(tǒng),并就其中的關(guān)鍵技術(shù),給出了相關(guān)的框圖和代碼分析。
關(guān)鍵詞:智能家庭應(yīng)用 人機(jī)交互 STC89C516RD+
Abstract
the idea and the method of technology implementation. This paper implements an integrity Human-Computer Interaction system through the control of MCU (STC89C516RD+) and other technologies, for example, the coalescence of static and dynamic menus, the distribution of storage unit, the driver of LCD, the control of CMOS chip HD7279, the compile of communication protocol and the debugging of communication. And it gives the corresponding charts and codes to explain the key technologies.
Key words: Home-intelligence application ;Human-Computer Interaction; STC89C516RD+
目 錄
第一章 功能分析
第二章 系統(tǒng)設(shè)計
2.1界面設(shè)計
2.2系統(tǒng)模塊設(shè)計
2.3系統(tǒng)詳細(xì)設(shè)計方案
第三章 系統(tǒng)具體實現(xiàn)
3.1硬件實現(xiàn)方案
3.2 軟件實現(xiàn)方案
3.2.1主函數(shù)模塊
3.2.2通訊模塊
3.2.3顯示模塊
3.2.4菜單處理模塊
3.2.5快捷鍵模塊
3.2.6錯誤處理
3.3 系統(tǒng)成果
第四章 總結(jié)
參考文獻(xiàn)
附 錄
外文資料
中文譯文