Electronics › Electronics › how to use fingerprint module
- This topic has 5 replies, 5 voices, and was last updated 7 years ago by
amarjeet zakde.
-
AuthorPosts
-
December 8, 2018 at 10:09 am #4986
ashish
Participanthow fingerprint module works… how to read fingderprint from the module on raspberry pi
December 20, 2018 at 9:42 am #14961Fabio
Participantfingerprint module use serial communication for interacting with controller or PC…check out commands from its datasheet to communicate with the module over UART
January 16, 2019 at 7:29 am #15009zeeshan
ParticipantFingerprint processing includes two parts, fingerprint enrollment and fingerprint matching (the matching can be 1:1 or 1:N). When enrolling, user needs to enter the finger two times. The system will process the two time finger images, generate a template of the finger based on processing results and store the template. When matching, user enters the finger through optical sensor and system will generate a template of the finger and compare it with templates of the finger library.
For 1:1 matching, system will compare the live finger with specific template designated in the Module; for 1:N matching, or searching, system will search the whole finger library for the matching finger. In both circumstances, system will return the matching result, success or failure.
January 16, 2019 at 7:30 am #15010zeeshan
ParticipantFingerprint processing includes two parts, fingerprint enrollment and fingerprint matching (the matching can be 1:1 or 1:N). When enrolling, user needs to enter the finger two times. The system will process the two time finger images, generate a template of the finger based on processing results and store the template. When matching, user enters the finger through optical sensor and system will generate a template of the finger and compare it with templates of the finger library.
For 1:1 matching, system will compare the live finger with specific template designated in the Module; for 1:N matching, or searching, system will search the whole finger library for the matching finger. In both circumstances, system will return the matching result, success or failure.
February 28, 2019 at 8:51 am #15030Nikhil P.R.
ParticipantHello! Here is an article about this process and project. https://tutorials-raspberrypi.com/how-to-use-raspberry-pi-fingerprint-sensor-authentication/
March 26, 2019 at 12:14 pm #15061amarjeet zakde
ParticipantIf you wants to learn or learn skills how you can use fingerprint module then you have to learn from experts and join IT Training Institute
-
AuthorPosts
- You must be logged in to reply to this topic.