-
-
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
need help unable to use with rpi2 #23
Comments
facing same problem, did you get any solution yet? |
I have the same problem! any solution? |
Found a temporary solution! after searching the whole internet, i installed de 2015-05-05 wheezy image from: https://downloads.raspberrypi.org/raspbian/images/ Then i used this code to try the sensor http://makesensors.botbook.com/code.html and worked :) Now im trying to use this library. I've had a some errors, but should work. I hope this can help you! |
Hey guys sorry have been busy lately |
I read the code from http://makesensors.botbook.com/code.html |
after trying that solution, i noticed the response of the FPS was very slow. It worked, but was very slow. I also removed the "removeAll()" and enrolled without problems. After trying any possible solution to get this library working, i gave a shot to the node.js library and worked surprisingly good! |
@ felipefuller how did you get the code from node.js script working I'm trying to use it I can get it working.w@ steps did you follow? |
replace FPS.py in your code with file named FPS2.py. https://github.com/Jucker/SIPIntercom-with-FPS .This is guy modified the file to work with code. if you face any problem try to change the baud rate 2-3 time. |
when I run example code I get all this
neither the cmos led turns on nor did I press my finger which was falsely detected
the same output comes always with same observation but my sensor works properly with arduino
GT511C1R is the one I am using and my board is raspberry pi 2 any Ideas what is wrong?
python ./raspberry_pi_GPIO_test.py
Command: Open
55 aa 01 00 01 00 00 00 01 00 02 01
U������
U\xaa\x01\x00\x01\x00\x00\x00\x01\x00\x02\x01
readed:
Command: CmosLed
55 aa 01 00 01 00 00 00 12 00 13 01
U������
U\xaa\x01\x00\x01\x00\x00\x00\x12\x00\x13\x01
readed:
Put your finger in the scan
Command: IsPressFinger
55 aa 01 00 01 00 00 00 26 00 27 01
U���&'�
U\xaa\x01\x00\x01\x00\x00\x00&\x00'\x01
readed:
Your finger is in the scan
Command: CmosLed
55 aa 01 00 00 00 00 00 12 00 12 01
U�����
U\xaa\x01\x00\x00\x00\x00\x00\x12\x00\x12\x01
readed:
Command: Close
55 aa 01 00 00 00 00 00 02 00 02 01
U�����
U\xaa\x01\x00\x00\x00\x00\x00\x02\x00\x02\x01
readed:
The text was updated successfully, but these errors were encountered: