fingerprint2 2.0.0.0
|
Fingerprint 2 Click is a new fingerprint scanner Click board simplified for everyone's use and it's very easy to implement! This add-on board consists of a high-speed Nuvoton processor which carries high-performance fingerprint algorithm developed for on-board A-172-MRQ fingerprint sensor from company ByNew Technology Inc. This board can be used as a standalone device when connected over USB to PC or it can be controlled by the MCU/processor over serial UART interface.
We provide a library for the Fingerprint2 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 form compilers IDE(recommended way), or downloaded from our LibStock, or found on mikroE github account.
This library contains API for Fingerprint2 Click driver.
- Initialization function.void fingerprint2_cfg_setup ( fingerprint2_cfg_t *cfg );
FINGERPRINT2_RETVAL fingerprint2_init ( fingerprint2_t *ctx, fingerprint2_cfg_t *cfg );
- This function deletes fingerprint on index.void fingerprint2_reg_one_fp ( fingerprint2_t *ctx, uint8_t fp_index );
void fingerprint2_delete_one_fp ( fingerprint2_t *ctx, uint8_t fp_index );
void fingerprint2_reset ( fingerprint2_t *ctx );
This example demonstrates the use of Fingerprint 2 click board.
The demo application is composed of two sections :
Initializes the driver, enables the click board, and then executes a command for registering a fingerprint.
Compares a fingerprint on input to the registered fingerprint and displays the results on the USB UART every 5 seconds.
In the registration state each fingerprint needs to be enrolled 3 times.
The full application code, and ready to use projects can be installed directly form compilers IDE(recommneded) or found on LibStock page or mikroE GitHub accaunt.
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. The terminal available in all Mikroelektronika compilers, or any other terminal application of your choice, can be used to read the message.