§ 瀏覽學位論文書目資料
  
系統識別號 U0002-2908201309480000
DOI 10.6846/TKU.2013.01236
論文名稱(中文) 基於近距離無線通訊(NFC)技術之社區安全管理系統
論文名稱(英文) An Implementation of Community Secure System based on Near Field Communication Technique
第三語言論文名稱
校院名稱 淡江大學
系所名稱(中文) 資訊工程學系碩士在職專班
系所名稱(英文) Department of Computer Science and Information Engineering
外國學位學校名稱
外國學位學院名稱
外國學位研究所名稱
學年度 101
學期 2
出版年 102
研究生(中文) 陳睦雅
研究生(英文) Mu-Ya Chen
學號 700410243
學位類別 碩士
語言別 繁體中文
第二語言別 英文
口試日期 2013-06-21
論文頁數 51頁
口試委員 指導教授 - 潘孟鉉
委員 - 洪麗玲
委員 - 張志勇
委員 - 潘孟鉉
關鍵字(中) NFC
Android
Arduino
門禁系統
巡邏
關鍵字(英) NFC
Android
Arduino
Secure system
Patrol
第三語言關鍵字
學科別分類
中文摘要
近年來,共同住宅的概念蓬勃發展。在台灣,共同住宅的建案日益增多,而在這樣多棟住宅構成的小型社區中,共同住宅中安全方面的問題自然成為了重要的課題。目前大部分新興的住宅會使用RFID Tag的門禁卡來取代傳統的鑰匙,但是,社區中的健身室、游泳池等等的設施中,往往缺乏安全的管理;所以,本論文的重點將會是使用近距離通訊(NFC)的裝置來加強社區整體的安全管理。
本系統使用NFC的標籤和讀寫器、備有NFC裝置之手機和平板電腦以及Arduino的模組作為基本架構,再將使用者分為兩種身分:住戶和管理員。首先,在大門口及各設施入口處放置NFC讀寫器,住戶進入社區及各項設施時,都要透過自身所持有的NFC標籤來辨識身分,系統也會提供住戶預約設施的功能,避免爭搶使用權的窘境。第二,在每個巡邏點將放置NFC的標籤,管理員到各巡邏點使用NFC設備感應標籤,便代表管理員有在規定的時間點到巡邏點查看,藉此,防止管理員未依照規定的時間到各點巡邏,亦或者假造巡邏簽到單。
英文摘要
The security is the most important issue in community management. To enhance the security, the RFID technologies are applied to replace the key for security check in community management. However, the RFID technique is only applied to identify the residents in the traditional community management and could be improved to provide more services, such as guard notification. In addition, a community usually consists of many public spaces, including exercise room and swimming pool. However, these public spaces usually lack the good management. Therefore, the RFID technique can be further applied to enhance the management of the public spaces in the community. The main idea of this thesis is to design and implement a security management system which applies the NFC technique for improving the security quality of a community.
The developed system consists of several hardware components, including the NFC tag and reader/writer, the mobile phone and tablet computer/desktop PC. The identity of users can be divided into two types: Residents and security guard. In the proposed system, the NFC reader/writer will be installed at entrance of each public space. All the residents need to be identified by checking their own NFC tag. In addition, the system will provide the reservation service for residents to book the indoor facility. More, an NFC tag should be deployed in each monitored object or area. When the security guard patrols the monitoring object or area, he uses NFC mobile phone to read the tag. Hence, the system will record the information of patrolling in the database. According to the records, community residents can check whether or not the guards have patrolled each monitoring area on time. The developed security system aims to improve the security quality of a community.
第三語言摘要
論文目次
目錄
第一章、 簡介	1
1.1	研究動機	1
1.2	研究目的	2
第二章、 相關技術	4
2.1	近距離無線通訊NFC介紹	4
2.1.1	NFC與Bluetooth比較和NFC標籤類型	6
2.2	數位門禁系統	9
2.3	市面上的巡邏系統	12
第三章、 軟硬體開發平台簡介	15
3.1	硬體元件介紹	15
3.2	Android作業平台與資料庫介紹	19
3.2.1	Android行動作業系統	19
3.2.2	MySQL資料庫	22
第四章、 社區安全系統架構與流程圖	26
第五章、 社區安全管理系統設計與實作	31
5.1	Arduino Uno開發板搭配WiFi及NFC模組之門禁辨識系統	31
5.2	社區設施預約與巡邏表檢視系統	34
5.3	管理員巡邏簽到系統	39
第六章、 結論與未來工作	41
參考文獻	42
附錄–英文論文	47

