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

當前位置:主頁 > 科技論文 > 計算機論文 >

基于ARM-Linux的無線區(qū)域通信系統(tǒng)的研究與實現

發(fā)布時間:2019-04-18 09:07
【摘要】:隨著Intemet的發(fā)展和后PC時代的到來,嵌入式系統(tǒng)的應用日益廣泛,嵌入式系統(tǒng)以其內核小、專用性強、系統(tǒng)精簡、高實時性等特點,在各領域取得了廣泛應用。三星公司出產的ARM系列S3C2440處理器以其低價格、低功耗等優(yōu)勢在工控設備、PDA等領域占有了重要的市場份額。同時支持ARM技術的嵌入式Linux操作系統(tǒng),具有內核可裁減、代碼開放等特點,將Linux操作系統(tǒng)應用到嵌入式系統(tǒng)中,可以充分發(fā)揮ARM和Linux兩者的優(yōu)勢。本文描述的即是基于此軟硬件環(huán)境,利用藍牙技術實現的無線區(qū)域通信系統(tǒng)。 藍牙技術作為一種全球開放的無線通信技術標準,為用戶提供低成本、低功耗的短距離無線連接。藍牙V4.0規(guī)范,是藍牙發(fā)展史上一次史無前例的重大轉折點,將迎來的是高速無線數據傳輸時代。該規(guī)范在低功耗模式下,把藍牙的傳輸距離增加到了100米以上,藍牙的應用在不久的將來會進一步得到了極大的擴展。 針對以上情況,本文提出了開發(fā)基于ARM-Linux的無線區(qū)域通信系統(tǒng)的設想,并對其進行了深入的研究和探討。主要理論研究與實驗成果包含以下幾個方面: (1)分析當前主流無線技術的發(fā)展現狀及性能優(yōu)劣,進行綜合比較,結合藍牙技術具體狀況,選用TTL串口藍牙模塊;探討多種嵌入式處理器的特點和應用范圍,著重研究了ARM系列處理器的性能特點,以ARM9核心板配備底板作為實驗開發(fā)板;集成三星3.5寸LCD觸摸屏,通過Framebuffer應用程序接口,控制LCD顯示屏將系統(tǒng)向用戶提供的服務和反饋的信息顯示出來;詳細了解電阻式觸摸屏的工作原理,實現從外界接收數據輸入,實現人機交互界面。 (2)深入分析當今具有影響力的嵌入式操作系統(tǒng),從成本、維護、硬件支持、GUI界面等多方因素進行對比評析,著重敘述了最為適合本文應用開發(fā)的Linux操作系統(tǒng);在利用u-boot作為bootload啟動開發(fā)板之后,將操作系統(tǒng)移植并固化到核心板的存儲區(qū)。 (3)應用程序的開發(fā)與實現。描述開發(fā)板與藍牙模塊的結構和接口,通過TTL串口實現兩者的硬件連接;簡單了解藍牙協議棧,使用模擬串口方式進行藍牙技術開發(fā);人際交互有多個界面設計:提示性界面、搜索結果顯示、數據輸入界面、發(fā)送、顯示接收數據界面等;在主機PC機上完成搜索設備、與遠程建立連接、發(fā)送信息、接收并顯示信息等功能的設計與開發(fā),利用交叉編譯工具編譯之后,生成可執(zhí)行文件移植進開發(fā)板,從而實現整個無線區(qū)域信息交流系統(tǒng)。 本文實現了基于ARM-Linux的無線區(qū)域范圍內設備搜索、英文信息發(fā)送和接收等基本通信功能,且操作簡單;但人機交互界面設計不夠精細,漢字傳輸與字體庫函數的移植等都有待今后進一步的研究與完善。
[Abstract]:With the development of Intemet and the coming of post-PC era, embedded system has been widely used in various fields because of its small kernel, strong specificity, simple system, high real-time and so on. Samsung produced ARM series S3C2440 processor with its low price, low power consumption and other advantages in industrial control equipment, PDA and other areas of the important market share. At the same time, the embedded Linux operating system, which supports the ARM technology, has the characteristics of reducing the kernel and opening the code. The application of the Linux operating system to the embedded system can give full play to the advantages of both ARM and Linux. This paper describes a wireless area communication system based on Bluetooth technology, which is based on this software and hardware environment. Bluetooth technology, as a global open wireless communication technology standard, provides low-cost, low-power short-distance wireless connectivity for users. Bluetooth v4.0 specification is an unprecedented turning point in the history of Bluetooth, and will usher in the era of high-speed wireless data transmission. In low power consumption mode, the transmission distance of Bluetooth is increased to more than 100 meters, and the application of Bluetooth will be greatly expanded in the near future. In view of the above situation, this paper puts forward the idea of developing the wireless area communication system based on ARM-Linux, and makes a deep research and discussion on it. The main theoretical research and experimental results include the following aspects: (1) analyze the current mainstream wireless technology development status and performance advantages and disadvantages, make a comprehensive comparison, combined with the specific situation of Bluetooth technology, select TTL serial Bluetooth module; The characteristics and application range of many embedded processors are discussed, and the performance characteristics of ARM series processors are studied emphatically. The ARM9 core board is equipped with backplane as the experimental development board. Samsung 3.5-inch LCD touch screen integration, through the Framebuffer application program interface, control the LCD display system to provide services and feedback information to display; Understand the principle of resistive touch screen in detail, realize receiving data input from outside world and realizing human-computer interface. (2) analyzing the influential embedded operating system, comparing and analyzing the factors such as cost, maintenance, hardware support, GUI interface and so on, focusing on the Linux operating system which is the most suitable for the application and development of this paper. After using u-boot as the bootload boot development board, the operating system is transplanted and solidified to the storage area of the core board. (3) the development and implementation of the application program. The structure and interface of the development board and Bluetooth module are described, the hardware connection between them is realized by TTL serial port, the Bluetooth protocol stack is simply understood, and the Bluetooth technology is developed by analog serial port. There are several interface designs for interpersonal interaction: cue interface, search result display, data input interface, sending, display receiving data interface and so on. After completing the search device on the host PC, establishing remote connection, sending information, receiving and displaying information, and so on, after compiling with the cross-compiling tool, the executable file will be transplanted into the development board. Thus the whole wireless area information exchange system is realized. In this paper, the basic communication functions such as device search, English information sending and receiving based on ARM-Linux in wireless area are realized, and the operation is simple. However, the design of human-computer interface is not fine enough. The transfer of Chinese characters and the transplantation of font library functions need to be further studied and perfected in the future.
【學位授予單位】:太原理工大學
【學位級別】:碩士
【學位授予年份】:2012
【分類號】:TN92;TP368.1

