簡易檢索 / 詳目顯示

研究生: 陳佑銓
Chen, Yu-Chuan
論文名稱: 手機式無線滑鼠及簡報器之設計與實現
Design and Implementation of A Wireless Mouse/Presenter for Mobile Phones
指導教授: 周哲民
Jou, Jer-Min
學位類別: 碩士
Master
系所名稱: 電機資訊學院 - 電機工程學系
Department of Electrical Engineering
論文出版年: 2016
畢業學年度: 104
語文別: 中文
論文頁數: 68
中文關鍵詞: 智慧型手機Android遠端控制
外文關鍵詞: Mobile Phone, Android, Remote Control
相關次數: 點閱:82下載:6
分享至:
查詢本校圖書館目錄 查詢臺灣博碩士論文知識加值系統 勘誤回報
  • 手機和電腦可以說是現今社會人們最常使用的電子產品,手機在使用上固然相當方便,然而,不論是在學校的教學或公司的會議,電腦依然扮演一個很重要的角色,如何透過手機來與電腦進行連接,使得操作電腦不在受限於滑鼠連接線的長度,且在進行簡報過程中,不需要額外購買硬體套件,可以直接使用手機當成簡報器,這些對我們而言是相當重要的課題。
    本論文中,我們利用Socket通訊來連接智慧型手機與筆記型電腦,採用用戶端/伺服器端架構,其中連接的智慧型手機為客戶端,筆記型電腦則為伺服器端,在伺服器端在啟動後,能持續監聽來自客戶端的連接請求,接收客戶端的指令並根據指令完成對應操作,而客戶端能夠根據使用者的操作,傳送指令到伺服器端。
      在這篇研究中,我們針對Android系統進行了研究與分析,並且實作一個適合Android手機的手機式無線滑鼠及簡報器,透過無線傳輸技術中的Wi-Fi訊號與筆記型電腦進行連接,實現了在智慧型手機上可以無線操控電腦滑鼠以及使用無線簡報器的功能。

    Nowadays, mobile phones and computers are regarded as the most commonly used electronic products. There are quite convenient to use mobile phones certainly. However, computers still plays an important role in presentation, including teaching at school or meeting at company. In computer operation, it is an important issue that how let the user’s mobile phone to connect with the computer which can avoid the cable length limit of mouse. During the presentation, it does not need to purchase additional hardware kit, and the user can directly use the mobile phone as a presenter. Those questions for us are a very important issue.
    In this thesis, we use the socket communications to connect between mobile phone and notebook computer. Using client/server architecture, the mobile phone is the client, and the notebook computer is the server, respectively. While the server is starting, it can listen to the requests of connection from the client continuously. The server can receive commands from the client and the according commands to get responding operations completely. The client can analyze user operations, send commands to the server.
    In this study, we focused on Android system to get better researches and analysis and developing a wireless mouse/presenter for Android mobile phones. The mobile phone connects with notebook computer via Wi-Fi. To achieve the mobile phone can wirelessly control the notebook computer’s mouse and as a wireless presenter.

    摘要 III SUMMARY IV INTRODUCTION IV MATERIALS AND METHODS V RESULTS AND DISCUSSION VI CONCLUSION VII 誌謝 VIII 圖目錄 XII 表目錄 XIV 第1章 緒論 1 1.1 研究動機 1 1.2 研究目的 2 1.3 論文架構 3 第2章 背景知識與相關研究 4 2.1 Android系統簡介 4 2.1.1 Android發行版本 5 2.1.2 Android系統架構 6 2.1.3 Android應用程式元件 9 2.1.4 Android活動的生命周期 11 2.1.5 Android Fragment 簡介 14 2.1.6 Android權限機制簡介 17 2.1.7 Android應用程式開發簡介 19 2.2 無線傳輸技術簡介 20 2.2.1 紅外線 20 2.2.2 藍牙 21 2.2.3 ZigBee 21 2.2.4 Wi-Fi 22 第3章 系統架構設計 25 3.1 系統功能需求分析 25 3.1.1 功能結構圖 26 3.2 系統通訊模型 27 3.2.1 Socket 30 3.3 手機端設計 34 3.4 電腦端設計 39 第4章 系統細部設計 40 4.1 功能面板切換 40 4.2 觸碰板實現 41 4.3 感測器功能實現 42 4.4 Wi-Fi功能實現 45 4.5 伺服器端實現 48 第5章 系統實作與測試 50 5.1 實驗環境 50 5.2 系統功能 51 5.2.1 指令傳輸時間 53 5.3 系統資源測試 57 5.3.1 手機端記憶體與儲存空間測試 57 5.3.2 手機端電量使用測試 61 5.3.3 伺服器端系統資源測試 63 5.4 多人連線測試 64 第6章 結論與未來展望 66 參考文獻 68

    [1] Android. Android https://www.android.com/
    [2] Canalys, “Googles Android becomes the world’s leading smart phone platform” , http://www.canalys.com/newsroom/google%E2%80%99s-android-becomes-world%E2%80%99s-leading-smart-phone-platform
    [3] 國家通訊傳播委員會 http://www.ncc.gov.tw/chinese/index.aspx
    [4] Apple iOS , https://zh.wikipedia.org/zh-tw/IOS
    [5] Windows Mobile , https://zh.wikipedia.org/wiki/Windows_Mobile
    [6] Android Developers , https://developer.android.com/index.html
    [7] 陳會安 , “ 新觀念 Android程式設計範例教本 ” , 2015
    [8] Activity’s lifecycle ,     
      https://developer.android.com/training/basics/activity-lifecycle/index.html
    [9] 施威銘 , ” Android App 程式設計教本 “ , 2015
    [10] T. Cooklev , Wireless Communication Standards : A Study of IEEE 802.11 , 802.15 802.16 “ , 2011
    [11] 鄧凡平 , “ 深入理解Android: Wi-FiNFC和GPS卷 “ , 2014
    [12] Java Platform Standard Ed. 8 java.awt Class Robot
    https://docs.oracle.com/javase/8/docs/api/java/awt/Robot.html
    [13] LionMobi. http://www.lionmobi.com/
    [14] PowerTutor http://ziyang.eecs.umich.edu/projects/powertutor/

    下載圖示 校內:2020-09-01公開
    校外:2020-09-01公開
    QR CODE