圖目錄
圖 1、NFC的三種運作模式	5
圖 2、Sony公司生產之NFC標籤	5
圖 3、NFC點對點模式示意圖	6
圖 4、NFC讀卡機	6
圖 5、Sony FeliCa NFC Tag	8
圖 6、NXP MIFARE NFC Tag	8
圖 7、磁卡門禁	10
圖 8、電子密碼鎖	10
圖 9、人臉辨識系統	11
圖 10、指紋辨識系統	11
圖 11、虹膜辨識系統	12
圖 12、Arduino Uno開發版	15
圖 13、(A)感測模組,(B)傳輸模組	17
圖 14、Seeedstudio WiFi模組	18
圖 15、Seeedstudio NFC模組	19
圖 16、Android介面元件示意圖	20
圖 17、Android設備USB偵錯示意圖	21
圖 18、社區安全管理系統架構圖	26
圖 19、住戶進出出入口流程圖	27
圖 20、一般住戶預約流程圖	28
圖 21、住戶管理委員會成員預約或查詢巡邏表流程圖	29
圖 22、管理員巡邏流程圖	30
圖 23、門禁辨識系統架構圖	32
圖 24、比對後,回傳開門或是找不到住戶訊息	33
圖 25、預約系統功能方塊圖	35
圖 26、功能選擇頁面	36
圖 27、顯示使用者選所月份的巡邏表	37
圖 28、預約設施選擇頁面	38
圖 29、(A)預約成功,(B)預約失敗	38
圖 30、比對後,回傳歡迎或是找不到預約資料訊息	39
圖 31、巡邏系統架構圖	39
圖 32、管理員使用Android行動設備感應設置的NFC Tag	40

表目錄
表 1、比較NFC與藍芽的不同	7
表 2、NFC Tag的類型	8
表 3、社區安全系統與一般門禁系統比較表	13
表 4、社區安全系統與一般巡邏方式與保全系統比較表	14
表 5、住戶資料表	23
表 6、管理員資料表	23
表 7、室內設施資料表	24
表 8、預約設施資料表	24
表 9、巡邏資料表	25
參考文獻
[1]	J. Zhao, S. Huang, Y. Wei, “Design and implementation of the Intelligent Patrol Management System based on RFID,” Electrical and Control Engineering (ICECE), pp.3879-3881, Sep. 2011.
[2]	C. Liu, L. Huang, “A study and realization of RFID security authentication system,” Computer Science and Information Processing (CSIP), pp.1382-1385, Aug. 2012.
[3]	Z. Fang; L. Wei; W. Chen; Y. He, “A RFID-Based Kindergarten Intelligence Security System,” e-Business Engineering (ICEBE), pp.321-326, Sep. 2012
[4]	董信民,“RFID技術導入營區門禁管制系統之研究”。中華大學科技管理學系碩士論文,2008。
[5]	洪菁苗,“RFID門禁及考勤系統之研究”。義守大學資訊管理學系碩士論文,2008。
[6]	L. Mainetti, L. Patrono, R. Vergallo, “IDA-Pay: An innovative micro-payment system based on NFC technology for Android mobile devices, ” Software, Telecommunications and Computer Networks (SoftCOM), pp.1-6, Sep. 2012.
[7]	B. Benyo, B. Sodor, T. Doktor, G. Fordo, “Student attendance monitoring at the university using NFC,” Wireless Telecommunications Symposium (WTS), pp.1-5, Apr. 2012.
[8]	W. D. Chen, K.E. Mayes, Y. H. Lien, J. H. Chiu, “NFC mobile payment with Citizen Digital Certificate, ” Next Generation Information Technology (ICNIT), pp.120-126, June 2011.
[9]	T. Ali, M.A. Awal, “Secure mobile communication in m-payment system using NFC technology, ” Informatics, Electronics & Vision (ICIEV), pp.133-136, May 2012.
[10]	中華電信Hami 智慧錢包服務URL: http://www.cht.com.tw/aboutus/messages/msg-121008-174621.html
[11]	中華電信一機在手,港都Smart遊URL: http://www.cht.com.tw/aboutus/messages/msg-130703-164814.html
[12]	台灣數位工程股份有限公司-電腦連線門禁管理系統URL:
http://www.tdac-tdac.com/main.php?sub=about&no=200810091422468518
[13]	宗亞資訊工業股份有限公司URL:
http://www.camti.com.tw/index.php?mid=m030
[14]	威斯迪肯數位家庭-數位門禁URL: http://www.vision.url.tw/Digital_Doorlock.html
[15]	新光保全URL: 
http://www.sks.com.tw/
[16]	中興保全URL:
http://www.secom.com.tw/
[17]	長榮保全URL: 
	http://www.evergreensecurity.com.tw/
