Ambimat GroupAmbimatAmbiSecureSIMAuthAmbiAutomationEngineering BlogAhmedabad · India · Est. 1982
NFC reference

ISO/IEC 14443 Quick Reference

One-page reference for ISO/IEC 14443 contactless smart cards: parts, layers, Type A vs Type B, anti-collision, framing.

ReferenceISO/IEC 14443-1..-4

How to use this tool

What it does

References ISO/IEC 14443 Type A/B parameters — anticollision, ATQA/SAK and timing basics.

When to use it

Use it to recall the meaning of an ATQA or SAK value seen during card selection.

Worked example

Look up a SAK byte to tell whether the card supports ISO 14443-4.

Parts of the standard

PartTopicNotes
-1Physical characteristicsCard dimensions; environmental tolerances.
-2RF interface13.56 MHz, modulation, coding, signalling. Type A = ASK 100% / Miller; Type B = ASK 10% / NRZ.
-3Initialisation & anti-collisionREQA / WUPA, anti-collision loops, SELECT, UID handling. Cascade for 7- and 10-byte UIDs.
-4Transmission protocolBlock-oriented half-duplex protocol. RATS / ATS, I-blocks / R-blocks / S-blocks, framing.

Anti-collision in five lines

  • REQA / WUPA — reader probes the field for Type A cards.
  • ATQA — cards in field reply with their Answer To reQuest A.
  • Anti-collision loop — reader narrows in on each card by UID prefix until a single PICC is selected.
  • SELECT — reader issues SELECT for a specific UID. PICC responds with SAK (Select Acknowledge) telling the reader what protocol it speaks (e.g. ISO 14443-4 compliant).
  • RATS / ATS — reader requests the protocol parameters; PICC answers; reader caches.

I / R / S blocks (Part 4)

BlockUse
I-blockInformation block — carries application APDUs. Chained for long messages.
R-blockReceive-ready / negative-acknowledge — for chaining and error recovery.
S-blockSupervisory — wait-time extension (WTX) and deselect.
Static reference. No input leaves your browser.

Where this fits

ISO/IEC 14443 is the contactless companion to ISO/IEC 7816. The application-layer APDUs that ride on top are the same on both sides — once the contactless link is established, you are talking 7816-4 over a 14443-4 transport. DESFire layers its proprietary command set on top of the same APDU envelope.

Companion

ATS parser

Architecture

DESFire

Frequently asked questions

What do the four parts of ISO 14443 cover?

Part 1 physical characteristics, part 2 RF power and signal interface, part 3 initialisation and anti-collision, part 4 the transmission protocol.

What is the difference between Type A and Type B?

Modulation and framing. Type A uses 100% ASK with a modified Miller code and bitwise anti-collision; Type B uses 10% ASK with NRZ and a slotted-ALOHA scheme. Both reach the same part-4 protocol.

What is the operating range?

Roughly 0 to 10 cm at 13.56 MHz by design. It is a proximity standard — greater range is a different technology, not a better implementation.

Why does anti-collision matter?

Because more than one card can be in the field at once. Anti-collision singulates exactly one so the reader is never talking to two cards at the same time.

Does anything I paste leave my browser?

Nothing. The tool is entirely client-side: the page ships a static script, does no network calls, and never transmits what you paste. You can confirm it by opening the network tab, or by loading the page and then going offline.