-
Notifications
You must be signed in to change notification settings - Fork 343
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
Template Count = 0 when templates exist #88
Comments
hi what is the exact sensor you are using? |
Ah sorry... R503 (Product ID 4651). |
ok it may not support that report. does it work otherwise |
It's not clear what example sketch was being run here. The only example that uses
Running a modified version of the finger.getTemplateCount();
Serial.print(F("Template count: ")); Serial.println(finger.templateCount); produces output with expected results:
Please provide complete code listing for an example that demonstrates this issue. |
copy the sketch code in too): LIST REPRO STEPS BELOW
Hi,
The output from reading sensor parameters works fine, but the Template Count is always 0.
11:47:51.015 -> Reading sensor parameters...
11:47:51.050 -> Status: 0x4
11:47:51.050 -> Sys ID: 0x0
11:47:51.050 -> Capacity: 200
11:47:51.050 -> Security level: 3
11:47:51.050 -> Device address: FFFFFFFF
11:47:51.050 -> Packet len: 128
11:47:51.050 -> Baud rate: 57600
11:47:51.050 -> Template count:0
The text was updated successfully, but these errors were encountered: