i am a newbie in raspberry, can you help me with my project Guys how to connect the adafruit finger print scanner to my raspberry and how could i store the libraries of the finger print in my raspberry?
Asked
Active
Viewed 515 times
-1
-
Comments are not for extended discussion; this conversation has been moved to chat. – Ghanima Sep 17 '16 at 06:37
-
Hello and welcome. Please edit the requested information directly into the question (you can edit your own questions). – Ghanima Sep 17 '16 at 06:48
1 Answers
0
From an older question:
That should work just fine. It uses the UART protocol, so it should be easy to cable (Only 2 wires to the UART GPIO pins (14 and 15 IIRC). As far as the libraries, I think all you will find is the 'demo software' download from Sparkfun's website. In the SDK(Software Development Kit) there are some cpp (C++) files, and some .h (header) files. I think between these and the datasheet you should have a pretty good chance at getting it working.