博碩士論文 985302010 詳細資訊




以作者查詢圖書館館藏 以作者查詢臺灣博碩士 以作者查詢全國書目 勘誤回報 、線上人數:16 、訪客IP:18.218.184.214
姓名 吳俊緯(Chun-wei Wu)  查詢紙本館藏   畢業系所 資訊工程學系在職專班
論文名稱 RFID網路閘道器設計與應用
(RFID Network Gateway and Its Applications)
相關論文
★ 整合GRAFCET虛擬機器的智慧型控制器開發平台★ 分散式工業電子看板網路系統設計與實作
★ 設計與實作一個基於雙攝影機視覺系統的雙點觸控螢幕★ 智慧型機器人的嵌入式計算平台
★ 一個即時移動物偵測與追蹤的嵌入式系統★ 一個固態硬碟的多處理器架構與分散式控制演算法
★ 基於立體視覺手勢辨識的人機互動系統★ 整合仿生智慧行為控制的機器人系統晶片設計
★ 嵌入式無線影像感測網路的設計與實作★ 以雙核心處理器為基礎之車牌辨識系統
★ 基於立體視覺的連續三維手勢辨識★ 微型、超低功耗無線感測網路控制器設計與硬體實作
★ 串流影像之即時人臉偵測、追蹤與辨識─嵌入式系統設計★ 一個快速立體視覺系統的嵌入式硬體設計
★ 即時連續影像接合系統設計與實作★ 基於雙核心平台的嵌入式步態辨識系統
檔案 [Endnote RIS 格式]    [Bibtex 格式]    [相關文章]   [文章引用]   [完整記錄]   [館藏目錄]   [檢視]  [下載]
  1. 本電子論文使用權限為同意立即開放。
  2. 已達開放權限電子全文僅授權使用者為學術研究之目的,進行個人非營利性質之檢索、閱讀、列印。
  3. 請遵守中華民國著作權法之相關規定,切勿任意重製、散佈、改作、轉貼、播送,以免觸法。

