/RaspberryPi-Access-Control

πŸ”’ A door access control system based on a Raspberry PI, fingerprint sensor and a relay

Primary LanguagePythonMIT LicenseMIT

RaspberryPi Fingerprint Access Control

WhatsApp-Video-2022-09-19-at-10 25 05

WhatsApp-Video-2022-09-19-at-10 25 20

πŸ”΅ Introduction

Project proposed during the course of Embedded Computer Systems Project (1001538), offered by the Department of Computing at UFSCar in semester 2022/1.

With fingerprint access control, you use a fingerprint scanner to create a template for each person you want to authorise for access. Then when they present their finger at a fingerprint reader, for example by a door, it’s compared with the stored template in your database. If it’s a match, they’re given access.

πŸ”΅ Components

πŸ”΅ Schematic

Capturar

πŸ”΅ Roadmap

  • Identify the user by biometrics
  • Query an HTTP server, via GET method, checking if that user is authorized to access the site
  • Trigger a relay, which will be responsible for opening the door
  • Log access to a file in the server
  • Display "Access Allowed" or "Access Denied"
  • Beep when releasing access

πŸ”΅ Authors

Foto do Iuri Silva no GitHub
Heitor Souza
Foto do Mark Zuckerberg
Hugo Souza

πŸ”΅ License

Distributed under the MIT License. See LICENSE.txt for more information.

πŸ”΅ Acknowledgments