Skip to content

Commit 1b4bec7

Browse files
authored
Update README.md
1 parent 4d6ca82 commit 1b4bec7

File tree

1 file changed

+24
-7
lines changed

1 file changed

+24
-7
lines changed

README.md

Lines changed: 24 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,39 @@ Fingerprint_Scanner-TTL
22
=======================
33

44
<table class="table table-hover table-striped table-bordered">
5-
<tr><td><a href="https://www.sparkfun.com/products/11792"><div align="center"><img src="https://cdn.sparkfun.com//assets/parts/8/0/7/3/11792-04a.jpg" title="Fingerprint Scanner - TTL (GT-511C3)
6-
"></div></a></td>
7-
<td><a href="https://www.sparkfun.com/products/13007"><div align="center"><img src="https://cdn.sparkfun.com//assets/parts/9/9/7/2/13007-02.jpg" title="Fingerprint Scanner - TTL (GT-511C1R)"></div></a></td>
8-
<tr><td>Fingerprint Scanner - TTL (GT-511C3) [ SEN-11792 - https://www.sparkfun.com/products/11792 ]</td><td>
9-
Fingerprint Scanner - TTL (GT-511C1R)[ SEN-13007 - https://www.sparkfun.com/products/13007 ]</td></tr>
5+
<tr align="center">
6+
<td><a href="https://www.sparkfun.com/products/14518"><img src="https://cdn.sparkfun.com//assets/parts/1/2/5/9/1/14518-01.jpg" title="Fingerprint Scanner - TTL (GT-521F32)"></a></td>
7+
<td><a href="https://www.sparkfun.com/products/14585"><img src="https://cdn.sparkfun.com//assets/parts/1/2/7/3/2/14585-Fingerprint_Scanner_-_TTL__GT-521F52_-01.jpg" title="Fingerprint Scanner - TTL (GT-521F52)"></a></td>
8+
<td><a href="https://www.sparkfun.com/products/11792"><img src="https://cdn.sparkfun.com//assets/parts/8/0/7/3/11792-04a.jpg" title="Fingerprint Scanner - TTL (GT-511C3)" style="opacity:0.5"></a></td>
9+
</tr>
10+
<tr align="center">
11+
<td><i>Fingerprint Scanner - TTL (GT-521F32) [<a href="https://www.sparkfun.com/products/14518">SEN-14518</a>]</i></td>
12+
<td><i>Fingerprint Scanner - TTL (GT-521F52) [<a href="https://www.sparkfun.com/products/14585">SEN-14585</a>]</i></td>
13+
<td><i>Fingerprint Scanner - TTL (GT-511C3) (RETIRED)[<a href="https://www.sparkfun.com/products/11792">SEN-11792</a>]</i></td>
14+
</tr>
1015
</table>
1116

12-
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-511C3 and GT-511C1R.
17+
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.
1318

1419
Repository Contents
1520
-------------------
1621
* **/FPS_GT511C3** - Arduino library and example code to interface with the sensor.
1722

1823
Documentation
1924
----------------
20-
* [SparkFun Fingerprint Scanner Hookup Guide](https://learn.sparkfun.com/tutorials/fingerprint-scanner-hookup-guide) - Hookup guide to connect to the GT-511C3 and GT-511C1R.
25+
* [Fingerprint Scanner (GT-521Fxx) Hookup Guide](https://learn.sparkfun.com/tutorials/fingerprint-scanner-gt-521fxx-hookup-guide) - Hookup guide to connect to the GT-521F32 and GT-521F52.
26+
* _[SparkFun Fingerprint Scanner Hookup Guide (RETIRED)](https://learn.sparkfun.com/tutorials/fingerprint-scanner-hookup-guide) - Hookup guide to connect to the GT-511C3 and GT-511C1R._
27+
28+
Product Versions
29+
----------------
30+
* [SEN-14585](https://www.sparkfun.com/products/14585)- Fingerprint Scanner - TTL (GT-521F52)
31+
* [SEN-14518](https://www.sparkfun.com/products/14518)- Fingerprint Scanner - TTL (GT-521F32)
32+
* _[SEN-11792 (RETIRED)](https://www.sparkfun.com/products/11792)- Fingerprint Scanner - TTL (GT-511C3)_
33+
* _[SEN-11651 (RETIRED)](https://www.sparkfun.com/products/11651)- Fingerprint Scanner - TTL (GT-511C2)_
34+
* _[SEN-13007 (RETIRED)](https://www.sparkfun.com/products/13007)- Fingerprint Scanner - TTL (GT-511C1R)_
35+
* _[SEN-11836 (RETIRED)](https://www.sparkfun.com/products/11836)- Fingerprint Scanner - 5V TTL (GT-511C1)_
36+
37+
2138

2239
License Information
2340
-------------------

0 commit comments

Comments
 (0)