{"id":17674452,"url":"https://github.com/bernoussama/arduino-rfid","last_synced_at":"2026-02-14T22:32:07.111Z","repository":{"id":206541827,"uuid":"679179607","full_name":"bernoussama/arduino-rfid","owner":"bernoussama","description":"arduino rfid access control system","archived":false,"fork":false,"pushed_at":"2025-08-14T13:23:28.000Z","size":1027,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-08T06:17:41.671Z","etag":null,"topics":["arduino","cpp","iot"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bernoussama.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-08-16T09:15:03.000Z","updated_at":"2025-08-14T13:23:31.000Z","dependencies_parsed_at":"2025-04-13T13:15:53.364Z","dependency_job_id":"32ea6a12-37c5-40b2-8d07-4fcf16361aa2","html_url":"https://github.com/bernoussama/arduino-rfid","commit_stats":null,"previous_names":["0ussamabernou/arduino-rfid","bernoussama/arduino-rfid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bernoussama/arduino-rfid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Farduino-rfid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Farduino-rfid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Farduino-rfid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Farduino-rfid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bernoussama","download_url":"https://codeload.github.com/bernoussama/arduino-rfid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bernoussama%2Farduino-rfid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29458659,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-14T21:29:27.764Z","status":"ssl_error","status_checked_at":"2026-02-14T21:28:11.111Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arduino","cpp","iot"],"created_at":"2024-10-24T07:07:05.979Z","updated_at":"2026-02-14T22:32:07.106Z","avatar_url":"https://github.com/bernoussama.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Arduino RFID Access Control System\n\nA simple and effective RFID-based access control system built with Arduino.\n\n## Features\n\n- Reads RFID cards using an [MFRC522](https://www.electronicwings.com/nodemcu/mfrc522-rfid-reader-interfacing-with-nodemcu) reader\n- Controls door lock/relay based on authorized cards\n- Stores authorized RFID tags in code (or EEPROM)\n- Serial output for logging access attempts\n- Easy to modify and expand for your needs\n\n## Hardware Requirements\n\n- Arduino Nano (or compatible board)\n- MFRC522 RFID Reader\n- RFID Cards or Keyfobs\n- Relay Module (for controlling a door lock)\n- Jumper wires, breadboard, power supply\n\n## Wiring\n\n| MFRC522 Pin | Arduino Pin |\n|-------------|-------------|\n| SDA         | D10         |\n| SCK         | D13         |\n| MOSI        | D11         |\n| MISO        | D12         |\n| IRQ         | Not used    |\n| GND         | GND         |\n| RST         | D9          |\n| 3.3V        | 3.3V        |\n\nRelay module should be connected to a digital output pin (e.g., D8).\n\n## Software Setup\n\n1. **Clone this repository:**\n   ```sh\n   git clone https://github.com/bernoussama/arduino-rfid.git\n   ```\n2. **Install required libraries:**\n   - [MFRC522](https://github.com/miguelbalboa/rfid)\n\n   In Arduino IDE:  \n   `Sketch` \u003e `Include Library` \u003e `Manage Libraries` \u003e Search for `MFRC522` and install.\n\n3. **Open the project in Arduino IDE and upload to your board.**\n\n4. **Modify the list of authorized RFID tags in the code as needed.**\n\n## Usage\n\n- Power the system.\n- Scan an RFID card/tag.\n- If authorized, the relay activates (unlocking the door).\n- Unauthorized cards trigger a rejection.\n\n## Customization\n\n- Change pins or add new functionality in the code (`.ino` file).\n- Expand with LCD, buzzer, or WiFi for logging and notifications.\n\n## Credits\n\n- [MFRC522 by miguelbalboa](https://github.com/miguelbalboa/rfid)\n- Inspired by open-source RFID access projects\n\n## License\n\n[MIT](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernoussama%2Farduino-rfid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbernoussama%2Farduino-rfid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbernoussama%2Farduino-rfid/lists"}