NTAG216 vs ST25DV
NTAG216 offers 888 bytes memory with 32-bit password security, making it ideal for vCard storage, complex NDEF records, data logging. ST25DV provides 4-64 Kbit with 64-bit password + configurable areas security, suited for IoT sensors, smart labels, energy harvesting, BLE pairing.
NTAG 216
ST25DV
NTAG216 vs ST25DV
NTAG216 is NXP's largest low-cost NFC Forum Type 2 tag. ST25DV is ST Microelectronics' dual-interface dynamic NFC tagNFC tagPassive unpowered device storing data, powered by reader's RF fieldView full → with both an NFC RF interface and a wired I2C interface, plus energy-harvesting capability. They share the 13.56 MHz frequency but serve very different engineering roles.
Overview
NTAG216 is a passive, single-interface tag. A smartphone or NFC reader accesses 888 bytes of NDEF-formatted user memoryuser memoryTag memory portion available for user data storageView full → at 106 kbps. There is no way to write data to the tag from a microcontroller or sensor — only via NFC RF. Its simplicity is its strength: no firmware, no power supply, no initialization required.
ST25DV (Dynamic NFC/RFID tag) bridges the analog NFC world and the digital microcontroller world. The RF side implements ISO 15693 (NFC-V) for long-range vicinity reading. The I2C side allows a host microcontroller to read and write tag memory directly — enabling the tag to act as a shared memory mailbox between an embedded system and any NFC readerNFC readerActive device generating RF field to initiate communication with tagsView full → approaching the tag. Available in 4, 16, and 64 Kbit variants. Optional energy harvesting provides up to 1 mA at 3.3 V from the NFC reader's RF field — enough to wake a low-power MCU.
Key Differences
- Interface model: NTAG216 is RF-only. ST25DV exposes both RF (ISO 15693ISO 15693Standard for vicinity-range smart cards, 1+ meter read rangeView full →) and I2C, making it a communication bridge between embedded hardware and NFC readers.
- Energy harvesting: ST25DV can harvest power from an NFC reader's RF field via a dedicated VOUT pin. NTAG216 harvests energy internally only to power its own chip — no external VOUT.
- Memory capacity: NTAG216 offers 888 bytes. ST25DV ranges from 512 bytes to 8 KB depending on variant.
- Smartphone UX: NTAG216 NDEF reads are native on all NFC phones. ST25DV uses ISO 15693 (NFC-V), which requires Android 7+ or iOS 14+ with limited UX compared to NFC-A Type 2.
- Dynamic data: An MCU connected via I2C can continuously update ST25DV memory — for example, writing real-time sensor readings, timestamps, or status flags that an NFC reader retrieves on tap. NTAG216 cannot be updated by an embedded system.
- Security: Both have password protectionpassword protection32-bit access control for memory areas (plaintext transmission)View full →. ST25DV adds configurable memory area segmentation with separate RF and I2C access rights per area.
Technical Comparison
| Parameter | NTAG216 | ST25DV-04K / 16K / 64K |
|---|---|---|
| ISO standard | ISO 14443ISO 14443Standard for contactless smart cards at 13.56 MHz (Types A and B)View full →-3A | ISO 15693 |
| NFC Tag Type | Type 2 | Type 5 (NFC-V) |
| Wired interface | None | I2C (up to 1 MHz) |
| User memory | 888 bytes | 512 B / 2 KB / 8 KB |
| Energy harvesting | None (internal only) | Yes (VOUT, up to 1 mA) |
| RF interrupt to MCU | No | Yes (interrupt pin on I2C side) |
| Security | 32-bit password | 64-bit password + area segmentation |
| Smartphone support | Native NFC-A | Android 7+ / iOS 14+ (NFC-V) |
| NDEF | Yes (native) | Via Type 5 mapping |
| Data retention | 10 years | 40 years |
| Write endurance | 100,000 writes | 1,000,000 writes |
| Unit cost (volume) | $0.05–$0.15 | $0.40–$1.20 |
| Target market | Consumer labels, smart packaging | IoT sensors, smart labels, BLE pairing bootstraps |
Use Cases
Where NTAG216 Excels
- Static smart labels, NFC business cards, and promotional tags where no embedded system writes to the tag
- Consumer-facing URL, vCard, and NDEF-payload delivery
- Applications requiring maximum smartphone compatibility with zero app friction
- Cost-sensitive high-volume label deployments
Where ST25DV Excels
- Smart sensor labels: An MCU reads a temperature sensor and writes the latest measurement to ST25DV memory via I2C; a logistics worker taps with a phone to retrieve the current reading — no wireless radio beyond NFC required
- BLE bootstrapping: When the NFC reader field is detected, ST25DV's interrupt line wakes a BLE MCU, which begins advertising. The phone reads BLE pairing credentials from the tag via NFC, then connects via BLE
- Wireless firmware configuration: A field technician taps a phone to an IoT device's ST25DV tag to write configuration parameters, which the MCU reads via I2C
- Energy harvesting demos and ultra-low-power wake-up: A sensor node powered only by the NFC reader's harvested energy writes a measurement to the tag and goes back to sleep — the entire interaction powered by RF
Verdict
NTAG216 and ST25DV serve distinct engineering problems. Choose NTAG216 when you need the simplest, cheapest, highest-capacity Type 2 NDEF tag for consumer smartphone interactions. Choose ST25DV when you need a bidirectional bridge between an embedded microcontroller and the NFC world — especially for sensor data sharing, energy harvesting, or NFC-triggered BLE pairing. The I2C interface and VOUT pin transform ST25DV from a passive tagpassive tagBatteryless tag powered by reader's electromagnetic fieldView full → into an active system component; that differentiation justifies its higher cost in IoT-centric deployments.
おすすめ
Choose NTAG216 when you need largest NTAG 21x with most user memory; choose ST25DV when you need dual-interface (NFC + I2C) with energy harvesting.