ISO/IEC 14443-3A (NFC-A)
<\/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">
ISO/IEC 14443-3A (NFC-A) defines the initialization and anti-collision mechanism for Type A contactless communication. Type A uses 100% ASK modulation with Modified Miller coding for reader-to-tag and Manchester coding with subcarrier load modulation for tag-to-reader. It is the basis for NFC Forum Type 1, Type 2, and Type 4 tags, including the entire NXP NTAG and MIFARE product families.
ISO/IEC
|
14443-3A
|
Published 2001
|
Rev. 2016
Scope
Initialization and anti-collision for Type A contactless cards — defines the bit-level coding, frame format, and anti-collision procedure for Type A modulation.