Skip to content

Commit 9a6b214

Browse files
committed
Update README.md
1 parent 0edbc1f commit 9a6b214

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ Fingerprint Scanner-TTL
1616

1717
This is a great fingerprint module from ADH-Tech that communicates over 3.3V TTL Serial so you can easily embed it into your next project. This repository contains Arduino example code to work with it. This code has been tested with GT-521F32, GT-521F52, GT-511C3, and GT-511C1R.
1818

19+
Fork purpose
20+
====================================
21+
This fork implements a few of the remaining commands needed to extract the fingerprint DB contained in the original device, allowing to implement a server-based IoT service.
22+
23+
Commands to implement:
24+
* bool GetImage()
25+
* bool GetRawImage()
26+
* int GetTemplate(int)
27+
* int SetTemplate(byte*, int, bool)
28+
1929
Repository Contents
2030
-------------------
2131
* **/examples** - Example code to interface with the sensor.

0 commit comments

Comments
 (0)