unosquare/wsfingerprint

Name: wsfingerprint

Owner: Unosquare Labs

Description: WaveShare Fingerprint Reader Interfacing Library for .NET

Created: 2016-11-07 04:21:58.0

Updated: 2017-11-28 21:43:33.0

Pushed: 2017-12-18 23:36:15.0

Homepage:

Size: 1303

Language: C#

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

Build statusAnalytics

WaveShare Fingerprint Reader

Interfacing Library for .NET

Specifications
ParameterSpecification
Processor (CPU)  STM32F205
Sensor HD optical
Memory Built-in (extensible)
Anti-wearing 1 million times
Anti-electrostatic 150KV 
Fingerprint capacity 1000
False acceptance rate <0.001% (on security level 5) 
False rejection rate <0.1% (on security level 5) 
Current <50ma 
Input time <0.5s
Matching time <0.5s
Matching mode 1 : 1 
1 : N 
Security level 1-10 (supports customization)
Output formats User ID, Image, Feature
Feature size 196 Byte
Feature template size  512 Byte 
Template rule standard ISO19794-2 
Communication interface UART
Communication baud rate 9600-57600bps
Power supply UART, external power
Voltage level 3.3-7.5V 
PCB dimension 40*58*8mm  
Operating temp. -20? to 60?
Relative humidity 40%RH to 85%RH (without condensation)
Library Features
NuGet Installation: NuGet version
Install-Package Unosquare.WaveShare.FingerprintReader
Usage
g (var reader = new FingerprintReader())

reader.open("COM3");
var result = await reader.GetDspVersionNumber();
Console.WriteLine($"Module Version: {result.Version}");


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.