Overview
IEC 63652-2:2026 - NFC Forum Specifications – Part 2: NFC Data Exchange Format (NDEF) defines the standardized message format essential for communication between NFC Forum Devices. Developed by the International Electrotechnical Commission (IEC), this specification establishes a common structure for encapsulating, identifying, and transferring application data via Near Field Communication (NFC) technology.
NDEF is a compact, binary message format designed for efficient data exchange. It enables devices to wrap one or more application-defined payloads-such as encrypted data, XML, images, or even nested NDEF Messages-into a single, ordered message. The structure supports interoperability across the NFC ecosystem by standardizing how devices create and parse messages, regardless of their origin or the underlying transport protocol.
The NDEF specification strictly covers data formatting and message construction. It intentionally excludes record type definitions (handled by other specifications), transport protocols, and connection logic, ensuring focus and clarity for implementers.
Key Topics
-
NDEF Message Structure:
- Messages comprise one or more NDEF Records.
- Each message begins and ends explicitly using designated flags to ensure clear boundaries.
-
NDEF Records:
- Encapsulate a payload described by:
- Type: Defines the payload’s data type using URIs, MIME types, or NFC-specific formats.
- Length: Specifies the number of octets for efficient parsing.
- Identifier (optional): Offers referencing across or within messages.
- Records support ‘short’ (≤255 bytes) or standard layouts per payload size.
-
Payload Handling:
- Records may include single or chunked payloads, allowing partitioning of large or dynamically generated data into manageable pieces.
-
Design Goals:
- Facilitate encapsulation of arbitrary and unknown-sized documents or files.
- Aggregate logically-associated content (e.g., message plus attachments).
- Prioritize simplicity, efficiency, and compactness for NFC communication.
-
Scope Limitations:
- Does not define transport protocols or connection management.
- Does not specify details of payload or record content types.
Applications
Adhering to IEC 63652-2:2026 ensures interoperability for a broad range of NFC-enabled applications, such as:
-
Mobile Payments & Ticketing:
Secure and reliable formatting of transaction or pass data for swift device-to-device or card emulation interactions.
-
Contactless Data Exchange:
Facilitates sharing of digital business cards (vCards), URLs, Bluetooth/WiFi pairing information, or promotional content.
-
IoT and Smart Device Pairing:
Structured handover of configuration parameters between NFC-enabled smart devices.
-
Access Control:
Securely encodes access credentials or temporary permission tokens in NDEF format for entry systems or time-limited events.
-
Digital Identity & Authentication:
Transmits core identity attributes as standardized messages for verification routines in various security contexts.
The true value of the NDEF standard lies in its flexibility-enabling multiple payload types and record arrangements, while also being simple to implement and extend in evolving NFC environments.
Related Standards
-
NFC Record Type Definition (RTD) Specification:
Defines standardized and custom record types for use within NDEF messages.
-
RFC 2046 / RFC 3986:
Underlays type identification mechanisms by leveraging MIME media types and Uniform Resource Identifiers (URIs).
-
Other NFC Forum Specifications:
Cover physical communication protocols, device operation modes, and additional NFC message structures.
-
ISO/IEC 14443, ISO/IEC 18092:
Specify lower-layer air interface and communication protocols for NFC.
Staying current with NDEF and its related specifications ensures robust, compatible, and efficient NFC application development across industries.