Skip to content

Fasgort/Fingerprint_Scanner-TTL

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fingerprint Scanner-TTL

Fingerprint Scanner - TTL (GT-521F32) [SEN-14518] Fingerprint Scanner - TTL (GT-521F52) [SEN-14585] Fingerprint Scanner - TTL (GT-511C3)[SEN-11792 (RETIRED)]

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.

Fork purpose

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.

Commands to implement:

  • bool GetImage()
  • bool GetRawImage()
  • int GetTemplate(int)
  • int SetTemplate(byte*, int, bool)

Repository Contents

  • /examples - Example code to interface with the sensor.
  • /src - Source files for the library (.cpp, .h).
  • keywords.txt - Keywords from this library that will be highlighted in the Arduino IDE.
  • library.properties - General library properties for the Arduino package manager.

Documentation

Product Versions

Version History

  • V1.1.1 - Add comments when using with GT-521F52
  • V1.1.0 - Updated to new Arduino library structure
  • V1.0.0 - Untracked version

License Information

The original library license is as follows:

" Created by Josh Hawley, July 23rd 2013 Licensed for non-commercial use, must include this license message basically, Feel free to hack away at it, but just give me credit for my work =) TLDR; Wil Wheaton's Law "

About

Repository with example code for SEN-14585 & SEN-14585 at SparkFun.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%