§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2109201511332000
DOI 10.6846/TKU.2015.00637
論文名稱(中文) NFC應用於淡江大學校園導覽系統
論文名稱(英文) Design and Implementation of Tamkang University Guiding System using NFC
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士在職專班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 103
學期 2
出版年 104
研究生(中文) 朱書宏
研究生(英文) Shu-Hung Chu
學號 702410217
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2015-07-03
論文頁數 35頁
口試委員 指導教授 - 石貴平
委員 - 游國忠
委員 - 張兆村
委員 - 張志勇
關鍵字(中) 射頻識別
近場通訊
安卓系統
Google地圖
關鍵字(英) RFID
NFC
Android
Google MAP
第三語言關鍵字
學科別分類
中文摘要
目前觀光景點的導覽,大都使用QRcode、固定式導覽機及語音導覽。本研究依據上述的問題,提出以NFC代替以往的導覽方式測試,來節省使用者在外出旅遊時不需事先查詢,使導覽更能直覺化,並且評估在手機上運行是否可行。在研究中將以NFC[1]和Google Map API[2]兩種運用來實現,使用現有的RFID TAG[3]並且透由手機NFC進行資料的擷取,使用擷取的資料連結伺服器取得導覽資料。在技術上,需使用手機NFC進行資料的擷取,如何透由無線網路的技術,使Google Map API協助使用者導航與完成導覽,上述是此研究的方向。
英文摘要
Devices and technologies including QR code, information kiosks, and audio guides have been the most common solutions for tour guiding at attractions. In response to the shortcomings of the devices/technologies aforementioned, near field communication (NFC) technology has been suggested as the preferred guiding method over other existing solutions so that users won’t have to check for tour-related information beforehand and the guiding experience will be more intuitive. The feasibility of using NFC on mobile phones has also been evaluated. In this research, NFC [1] and Google Map API [2] are used to experiment with NFC. Mobile phones pre-installed with NFC are used to retrieve data from the existing RFID tags [3]. Using the retrieved data, the mobile phones are able to connect to the server and obtain tour-related information. Given the existing technology, the information can only be retrieved using mobile phones with NFC. The research aims to explore the possibility of incorporating wireless network technology and allowing Google Map API to provide navigation and guiding services.
第三語言摘要
論文目次
目錄
目錄	III
圖目錄	V
第一章、簡介	1
1.1 前言	1
1.2 背景與動機	2
1.3 目的	3
第二章、相關研究	4
第三章、背景知識	8
3.1 NFC (Near Field Communication)	8
3.2 Google Map API	11
第四章、NFC應用於淡江大學校園導覽系統	14
4.1	系統功能與流程	14
4.2	系統架構	15
4.3	系統模組設計	17
4.3.1	Web Server	17
4.3.2	Android手機及NFC感測RFID	17
4.3.3	Google Map API	18
第五章、系統實作	19
5.1 Web Server	19
5.2 Android手機及NFC感測RFID	22
5.3 Google Map API	24
第六章、結論	28
參考文獻	29
附錄-英文論文	30
 
圖目錄
圖 1.淡江大學導覽系統示意圖	3
圖 2.導覽機	6
圖 3.語音導覽	6
圖 4.NFC與其他無線感應的比較	9
圖 5.NFC模組的應用	10
圖 6.資料庫架構圖	14
圖 7.系統架構圖	15
圖 8.系統流程圖	17
圖 9.使用Ubuntu架設Server概況	19
圖 10.建立attractionsdb資料庫	20
圖 11.建立資料表	21
圖 12.dbconfig.php內容	21
圖 13.模擬景點導覽平面圖	22
圖 14.實驗中使用的手機及RFID Tag	23
圖 15.讀取RFID Tag內容情況	23
圖 16.實作手機感應RFID Tag	24
圖 17.Google Map API設定參數	25
圖 18.使用GPS擷取經緯度程式	25
圖 19.自已所在位置的GPS定位資訊以Google地圖呈現	26
圖 20.使用者移動時使Google地圖依GPS定位更新程式	26
圖 21.實作Google Map API標記功能	26
圖 22.實作地圖標記功能。	27
參考文獻
[1]NFC
https://zh.wikipedia.org/wiki/%E8%BF%91%E5%A0%B4%E9%80%9A%E8%A8%8A
[2]Google Map API
https://zh.wikipedia.org/wiki/Google%E5%9C%B0%E5%9B%BE
[3]RFID
https://zh.wikipedia.org/wiki/%E5%B0%84%E9%A2%91%E8%AF%86%E5%88%AB
[4]QR碼
https://zh.wikipedia.org/wiki/QR%E7%A2%BC
[5]GPS
https://zh.wikipedia.org/wiki/%E5%85%A8%E7%90%83%E5%AE%9A%E4%BD%8D%E7%B3%BB%E7%BB%9F
[6]九份遊客中心導覽機
http://www.ntpcsjj.tw/SJJ/kiosk.do
[7]語音導覽
http://www.baike.com/wiki/%E8%AF%AD%E9%9F%B3%E5%AF%BC%E8%A7%88
[8]Chavira,G.; Nava,S.W.; Hervas,R.; Bravo,J.; Sanchez,C.,"Combining RFID and NFC Technologies in an AmI Conference Scenario",Current Trends in Computer Science, 2007. ENC 2007. Eighth Mexican International Conference on, 2007, 165-172.
[9]Ubuntu
https://zh.wikipedia.org/wiki/Ubuntu
[10]MySQL
https://zh.wikipedia.org/wiki/MySQL
[11]PHP
https://zh.wikipedia.org/wiki/PHP
論文全文使用權限
校內
紙本論文於授權書繳交後5年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

如有問題,歡迎洽詢!
圖書館數位資訊組 (02)2621-5656 轉 2487 或 來信