I'm using it for reading data from a NTAG 215 (ISO 14443-3) - works perfectly fine!
Now I want to use the PN532 to emulate a tag and scan it with my phone (e.g. to transfer a link).
I think the the writeNdefData-function is not suitable for that. Or am I wrong?
Can I emulate a tag using your driver?
Sorry @timkaebisch for the slow response. I haven't used the library to emulate tags personally, but there is an open PR with this support. If you'd want to verify it works, I can merge and release an update.
Hi, nice driver!
I'm using it for reading data from a NTAG 215 (ISO 14443-3) - works perfectly fine!
Now I want to use the PN532 to emulate a tag and scan it with my phone (e.g. to transfer a link). I think the the
writeNdefData
-function is not suitable for that. Or am I wrong? Can I emulate a tag using your driver?Thank you in advance!