[18]	台灣保全URL:
http://www.sks-tws.com.tw/index.php?option=com_content&view=frontpage&Itemid=1
[19]	張志勇、翁仲銘、石貴平、廖文華,物聯網概論。台北市:碁峯資訊股份有限公司,2013年1月。
[20]	鑫智數位,DreamweaverCS3與PHP5&MySQL。新北市:博碩文化股份有限公司,2007年12月。
[21]	德瑞工作室,Dreamweaver & PHP 網頁資料庫實務應用。台北市:文魁資訊股份有限公司,2006年11月。
[22]	渡嘉敷 守,Android APP UI介面與程式設計觀念。台灣:電腦人文化,2012年6月。
[23]	鄧文淵,Android初學特訓班(第三版)。台北市:碁峯資訊股份有限公司,2013年4月。
[24]	藍易,全方位學習PHP&MYSQL。台灣:易習圖書,2012年12月。
[25]	Arduino官方網站URL:
	http://www.arduino.cc/
[26]	Arduino介紹URL:
https://ascc.sinica.edu.tw/iascc/articals.php?_section=2.4&_op=?articalID:4624
[27]	Arduino WiFiShield URL: 
http://arduino.cc/en/Main/ArduinoWiFiShield
[28]	Android官方網站URL:
http://www.android.com/index.html
[29]	Seedstudio Wifi Shield URL: http://www.seeedstudio.com/wiki/Wifi_Shield_V1.1
[30]	Seedstudio NFC Shield URL: 
http://www.seeedstudio.com/wiki/NFC_Shield_V1.0
[31]	Eclipse URL:
http://zh.wikipedia.org/wiki/Eclipse
[32]	Sony URL:
http://www.sonymobile.com/global-en/products/accessories/xperia-smarttags/
[33]	NFC Standard Brings Simple Peer-to-Peer Communication URL:
http://siliconangle.com/blog/2011/09/29/new-nfc-standard-brings-simple-peer-to-peer-communication-within-easy-reach/
[34]	近場通訊URL:
http://zh.wikipedia.org/wiki/%E8%BF%91%E5%A0%B4%E9%80%9A%E8%A8%8A
[35]	Near Field Communication URL:  http://en.wikipedia.org/wiki/Near_field_communication
[36]	實現非接觸資訊交換 NFC射頻測試扮要角URL: http://www.mem.com.tw/article_content.asp?sn=1107130011&page=1
[37]	MySQL URL: 
https://zh.wikipedia.org/wiki/MySQL
論文全文使用權限
校內
校內紙本論文立即公開
同意電子論文全文授權校園內公開
校內電子論文於授權書繳交後5年公開
校外
同意授權
校外電子論文於授權書繳交後5年公開

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