Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avt613/secureaccesscontrol
Arduino RFID Access Control
https://github.com/avt613/secureaccesscontrol
access-control arduino arduino-sketch arduino-uno rc522 rfid
Last synced: 6 days ago
JSON representation
Arduino RFID Access Control
- Host: GitHub
- URL: https://github.com/avt613/secureaccesscontrol
- Owner: avt613
- Created: 2020-01-22T10:57:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T11:49:22.000Z (over 4 years ago)
- Last Synced: 2024-11-05T12:13:01.415Z (about 2 months ago)
- Topics: access-control, arduino, arduino-sketch, arduino-uno, rc522, rfid
- Language: C++
- Homepage:
- Size: 499 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Secure RFID Access Control
The aim of this project is to make a secure access control system to open my front door with Mifare RFID tags.
If you set this up yourself, you will need to change the Mifare keys which are in the code.
My setup worked for a while and then just stopped working, throwing errors saying that it couldn't find the SD module. I think was because of the bad quality component.
I have stopped working with this project and am now focusing on my RPi-face-recognition project.When you scan a tag the Uno reads the UID, authenticates Key A and B and the AC bits, and compares the data in block 2 of the selected sector to the file on the SD card with the name corresponting to the UID of the tag.
![Simple Diagram of System](Diagram.gif)
## Circuit Diagram
![Circuit Diagram](circuit%20diagram.png)
The relay at the top left connects to the electric door lock which will unlock when the relay is powered.I am using:
1. ELEGOO UNO (Same as Arduino Uno but cheaper)
1. MFRC-522 RFID IC Card Inductive Sensors Module
1. Micro SD Card Module
1. WS2812B 5050 RGB LED Strip 30 LEDs/M ws2812 IC Individual Addressable 5V
1. I2C RTC DS1307 AT24C32 Real Time Clock ModuleAny help or sugestions would be appreciated.