Skip to content

deyi-tadx/arduino-rfid-attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Attendance using Arduino RFID

A sample idea on how to make a attendance system with the use of Arduino and RFID module. This sends data through serial connection then by received by a Python script listening on the serial port with the corresponding baud rate.

Installation

Python

Install Python from its official site then install the requirements.txt with pip

  • openpyxl
  • pyserial

Arduino

Install Arduino IDE and add the libraries found on the libraries.txt

  • MFRC522

Wiring Diagram

MFRC522 -> Arduino Uno

  • SDA -> 10
  • SCK -> 13
  • MOSI -> 11
  • MISO -> 12
  • GND -> GND
  • RST -> 9
  • 3.3V -> 3.3V

Usage

Open the Arduino sketch inside the ino folder, plug the Arduino board to computer and upload the sketch to the Arduino board. Then, run the Python script using Command Prompt with command: python attendance.py.

Note: Make sure that the command prompt instance is running on the correct or same directory of the Python script.

About

Simple attendance system using Arduino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published