digital parking

22
1

Upload: bhavithd

Post on 28-Nov-2014

4.424 views

Category:

Business


5 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Digital parking

1

Page 2: Digital parking

2

DIGITAL PARKING

SUBMITED BY Bhavith D

5th Sem CS 497IS08003

Page 3: Digital parking

3

INTRODUCTION

This project aims at implementing a digital vehicle management system using radio frequency identification (RFID) technology. This digital vehicle management system will enhance the utilization of parking space and help user check the availability of the parking space remotely since the system is connected to the Internet.

The project will be implemented in four stages. Embedding the code into a tag and assigning the same to a

car. Reading the data from the RFID tag to the microcontroller. The data is uploaded from microcontroller to the Ethernet

network. To keep a track of vacancies of the parking spaces.

Page 4: Digital parking

4

PARKING LOT MANAGENENT SYSTEM

Page 5: Digital parking

5

BACKGROUND

Introduction to RFID

Introduction to Microcontroller

Page 6: Digital parking

6

INTRODUCTION TO RFID

An RFID tag-transponder.

An RFID reader-transceiver.

A predefined protocol for the information transferred.

Page 7: Digital parking

7

BASIC INFRASTRUCTURE OF RFID SYSTEM

Page 8: Digital parking

8

IMPLEMENTATION

Design of the system Hardware setup Network setup Building the project Updating the file arrays using CMX

HTML2C Execution and viewing the result

Page 9: Digital parking

9

DESIGN OF THE SYSTEMBLOCK DIAGRAM OF PARKING LOT MANAGEMENT SYSTEM

Page 10: Digital parking

10

THE PROJECT IS IMPLEMENTED IN FIVE

STAGES

Writing into the tag Reading from the tag Data feed to the microcontroller Data transfer to Ethernet Tracking the count

Page 11: Digital parking

11

HARDWARE SETUP

Installation of RFID

Installation of Microcontroller and Ethernet Development Board

Page 12: Digital parking

12

INSTALLATION OF RFID

MIFARE READ & WRITE

Page 13: Digital parking

13

INSTALLATION OF MICROCONTROLLER AND ETHERNET DEVELOPMENT BOARD

EMBEDDED ETHERNET DEVELOPMENT BOARD ATTACHMENT

Page 14: Digital parking

14

NETWORK SETUP

The Embedded Ethernet Development Kit can be connected to the Ethernet network using a standard Ethernet cable or directly to a PC using a crossover cable.

Page 15: Digital parking

15

BUILDING THE PROJECTEMBEDDED ETHERNET NETWORK CONNECTION

(STANDARD CABLE)

Page 16: Digital parking

16

SYSTEM CONNECTIONS

Page 17: Digital parking

17

UPDATING THE FILE ARRAYS USING CMX HTML2C

A web server content is added to the project in the form of file arrays because the cross compiler used by the microcontroller can only understand C- language and Hex code.

Page 18: Digital parking

18

EXECUTION AND VIEWING THE RESULT

After including the HTML code in the main program, the system has to be compiled once again for making sure that it has zero errors.

Page 19: Digital parking

19

WEB PAGE FOR DIGITAL PARKING SYSTEM

Page 20: Digital parking

20

DIGITAL PARKING SYSTEM OUTPUT WHEN FILLED WITH ONE CAR

Page 21: Digital parking

21

CONCLUSIONS

By making use of the Paramount’s RFID kit and Silicon labs’ C8051F120 microcontroller and AB4 Ethernet development board, a digital parking lot management system was designed and implemented in this project. With this digital parking system, a car with authorized RFID tag can fast enter the parking lot without manually scanning the parking permit. This parking system will also help users view the availability of the parking space remotely. Therefore, this system helped user reduce the wasting time of search parking lot and also improve the parking lot utilization.

Page 22: Digital parking

22