Interface with the adafruit fingerprint r305 module from upper computer over serial connection
Project description
adafruit-fingerprint
This library enables you communicate and with the r305 Fingerprint Identification Module via serial connection with upper computer.
The library enables you to to communicate with the r305 fingerprint module from upper computer (your laptop, a raspberry pi etc), rather than the arduino which it was built for by default. The module communicates via TTL, therefore, to communicate you need a USB - TTL converter
connected to the module.
It provides a class that exposes methods you can call to perform serial read/write actions with the module, these methods are implemented according to the datasheet specification, which you can download from the repo here.
Installation
pip install adafruit-fingerprint
Usage example
There is a section on the docs - hardware section with pictures and explanations on how to setup the hardware needed for these examples to work.
Visit the Examples Codes section on the docs to view all examples.
Development setup
Requirements
- Python3.x (x >= 6)
- pip
- hardware setup. See docs - hardware section.
Get started
pip install -r requirements.txt
Running tests
python -m unittest discover tests
Release History
- 1.0.0
- Good enough for most use cases
- 1.0.2
- Added link to github repository
Meta
This package is heavily inspired by the finger_sphinx project, found during our search for a way to get the fingerprint template to upper computer, rather than have it stored in flash library. A very big kudos and acknowledgement to the owners.
Faith Odonghanro – @toritsejuFO (twitter), toritsejuFO (github)
Nwanozie Promise – @PNwanozie (twitter), iotstudent (github)
Adegoke Joshua – @iAmCodedebugger (twitter), Ade-Joshe (github)
Distributed under the MIT license. See LICENSE
for more information.
Github Repository
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file adafruit-fingerprint-1.0.3.tar.gz
.
File metadata
- Download URL: adafruit-fingerprint-1.0.3.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e2d89132e4f30d343af62564bb93fd6a5a00ca0bf787ef119fa2f2fa9aa06d1 |
|
MD5 | aa54a3b6f3ed86568d14836ef53a4ee7 |
|
BLAKE2b-256 | e4d2acf48e48e5aff7d602f543f55448ca4ccb78b87bd3f6a645511ce73eee43 |
File details
Details for the file adafruit_fingerprint-1.0.3-py3-none-any.whl
.
File metadata
- Download URL: adafruit_fingerprint-1.0.3-py3-none-any.whl
- Upload date:
- Size: 10.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4caf884a4f6d8c3ed0c5a57ad729011d2eb23e6ca3c5373381fd6a382a38c6d |
|
MD5 | eeb876fb85d2e9a1eef7f83859b3f6ad |
|
BLAKE2b-256 | 8f5581dbb5f71e778a0d9a40745880c293d973071298fff882e031bd413f9c4a |