{"id":19999148,"url":"https://github.com/mr-addict/door-lock-system","last_synced_at":"2025-07-27T16:39:38.365Z","repository":{"id":107623903,"uuid":"354536999","full_name":"MR-Addict/Door-lock-system","owner":"MR-Addict","description":"This NFC door lock system uses ESP32 and 28BYJ-48 stepper motors.","archived":false,"fork":false,"pushed_at":"2023-10-24T07:24:43.000Z","size":3222,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-08T07:36:03.661Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MR-Addict.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2021-04-04T12:24:19.000Z","updated_at":"2023-08-16T16:22:22.000Z","dependencies_parsed_at":"2023-10-24T08:28:42.045Z","dependency_job_id":null,"html_url":"https://github.com/MR-Addict/Door-lock-system","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2FDoor-lock-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2FDoor-lock-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2FDoor-lock-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MR-Addict%2FDoor-lock-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MR-Addict","download_url":"https://codeload.github.com/MR-Addict/Door-lock-system/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252349566,"owners_count":21733850,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-13T05:10:49.696Z","updated_at":"2025-05-04T14:31:24.162Z","avatar_url":"https://github.com/MR-Addict.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Door-lock-system\n\nThis NFC door lock system uses ESP32 and 28BYJ-48 stepper motors.\n\n## 1. Add a new card\n\nYou can use `RFID_READ.ino` file to read a new card, the formate should be like this `{0xF1, 0x41, 0x01, 0x5F}`.\n\nThen add new card to `RFID.ino` file.\n\n```cpp\nconst uint8_t UID[][4] = {\n    {0xF1, 0x41, 0x01, 0x5F},\n};\n```\n\n## 2. Access RFID\n\nIn order to make this system more efficent, I add a sensor to interrupt MCU. So you may need to touch the sensor first.\n\nBesides RFID card access, you can also use web UI by [http://unlockdoor-507](http://unlockdoor-507) if you connect the same router.\n\nYou need to login in first, the default username is `admin`, default password is `stas`.\n\nLogin page\n\n![login](images/login.png)\n\nHome page\n\n![home](images/home.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-addict%2Fdoor-lock-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmr-addict%2Fdoor-lock-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmr-addict%2Fdoor-lock-system/lists"}