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.
- 1 x Raspberry Pi 3
- 1 x FPM10A (50 DY) Optical Fingerprint sensor
- 1 x Relay
- 1 x Buzzer
- 1 x USB / Serial - UART converter
- 1 x Potentiometers 10k
- 1 x LCD 16x2 5V - GDM1602K
- 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
Heitor Souza |
Hugo Souza |
Distributed under the MIT License. See LICENSE.txt for more information.