Adafruit_CircuitPython_Fingerprint

CircuitPython library for talking to UART-based Fingerprint sensors

MIT License

Downloads
4.4K
Stars
54
Committers
17

Bot releases are hidden (Show)

Adafruit_CircuitPython_Fingerprint - 2.2.15 - Fix RTD Docs Build and Unpin Sphinx Latest Release

Published by FoamyGuy 11 months ago

Changes: https://github.com/adafruit/Adafruit_CircuitPython_Fingerprint/compare/2.2.14...2.2.15

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.14 - Fix RTD Theme Issue

Published by FoamyGuy about 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.13 - New Example with Image Rendering

Published by FoamyGuy about 1 year ago

This release contains a new example that shows how to use matplotlib and numpy to render images of data taken from the fingerprint sensor. Thank you @jim-mckeown.

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-Fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.12 - Updated .pylintrc, fixed jQuery

Published by evaherrada over 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-Fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.11 - Updated pre-commit hooks

Published by evaherrada over 1 year ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.10 - Updated example code

Published by tekktrik about 2 years ago

Updated example code to remove the flush argument from print statements, which is not compatible with CircuitPython. Thanks @prcutler!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.9 - Made copyright stay up to date in docs/conf.py

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.8 - Fixed version string

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.7 - Switched to pyproject.toml

Published by evaherrada about 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.6 - Added cp.org link to index.rst

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.5 - Repo documentation and config updates

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.4 - Fixed checksum bug

Published by tekktrik over 2 years ago

Fixed a bug related to calculating the checksum that would cause various failures for some functionalities. Thanks @ajiekurniawansaputra!

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.3 - Updated documentation link, python version

Published by evaherrada over 2 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.2 - Removed obsolete reference to ustruct; fixed conditional typing import

Published by evaherrada almost 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.1 - Updated pylint version, linted

Published by evaherrada almost 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.2.0 - Fixes to template upload and download, miscellaneous improvements

Published by evaherrada over 3 years ago

This release includes:

  • Adding a compare method to match two fingerprint templates in char buffers, compare_templates()
  • Adding a new function to read system parameters, read_sysparam()
  • Adding a soft reset function, soft_reset()
  • Improving debugging functions, _print_debug()
  • Adding an example to demonstrate how to upload/download templates and store them in a file, fingerprint_template_file_compare.py
  • Fixing bugs in _get_data() and _send_data() functions.

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.1.4 - Moved pylint from build.yml to .pre-commit-config.yml

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.1.3 - Fixed issue with Black and Pylint versions in the pre-commit config

Published by evaherrada over 3 years ago

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - 2.1.2 - Moved to pre-commit, added licensing info

Published by evaherrada almost 4 years ago

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

To use in CircuitPython, simply install the Adafruit CircuitPython bundle.

To use in CPython, pip3 install adafruit-circuitpython-fingerprint.

Read the docs for info on how to use it.

Adafruit_CircuitPython_Fingerprint - Update fingerprint_r503_rpi.py example

Published by jerryneedell almost 4 years ago

fingerprint_r503_rpi.py example updated to use the correct image size when downloading the fingerprint image.
The r503 has a 192x192 image. the other sensors use 256x288.

Package Rankings
Top 8.65% on Pypi.org
Related Projects