【參考文獻】

相關期刊論文 前10條

1 徐毅;王家偉;;基于J2ME的無線藍牙技術在工程測繪上的應用[J];重慶交通大學學報(自然科學版);2009年03期

2 白濤;張長利;;基于ARM和LAMP技術的抄表服務器系統(tǒng)[J];電力自動化設備;2010年05期

3 劉宇;李建黎;;基于藍牙技術的無線顯示屏系統(tǒng)設計[J];單片機與嵌入式系統(tǒng)應用;2010年01期

4 賀明;周中華;董利民;吳武臣;;嵌入式藍牙文件傳送方案的實現[J];電子技術應用;2009年12期

5 宋延昭;嵌入式操作系統(tǒng)介紹及選型原則[J];工業(yè)控制計算機;2005年07期

6 張言權;張勝寶;;基于嵌入式Linux的電能質量在線監(jiān)測系統(tǒng)的研究[J];電力系統(tǒng)保護與控制;2009年07期

7 舒雙寶;羅家融;王勤ng;孫濱璇;;基于DSP和ARM便攜式電能質量監(jiān)測系統(tǒng)的設計與實現[J];電力系統(tǒng)保護與控制;2010年24期

8 梁軍學;郁濱;;Linux藍牙協議棧的USB設備驅動[J];計算機工程;2008年09期

9 申繼偉;杜錦麗;;基于FPGA的LCD驅動設計[J];科技信息;2011年02期

10 陳子彬;;藍牙技術能在汽車通訊得到長足的應用[J];價值工程;2010年21期

相關碩士學位論文 前10條

1 劉領濤;基于PLC金相試樣拋光機控制系統(tǒng)的研究與設計[D];河北農業(yè)大學;2011年

2 岳祝強;基于無線傳感器網絡的智能家居終端的研究[D];河北工程大學;2011年

3 趙君蘭;智能化礦井提升機制動系統(tǒng)檢測裝置的開發(fā)[D];西安科技大學;2011年

4 董延杰;基于WinCE的鐵路橋梁檢測系統(tǒng)接收終端的研究[D];西安科技大學;2011年

5 熊志金;基于ARM的嵌入式電力遠程監(jiān)測系統(tǒng)的研究[D];武漢理工大學;2004年

6 趙幸;可定制的嵌入式實時Linux研究與開發(fā)[D];西北工業(yè)大學;2004年

7 陳敏;基于NT68521 Scaler的液晶顯示器軟件設計[D];西南交通大學;2004年

8 陳敏;嵌入式Linux應用支撐技術[D];西北工業(yè)大學;2005年

9 陳澤江;航天GPS數據采集、處理及地面檢測系統(tǒng)的研究[D];中國科學院研究生院(空間科學與應用研究中心);2005年

10 邵雷兵;嵌入式網絡管理系統(tǒng)的設計與實現[D];浙江大學;2004年

,

本文編號:2459925

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

本文鏈接:http://sikaile.net/kejilunwen/jisuanjikexuelunwen/2459925.html


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

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