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

PN532 module not detecting as emulated tag with Nano 33 BLE to Android #139

Closed
liswifi opened this issue Mar 5, 2023 · 7 comments
Closed
Assignees
Labels
PN532 Label for PN532 UAY Unassigned yet

Comments

@liswifi
Copy link

liswifi commented Mar 5, 2023

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

@Jenibluere
Copy link

Jenibluere commented Mar 18, 2023

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.

@jlkalberer
Copy link

@Jenibluere - what steps are you suggesting? There are many different ideas on how to solve in that thread.

@MatthewJeffson MatthewJeffson added UAY Unassigned yet PN532 Label for PN532 and removed UAY Unassigned yet labels Oct 9, 2024
@Cincinnatu
Copy link

Has this issue been resolved? If not, I will try to solve the problem soon.

@jlkalberer
Copy link

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.

@Cincinnatu
Copy link

It seems that some systems and phones do not support it.

@Lesords
Copy link

Lesords commented Nov 4, 2024

Hello,

I'm going to close this issue, feel free to re-open it if you have any other questions.

[Autocommentary]

@Lesords Lesords closed this as completed Nov 4, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PR Assemble Nov 4, 2024
@jlkalberer
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PN532 Label for PN532 UAY Unassigned yet
Projects
Status: Done
Development

No branches or pull requests

6 participants