So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By danbicks
#66383
Sopan wrote:I would be posting the library that I am developing to github after I finish my project.


Hi @ Sopan any updates on your library? I have a finger print reader working really well with the esp and oled display and have sort of cracked the template download, looking now to implement spiffs file structure for the later. Any updates would be cool.

Cheers

Dans
User avatar
By danbicks
#66664 Thought you might like this @ Sopan was not so hard to implement. I now have the fingerprint reader importing a finger template stored in Spiffs allowing now only one enrollment of fingerprint that will work across all other bio-metric readers.
Code: Select allRe import from Spiffs Finger print ID 0
Opening: /0.fps
====== Reading from SPIFFS file =======
---------------------------------------------
            SPIFFS FILE DATA 
---------------------------------------------
3 1 55 16 0 0 FF FE FF FE FF FE F0 E E0 6
E0 2 E0 2 C0 2 C0 0 80 0 80 0 80 0 0 0
0 0 80 2 80 2 C0 2 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 52 B6 95 3E 4C BA EB 7E
3B BE 57 1E 2D 95 21 FF 41 1A 21 7F 2B 1D 5F 9F
48 26 58 9F 23 29 3 DF 33 29 9A DF 46 AC 2B FF
3A B0 98 7F F 34 9D 37 63 23 A6 DC 67 26 51 FC
4C 1A A3 BD 4D A1 28 7D 53 1E 65 D3 5A 1C 91 36
59 9A E3 B7 5A 2B 69 37 55 9B D F4 52 AF 55 EF
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
3 1 56 15 0 0 FF FE FF FE FF FE F0 E E0 6
E0 2 C0 2 C0 0 C0 0 C0 0 80 0 80 0 80 0
80 0 80 2 80 2 C0 2 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 6E 96 E3 36 3D 17 E1 3E
47 A4 D7 DE 5D A9 28 BE 24 A9 82 DE 55 B3 D5 3E
4A 38 AB 7E 3D BC 57 3E 2B 93 A1 9F 2A 1B DF 3F
34 27 9A 1F 47 A9 AB 9F 53 AC 95 9F 3C 2E 98 3F
59 9A 11 DC 63 20 E7 1C 68 A3 52 5C 53 1A 64 FA
57 20 15 D2 52 20 69 B3 4D 9C A6 73 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
--------------------------------------------
Starting template upload
Template stored at ID 10
Completed..
Image taken
Image converted
Remove finger...

Found a print match!
Found ID #10 with confidence of 54
Image taken
Image converted
Remove finger...

Found a print match!
Found ID #10 with confidence of 145
Heap: 39712


Above is screen dump from serial monitor, imports fingerprint data and stores to new ID10 :)