crmne / rfid_occupancy_tracker

An occupancy tracker for the RC522 and the Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RFID Occupancy Tracker

An occupancy tracker for the RC522 and the Raspberry Pi

Demo

Demo

Features

  • Works with your existing RFID cards/keys, as long as they are 13.56 MHz RFID cards.
  • Check-in/check-out log with timestamps (useful for tracking who was where in Corona times)
  • Plug and play
  • Beautiful command line interface

Quickstart

sudo raspi-config

Enable SPI (in Interfacing Options), and reboot, then

pipenv install
pipenv run python rfid_tracker/app.py tracker

That's it!

How to connect the RC522 to the Raspberry PI

More info at https://pimylifeup.com/raspberry-pi-rfid-rc522/

RC522

About

An occupancy tracker for the RC522 and the Raspberry Pi


Languages

Language:Python 100.0%