Skip to content

Rosemar4/Smart-attendance-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

The Smart Attendance System is a low-cost and efficient project that uses RFID technology to track attendance and automatically log it into an Excel or CSV file. It eliminates manual record-keeping, reduces errors, and ensures reliable time-stamped entries.

Features

RFID-based Identification: Each user is assigned a unique RFID tag that acts as their ID card.

Automatic Logging: Upon scanning, details such as ID, date, and time are stored in an Excel or CSV sheet.

Real-Time Clock (RTC): Provides accurate timestamps for each record.

Feedback Display (optional): An LCD screen can be used to display successful scans or errors.

Scalability: Can be adapted for schools, offices, or events requiring attendance monitoring.

Tech Stack

Arduino Uno – main microcontroller.

RC522 RFID Module – reads unique tag IDs.

RTC Module – ensures real-time clock accuracy.

Excel/CSV Logging – handled via Python script or Arduino serial connection with Excel macros.

LCD Display (optional) – provides instant feedback.

⚙️ How it Works

Each user is issued an RFID tag/card linked to their identity.

When the tag is scanned, the RFID module transmits its unique ID to the Arduino.

Arduino processes the ID, fetches the current date and time from the RTC module, and sends the data to a computer.

A Python script or Excel macro receives the data and logs it into an attendance sheet in real time.

The LCD (if included) shows whether the scan was successful or if the tag is unauthorized.

📂 Applications

Schools and Universities – student attendance tracking.

Offices – employee check-in/check-out system.

Events – quick and automated participant registration.

This project demonstrates the practical use of RFID technology in creating efficient, automated, and paperless systems. It is beginner-friendly yet scalable for larger implementations.

About

The Smart Attendance System is a low-cost and efficient project that uses RFID technology to track attendance and automatically log it into an Excel or CSV file. It eliminates manual record-keeping, reduces errors, and ensures reliable time-stamped entries.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages