techniq / node-pn532

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

Peer to Peer mode with DFRobot NFC Module #21

Open seivad opened 4 years ago

seivad commented 4 years ago

Hey guys, I can read and write to an NFC sticker using the DFRobot NFC Module successfully. I can see the url I provide it, etc...

What I want to be able to do is tap my iPhone 11 onto the module and be provided with the redirect to the URL.

If it tap my iPhone 11 on the sticker I just wrote, it redirects perfectly (opens Safari link) but I want to be able to do it directly on the module itself.

Any help is appreciated, this is doing my head in!

Cheers