Hello all, Greetings.
I am working with Fingerprint R305 Modules. With that I want to (remote location where Arduino is installed) just scan the Fingerprint & send it to Central Control room wirelessly.
I don't want to Authenticate the Fingerprint arduino level. That will be done at Central room.
For that I need to Know-
Can we extract the Fingerprint or Send it Wirelessly (as it is or in any other format)?
How to extract the Fingerprint image?
What formats are possible for extracted version of Fingerprint?
If you find any guidelines to help me, please share. That will help a lot.
Awaiting for the valuable & positive responses. Thanks in advance.
in the documentation, it shows that it can be used to extract image. and i want to extract the image convert it into bmp file format and send it via api to cloud server.
I've got a solution, found a library that can extract image buffer of finger from r305 sensor , I am sending this buffer to cloud and then converting it into image into the cloud and then saving it.
Hi
My requirement is also almost same as yours.
I want to send captured fingerprint image to my server for further processing and storing.
Can you please tell how can I achieve this?
How you sent extracted image to cloud?
Thank you
hi
i have tried using FPM Arduino library and i was able to read finger image buffer, But i couldn't get any way to transfer buffer and convert into real image. if you find anything please let me know