You are on page 1of 19

*

Project Work on RFID Based


Attendance System

By Piyush -134234
And Shubam-134151

* RFID stands for Radio Frequency Identification.


* The main concept of this attendance system using RFID is to

maintain the attendance record. Every student is allotted with a


particular authorized tag. This RFID tag can be used to swipe to
record the attendance in front of the RFID reader.

* Components required
1.RFID Reader(MFRC 522 RC522)
2.RFID Cards/Tags(13.56Khz/125Khz)
3.Arduino Uno
4.Connecting Wires/Patch Cords.

SDA=Serial Bidirectional Data


SCK=SPI Clock Signal
MOSI=Master Out Signal In
MISO=Master In Slave Out
GND
RST=Reset

Arduino RC522
* Pin 10 SDA
* Pin 13 SCK
* Pin 11 MOSI
* Pin 12 MISO
IRQ
* NC
* Gnd GND
* Pin 9 RST
* 3.3 V 3.3V

Caution
->IRQ is not connected with any pin
->And 3.3 V of RC522 should be
Connected with 3.3 V of Arduino not with
5V otherwise it will damage the reader

Source:Make Course
RFID Arduino Uno

Note;You can see the circuit as


Above if you use your mobile flas
Light onto the card

* We include the library files for the rfid from Manage

Library section in Arduino or can manually download


from the net(github).
* The next slide shows the dumpfile which comes with
the examples in the library by which we can find the
User ID of the tag/card

* Then we store these UID values in an array either in

hexadecimal formal or in decimal or whatever we


want.
* We then write a program to check if the card when
placed near the card reader matches with one of the
values of the array or not.
* If it maches we display an output message saying
attendance marked and we increase the attendance
by 1.
* The program and the results are given in the
upcoming slides

* Further this project could have been improved if we could have


directly updated the output to the database

*Thank You

You might also like