Building an NFC-Based Product

From Prototype to Production

| 6 min read

Building an NFC Product

Taking an NFC tag from concept to mass production requires decisions at every layer of the stack: requirements, chip selection, antenna engineering, regulatory certification, and manufacturing. A wrong choice early — such as picking a chip with insufficient memory or an antenna tuned for a flat surface when the product attaches to metal — can require complete redesign at tooling cost.

This guide walks the full product development lifecycle. Use the NFC Chip Selector and Tag Cost Calculator alongside this guide to validate decisions numerically.

Requirements Gathering

Before selecting any component, answer these six questions:

Question Impact
What data will the tag store? Determines minimum user-memory
Who reads the tag — consumer phones or dedicated readers? Drives chip type selection (Type 2 vs Type 4/5)
What is the physical substrate? Metal, liquid, curved — affects antenna and form factor
What is the read range requirement? ≤ 4 cm passive vs. longer range (iso-15693)
Is authentication or anti-cloning required? Determines security feature set (aes-encryption, originality-signature)
What is the unit cost target? Constrains chip tier and manufacturing volume

A ndef-message storing a 100-character HTTPS URL needs ~130 bytes including TLV and record headers — well within NTAG213's 144-byte user-memory. A vCard with photo URL, name, phone, and email typically needs 400–600 bytes, pushing you to NTAG216 or a Type 4 chip.

Chip Selection

The nfc-chip choice cascades into antenna design, firmware, and certification. Key families for product designers:

Chip Family Type User Memory Security Best For
NTAG213/215/216 2 144 / 504 / 888 B Password + lock bits Consumer goods, marketing
NTAG I2C Plus 2 1 / 2 KB Password + SRAM pass-through IoT bridge, sensor data
MIFARE Ultralight C 2 144 B 3DES (des-3des) Transport, loyalty (low cost)
MIFARE DESFire EV3 4 256 B – 32 KB AES-128/192/256, MACing Access control, payment
NTAG DNA / DNA TagTamper 2 144 B AES + sun-message (sdm) Brand protection, authentication
ICODE SLIX2 5 2,528 B Password + EAS Supply chain, library

For anti-counterfeiting, chips with originality-signature (NXP's ECC-based factory signature) or sdm (Secure Dynamic Messaging — server-verified CMAC in the URL) provide cryptographic proof of tag authenticity that cannot be cloned. See anti-cloning for the full taxonomy of protection mechanisms.

Use the NFC Chip Selector to filter by memory, security features, operating temperature, and package type.

Antenna Design

The nfc-antenna is typically a planar spiral of copper or aluminium traces on a PET, paper, or PCB substrate. Design is governed by three coupled parameters: inductance, resonant frequency (target 13.56 MHz), and Q-factor.

Key design considerations:

Factor Guidance
Substrate Air-core coil on PET: Q ≈ 30–50. FR4 PCB: Q ≈ 20–30
Metal proximity On-metal tags require a ferrite spacer layer to decouple the antenna from the metal plane; standard tags detune and fail
Tuning capacitor Chip input capacitance (typically 50–100 pF) combined with stray capacitance determines number of turns needed
Size vs. range Larger antenna = better coupling at range; minimum practical coil for phone read ≈ 15 × 25 mm
Form factor wet-inlay (antenna + chip bonded, adhesive-backed) or dry-inlay (no adhesive); on-metal-tag requires ferrite layer

For consumer products, NXP and Identiv publish reference antenna designs matched to their chips. Simulation tools (Ansys HFSS, Altium Designer NFC wizard) can predict coupling coefficient before cutting prototypes.

On-metal applications — tools, appliances, equipment panels — require ferrite-backed or ceramic-based on-metal-tag inlays. Standard wet inlays on metal lose 80–100% of read range.

NFC Forum Certification

nfc-forum-certification is required to use the N-Mark logo and to be listed in the NFC Forum Certified Products database. The program covers three device roles: poller (reader), listener (tag), and device (phone/wearable). For an NFC-enabled product you typically certify as a listener.

Certification flow: 1. Pre-compliance: Run the NFC Forum's nfc-test-suite locally using a certified reference poller (e.g., Micropross MP300). Fix analog and digital test failures. 2. Submit to authorized test lab: Labs include NXP Semiconductors Certification Lab, Dekra, UL. Turnaround is 4–8 weeks. 3. Receive Certificate of Conformance: Valid for the exact hardware configuration submitted. Hardware changes may require re-certification.

Chip vendors (NXP, STMicroelectronics, Infineon) pre-certify their chips; integrating a pre-certified chip into a new antenna/substrate requires a new product-level certification.

Regulatory Compliance

fcc-compliance (USA) and ce-marking (EU) are mandatory for NFC products sold in those markets. NFC at 13.56 MHz typically falls under:

Regulation Region Applicable Rule
FCC Part 15.225 USA 13.553–13.567 MHz intentional radiator; field strength ≤ 10 µT at 10 m
ETSI EN 300 330 EU/EEA 13.56 MHz SRD; ERP limits
ARIB STD-T89 Japan Similar ISM band rules
CE Marking (RED) EU Radio Equipment Directive 2014/53/EU

Most NFC inlays and tags operate well below FCC Part 15 thresholds. Products with active NFC controllers (readers, phones) require full FCC/CE testing including conducted and radiated emissions.

fcc-compliance testing is typically done simultaneously with NFC Forum certification at accredited labs. Budget $10,000–$30,000 for combined FCC/CE/NFC Forum certification of a new product.

Manufacturing Considerations

Tag manufacturing involves bonding the ic-die (either as wafer-level chip or pre-packaged module) to the antenna substrate, followed by encoding-process and converting into the final label or card format.

Stage Options Cost Driver
Inlay assembly Flip-chip bonding (high volume) vs. module strap (flexible) Tooling NRE vs. per-unit cost
Encoding Factory encoding (NXP TagWriter bulk) vs. at-line encoding Volume and content complexity
Converting Die-cut labels, card lamination, injection mold insert Form factor
Quality Antenna inductance test, chip communication test, NDEF verify AQL level, throughput

The tag-cost-calculator models unit cost across these stages at different volume tiers (1K, 10K, 100K, 1M units). At 100K units a standard NTAG213 wet inlay typically lands at $0.08–$0.12 per tag, while a DESFire EV3 card with encoding reaches $1.50–$3.00.

For supply chain authentication projects, the encoding-process must be secured: private key material for sdm configurations must remain within HSM-protected encoding stations.

See also NFC Security and Authentication Guide for implementation details on aes-encryption, mutual-authentication, and sun-message architectures. For chip-level memory planning, use the Memory Calculator.

Terms in This Guide