Skip to content

Attendance tracking by using NFC tags and a NFC card reader with a Raspberry Pi

Notifications You must be signed in to change notification settings

RemcoKuijpers/NFC_attendance_tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NFC_attendance_tracking

Attendance tracking by using NFC tags and a NFC card reader with a Raspberry Pi. With this project it's possible to track the attendance of employees. The employees have to scan their NFC card with the NFC reader that's connected to the Raspberry Pi. The Raspberry Pi runs a Gui, on the Gui you can see the current time, the people that are present and some other information. There are three buttons on the Gui, one for registering new people, one for closing the Gui and one for saving the .xls (excel) log files to a usb stick.

In this README is explained how to get the project up and running. If you want know more about how the project works, you can check out the wiki. (the wiki is still in the making)

Getting started

In this chapter is explained how to get the project up and running.

Hardware

In this chapter is explained which hardware is used for this project.

Prerequisites

The project is tested with Raspian Buster on the Raspberry Pi 3B+.

The following packages need to be installed to run the project:

Installing

To clone this repository to your system run the following command:

git clone https://github.com/RemcoKuijpers/NFC_attendance_tracking.git

Running on boot up

If wou want to start the program on the bootup of the Raspberry Pi. You have to add the Gui.desktop (you might have to change the folder in this file depending on your installation path) to the following folder on your Raspberry Pi:

/etc/xdg/autostart

Run the test

To check if everything is installed correctly, and the path in the code are correct for your system. Run the following command:

sudo pyhton3 Gui.py

You should see the Gui popup.

Gui screenshot

Alt text

About

Attendance tracking by using NFC tags and a NFC card reader with a Raspberry Pi

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published