Skip to content

C driver for the HZ Grow R502 capacitive fingerprint sensor

License

Notifications You must be signed in to change notification settings

benny1611/R502-fingerprint

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

R502-fingerprint

Lightweight C library for controlling the HZGROW R502 capacitive fingerprint sensor.

It does not support all the available commands, but rather the necessary ones to use the device as a fingerprint module.

Commands supported

  • Device status reading
  • Password authentication
  • Enrolling and deleting fingerprints
  • Verification against saved fingerprints

For more information see wiki or examples.

Build

sudo apt install libserialport0 libserialport-dev
sudo make install

For building examples:   make examples

About

This program uses the libserialport Library, which is licensed under the GNU Lesser General Public Library, version 3.0.

Contributing guidelines

If you consider contributing to the project, please make sure that your changes have been tested on a R502 fingerprint module.

About

C driver for the HZ Grow R502 capacitive fingerprint sensor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 97.3%
  • Makefile 2.3%
  • C++ 0.4%