fingerprint4 2.1.0.0
|
Fingerprint 4 Click is an adapter Click boardâ„¢ used to interface a compatible fingerprint sensor with the host MCU. This board features FINGERPRINTS BM-Lite Module, a complete biometric fingerprint solution ready to be used out-of-the-box. The BM-Lite Module combines superior biometric performance and a high standard of quality components to offer a comprehensive embedded solution for increased security and enhanced user convenience. It uses a 3D pixel sensing technology that can read virtually any finger, dry or wet, alongside simple serial commands with a configurable communication interface to enroll and verify. Its protective coating helps in protection against ESD, scratches, impact, and everyday wear and tear.
We provide a library for the Fingerprint 4 Click as well as a demo application (example), developed using MikroElektronika compilers. The demo can run on all the main MikroElektronika development boards.
Package can be downloaded/installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
This library contains API for Fingerprint 4 Click driver.
fingerprint4_cfg_setup
Config Object Initialization function. fingerprint4_init
Initialization function. fingerprint4_version
This function reads out version information from the device. The response contains a variable length string that contains version information of the device. fingerprint4_identify_finger
This function captures and identifies finger against existing templates in Flash storage. fingerprint4_wait_finger_not_present
This function waits until no finger is detected on the sensor. This example demonstrates the use of the Fingerprint 4 click boards by registering 3 fingerprints and
then waiting until a finger is detected on the sensor and identifying if the fingerprint matches one of those stored in the Flash storage.
The demo application is composed of two sections :
Initializes the driver and reads the sensor firmware version, then resets the sensor and removes all
stored fingerprint templates. After that it registers 3 new fingerprint templates and stores them in the Flash storage.
Waits until a finger is detected on the sensor, takes an image of the finger and checks if there's
a fingerprint in the library that matches the one it has just read. If it finds a match, a fingerprint template ID will be displayed. All data is being logged on the USB UART where you can track the program flow.
The full application code, and ready to use projects can be installed directly from NECTO Studio Package Manager(recommended way), downloaded from our LibStock™ or found on Mikroe github account.
Other Mikroe Libraries used in the example:
Additional notes and informations
Depending on the development board you are using, you may need USB UART click, USB UART 2 Click or RS232 Click to connect to your PC, for development systems with no UART to USB interface available on the board. UART terminal is available in all MikroElektronika compilers.