My implementation consists of two modules. A NFC card emulation NFCTag.js and a NDEF vCard wrapper NFCvCard.js.
NFCTag: Features READ and WRITE support. NFCvCard: Its a pretty crude application example for NFCTag that can be altered to support various MIME-Type based NDEF tag types.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I've implemented a PoC for NFC vCard support.
My implementation consists of two modules. A NFC card emulation
NFCTag.js
and a NDEF vCard wrapperNFCvCard.js
.NFCTag: Features READ and WRITE support.
NFCvCard: Its a pretty crude application example for NFCTag that can be altered to support various MIME-Type based NDEF tag types.
I've tested my vCard example below using https://itunes.apple.com/us/app/nfc-reader-for-iphone/id1249686798?mt=8
2 Attachments