§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2208201413581400
DOI 10.6846/TKU.2014.00882
論文名稱(中文) NFC之個人行動圖書閱讀管理系統研究與製作
論文名稱(英文) Study and Implementation of an NFC-based Personal Reading Management System
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士在職專班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 102
學期 2
出版年 103
研究生(中文) 吳正義
研究生(英文) Cheng-Yi Wu
學號 701410044
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2014-07-14
論文頁數 56頁
口試委員 指導教授 - 石貴平(kpshih@mail.tku.edu.tw)
委員 - 王三元(sywang@isu.edu.tw)
委員 - 陳彥達(ydchen@mail.lhu.edu.tw)
委員 - 石貴平(kpshih@mail.tku.edu.tw)
關鍵字(中) 近距離無線通訊(NFC)
無線射頻辨識技術(RFID)
Tag
行動裝置
關鍵字(英) Near-field wireless communication
RFID
Tag
mobile devices
第三語言關鍵字
學科別分類
中文摘要
近場無線通訊(Near Field Communication, NFC)作為近年來一種新興的技術,是基於RFID(Radio Frequency Identification, RFID)下的非接觸式近距離通信技術,RFID應用已於圖書館書籍管理系統應用中得到相當的成效,但RFID卻只應用於管理上,且受到區域限制,並無法發揮全面性的功用。在本論文中,基於RFID圖書館管理機制下,提出一個創新的NFC資訊應用模式,使用具有NFC行動裝置透過感應書籍內電子標籤(Tag)達到資訊互換方式,從書籍中獲取更多的書籍內資訊,更可以藉由這些資訊,透過行動裝置內網路,在網路上獲取更多的書籍相關訊息,並將資訊儲存於行動裝置內,隨時瀏覽閱讀,大大提升便利與實用性,使書籍不在局限於在圖書館內應用,應用層面更加寬廣。
英文摘要
NFC(Near Field Communication) has become a popular emerging technology in recent years, which is based on the contactless communication technology under RFID (Radio Frequency Identification). This RFID technology has been used in the library management system with a great success. However, RFID cannot exert its comprehensive function due to its region limitation. Therefore, this paper uses the mobile device with the NFC function to gain more information from the NFC Tag and access more information from the World Wide Web. Besides, the book information and the reader’s reading behavior can also be stored in the mobile device for future use. It makes reading more convenient and comfortable.
第三語言摘要
論文目次
目錄
目錄 III
圖目錄 V
表目錄 VIII
第一章、簡介	1
1.1 研究動機	1
1.2 研究目的	1
第二章、相關技術	4
2.1	NFC近場通訊簡介	4
2.2	NFC Tag簡介	5
2.3	NFC 通訊機制	8
2.4	Android簡介	9
2.5	二維條碼(QR Code)簡介	10
2.6	一維條碼(Barcode)簡介	11
第三章、NFC個人行動圖書閱讀管理系統軟體架構背景	13
3.1	系統概念	13
3.2	Android系統架構	14
3.3	Android應用程式開發環境	17
第四章、NFC個人行動圖書閱讀管理系統設計	19
4.1	使用情境	19
4.2	系統功能設計	20
4.3	操作流程設計	21
4.4	系統架構	22
第五章、NFC個人行動圖書閱讀管理系統實作	23
5.1	系統實作	23
5.1.1  NFC讀取	24
5.1.2  網路搜尋	26
5.1.3  紀錄讀取	27
5.1.4  QR code	28
5.2	系統測試	29
5.2.1  NFC讀取測試	30
5.2.2  網路搜尋測試	33
5.2.3  記錄讀取測試	35
5.2.4  QR code測試	41
5.2.5  離開應用程式	43
第六章、結論與未來工作	44
參考文獻	45
附錄–英文論文	48

