Replies: 6 comments 7 replies
-
According to the driver, there are three commands: FPEnroll , FPDelete , and FPCount. So you’ll have to keep track of who is in what slot if you’re going to be enrolling and deleting multiple users. There are 128 slots, so for the first user you would give the command |
Beta Was this translation helpful? Give feedback.
-
Hello, want to connect the AS608 fingerprint sensor to a ESP32 D1mini. |
Beta Was this translation helpful? Give feedback.
-
Sorry for late response/request (but this topic matches perfect) EDIT: ...fingerprint sensor (+3k4 code) --> will check
--> Should be possible! (?) |
Beta Was this translation helpful? Give feedback.
-
Ok, I got the basics working on my ESP8288. But are there realy only these three commands: FPEnroll , FPDelete , and FPCount available? |
Beta Was this translation helpful? Give feedback.
-
Have a look to this
|
Beta Was this translation helpful? Give feedback.
-
A rule like this can be used |
Beta Was this translation helpful? Give feedback.
-
Beyond creating my own build with;
#define USE_AS608 // Add support for AS608 optical and R503 capacitive fingerprint #define USE_AS608_MESSAGES // Add verbose error messages
And configuring the TX and RX of the device, are there any documents on how to actually use it, e.g. how to enrol new fingerprints.
THX
Beta Was this translation helpful? Give feedback.
All reactions