Skip to content
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

Open
deep4U opened this issue Jul 5, 2016 · 8 comments
Open

need help unable to use with rpi2 #23

deep4U opened this issue Jul 5, 2016 · 8 comments

Comments

@deep4U
Copy link

deep4U commented Jul 5, 2016

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:

@himanshu-hearthacker
Copy link

facing same problem, did you get any solution yet?

@felipefuller
Copy link

I have the same problem! any solution?

@felipefuller
Copy link

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!

@deep4U
Copy link
Author

deep4U commented Jul 18, 2016

Hey guys sorry have been busy lately
still facing same issues tried lots of things
gonna try @felipefuller 's solution this weekend and get back ASAP

@deep4U
Copy link
Author

deep4U commented Jul 18, 2016

I read the code from http://makesensors.botbook.com/code.html
for those having dificulties in finding it is in fingerprint_scanner as a python script
also I would remove these lines from the script's main before running
print("Remove all identities from scanner")
and removeAll()
as I want to just check the led is getting on or not. :-)
Will install the said version of wheezy on my pi and run this script to let you know
thanks

@felipefuller
Copy link

felipefuller commented Jul 18, 2016

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!

@Mehluko
Copy link

Mehluko commented Nov 20, 2016

@ 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?

@himanshu-hearthacker
Copy link

himanshu-hearthacker commented Nov 21, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants