Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Library compatible with PID 4750 sensor? #104

Open
caternuson opened this issue Feb 7, 2022 · 5 comments
Open

Library compatible with PID 4750 sensor? #104

caternuson opened this issue Feb 7, 2022 · 5 comments

Comments

@caternuson
Copy link
Contributor

caternuson commented Feb 7, 2022

Re this thread:
https://forums.adafruit.com/viewtopic.php?f=19&t=187741
Using this:
https://www.adafruit.com/product/4750

Intentionally placing wrong finger on second scan but not getting mismatch error.

** EDIT ** adding Serial Monitor output from running enroll sketch and intentionally using two different fingers:

Adafruit Fingerprint sensor enrollment
Found fingerprint sensor!
Reading sensor parameters
Status: 0x0
Sys ID: 0x0
Capacity: 80
Security level: 3
Device address: FFFFFFFF
Packet len: 128
Baud rate: 49664
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...
Enrolling ID #1
Waiting for valid finger to enroll as #1
.......................................Image taken
Image converted
Remove finger
ID 1
Place same finger again
..............Image taken
Image converted
Creating model for #1
Prints matched!
ID 1
Stored!
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...
@marcelchelo
Copy link

I second this, using this fingerprint sensor:
https://www.adafruit.com/product/4651

When purposely using different fingers during enrolling, a mismatched error is expected but it does not occur.

@aimgo
Copy link

aimgo commented Jan 23, 2024

I second this, using this fingerprint sensor: https://www.adafruit.com/product/4651

When purposely using different fingers during enrolling, a mismatched error is expected but it does not occur.

I also have this problem.

@caternuson
Copy link
Contributor Author

I can reliably recreate this behavior with PID 4750 mentioned in initial post above.

But it's working OK testing with PID 4651.

Here's with the same finger, just to prove it does match as expected:

Adafruit Fingerprint sensor enrollment
Found fingerprint sensor!
Reading sensor parameters
Status: 0x4
Sys ID: 0x0
Capacity: 200
Security level: 3
Device address: FFFFFFFF
Packet len: 128
Baud rate: 57600
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...
Enrolling ID #1
Waiting for valid finger to enroll as #1
........................................................Image taken
Image converted
Remove finger
ID 1
Place same finger again
.................................................Image taken
Image converted
Creating model for #1
Prints matched!
ID 1
Stored!
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...

And here's with using different fingers. Tried four times but it never saw them as same.

Adafruit Fingerprint sensor enrollment
Found fingerprint sensor!
Reading sensor parameters
Status: 0x4
Sys ID: 0x0
Capacity: 200
Security level: 3
Device address: FFFFFFFF
Packet len: 128
Baud rate: 57600
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...
Enrolling ID #1
Waiting for valid finger to enroll as #1
...................................................................................................................Image taken
Image converted
Remove finger
ID 1
Place same finger again
.........................................Image taken
Image converted
Creating model for #1
Fingerprints did not match
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...
Enrolling ID #1
Waiting for valid finger to enroll as #1
..........................................................Image taken
Image converted
Remove finger
ID 1
Place same finger again
........................................Image taken
Image converted
Creating model for #1
Fingerprints did not match
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...
Enrolling ID #1
Waiting for valid finger to enroll as #1
............................................................................Image taken
Image converted
Remove finger
ID 1
Place same finger again
........................................................................Image taken
Image converted
Creating model for #1
Fingerprints did not match
Ready to enroll a fingerprint!
Please type in the ID # (from 1 to 127) you want to save this finger as...

@caternuson
Copy link
Contributor Author

Issue #120 is a repeat for PID 4651 behavior.

@krangchen
Copy link

Is there any progress on this? :)
I'm in the same boat than the initial author...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants