freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計_本科畢業(yè)設(shè)計(專業(yè)版)

2025-09-08 12:20上一頁面

下一頁面
  

【正文】 726 *lowest=mapsize。 (2) 壓縮、解壓縮工具命令配置界面 在主配置菜單界面,選擇 Archival Utilities 選項,進入如 圖 213 所 示的壓縮、解壓縮工具命令配置界面。 基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計 7 圖 25 USB 鼠標(biāo)鍵盤配置界面 圖 26 USB 攝像頭驅(qū)動配置界面 (6) DM9000 網(wǎng)卡驅(qū)動配置界面 在主菜單界面,進入 Networking SupportNetworking Options,缺省配置一般網(wǎng)絡(luò)支持,比如 TCP 等,進入 Device DriversNetwork Device supportEther( 10M or 100M)選擇如 圖 27 所示的網(wǎng)卡驅(qū)動配置支持。支持多種操作系統(tǒng),比如 Linux、 NetBSD、 VxWorks、 Windows 等。 智能家居系統(tǒng) 一般主要包 括 :智能家居(中央)控制管理系統(tǒng)、 燈光 控制系統(tǒng)、家庭安防系統(tǒng)、家居布線系統(tǒng)、家庭網(wǎng)絡(luò)系統(tǒng)、 背景音樂控制系統(tǒng) 、家庭多媒體系統(tǒng)、家庭 環(huán)境控制系統(tǒng) 等八大 子 系統(tǒng) [1]。 基于 物聯(lián)網(wǎng) 的智能家居嵌入式系統(tǒng) 設(shè)計 , 主要 分為三個子系統(tǒng),即前端數(shù)據(jù)采集子系統(tǒng)、 終端 服務(wù)器子系統(tǒng) 、上位機反控子系統(tǒng)。其中前端數(shù)據(jù)采集子系統(tǒng)主要負責(zé)實時數(shù)據(jù)采集與傳輸,與 終端 服務(wù)器子系統(tǒng)通過串口或者 I2C 進行單工通信; 終端 服務(wù)器子系統(tǒng)負責(zé)實時數(shù)據(jù)存儲與傳輸,其搭載的嵌入式 BOA 服務(wù)器可以通過網(wǎng)絡(luò)瀏覽器進行遠程訪問控制,并且該子系統(tǒng)也可以進行獨立數(shù)據(jù)采集傳輸;上位機反控子系統(tǒng)負責(zé)數(shù)據(jù)存儲與備份,另外可以通過網(wǎng)絡(luò)進行遠程訪問控制。接下來增加對 yaffs2 文件系統(tǒng)的支持,對網(wǎng)絡(luò)協(xié)議、串口傳輸?shù)茸飨鄳?yīng)的修改; 步驟五: 根據(jù) 配置文件,重新編譯 移植 。 基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計 9 圖 29 串口驅(qū)動配置界面 圖 210 yaffs2 文件系統(tǒng)配置界面 圖 211 nfs 文件系統(tǒng)配置界面 基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計 10 根文件系統(tǒng)制作 區(qū)別于 Windows 系統(tǒng) , Linux 中并沒有 C、 D、 E 等盤符的概念,它是以樹狀形式來 組織 管理 所有目錄、文件的,而其他分區(qū)則是以掛載的形式掛接在某個目錄上,然后通過訪問 目錄 來訪問 相應(yīng) 分區(qū)上的文件。 (7) 進程相關(guān)命令配置界面 在主配置菜單界面,選擇 Process Utilities 選項,進入如 圖 218 所示的編輯相關(guān)命令配置界面。 編譯后的字庫不能很好地顯示界面,一般采用重新移植溫泉驛字庫,將解壓后的字庫文件移植到 /micro2440/lib/fonts 路徑下即可。 QT是由挪威 TrollTech公司 (現(xiàn)已被 Nokia 公司收購 )開發(fā)的跨平臺的 C++圖形用戶界面庫,目前包括基于 FrameBuffer 的 Qt Embedded、 Linux 版 集成開發(fā)工具 Qt Designer、國際化支持工具 Qt Linguist, PC 版集成開發(fā)工具 Qt Creator 等。 在虛擬機下編輯執(zhí)行腳本程序 rootfs .sh,完 成根文件系統(tǒng)目錄的創(chuàng)建工作,完善最小根文件系統(tǒng), 其中包括 /bin、 /dev、 /lib 等。 (1) 主配制菜單界面,如 圖 22 所示。 嵌入式 Linux 系統(tǒng)的典型架構(gòu),如 圖 21 所示。s Not Unix 引申為自由的軟件 GPGGA Global Positioning System Fix Data GPS 系統(tǒng)固定數(shù)據(jù) GPRMC Remended Minimum Specific GPS/TRANSIT Data 建議使用最小 GPS 數(shù)據(jù)格式 GPS Global Positioning System 全球定位系統(tǒng) GRUB GRand Unified Bootloader 多重操作系統(tǒng)啟動管理器 GUI Graphical User Interface 圖形用戶接口 IX HA Home Automation 住宅自動化 HE Homen Electronics 住宅電子化 HI Home Intelligent 住宅智能化 HTML Hypertext Markup Language 超文本標(biāo)記語言 I/O input/output 輸入輸出端口 I2C Inter- Integrated Circuit 內(nèi)部整合電路 IC Integrated Circuit 集成電路 IP Inter Protocol 網(wǎng)絡(luò)之間互聯(lián)的協(xié)議 KDE Kool Desktop Environment K 桌面環(huán)境 LCD Liquid Crystal Display 液晶顯示器 LED Light Emitting Diode 發(fā)光二級管 LILO Linux Loader Linux 加載程序 MCS Microcontroller System 微控制系統(tǒng) MIME Multipurpose Inter Mail Extensions 多用途網(wǎng)際郵件擴充協(xié)議 MJPEG Motion Joint Photographic Experts Group 運動聯(lián)合圖像專家小組 PC Personal Computer 個人計算機 PNG Portable Network Graphic Format 可移植的網(wǎng)絡(luò)圖像格式 QTE Quick Time Event 快速反應(yīng)事件 RAM Random Access Memory 隨機存儲器 RISC Reduced Instruction Set Computer 精簡指令集計算機 ROM ReadOnly Memory 只讀存儲器 RS Remended Standard 推薦標(biāo)準(zhǔn) RX Receive 接收 SD Secure Digital Memory Card 安全數(shù)碼卡 X SPI Serial Peripheral Interface 串行外設(shè)接口 STM Synchronous Transfer Module 同步傳輸模式 TCP Transmission Control Protocol 傳輸控制協(xié)議 TTL Time To Live 生存時間 TX Transmit 傳送 UART Universal Asynchronous Receiver/Transmitter 通用異步接收 /發(fā)送裝置 UDP User Datagram Protocol 用戶數(shù)據(jù)包協(xié)議 USB Universal Serial Bus 通用串口總線 UVC USB Video Class USB 視頻類別 VCC Volt Current Condenser 電源 基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計 1 第 1 章 緒 論 從 20世紀(jì) 80年代初, 家用電器開始采用電子工藝技術(shù) ,住宅電子化 概念 ( HE,Homen Electronics)逐漸出現(xiàn)在人們的視野當(dāng)中。 關(guān)鍵詞 物聯(lián)網(wǎng) 嵌入式系統(tǒng) 智能家居 基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計 基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計 II 基于物聯(lián)網(wǎng)技術(shù)的智能家居嵌入式系統(tǒng)設(shè)計 Design of Intelligent Home Embedded System Based on Inter of Things ABSTRACT From the last century’s electronic home and automation home, intelligent home based on Inter technology is gradually ing into our lives. As a typical application of the embedded Linux system, the intelligent home is working and intelligent home control system which integrated automated control systems and work munication systems. The intelligent home embedded system based on Inter of Things is mainly designed to be three subsystems. They are namely the front data acquisition subsystem, terminal server subsystem, host puter anticontrol subsystem. The front data acquisition subsystem mainly realized data acquisition and transmission which include temperature data, humidity and clock. It simplex municated with terminal server subsystem through serial port. This subsystem includes a microcontroller master control processing module, temperature acquisition module, clock acquisition module, alarm module, level conversion module. Terminal server subsystem mainly realized storage and transmission. The process stored realtime data received from front acquisition subsystem and transmitted to host puter anticontrol subsystem. We can remotely browse and control the BOA server equipped in this subsystem which includes the front interface module, the background control module, intelligent home control module. It can also separately carry out data collection and transmission. Host puter anticontrol subsystem mainly realized data storage backup and work data remote access control. It synchronously displayed on interface by analyzing real time data transmission from terminal server. Besides, it can also remotely access and control BOA server through a web browser. So realize the remote access and control of intelligent home. KEYWORDS Inter of Things, embedded system, intelligent home III 目 錄 摘 要 ....................................................................................................................................I ABSTRACT ....................................................................................................................... II 目 錄 ................................................................................................................................. III 圖目錄 ................................................................................................................................ V 表目錄 ..............................................................................................................................VII 縮略詞
點擊復(fù)制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1