Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 859 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 859 Bytes

Golang library for ZFM fingerprint sensors

Library implements the Interfacing for different fingerprint reader from ZhianTec ZFM-20, ZFM-60, ZFM-70 and ZFM-100. It also works with some other models like R302, R303, R305, R306, R307, R551 and FPM10A

The verizy-go-fingerprint library allows to use ZhianTec ZFM-20, ZFM-60, ZFM-70 and ZFM-100 fingerprint sensors on the Raspberry Pi and other operating system like MacOS and Linux. Some other models like R302, R303, R305, R306, R307, R551 and FPM10A also work.

Note: The library is inspired by the C++ library from Adafruit Industries: https://github.com/adafruit/Adafruit-Fingerprint-Sensor-Library

Installation

# Simply use commond as below
$ go get github.com/sachin-puranik/verizy-go-fingerprint

How to use the library

Further information

See my blog post - [Coming Soon]