Coder Social home page Coder Social logo

vinaychandraka / fingerprint_module_r305---python_and_mysql Goto Github PK

View Code? Open in Web Editor NEW
9.0 9.0 11.0 1.62 MB

Fingers enrolled using the R305 module and stored in a database along with the person's name. Next just by typing the persons name, his/her finger template can be stored or deleted in the R305 module ready for authentication.

Python 100.00%

fingerprint_module_r305---python_and_mysql's People

Contributors

vinaychandraka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

fingerprint_module_r305---python_and_mysql's Issues

List Index Out of Range error

I have connected the reader to arduino mega 2560. i have created a database as mentioned. but i get this error.

F:\Fingerprint_module_R305---Python_and_MySQL-master>python upload.py Type done to exit Enter name : m Traceback (most recent call last): File "upload.py", line 142, in <module> if verifyFinger(): # if password is correct zero gets returned , else a non zero value (13H) gets returned and 'Verification Error' gets printed File "upload.py", line 106, in verifyFinger return s[4] IndexError: list index out of range

How to save and list all id after enroll

Hi.. I want to ask..
How to save and list all id after enroll without using python.. Only use .ino
But all id come with a name..
Im really appreciate if u can help

Error when uploading finger

Traceback (most recent call last):
File "C:/Users/PyCharm/FingerPrintUpload.py", line 145, in
if UpChar(2):
File "C:/Users/PyCharm/FingerPrintUpload.py", line 98, in UpChar
s = readPacket1()
File "C:/Users/PyCharm/FingerPrintUpload.py", line 53, in readPacket1
ret1.extend(struct.unpack(form1, v))
struct.error: unpack requires a string argument of length 688

List index out of range

Dear Vinaychandraka,

While running your code on raspberry pi3 I get this error. Please help me to fix that error!

Type done to exit
Enter name : veneth

Traceback (most recent call last):
  File "/home/pi/Veneth/R305/upload fingerprint.py", line 92, in <module>
    if verifyFinger():
  File "/home/pi/Veneth/R305/upload fingerprint.py", line 63, in verifyFinger
    return s[4]
IndexError: list index out of range

Template matching problem

Hi, i have studied your code very thoroughly and found only one problem.

You are comparing templates by downloading it using 'name' from MySQL database before comparison. If i know the name of the person then why would i need a fingerprint reader?

Is there anyway i can compare the hash precisely without knowing the name of the person?

Thank you.

code does not work (help us)

Hi
ur code dosen't work
if u test it tell me how to fix it
by the way why code in github is diffrent by code in doc .?
if u can, make a vidoe for ur code or guide me to use this code
tnx a lot

FPM10 fingerprint sensor

does it work with FPM10 finger print sensor?
I am trying with FPM10 and raspberry pi but I got some massage and data not insert into database.
Capture

Put finger [61185, 4294967295L, 7, 3, 2, 12]
. [61185, 4294967295L, 7, 3, 0, 10]

[61185, 4294967295L, 7, 3, 0, 10]
Put finger again [61185, 4294967295L, 7, 3, 2, 12]
. [61185, 4294967295L, 7, 3, 2, 12]
. [61185, 4294967295L, 7, 3, 2, 12]
. [61185, 4294967295L, 7, 3, 0, 10]

[61185, 4294967295L, 7, 3, 0, 10]
[61185, 4294967295L, 7, 3, 0, 10]
568

out of range

Enter name : test
Traceback (most recent call last):
File "dbupload.py", line 90, in
if verifyFinger():
File "dbupload.py", line 61, in verifyFinger
return s[4]
IndexError: list index out of range

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.