-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Raspberry Pi Issues #4
Comments
You must to wait until isPressFinger ==True with delay 1 second: Check the sample: https://github.com/QuickGroup/pyGT511C3/blob/master/LegacyEnroll.py |
When I run LegacyEnroll.py I get:
And nothing happens when I put my finger on the reader |
Check the baud rate of your device. Probably is 115200 and not 9600. Test a major delay than 1 |
Running:
Returns:
I have also tried setting the delay to 5 seconds |
Please compare fps._lastResponse.Error value with the error table un the datasheet also, in fps._lastResponse.errors are a Key value definition for common error supported Please tell me your result! |
Sorry but I don't understand. Where do I find this fps._lastResponse.Error value? |
after your command, example: print fps.ChangeBaudRate(9600) and then compare |
It just returns
|
So there is a major trouble, Are you sure you are using GT511C3 device and not GT511C1 or another variant? I think the trouble is in the response of your device, or in your device, is a hardware problem I don't see how I can help you to much... Please tell me if you get more results in your test, thanks |
Thanks I will let you know how it goes. Have a coffee on me @jeanmachuca @changetip ! |
Hi @jeanmachuca, @louishudd sent you a Bitcoin tip worth a coffee (7,082 bits/$1.50), and I'm here to deliver it ➔ collect your tip. |
Hi there, has this issue been fixed as I'm getting ths problem. Please could Jean test this code himself with his scanner to check it still works with the recent modifications on the COM ports please? Thanks. Once the baud rate is changed the scanner refuses to respond to packets. |
@mikemanosky It has not yet been fixed. I don't have the time to try anything else at the moment, let me know if you find anything. |
I am using a GT511C1 and I understand this is written for GT511C3. I am wondering if running "raspberry_pi_GPIO_test.py" should turn the Control CMOS LED on regardless of the variant. Any advice? Thanks! |
I worked with C1. It works. For enroll proccess it's better you use "while" instead of "if" with finger pressed function. Maybe you want to look results of enroll process to get out of while for stable enrollment. |
I'm having the same issues with my raspberry pi: The library claims my finger is on the sensor nearly all the time, and I haven't been able to enroll a single fingerprint yet. The blue LED comes on, so I know there is communication. Laughably, the library claims my finger is on the scanner even when I don't have it plugged in. The error message ranges from "None" to "INVALID". I'm guessing something fairly deep (and probably simple) is wrong here, but I have no idea where to start fixing it. |
Hi, |
If you are having trouble with a Raspberry Pi, and you are using the GPIO Serial Pins on the Raspberry Pi, you need to disable the Serial Terminal. Open your terminal and type |
@louishudd @jeanmachuca @ribs85 Did u solved that problem of INVALID, i do not get any response from fingerprint scanner, |
@himanshu-hearthacker I'm having exactly the same problem. Windows software worked fine but as soon as I try this library nothing works and haven't been able to store one fingerprint or recognize one through it. Frustrating. |
If you are using the RPi's serial pins, make sure that you have disabled
|
Im trying to use a FTDI device to link into the usb of my PC, the light turns on to scan a fingerprint and shows a connection but it refuses to do anything else after that |
Most of communication error is about timing. Add print to send and get part to track hex response. |
hi, Use baud rate 115200 |
get it done ...some times creates problem but it is working now |
Hi am wondering if you can help me.
I have been trying to get this to work on my Raspberry Pi. The scanner is plugged into the uart pins.
Enroll code:
This all returns 0
Check number enrolled code:
This also returns 0
The text was updated successfully, but these errors were encountered: