techniq / node-pn532

Native Node.js driver for the PN532 NFC chip
70 stars 31 forks source link

Emulate Tag #24

Open timkaebisch opened 1 year ago

timkaebisch commented 1 year ago

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!

techniq commented 1 year ago

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.