Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crmne/rfid_occupancy_tracker
An occupancy tracker for the RC522 and the Raspberry Pi
https://github.com/crmne/rfid_occupancy_tracker
Last synced: 6 days ago
JSON representation
An occupancy tracker for the RC522 and the Raspberry Pi
- Host: GitHub
- URL: https://github.com/crmne/rfid_occupancy_tracker
- Owner: crmne
- Created: 2020-10-18T20:02:23.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T08:03:39.000Z (over 1 year ago)
- Last Synced: 2024-11-08T19:45:59.162Z (about 2 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RFID Occupancy Tracker
An occupancy tracker for the RC522 and the Raspberry Pi## Demo
![Demo](https://static.paolino.me/render1603055017831.gif)
## 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 trackerThat's it!
## How to connect the RC522 to the Raspberry PI
More info at https://pimylifeup.com/raspberry-pi-rfid-rc522/
![RC522](https://pi.lbbcdn.com/wp-content/uploads/2017/10/RFID-Fritz-v2.png)