Skip to content

Raspberry Pi-based RFID scanner for seamless attendance data capture and transmission.

Notifications You must be signed in to change notification settings

UniTrackApp/scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AttendanceBackEnd Start Guide

To start collaborating be sure to have pip installed and python 3.11.0. Check running these commands:

python --version
pip --version

NOTE: Usually if you are using PyCharm IDE it installs pip as well.

If you don't have them installed run the following commands to install python3 and pip.:

  • Windows: py -m ensurepip --default-pip
  • Linux: python3 -m ensurepip --default-pip

Then proceed to install the dependencies for the project.
Install using this command on terminal: pip install -r requirements.txt

Now you are ready to go.

For more guidance refer to these guides:

Reference GPIO Pin schema on Raspberry Pi 4

We are using the following GPIO for RGB colours: - RED: GPIO 18 - GREEN: GPIO 26 - BLUE: GPIO 6

Screenshot

image

Reference GPIO Pin for RFID Reader (RC522)

For Pin Numbers open screenshot below.

Screenshot

image

About

Raspberry Pi-based RFID scanner for seamless attendance data capture and transmission.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages