Grove - Fingerprint Sensor Release date: 9/20/2015 Version: 1.0 Wiki: http://seeedstudio.com/wiki/Grove_-_Finger_Print_Sensor_V1.0 Bazaar: http://www.seeedstudio.com/depot/Grove-Fingerprint-Sensor-p-1424.
Document Revision History Revision Date Author Description 1.0 Sep 21, 2015 Victor.
Contents Document Revision History ···································································································2 1. Introduction ···················································································································2 2. Specification ···················································································································3 3.
Disclaimer For physical injuries and possessions loss caused by those reasons which are not related to product quality, such as operating without following manual guide, natural disasters or force majeure, we take no responsibility for that. Under the supervision of Seeed Technology Inc., this manual has been compiled and published which covered the latest product description and specification. The content of this manual is subject to change without notice.
1. Introduction The Finger Print Sensor is one optical fingerprint sensor which will make fingerprint detection and verification adding super simple. There’s a high powered DSP chip AS601 that does the image rendering, calculation, feature-finding and searching. You can also enroll new fingers directly - up to 162 finger prints can be stored in the onboard FLASH memory. There's a red LED in the lens which will light up during taking photos so that you know its working condition.
2. Specification Supply voltage 3.6~6.0 V Operating current(Max) 120 mA Fingerprint imaging time 1.0 S Match Mode: Compare Mode 1:1 Search Mode 1:N Storage capacity 162 templates False Acceptance Rate 0.001% (Security level 3) False Reject Rate 1.
3.
4. Demonstration The Finger Print Sensor module is typically used in safes - there's a high powered DSP chip that does the image rendering, calculation, feature-finding and searching. Connect to any microcontroller or system with TTL serial, and send packets of data to take photos, detect prints, hash and search. You can also enroll new fingers directly - up to 162 finger prints that can be stored in the onboard FLASH memory.
Open the enroll code directly by the path: File -> Example ->FingerPrint->Enroll. Upload the code into Arduino. Please click here if you do not know how to upload. Startup Serial Tool and Select the ComNum and BuadRate used by the Arduino. Select the "SendNew" option. Send the ID # you want to use. You can use up to 162 ID numbers. And it will ask you to press the finger to the sensor. At the moment, you should see the red LED blink.
If your press is OK, you could see the following message. You will then have to repeat the process, to get a second clean print. Use the same finger! On success you will get notice.
If there's a problem such as a bad print or image, you'll have to do it again. Once you have the finger enrolled, it's a good idea to do a quick test to make sure it can be found in the database. Open the demo code: fingerprint and upload it. When prompted, press a different/same finger to the sensor. If it is the same finger, you should get a match with the ID # as show below.
If it is not a finger in the database, this serial port will output nothing.
5.