圖目錄
圖 1、NFC 認證標誌	4
圖 2、NFC 訊息交換方式	5
圖 3、512 bit Tag儲存配置方式	8
圖 4、NFC工作模式	9
圖 5、Google及Android商標	10
圖 6、附有http://www.tku.edu.tw/網址二維條碼圖示	11
圖 7、附有數字一維條碼圖示	12
圖 8、系統概念	13
圖 9、Android System Structure	16
圖 10、Android開發環境架構	18
圖 11、使用者情境	20
圖 12、系統功能設計	20
圖 13、操作流程圖	21
圖 14、系統架構圖	22
圖 15、NFC之個人行動圖書閱讀管理系統安裝App圖示	23
圖 16、Tech-list集合	24
圖 17、發生Intent 偵測程式碼	24
圖 18、發生Intent 後續選擇程式碼	25
圖 19、發生Intent 後續選擇程式碼	26
圖 20、暢銷書及選單程式碼	26
圖 21、監控ListView物件項目程式碼	27
圖 22、紀錄和讀取程式碼	28
圖 23、偵測有無安裝QR Droid應用程式程式碼	28
圖 24、程式啟動畫面	29
圖 25、程式登入畫面	29
圖 26、感應Tag訊息[21]	30
圖 27、選擇執行動作[21]	30
圖 28、顯示Tag訊息[21]	31
圖 29、網路查詢	31
圖 30、顯示感應到Tag訊息	32
圖 31、讀取書籍清單	32
圖 32、資料更新完成	33
圖 33、輸入書籍名稱	34
圖 34、網路搜尋	34
圖 35、暢銷書商選單	35
圖 36、暢銷書籍資訊	35
圖 37、紀錄讀取清單	36
圖 38、顯示儲存書籍清單	36
圖 39、顯示書籍資訊紀錄	37
圖 40、閱讀書籤及心得感想	37
圖 41、新增感想	38
圖 42、新增感想完成畫面	38
圖 43、書籍紀錄刪除前畫面	39
圖 44、確認刪除所有資料	39
圖 45、書籍紀錄刪除後畫面	40
圖 46、新增佳句畫面	40
圖 47、佳句總覽	41
圖 48、QR code掃描畫面	41
圖 49、一維條碼掃描畫面	42
圖 50、二維條碼掃描畫面	42
圖 51、條碼掃描後連結畫面	43
圖 52、關閉程式畫面	43

表目錄
表 1、NFC Tag規格表	6
表 2、Android API支援NFC類型格式	17
參考文獻
[1]  NFC Forum, “About the Technology”, URL:http://nfc-forum.org/what-is-nfc/about-the-technology/
[2]  R. Want  "An Introduction to RFID Technology",  IEEE Pervasive Computing,  vol. 5,  no. 1, 2006 
[3]  游張松、洪淑芬,RFID技術之應用實務及其與圖書館暨校園e-commerce之建立,國家圖書館。
[4]  NFC Forum, “NFC in Action”, URL: 
http://nfc-forum.org/what-is-nfc/nfc-in-action/
[5]  LibBest無線射頻圖書館藏管理系統。網址:http://www.rfid-library.com/tw/default_t.html
[6]	 NFC Forum, “NFC in Action”, URL: 
http://nfc-forum.org/what-is-nfc/what-it-does/
[7]  Android developer, NFC Basics, URL: http://developer.android.com/guide/topics/connectivity/nfc/nfc.html	 
[8]	 NFC Forum, “N-Mark”, URL:
http://nfc-forum.org/our-work/nfc-branding/n-mark/
[9]  Jeffrey Fischer,“NFC In Cell Phones:The New Paradigm For An Interactiv e World ”, IEEE Communications Magazine,June 2009,pp.22-28
[10] 實現非接觸資訊交換 NFC射頻測試扮要角, URL:
http://www.mem.com.tw/article_content.asp?sn=1107130011
[11]  NFC Forum, “NFC Forum Technical Specifications”, URL:
http://members.nfc-forum.org/specs/spec_list/
[12]  Philips Semiconductors , Mifare ultralight Contactless Single-trip Ticket  IC MF0 IC U1 Functional Specification, Product Specification Rev. 3.0 March  2003, pp.10
[13]  NFC Forum, “NFC Forum Specification Architecture”, URL:http://nfc-forum.org
/our-work/specifications-and-application-documents/specifications/
[14]  Android Developers, URL: http://developer.android.com/index.html
[15]  wikipedia, URL:http://zh.wikipedia.org/wiki/QR_code
[16]  wikipedia,URL:http://zh.wikipedia.org/wiki/%E4%B8%80%E7%BB%B4%E6%
9D%A1%E7%A0%81
[17]  Universal Mobile Telecommunications System, URL:
http://en.wikipedia.org/wiki/Universal_Mobile_Telecommunications_System
[18]  Android 開發環境與核心觀念, 
URL:http://s3.contpub.org/public/android-certification-book/CLASS1.html
[19]  Android Developer, “Develop Reference”, URL:
http://developer.android.com/reference/android/nfc/tech/package-summary.html
[20]  Android 開發環境結構, URL:
http://aspire2u.pixnet.net/blog/post/38725660-android-%E9%96%8B%E7%99%BC %E7%92%B0%E5%A2%83%E5%AE%89%E8%A3%9D,Available Date:2012/8/10
[21]  黃彬華。Android 4.x App 教戰手冊。碁峯資訊股份有限公司。
[22]  Android developer, NFC Basics , URL: http://developer.android.com/guide/topics/connectivity/nfc/nfc.html
[23]  Google Play,“QR Droid”, URL:
https://play.google.com/store/apps/details?id=la.droid.qr
[24]  詹澄翼,金流/安全機制齊備 NFC手機行動支付邁向商用, 新通訊 2013 年 8 月號 150 期《 趨勢眺望 》, URL:
http://www.2cm.com.tw/markettrend_content.asp?sn=1308080008
論文全文使用權限
校內
紙本論文於授權書繳交後5年公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

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