跳到主要內容

臺灣博碩士論文加值系統

(216.73.216.59) 您好!臺灣時間:2025/10/12 06:19
字體大小: 字級放大   字級縮小   預設字形  
回查詢結果 :::

詳目顯示

我願授權國圖
: 
twitterline
研究生:戴志堅
研究生(外文):Zhi-jian Tai
論文名稱:一個多種協定的RFID讀取器設計工具
論文名稱(外文):An RFID Reader Design Tool for Various Protocols
指導教授:黃秋煌黃秋煌引用關係
指導教授(外文):Chua-Huang Huang
學位類別:碩士
校院名稱:逢甲大學
系所名稱:資訊工程所
學門:工程學門
學類:電資工程學類
論文種類:學術論文
論文出版年:2009
畢業學年度:97
語文別:英文
論文頁數:37
中文關鍵詞:code generator讀取器無線射頻識別ISO/IEC 14443automated design flowISO/IEC 15693
外文關鍵詞:ISO/IEC 15693readerISO/IEC 14443radio frequency identificationcode generatorautomated design flow
相關次數:
  • 被引用被引用:0
  • 點閱點閱:246
  • 評分評分:
  • 下載下載:0
  • 收藏至我的研究室書目清單書目收藏:0
目前在Radio Frequency Identification (RFID) systems上的開發與設計需要耗費相當長的時間。API的設計與開發在讀取器的設計上扮演了相當重要的角色。每一個API都是由各種不同的command sequence和frame format組成,不正確的command sequence是無法驅動tag達到想完成的動作。讀取器的開發者重新排列command sequence組合成各種的reader功能。這一篇論文提出了一個讀取器設計工具來改善讀取器的開發流程。讀取器設計工具利用產生skeleton的方式來降低開發時間。讀取器的skeleton確保了command sequence和frame format的正確性。此skeleton採用C語言實作以方便在完成之後可快速的產生一個讀取器的開發雛型。我們總結出command sequence的BNF rule,此BNF rule 可提供command sequence和frame format的驗證。此讀取器的開發雛型可上傳至ARM開發環境上進行測試。
Radio Frequency Identification (RFID) system design and implementation takes a long development time.
Application progamming interface (API) design and implementation is an important issue in reader design.
Each API is composed of various command sequences and frame format.
Invalid command sequence or frame format can not interactive with RFID tags successfully.
A reader designer rearranges command sequence to compose various reader functions.
This thesis proposes a RFID reader design tool to improve the development flow.
The design tool generates reader skeleton to reduce the development time.
The reader skeleton guarantee the correctness of command sequence and command frame format.
It is implemented using C language that the reader designer completeds the skeleton to create a prototype reader rapidly.
We summarize the command sequence''s BNF rule accordance with ISO/IEC FCD 14443A specification.
The BNF rule provides commands sequence and commands frame format validation.
The prototype reader can be uploaded to and run on an ARM board enviroment.
1 Introduction 1
2 Related Works 3
3 RFID Reader Components 5
3.1 Reader Operation Analysis . . . . . . . . . . . . . . . . . . . . . . . . 5
3.2 Reader Components Analysis . . . . . . . . . . . . . . . . . . . . . . 6
4 Reader Design Methodology 9
4.1 Overview of Reader Operations . . . . . . . . . . . . . . . . . . . . . 9
4.2 Command Sequences and BNF Rules . . . . . . . . . . . . . . . . . . 13
4.3 BNF Rules Implementation . . . . . . . . . . . . . . . . . . . . . . . . 16
5 Reader Design Tool Architecture 19
5.1 Reader Design Tool Architecture . . . . . . . . . . . . . . . . . . . . . 20
5.2 BNF Rule Implementation . . . . . . . . . . . . . . . . . . . . . . . . 20
5.3 RFID Reader Framework . . . . . . . . . . . . . . . . . . . . . . . . . 21
5.4 ADS System Architecture . . . . . . . . . . . . . . . . . . . . . . . . . 22
6 System Implementation 23
6.1 API Skeleton . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23
6.2 Command Sequence Script . . . . . . . . . . . . . . . . . . . . . . . . 25
6.3 Command Format Script . . . . . . . . . . . . . . . . . . . . . . . . . 25
7 Conclusion and Future Work 27
[1] K. Traub, G. Allgair, H. Barthel, L. Burstein, J. Garrett, B. Hogan, B. Rodrigues,
S. Sarma, J. Schmidt, C. Schramek, R. Stewart and K. K. Suen. The EPCglobal
Architecture Framework. Technical report, EPCglobal, Inc., 2005.
[2] Z. Min, L. Wenfeng, W. Zhongyun, L. Bin and R. Xia. A RFID-based Material
Tracking Information System. In Proceedings of 2007 IEEE International
Conference on Automation and Logistics, pages 2922–2926, 2007.
[3] A. Juels and J. Brainard. Soft Blocking: Flexible Blocker Tags on the Cheap.
In Proceedings of the 2004 ACM Workshop on Privacy in the Electronic Society,
pages 1–7, 2004.
[4] K.-S. Huang and S.-M. Tang. RFID Applications Strategy and Deployment in
Bike Renting System. In Proceeding of the 10th International Conference on
Advanced Communication Technology, volume 1, pages 660-663, 2008
[5] R. Weinstein. RFID: A Technical Overview and Its Application to the Enterprise.
IT Pro Journal, 7(6):27–33, 2005.
[6] H. Deng, M. Varanasi, K. Swigger, O. Garcia, R. Ogan and E. Kougianos. Design
of Sensor-Embedded Radio Frequency Identification (SE-RFID) Systems.
In Proceedings of the 2006 IEEE International Conference on Mechatronics and
Automation, pages 792–796, 2006
[7] ISO/IEC FCD 14443-2. Identification cards – Contactless integrated circuit(s)
cards – Proximity cards, Part 2: Radio frequency power and signal interface, 1999.
[8] ISO/IEC FCD 14443-3. Identification cards – Contactless integrated circuit(s)
cards – Proximi cards, Part 3: Initialization and anticollision, 2000.
[9] J. G. Lee, S. J. Hwang, S. W. Kim, S. Ahn, K. Park, J. H. Koo and W. S. Kang.
Software Architecture for a Multi-Protocol RFID Reader on Mobile Devices. In
Proceedings of the Second International Conference on Embedded Software and
Systems, pages 81–88, 2005.
[10] EPCglobal. EPC Radio-Frequency Identity Protocols Class-1 Generation-2 UHF
RFID Protocol for Communications at 860 MHz – 960 MHz Version 1.1.0. Technical
report, EPCglobal, Inc., 2005.
[11] ISO/IEC FCD 14443-4. Identification cards – Contactless integrated circuit(s)
cards – Proximi cards, Part 4: Transmission protocol, 2000.
[12] ISO/IEC FCD 15693-2. Identification cards – Contactless integrated circuit(s)
cards – Vicinity Integrated Circuit(s) Card, Part 2: Radio frequency power and
signal interface, 2000.
[13] ISO/IEC FCD 15693-3. Identification cards – Contactless integrated circuit(s)
cards – Vicinity Integrated Circuit(s) Card, Part 3: Anti-collision and transmission
protocol, 2000.
[14] ISO/IEC FDIS 18000-6. ISO 18000 Series: Information technology AIDC techniques
– RFID for item management – Part 6 – Parameters for air interface communications
at 860-960 MHz, 2003.
[15] S. Kobayashi, K. Sakamura and T. Morokuma. A Dynamic Retargettable Multi-
Protocol RFID Reader/Writer. In Proceedings of the 21st International Conference
on Advanced Information Networking and Applications Workshops, pages
340–346, 2007.
QRCODE
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                               
第一頁 上一頁 下一頁 最後一頁 top
無相關期刊