摘要(中) 隨著物聯網時代的來臨,無線射頻識別(RFID)應用的需求變化也愈來愈大,若想要在現行應用系統擴充新的功能,開發人員就必須一一對所有的RFID節點重新燒錄程式碼,才能佈署新的應用,一旦開發完成上線後,便難以再更動程式。如此缺乏彈性且繁複的開發與佈署方式,造成RFID應用系統開發週期和成本大幅攀升。本論文提出一個RFID的閘道器平台,此平台的核心包括一顆32位元微控制器及RFID中介軟體(RFID Middleware)、RF無線通訊介面、以及一個嵌入式web伺服器軟硬體模組。藉由GRAFCET圖形化編輯器,遠端的開發人員可用直覺、高階行為方式描述應用系統的功能和離散事件程序,並轉譯成編碼表後,透過網際網路下載到閘道器,並傳送到各RFID節點。安裝於節點上的GRAFCET虛擬機器按照應用系統的編碼表,即時執行應用程式的邏輯。透過閘道器的平台與圖形化開發方式,不但可以提高系統設計的彈性,也順利解決嵌入式系統更新程式困難、佈署不易的難題。
摘要(英) With the coming of the era of Internet of Things (IoT), the changes in demand of the RFID applications are getting more and more increasing. So if we want to extend some new functions on current systems, the developers must upgrade the new codes to overall RFID nodes one by one for deployment. Once the deployment is completed and goes on production, it will be difficult to change the program again. The lack of flexibility and the complicated work of development and deployment steps results in the increasing of the cost and cycle of RFID system development. This thesis presents an RFID gateway platform and its kernel includes a 32-bit microcontroller, RFID middleware, RF wireless communication interface, and a software/hardware integrated module of an embedded web server. By the GRAFCET editor, the remote developers can describe the function and discrete event process of applications in an intuitive way and high-level perspective, translate it into coding table, download to gateway through Internet, and transfer to each RFID node. The GRAFCET Virtual Machine installed on each node runs the program logic according to the coding table in real-time. With the gateway platform and graphical development, it can not only enhance the flexibility of embedded system design but also solve the problem on the difficulty of upgrade and deployment issue.
關鍵字(中) ★ 中介軟體
★ 無線射頻識別
★ 閘道器
★ GRAFCET
關鍵字(英) ★ RFID
★ middleware
★ gateway
★ GRAFCET
論文目次 摘要 i
Abstract ii
致謝辭 iv
目錄 v
圖目錄 vii
表目錄 ix
第一章 前言 1
1.1 研究背景 1
1.2 研究目的 2
1.3 論文架構 2
第二章 RFID文獻探討 3
2.1 RFID發展背景 3
2.2 RFID原理 5
2.3 RFID中介軟體 8
2.4 現有RFID中介軟體的架構 10
第三章 RFID網路閘道器應用系統介面 13
3.1 GRAFCET虛擬機器 13
3.1.1 GRAFCET簡介 15
3.1.2 GRAFCET語言 19
3.2 GRAFCET解譯器 22
3.3 基於GRAFCET虛擬機器的系統開發 24
3.3.1 GRAFCET編輯器 25
3.3.2 GRAFCET網路傳送軟體 26
3.3.3 基於GRAFCET虛擬機器的開發流程 26
第四章 系統實作、整合與驗證 28
4.1 RFID網路閘道器的硬體環境 28
4.1.1 STM32嵌入式平台 28
4.1.2 嵌入式乙太網路控制器 30
4.1.3 RFID讀寫器模組 33
4.2 RFID網路閘道器 35
4.3 RFID網路節點 37
4.3.1 RFID嵌入式軟體架構 37
4.3.2 RFID中介軟體API 39
4.4 系統實作範例 40
4.3.1 情境模擬 41
4.3.2 實驗結果 42
4.3.3 結語 44
第五章 結論 45
5.1 結論 45
5.2 未來方向 45
參考文獻 47
參考文獻 [1]. 賴秋香,RFID市場發展現況,資策會創新應用服務研究所,2007年8月
[2]. Richard MacManus, Top 5 Web Trends of 2009: Internet of Things, Sep. 2009, http://www.readwriteweb.com/archives/top_5_web_trends_of_2009_internet_of_things.php
[3]. ITU (International Telecommunication Union), ITU Internet Reports 2005: The Internet of Things, ITU, Nov. 2005
[4]. EPCglobal標準 http://www.gs1tw.org/twct/web/EPC/epc01.html
[5]. 柳家瑋,基於GRAFCET虛擬機器之無線感測制動網路,國立中央大學資訊工程學系碩士論文,2011
[6]. 陳啟煌,RFID原理與應用,國立臺灣大學計算機及資訊網路中心電子報,第0002期,2007 http://www.cc.ntu.edu.tw/chinese/epaper/0002/20070920_2005.htm
[7]. 張之杰,首波門檻突破,ETC使用率正式衝破4%關卡,2006年2月20日
[8]. Jeremy Landt/Los Alamos Nat. Lab., NM, USA, “The history of RFID”, IEEE Poten-tials Vol. 24, Oct.-Nov. 2005
[9]. 鄭炳坤,RFID於物流中心應用之探討,中原大學工業工程學系碩士論文,2005
[10]. 戴江淮,RFID通訊網路與應用,碁峯,2009
[11]. 邱瑩青,RFID實踐:非接觸式智慧卡系統開發(第二版),學貫,2007
[12]. Wikipedia, Radio Frequency Identification, http://en.wikipedia.org/wiki/Radio-frequency_identification
[13]. 陳宏宇,RFID系統入門-無線射頻辨識系統,松崗,2004
[14]. George Roussos, “Networked RFID Systems, Software, and Services (Computer Com-munications and Networks)”, Springer, 2008
[15]. EPCglobal ALE Standard http://www.gs1tw.org/twct/web/EPC/epc10.html
[16]. 易火眼科技,YHY502XTG系列mifare模塊,http://www.ehuoyan.com/products_display.asp?pid=28&id=165&proid=82
[17]. Wikipedia, Petri net, http://en.wikipedia.org/wiki/Petri_net
[18]. David R., Alla H., “Petri Nets & Grafcet. Tools for Modeling Discrete Event Systems. New York: Prentice Hall”, 1992
[19]. STMicroelectronics, STM32 32-bit MCU, http://www.st.com/stm32
[20]. 智林測控技術研究所 http://www.the0.net
[21]. IEEE 802.3.1 Standard, “IEEE Approved Draft Standard for Management Information Base (MIB) Definitions for Ethernet”, May 2011
[22]. 蕭榮興/蘇偉仁/許育嘉,RFID運作的神經中樞-RFID Middleware,資策會電子商務研究所,電子商務導航,第六卷,第十四期,2004
[23]. 資茂科技,http://www.amostech.com.tw/Products/Reader.htm
[24]. 浯陽科技,MIAT-STM32嵌入式ARM Cortex M3開發平台,http://www.wu-yang.com.tw/p_info.php?p_type=1
[25]. Mark Roberti, The History of RFID Technology, Article of RFID Journal, http://www.rfidjournal.com/article/view/1338
[26]. Steve Holliday, The RFID facts, http://www.hightechaid.com/tech/rfid/rfid_facts.htm
[27]. Lutz Gretschel, AN/ALX-76 IFF System-Transponder Antenna Placement, 2007, refe-renced from http://www.f-15e.info/joomla/technology/avionics/66-iff-system
[28]. Yingliang Lu; Weifeng Zhang; Zengchang Qin; Yao Meng; Hao Yu, “DeftRFID: A Lightweight and Distributed RFID Middleware”, IEEE Conferences, 2010
指導教授 陳慶瀚(Ching-han Chen) 審核日期 2011-8-18
推文 facebook   plurk   twitter   funp   google   live   udn   HD   myshare   reddit   netvibes   friend   youpush   delicious   baidu   
網路書籤 Google bookmarks   del.icio.us   hemidemi   myshare   

若有論文相關問題,請聯絡國立中央大學圖書館推廣服務組 TEL:(03)422-7151轉57407,或E-mail聯絡  - 隱私權政策聲明