Interfacing to Adafruit fingerprint sensor #413
Replies: 10 comments
-
Posted at 2014-03-18 by ChrisB Hi Gordon, I might have something within next few days... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-19 by @gfwilliams But |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-19 by ChrisB I've used your veryfiyPassword and writePacket. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-19 by ChrisB And here is the code I have so far.
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-19 by ChrisB I thought about creating a module just for interfacing with the sensor, |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-19 by @gfwilliams Great! It all sounds good - let's hope it works once the fingerprint is enrolled :) If enrollment isn't that complicated it may be it's best just to make it a code example rather than another module... Up to you really... |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-19 by ChrisB I will see.... But the logic to enroll a fingerID is quite long, as it require for example to take three image, compare, etc etc. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-31 by ChrisB Hi,
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-31 by ChrisB And here is some example using the library :
Enrollment example :
Recogniton example :
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-04-01 by @gfwilliams That's brilliant - thanks! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2014-03-18 by @gfwilliams
I'm just copying a some code here from a PM. @chrisb was asking about the Adafruit fingerprint sensor...
Connections:
The module itself needs writing to that it can cope with the 'timeout' used by Adafruit's module while still allowing tasks to run in the background - so it needs to use callbacks...
So far, the initial suggested module looks like:
Beta Was this translation helpful? Give feedback.
All reactions