ISO/IEC 15693 (NFC-V)
<\/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 15693 (NFC-V) defines the vicinity coupling standard for contactless identification cards operating at 13.56 MHz. Unlike ISO 14443's proximity range (~10 cm), ISO 15693 achieves read distances up to 1.5 meters using larger antennas and different modulation schemes. The standard is widely deployed in library management, industrial tracking, and supply chain applications. NFC Forum adopted it as the basis for Type 5 tags.
ISO/IEC
|
15693
|
발행일 2000
|
개정 2019
범위
Vicinity coupling identification cards — defines contactless communication at 13.56 MHz for longer read ranges up to 1.5 meters.