-
Notifications
You must be signed in to change notification settings - Fork 186
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
PN532 module not detecting as emulated tag with Nano 33 BLE to Android #139
Comments
Hey, if you follow the steps outlined in this issue here, you can get it to work: #88 I plan on making my own pull request with the fixed code, so will link to that when done. |
@Jenibluere - what steps are you suggesting? There are many different ideas on how to solve in that thread. |
Has this issue been resolved? If not, I will try to solve the problem soon. |
Yes, tag emulation is basically broken for iOS and Android at this point. Every once in a while I can get a successful read (Android) but in general it's broken. |
It seems that some systems and phones do not support it. |
Hello, I'm going to close this issue, feel free to re-open it if you have any other questions. [Autocommentary] |
No, it's not that phones don't support this chip. The issue is that this code doesn't do the full handshake with error handling so most of the time the read fails. I've looked at logcat and I've seen a ton of errors since the code is missing parts of the protocol. |
It hasn't been detecting the PN532 at all while using the emulate_tag_ndef.ino example from this library.
I find it strange that it compiles but doesn't detect the module. Lots of 'unused variable' and 'redefined variable' warnings appear during compilation but I'm unsure why. Here is a pastebin of the compile: SeedStudio PN532 emulate_tag_ndef.ino
Board: Arduino Nano 33 BLE Sense
OS: mbedOS Nano (33 BLE)
SPI connection
The text was updated successfully, but these errors were encountered: