-
Notifications
You must be signed in to change notification settings - Fork 46
SPI read_passive_target timeout not working correctly #19
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
Comments
The SPI and I2C interfaces use an entirely different backend. The problem looks like it's occurring in I believe it's related to the
Changing the while loop around a bit seems to have corrected it:
|
@BraindeadBZH Please try the 2.0.7 version of the library when it becomes available: |
Thank you for fixing the issue. Unfortunately I don't have access to the hardware to test this at the moment. I will let you know if I have the chance to get back to this. |
OK. Closing for now. We can reopen if you continue to have the same issue. |
Hi,
When in SPI mode calling read_passive_target with a timeout, a NFC tag is only detect at the very beginning of the poll. This is not the case with i2c which detects tags through all the duration of the timeout.
The text was updated successfully, but these errors were encountered: