天堂国产午夜亚洲专区-少妇人妻综合久久蜜臀-国产成人户外露出视频在线-国产91传媒一区二区三区

基于CORTEX-A8的物聯(lián)網(wǎng)智能應(yīng)用

發(fā)布時間:2018-07-10 01:44

  本文選題:CORTEX-A8 + 物聯(lián)網(wǎng); 參考:《電子科技大學》2014年碩士論文


【摘要】:隨著社會經(jīng)濟的高速發(fā)展和科技的全面進步,人們不斷追求著高品質(zhì)的生活。飛速發(fā)展的計算機技術(shù)和移動互聯(lián)網(wǎng)技術(shù),使我們的生活變得愈加智能,但人們已經(jīng)不滿足于人與人的通信。人和物的“對話”,物和物的“交流”,將成為今后網(wǎng)絡(luò)技術(shù)革新的發(fā)展趨勢。本文基于成熟的嵌入式開發(fā)技術(shù)。結(jié)合市場占有率極高的Android系統(tǒng),選用搭載了CORTEX-A8高性能處理器的S5PC100開發(fā)板為主控平臺,結(jié)合高效的視頻圖像編、解碼算法與軟件控制技術(shù),開發(fā)出了云臺攝像頭模塊、LCD顯示模塊、ROBOT移動控制模塊、M0溫濕度監(jiān)控模塊、以及Android客戶端模塊。設(shè)計出了一款典型物聯(lián)網(wǎng)應(yīng)用方向的倉庫智能監(jiān)控系統(tǒng)。該系統(tǒng)主要實現(xiàn)了攝像頭對實時圖像的采集、視頻的格式轉(zhuǎn)換、壓縮、存儲傳輸,實時溫濕度采集,以及客戶端對主控平臺自由移動控制。以WIFI為服務(wù)器與客戶端之間通信的媒介,實現(xiàn)客戶端對倉庫實時信息接收和處理。主控平臺上,將I/O多路復用技術(shù)運用到服務(wù)器的設(shè)計中,實現(xiàn)了服務(wù)器能同時處理多個客戶端的連接請求,同時為了提高系統(tǒng)各模塊的并發(fā)性,采用了多線程技術(shù),并利用Linux內(nèi)核中的互斥鎖與消息隊列對系統(tǒng)中共享的資源實現(xiàn)同步互斥訪問,以解決線程并發(fā)執(zhí)行帶來的競態(tài)問題;利用V4L2提供的視頻采集接口完成了實時視頻的采集,并對采樣后的視頻數(shù)據(jù)基于H.264標準進行壓縮與存儲,從而實現(xiàn)了攝像頭視頻采集模塊;利用幀緩存技術(shù)實現(xiàn)了LCD顯示模塊;基于標準串口編程,實現(xiàn)了Robot移動控制模塊與M0溫濕度采集模塊。最后,基于分層分工的設(shè)計思想,同時也使代碼層次更清晰,更易維護,設(shè)計了主程序模塊,對各獨立功能模塊進行管理?蛻舳,以WiFi為媒介,基于Android系統(tǒng)下Java實現(xiàn)的套接字接口,進行網(wǎng)絡(luò)編程,建立與服務(wù)器在局域網(wǎng)內(nèi)的無線通信,實現(xiàn)了實時視頻數(shù)據(jù)的傳輸。并利用Android中Handler技術(shù)對客戶端接收到的視頻流進行顯示,同時也實現(xiàn)了客戶端對Robot移動平臺的控制及M0溫濕度采集模塊所采集信息的獲取與顯示。最后,對各硬件設(shè)備進行組裝,對各獨立設(shè)計的應(yīng)用模塊進行編譯下載。對設(shè)計初制定的各模塊功能進行調(diào)試,使設(shè)計基本實現(xiàn)制定的功能,并提出了一些完善和改進的地方。
[Abstract]:With the rapid development of social economy and the overall progress of science and technology, people continue to pursue high-quality life. With the rapid development of computer technology and mobile Internet technology, our life has become more intelligent, but people are no longer satisfied with the communication between people. The dialogue between people and things, the exchange of things and things will become the developing trend of network technology innovation in the future. This paper is based on the mature embedded development technology. Combined with the Android system with high market share, the S5PC100 development board with CorTEX-A8 high-performance processor is selected as the main control platform, and the efficient video image coding, decoding algorithm and software control technology are combined. The M0 temperature and humidity monitoring module and the Android client module are developed. An intelligent warehouse monitoring system with typical application direction of the Internet of things is designed. The system mainly realizes the acquisition of real-time images by the camera, the format conversion, compression, storage and transmission of video, real-time temperature and humidity acquisition, and the free movement control of the main control platform by the client. With WiFi as the medium of communication between the server and the client, the client can receive and process the real time information from the warehouse. On the main control platform, I / O multiplexing technology is applied to the design of the server, which realizes that the server can handle multiple client connection requests at the same time. In order to improve the concurrency of each module of the system, the multithreading technology is adopted. The mutual exclusion lock and message queue in Linux kernel are used to realize synchronous mutex access to the shared resources in the system to solve the race problem caused by concurrent thread execution, and the video capture interface provided by V4L2 is used to complete the real-time video acquisition. The video data after sampling is compressed and stored based on H.264 standard, so that the video capture module of camera is realized, the LCD display module is realized by frame buffer technology, and the programming based on standard serial port is carried out. Robot mobile control module and M 0 temperature and humidity acquisition module are implemented. Finally, based on the hierarchical division of labor design idea, but also make the code level clearer, easier to maintain, designed the main program module, to manage the independent functional modules. Based on the socket interface implemented in Android system, the client, using WiFi as the medium, carries out network programming, establishes the wireless communication with the server in the LAN, and realizes the transmission of real-time video data. The video stream received by client is displayed by Handler technology in Android. At the same time, the control of mobile platform by client and the acquisition and display of information collected by M0 temperature and humidity acquisition module are realized. Finally, each hardware device is assembled and the application modules designed independently are compiled and downloaded. The function of each module is debugged at the beginning of the design, so that the function of the design can be basically realized, and some improvements are put forward.
【學位授予單位】:電子科技大學
【學位級別】:碩士
【學位授予年份】:2014
【分類號】:TP391.44;TN929.5

【相似文獻】

相關(guān)期刊論文 前3條

1 ;TKScope嵌入式仿真開發(fā)平臺講座(41) TKScope最新組件支持Cortex-A8內(nèi)核的仿真和編程[J];單片機與嵌入式系統(tǒng)應(yīng)用;2012年07期

2 李明駿;;德州儀器明年將力推5美元Cortex-A8處理器[J];集成電路應(yīng)用;2011年11期

3 ;[J];;年期

相關(guān)碩士學位論文 前4條

1 龐達;基于Cortex-A8平臺的行人檢測技術(shù)[D];哈爾濱工業(yè)大學;2014年

2 范靈;基于CORTEX-A8的物聯(lián)網(wǎng)智能應(yīng)用[D];電子科技大學;2014年

3 閆俊;基于Cortex-A8智能家居控制系統(tǒng)的設(shè)計[D];湖北大學;2014年

4 張磊;基于Cortex-A8處理器的手持式多功能RFID讀寫器設(shè)計[D];電子科技大學;2013年

,

本文編號:2111536

資料下載
論文發(fā)表

本文鏈接:http://sikaile.net/kejilunwen/wltx/2111536.html


Copyright(c)文論論文網(wǎng)All Rights Reserved | 網(wǎng)站地圖 |

版權(quán)申明:資料由用戶955e1***提供,本站僅收錄摘要或目錄,作者需要刪除請E-mail郵箱bigeng88@qq.com