adafruit / Adafruit-Fingerprint-Sensor-Library

Arduino library for interfacing to the fingerprint sensor in the Adafruit shop
http://www.adafruit.com/products/751
Other
417 stars 340 forks source link

Template transfer feature #116

Open AsifKhan991 opened 2 years ago

AsifKhan991 commented 2 years ago

Shortcomings of previous version:

Platform support:

The library is tested on esp32 and Arduino Mega 2560 platform. But supposed to work flawlessly with all the other boards having adequate RAM (1Kb or more)

Caution:

The template transfer examples are recommended to be used with microcontroller's having RAM no less than 1kbyte. (as the template data itself is 512 Bytes for most of the sensors).

Adapt to controllers having lower RAM:

Dygear commented 2 years ago

Excellent work! Glad to see syncing now implanted and possible across multiple devices.

p2baron commented 8 months ago

Will this get merged someday?

Dygear commented 7 months ago

Yep, that would be nice. @p2baron

p2baron commented 7 months ago

Yep, that would be nice. @p2baron

In the meantime I've created a fork with some of the pending PR's and added missing functionality for automatic registration and verification.

Dygear commented 7 months ago

@ladyada & @evaherrada any chance that this gets merged into main?

ladyada commented 7 months ago

its not scheduled - since it would require a lot of testing. pleae manually install the fork to use this feature and let us know if it works!

Dygear commented 7 months ago

I've been over the code, looks good to me. Think it's worth squashing the commits into one. There are a few commits that are just creating a file, deleting a file, and moving a file. Three commits for really one action makes it much harder to follow some of the code changes. @AsifKhan991 Other than that, really great job on this.

ajshojol22 commented 7 months ago

how to compare two templates?