uzairali001
Posts: 2
Joined: Sun Nov 15, 2015 7:08 am

How to use GT-511C3 Fingerprint Scanner In raspberry pi 2

Sun Nov 15, 2015 7:12 am

I want to use GT-511C3 Fingerprint Scanner in Raspberry pi 2 running Windows IOT core, I saw the GT-511C3 Fingerprint Scanner library is in c++ but that is for arduino and I don't know how to use it. I want to send finger image scanned from scanner to httpclient

MilanObrtlik
Posts: 2
Joined: Fri Jan 22, 2016 7:29 am

Re: How to use GT-511C3 Fingerprint Scanner In raspberry pi

Fri Feb 05, 2016 6:56 am

Sorry, bad news. Library for Arduino is definitivelly NOT what you want. GT-51x0Ex is only fingerprint scanner. It scan raw image of fingerprint. That library is probably for fingerprint reader module with implemented fingerprint processing - Arduino have no capabilities to process fingerprint image. You need find RPi library for fingerprint recognition.

selom
Posts: 7
Joined: Thu Jan 28, 2016 6:56 pm

Re: How to use GT-511C3 Fingerprint Scanner In raspberry pi

Fri Feb 05, 2016 1:32 pm

it shouldn't be that hard to port since it communicates over serial. A quick search showed this library in c++ and can be ported to windows with a little modification

https://github.com/sparkfun/Fingerprint_Scanner-TTL

From this tutorial http://www.instructables.com/id/DIY-Fin ... /?ALLSTEPS

Return to “Windows 10 for IoT”