5505 Rfid Based Security System Using Arduino PDF
5505 Rfid Based Security System Using Arduino PDF
5505 Rfid Based Security System Using Arduino PDF
http://www.projectsof8051.com/rfid-based-security-system-using-arduino/
Synopsis for
Radio Frequency Identification (RFID) based security system is one of the solutions to
address this problem. This system can be used to allow access for student in school, college, and
university. It also can be used to take attendance for workers in working places. Its ability to
MicroTronics Technologies
Website: www.projectsof8051.com Mobile: 99707 90092 Email: info@mtronixtech.com
Microtronics technologies Mobile: 99707 90092
Website: www.projectsof8051.com Email: info@mtronixtech.com
uniquely identify each person based on their RFID tag type of ID card make the process of
allowing security access easier, faster and secure as compared to conventional method.
Students or workers only need to place their ID card on the reader and they will be
allowed to enter the campus. And if any invalid card is shown then the buzzer is turned on.
2 Abstract
The security system is basically an embedded one. Embedded stands for hardware
controlled by software. Here, the software using a Microcontroller controls all the hardware
components. The microcontroller plays an important role in the system.
The main objective of the system is to uniquely identify and to make security for a
person. This requires a unique product, which has the capability of distinguishing different
person. This is possible by the new emerging technology RFID (Radio Frequency Identification).
The main parts of an RFID system are RFID tag (with unique ID number) and RFID reader (for
reading the RFID tag). In this system, RFID tag and RFID reader used are operating at 125 KHz.
The microcontroller internal memory is used for storing the details.
This report provides a clear picture of hardware and software used in the system. It also
provides an overall view with detailed discussion of the operation of the system.
MicroTronics Technologies
Website: www.projectsof8051.com Mobile: 99707 90092 Email: info@mtronixtech.com
Microtronics technologies Mobile: 99707 90092
Website: www.projectsof8051.com Email: info@mtronixtech.com
3 Block Diagram
LCD
Display
RFID
Card
Motor DC
Arduino
Driver Motor
RFID
Reader
Buzzer
MicroTronics Technologies
Website: www.projectsof8051.com Mobile: 99707 90092 Email: info@mtronixtech.com
Microtronics technologies Mobile: 99707 90092
Website: www.projectsof8051.com Email: info@mtronixtech.com
This is the most important segment of the project. The controller is responsible for
detection and polling of the peripherals status. It is responsible for making decisions for the
connected devices. It is responsible for prioritizing all the slaves attached to it.
It is the major part of the system which controls all the operation of the circuit such as
LCD interfacing, square wave generation. It also decides the messages to be displayed on the
LCD along with the time duration for which they should be displayed on the LCD.
Microcontroller also decides the frequency of square wave output.
Liquid Crystal Display which is commonly known as Alphanumeric Display can display
Alphabets, Numbers as well as special symbols thus alphabets. Graphic display has embedded
MicroTronics Technologies
Website: www.projectsof8051.com Mobile: 99707 90092 Email: info@mtronixtech.com
Microtronics technologies Mobile: 99707 90092
Website: www.projectsof8051.com Email: info@mtronixtech.com
controller for controlling different modes. Controller accepts commands and data bytes from
micro controller.
LCD display has total 16 pins for interface with processor. RS is instruction or data select
line. This pin is kept high or low by microcontroller to indicate command instruction or data
bytes on data bus db0-db7. Special feature of this LCD module is it allows reading of data bytes
stored in RAM. Pin no. 5 i.e. R/W is used for deciding read operation or write operation. Graphic
display has RAM memory for storing characters codes to be displayed on LCD.
We have used 16 x 2 Alphanumeric Display which means on this display we can display two
lines with maximum of 16 characters in one line.
3) Motor
MicroTronics Technologies
Website: www.projectsof8051.com Mobile: 99707 90092 Email: info@mtronixtech.com
Microtronics technologies Mobile: 99707 90092
Website: www.projectsof8051.com Email: info@mtronixtech.com
It reads the RFID card shown in front of it and then sends out the code of the respective card.
This code is sent through serial communication.
Applications
1) In Educational institutes
It is used for the security in colleges, schools and universities.
2) In Companies / Industries
It is used for the security in software companies, industries.
http://www.projectsof8051.com/rfid-based-security-system-using-arduino/
MicroTronics Technologies
Website: www.projectsof8051.com Mobile: 99707 90092 Email: info@mtronixtech.com