NFC Forum Type 2
<\/script>\n';
},
get iframeSnippet() {
const domain = '{ SITE_DOMAIN }';
const type = '{ embed_type }';
const slug = '{ embed_slug }';
return '';
},
get activeSnippet() {
return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet;
},
copySnippet() {
navigator.clipboard.writeText(this.activeSnippet).then(() => {
this.copied = true;
setTimeout(() => { this.copied = false; }, 2000);
});
}
}"
@keydown.escape.window="open = false"
@click.outside="open = false">
Type 2
NFC Forum Type 2 is the most widely deployed NFC tag type, based on ISO 14443-3A with 106 kbps data rate. Type 2 tags use a 4-byte page structure and support NDEF message formatting for interoperable data exchange. Major implementations include NXP NTAG 21x series and MIFARE Ultralight. Type 2 tags offer the best balance of cost, compatibility, and functionality for consumer NFC applications.
Supported Standards
ISO 14443-3A
NFC-A