0% found this document useful (0 votes)
27 views5 pages

RFID-Based Attendance System Overview

This document describes an attendance system using RFID technology. The system uses RFID tags and a reader to uniquely identify and track people for attendance purposes. The RFID tags contain electronic identifiers that are read by the reader and stored on an EEPROM chip capable of storing 256 user details. The system hardware includes a microcontroller, RFID reader, LCD display, keypad and other components. The software is written in embedded C using a compiler. The system provides accurate attendance tracking and maintenance of records.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views5 pages

RFID-Based Attendance System Overview

This document describes an attendance system using RFID technology. The system uses RFID tags and a reader to uniquely identify and track people for attendance purposes. The RFID tags contain electronic identifiers that are read by the reader and stored on an EEPROM chip capable of storing 256 user details. The system hardware includes a microcontroller, RFID reader, LCD display, keypad and other components. The software is written in embedded C using a compiler. The system provides accurate attendance tracking and maintenance of records.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

ATTENDANCE SYSTEM USING RFID

ABSTRACT:

The main objective of the system is to uniquely identify and to make
attendance 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
EEPROM used for storing the details has the capability of storing 256 person
details at a time. The PC can be used for restoring all the details of attendance
made. 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 Program.
Radio-frequency identification (RFID) is a technology that uses radio
waves to transfer data from an electronic tag, called RFID tag or label, attached to
an object, through a reader for the purpose of identifying and tracking the object.
Some RFID tags can be read from several meters away and beyond the line of sight
of the reader. The application of bulk reading enables an almost-parallel reading of
tags.
The tag's information is stored electronically. The RFID tag includes a small
RF transmitter and receiver. An RFID reader transmits an encoded radio signal to
interrogate the tag. The tag receives the message and responds with its
identification information. Many RFID tags do not use a battery. Instead, the tag
uses the radio energy transmitted by the reader as its energy source. The RFID
system design includes a method of discriminating several tags that might be
within the range of the RFID reader

This project uses regulated 5V, 750mA power supply. 7805 three terminal
voltage regulator is used for voltage regulation. Bridge type full wave rectifier is
used to rectify the ac output of secondary of 230/18V step down transformer.



Block diagram:


















Power supply:










Microcontroller
RFID
Reader
MUX
LCD Display
Keypad
MAX
232
Serial
Communi
cation

Zigbee
Step
down
T/F
Bridge
rectifier
Filter
Voltage
regulator



RECEIVER:




















Zigbee MAX232 PC
9V
ADOPTER


SOFTWARE:
1. EMBEDDED C
2. RIDE TO WRITE CODE
3. ISP TO BURN THE CHIP
4. KEIL COMPILER.

HARDWARE:
1. MICRO CONTROLLER
2. POWER SUPPLY
3. LCD DISPLAY
4. MAX 232
5. RFID Tag
6. Mux
7. RFID reader
8. Key pad
9. PC











Advantages:

1. Safe and secure.
2. Easily maintain the daily attendance data base

Applications:

1. Toll- gates
2. Super markets
3. Petrol bunks
4. Restaurents

Common questions

Powered by AI

The use of a 7805 voltage regulator and bridge rectifier in the RFID attendance system's design offers several advantages. The 7805 voltage regulator provides a stable 5V output, essential for consistent operation of the microcontroller and other system components that require regulated power. The bridge rectifier converts AC input from the step-down transformer to DC output, which is utilized by the regulator to provide a continuous and reliable DC voltage . This setup ensures the system's electrical reliability and protects sensitive components from power fluctuations and surges .

Beyond attendance tracking, RFID technology has several practical applications, including usage in toll-gates for automated vehicle identification and toll payment, supermarkets for tracking inventory and processing transactions, petrol stations for payment and customer identification, and restaurants for managing orders and customer preferences . RFID enhances operational efficiency and data accuracy in these various settings by providing automated and real-time data processing capabilities .

The hardware components required for an RFID-based attendance system include the RFID tag, RFID reader, microcontroller, LCD display, MAX 232 for serial communication, power supply, MUX, keypad, and a PC. On the software side, the system utilizes tools such as Embedded ‘C’ for programming, RIDE to write code, ISP to burn the chip, and KEIL compiler for compiling the software .

A Zigbee module is included in the RFID attendance system to enable wireless communication between different system components. Zigbee provides a low-power, efficient means of transmitting information such as attendance data from the RFID reader to a central PC or server for processing and storage. This wireless communication capability reduces the need for extensive wiring, simplifying installation and system expansion, while also supporting real-time data transfer and integration with other networked devices .

RFID technology enables identification and tracking by using unique RFID tags, which each have a unique ID number. These tags are attached to individuals' badges or cards. When the RFID reader transmits an encoded radio signal, the tag receives the signal and responds with its stored identification information. This allows the system to recognize and record the presence of each individual as they pass within range of the reader . The data is then stored and managed through software, allowing for efficient attendance tracking .

Non-battery RFID tags significantly enhance the system's efficiency and reduce maintenance requirements. By eliminating the need for a battery, these tags decrease both the operational costs and environmental impact associated with battery disposal and replacement. The use of energy harvesting from the reader's signal for power enables these tags to be smaller, cheaper, and more durable, as there are no concerns related to battery lifespan or charging. This design choice ensures continuous operation and long-term reliability without the need for regular intervention or maintenance for battery-related issues .

In an RFID-based attendance system, the interaction between the RFID reader and tag begins when the reader sends out an encoded radio signal. When an RFID tag comes within range, it receives this signal and uses the energy from the signal to transmit its stored identification information back to the reader. This process, largely dependent on line-of-sight and the proximity of the tag to the reader, allows the system to accurately identify and log the presence of the tag's carrier . The reading process is facilitated by the RFID system's capability to discriminate between multiple tags in range .

RFID technology offers several advantages over traditional attendance tracking methods. It provides a safe and secure way to accurately record attendance by reducing human error and preventing fraudulent entries due to its automatic identification system. Additionally, it automates the data collection process, thus easily maintaining daily attendance databases and reducing the manual workload associated with traditional sign-in sheets . Moreover, the ability of RFID systems to read tags from several meters away without direct line-of-sight increases efficiency in environments with high throughput, such as toll gates and supermarkets .

EEPROM in the RFID-based attendance system is used for storing the attendance details of individuals. Its role is crucial in making the system capable of handling persistent storage of up to 256 individual records at a time . However, one limitation of EEPROM in this context is its storage capacity, which restricts the system from scaling beyond a certain number of users without additional storage solutions or frequent data offloading to a PC .

The RFID system ensures data security and reliability by uniquely identifying each person with a distinct RFID tag, which reduces the risk of duplication or impersonation. The secure transmission of identification information between the tag and the reader prevents unauthorized access during the data transfer process . Additionally, the ability to store attendance data on both EEPROM and a PC further secures the information and provides backup options to prevent data loss .

You might also like