無線射頻識別 論文報告

45
授授授授 : 授授授 授授 報報報 : 報報報 授授授授授授 授授授授

description

無線射頻識別 論文報告. 授課教授 : 黃秋煌 教授 報告人 : 林裕勝. outline. A Hybrid Middleware for RFID-based Parking Management System using Group Communication in Overlay Networks Smart Parking Applications Using RFID Technology Automated Parking Slot Allocation using RFID Technology. - PowerPoint PPT Presentation

Transcript of 無線射頻識別 論文報告

Page 1: 無線射頻識別 論文報告

授課教授 : 黃秋煌 教授

報告人 :林裕勝

無線射頻識別論文報告

Page 2: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU

outline

1. A Hybrid Middleware for RFID-based Parking Management System using Group Communication in Overlay Networks

2. Smart Parking Applications Using RFID Technology

3. Automated Parking Slot Allocation using RFID Technology

2

Page 3: 無線射頻識別 論文報告

Young-Seok Lee and Hyunho Yang and Jaewan Lee

A Hybrid Middleware for RFID-based Parking Management System

using Group Communication in Overlay Networks

Page 4: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 4

(1)Introduction

4

• This paper present design of an electronic parking management system based on RFID technology.

• Designed a middleware based on group communication in P2P networks

Page 5: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 5

(1)Related Works

5

• Peer-to-peer Middleware

• peer-to-peer (P2P) : a class of systems and applications that employ distributed resources to perform a function in a distributed manner.

Page 6: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 6

(1)Related Works (con’t)

6

• Peer-to-Peer Group Communication• When a message of interest is sent, the peer-to-peer

network can handle the delivery to each interested recipient.

• We choose the ring topology to build the overlay network.

Page 7: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 7

(1)Related Works (con’t)

7

• Parking Management System• Electronic parking management system (ePMS)

maintains a real-time parking space inventory across a set of participating facilities.

• ePMS helps drivers find parking lots quickly.

Page 8: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 8

(1)Architecture of Hybrid Middleware forRFID-based ePMS

8

• Process the data from tags collected by the readers deployed in the RFID infrastructure.

Page 9: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 9

(1)Architecture of Hybrid Middleware forRFID-based ePMS (con’t)

9

• Hybrid Middleware Components• Peer Group Membership Manager - used to create all

the groups.

• Group Communication Coordinator - controls the rate of heartbeat messages that sends a multicast message to other member nodes.

• Parking Event Manager - this node acts as the sink node for all parking events.

• Service Connectors - Specific nodes are tasked to perform specialized roles in the peer groups.

Page 10: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 10

(1)Architecture of Hybrid Middleware forRFID-based ePMS (con’t)

10

• Overlay Node• The detection region of the reader can span several

parking slots.

• The presence detector in each slot provides the trigger

- Fires the parking event (entering or leaving)

- Activates the reader

• Our approach describes two types of parking events:

- ENTERING event

- LEAVING event

Page 11: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 11

(1)Architecture of Hybrid Middleware forRFID-based ePMS (con’t)

11

• Group Communication Model• create(credentials, groupID)

• join(credentials, groupID, eventHandler)

• leave(credentials, groupID)

• multicast(credentials, groupID, event)

• send(msg, nodeID)

• The deliver function handles message delivery events in each node.

Page 12: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 12

(1)Architecture of Hybrid Middleware forRFID-based ePMS (con’t)

12

Page 13: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 13

(1)Implementation of RFID-based ElectronicParking Management System

13

• The ePMS have the following basic hardware features:

• The system should be able to detect occupancy

• Two types of events should be clearly distinguishable:

- entering & leaving

• Distinct mechanism for two types of detection is supported: presence detection & identity detection.

• Each authorized vehicle is provided a passive RFID tag

• RFID readers are distributed in the parking spaces

• presence detectors are installed per individual parking slot.

Page 14: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 14

(1)Implementation of RFID-based ElectronicParking Management System (con’t)

14

• Our system aims to provide the following application services for:• Real-time monitoring.

• An on-demand search utility to locate a vehicle.

• Automated ticket and parking fee collection is a future feature goal.

Page 15: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 15

(1)Implementation of RFID-based ElectronicParking Management System (con’t)

15

• ePMS consists of : • RFID sensors

• vehicle presence detectors

• host computers

• communication/power infrastructure

• Internet based applications for system monitoring and user queries.

Page 16: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 16

(1)Implementation of RFID-based ElectronicParking Management System (con’t)

16

Page 17: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 17

(1)Implementation of RFID-based ElectronicParking Management System (con’t)

17

Page 18: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 18

(1)Implementation of RFID-based ElectronicParking Management System (con’t)

18

Page 19: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 19

(1)Experimental Results

19

Page 20: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 20

(1)Experimental Results(con’t)

20

Page 21: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 21

(1)Summary and Conclusions

21

• Our simulation results indicate that network performance in terms of reduced message hops and round trip delay is improved by the proposed approach.

• While our work is preliminary and much improvement of the platform remains to be done.

Page 22: 無線射頻識別 論文報告

Zeydin PALA and Nihat INAN

Smart Parking Applications Using RFID Technology

Page 23: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 23

(2)Introduction

23

• The software aimed to handle : • The management

• Controlling

• Transaction

• The hardware requirements,by the utilization :

• RFID readers

• Barriers

• labels

Page 24: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 24

(2)General Structure and Design of The System

24

Page 25: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 25

(2)General Structure and Design of The System (con’t)

25

• Database - store and manage the vehicle tracking data.

• RFID reader - USB port and EM Manrin Protocol (EM4 102).

• RFID labels - be read from approximately 7.62 cm distance.

