-
Notifications
You must be signed in to change notification settings - Fork 78
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
No NFC device Connection #33
Comments
Are you sure the nfc device is installed correctly? Do other libnfc tools work? |
Yep sorry, nfc-list works. Mfoc also works. |
I wanted to add, I'm not using uart at all. I'm using a usb nfc reader |
It looks like you're using a wrapper script that combines mfoc and my code. Can you try to run it standalone? |
I have replicated this issue myself- and running libnfc_crypto1_crack standalone with the same arguments produces the same issue as in the above screen shots. Any possible fixes? |
I'm using an ACR122U device on my raspberry pi, and when I run nfc-list, it recognises the nfc reader fine.
However when I run libnfc_crypto1_crack, it gives me an error of libnfc.driver.pn532_uart, pn54x_check_communication error. I've freed the uart on my raspi-config, so I wasn't sure what it could be..
Thanks in advance
The text was updated successfully, but these errors were encountered: