I cant really test it.. but i looked a bit at the index.js and saw i was testing a function for complete enrollment. A few minor changes i think and you should get it to work.
The enrollment function itself shows a lot of the usage i had in mind.
It is more a series of module calls then a module function itself.. but the
complete enrollment process was so tedious that i wanted to provide a solution with
the module i guess.
--- Edit ---
About the profile size.. its 506 or 498 bytes depending on the sensor model.
As far as i can see i already can handle the profiles.. but the fingerprint images the sensor
can capture are in the order of 50kb.. and with that i had no luck. But before i could really dig in to it i destroyed my GT-511C1R.. but i was lucky.. my espruino wifi survived.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I cant really test it.. but i looked a bit at the index.js and saw i was testing a function for complete enrollment. A few minor changes i think and you should get it to work.
Try this as a replacement for the index.js
The enrollment function itself shows a lot of the usage i had in mind.
It is more a series of module calls then a module function itself.. but the
complete enrollment process was so tedious that i wanted to provide a solution with
the module i guess.
Btw. pretty much all of the code is based on the documents i found here:
http://www.adh-tech.com.tw/files/GT-511C3_datasheet_V1%201_20131127.pdf
http://www.adh-tech.com.tw/files/GT-511C1R_datasheet_V2-2016-10-25.pdf
--- Edit ---
About the profile size.. its 506 or 498 bytes depending on the sensor model.
As far as i can see i already can handle the profiles.. but the fingerprint images the sensor
can capture are in the order of 50kb.. and with that i had no luck. But before i could really dig in to it i destroyed my GT-511C1R.. but i was lucky.. my espruino wifi survived.