• Barriers - with USB port connection.

Page 26: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 26

(2)General Structure and Design of The System (con’t)

26

• How does the system work?

Page 27: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 27

(2)General Structure and Design of The System (con’t)

27

Page 28: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 28

(2)Discussion

28

• If a vehicle doesn't have any previous records registered to the database.

• If a vehicle has a previous record stored on the system.

• if a vehicle checks-in to a parking-lot without RFID notification.

• If a checked-in vehicle does not get checked-out.

• If two vehicles enter a parking-lot side by side.

• Internet disconnection during the processes.

Page 29: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 29

(2)Results

29

• All the parking-lots in a city could be operated in an economical and fast way.

• A remote access and administration of the system will also be possible.

• Personnel costs will be cut off.

Page 30: 無線射頻識別 論文報告

K.Ganesan and K.Vignesh

Automated Parking Slot Allocation using RFID Technology

Page 31: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 31

(3)Introduction

31

• Recommend a simple, and an efficient technology to bring down waiting time.

• We use RFID technology for parking slot allocation.

• Fitted with a passive RFID tag.

Page 32: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 32

(3)Working Principle

32

• Two RFID readers whose sensing range is about 10 meters

• one at the entry point and the other at the exit point of the parking area.

Page 33: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 33

(3)Working Principle(con’t)

33

• Whenever a vehicle enters at the entry point:

1. Electronic Product Code is recognized by the RFID reader.

2. The middleware queries the database and finds the available free slots.

3. One of the free slots is chosen and it is assigned to the incoming vehicle.

Page 34: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 34

(3)Working Principle(con’t)

34

• If user has registered with this web server,he will be informed about the parking slot availability through Short Messaging Service periodically.

• if necessary, the parking slot can be booked in advance by disseminating our mobile number.

• When a reserved user enters into the parking area:

1. His vehicle RFID is verified first against the reserved slot.

2. If it matches: his slot is confirmed.

3. Otherwise a new slot is allocated, if available.

Page 35: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 35

(3)Working Principle(con’t)

35

• Whenever an end user drives through the exit point the RFID reader:

1. Senses the Electronic Product Code and passes to the middleware.

2. the necessary parking charges are calculated.

3. The slot availability status is updated by deallocating the released slot.

Page 36: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 36

(3)Implementation

36

Page 37: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 37

(3)Implementation(con’t)

37

• Serial Port Communicator

• Adapter() : makes connectivity with the RFID reader and captures the RF signal.

• Process_Data() : convert the RF signal into stream of characters.

• Filter() : removes the unwanted data and extracts only the Electronic Product Code.

• Settings() : sets the necessary parameters.

Page 38: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 38

(3)Implementation(con’t)

38

• Free Slot Checker

• Vehicle_Counter() : reports us the number of vehicles that are parked in the parking station.

• Slots_Occupied() : sends the details about the number of slots occupied to the display terminal.

• Slots_Updation() : uploads the slot availability details to the web server at periodic intervals (say every 2 minutes).

Page 39: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 39

(3)Implementation(con’t)

39

• Parking Charge Calculator

• Vehicle_In_Time() : adds timestamp whenever the vehicle enters into the parking entrance and a slot is allotted.

• Vehicle_Out_Time() : adds the timestamp to the relevant vehicle, whenever the vehicle checks-out and deallocates the parking slot.

• Parked_Duration() : calculates the parking duration of the vehicle.

• Duration_Charges() : calculates the amount to be paid.

Page 40: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 40

(3)Implementation(con’t)

40

• Free Slot Viewer

• Status_SMS() : (1)Parking is full or not. (2)If slots are available, how many are available.

• Send_Message() : formats the qureried data obtained from the database into an appropriate text message and sends it to the user.

• If the reservation for a parking slot request arrives, the middleware checks for the availability of free slot and reserves the slot to the requested user.

Page 41: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 41

(3)Results and Conclusion

41

• We have demonstrated that Can allot a parking slot automatically.

• Updating the slot availability details into a web server.

• We can use a third RFID reader at the entry point. If the user shows his RFID enabled vehicle key (RFID tag attached) to the reader it can give the location and slot number.

Page 42: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 42

Review

42

1. 設計一個使用 RFID技術的停車場管理系統 , 及使用 P2P網路通信架構來減少訊息傳遞的時間及延遲時間。

2. 提出並實驗一個包含中央伺服器及分散式停車場 (一次管理多個停車場 )的架構。

3. 提出一個車位分配系統,減少駕駛等待及尋找車位的時間。

Page 43: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 43

Comparative

43

1. 使用一個 reader讀取範圍涵蓋所有停車格,安裝車輛存在感測器在每個停車格,用來偵測停車格是否有車輛停放。

2. 模擬在三個停車場出入口處皆設置一個 reader,透過條件判斷是否開啟柵欄。

3. 在入口及出口處皆設立一個 reader,透過條件判斷是否開啟柵欄,及使用資料庫來指定 /預定車位。

Page 44: 無線射頻識別 論文報告

RFID Lab, Dept. IECS, FCU 44

Discussion

44

1. 僅使用一台 reader是否不夠 (範圍、耗損 ),如發生讀取失敗則無法計算停車費。使用車輛存在感測器能準確的得到停車場的使用狀況。

2. 僅管制出入,並沒有管理內部停車格使用狀況是否會有問題。使用中央伺服器能一次管理及掌控多處的停車場,及暫時斷網時,能即時啟用個別的伺服器。

3. 系統會分配車位,但如果沒照分配的位置停放。使用 SMS即時通知有註冊的使用者停車場的狀況,可避免到場才知道沒車位。

Page 45: 無線射頻識別 論文報告

Thank you