NTAG 22x DNA StatusDetect: Tamper Detection and Sensing in One NFC Tap
NXP's NTAG 22x DNA StatusDetect chips turn a single NFC tap into three things at once: proof a product is genuine, proof a seal wasn't broken, and a battery-free sensor reading. Here's what StatusDetect adds over standard NTAG tags, how conductive and capacitive tamper detection differ, and where you'll actually run into these chips.
NTAG 22x DNA StatusDetect is an NFC chip family from NXP that adds tamper detection and battery-free environmental sensing on top of standard tap authentication. One phone tap can confirm a product is genuine, check whether a seal was broken, and pull a sensor reading — no battery, no extra app logic.
What it is (one-paragraph answer)
NTAG 223 DNA StatusDetect and NTAG 224 DNA StatusDetect are NFC Forum Type 2 Tag compliant chips with CC EAL3+ certified security, the same tag class as the NTAG213/215/216 chips you'll find in most stickers and cards. What sets them apart: a tamper-loop input, and on the 224 DNA SD, a capacitive sensing pin wired straight into the chip. Memory is modest — 144 bytes on the 223 DNA SD, 208 bytes on the 224 DNA SD, enough for an NDEF record plus a status flag. Comparing across the wider NTAG lineup? Check how much data fits on an NFC tag by chip. The base NTAG 223/224 DNA parts without the SD suffix skip the tamper-loop and sensing pins entirely — they're built for brand-authentication-only designs where a tap just needs to confirm a product is genuine.
How it actually works
SUN authentication makes every tap unique
Every StatusDetect tap is protected by a SUN (Secure Unique NFC) message signed with AES-128, so the response changes on every read instead of exposing a static, copyable ID. It's the same authentication approach behind NTAG 424 DNA's SUN and SDM features — StatusDetect just layers tamper and sensing status onto that same signed message.
Two tamper-detection modes
You get a choice of two tamper modes. Conductive mode wires the chip to a physical loop; break the loop once, and the chip permanently records an "opened" status the next time it's powered up by an NFC field. Capacitive mode, available on the 224 DNA SD, measures a connected sensing capacitor on every single read and compares it against preset limits — an out-of-range reading gets added straight into the SUN message.
The same capacitor doubles as a sensor
That capacitive interface isn't limited to tamper checks. The identical hardware can report moisture, fill level, or pressure changes, all powered by the reader's NFC field rather than a battery. NXP frames this as one tap doing brand authentication, tamper verification, and a sensor reading at once.
Where you'll see it
Tamper-aware NFC is already established in pharmaceutical and luxury-goods packaging, where a shopper's phone tap checks authenticity and seal status with no special reader hardware — the same consumer-facing model behind the broader push toward NFC product authentication and anti-counterfeiting. Beyond packaging, expect capacitive variants in retail and industrial settings that need a fill-level or moisture reading without wiring power to every sensing point.
Tips, gotchas, and a quick how-to with NFCore
NFCore reads the NDEF payload and tag metadata on any Type 2 Tag, StatusDetect included — handy for confirming what's actually stored on a tag you own or are designing with. Verifying the SUN signature server-side is the brand's backend's job, not a generic reader app's. Speccing a product around these chips comes down to one choice: conductive when there's a physical seal to break, capacitive when you need to sense a sealed environment with no loop to snap. Open NFCore any time you want to inspect a tag's raw memory layout — you'll start noticing StatusDetect turning up more often as packaging and IoT designs adopt it.
Frequently Asked Questions
What's the difference between NTAG 22x DNA and NTAG 22x DNA StatusDetect?
The plain DNA parts (no SD suffix) stick to SUN-authenticated tap verification — good for confirming a product is genuine. The StatusDetect parts add a tamper-loop input and, on the 224 DNA SD, a capacitive sensing pin, so one tap can also flag a broken seal or report a reading like moisture or fill level.
Do I need a battery to use the tamper or sensing features?
No. Both the conductive tamper loop and the capacitive sensing interface run on the NFC field itself when a phone or reader taps the tag — no battery, no maintenance.
Can I read a StatusDetect tag with a regular NFC-enabled phone?
Yes, for the read itself — any NFC Forum Type 2 Tag reader, including iPhone Core NFC and Android's NFC stack, can pull the tag's NDEF data and SUN message. Verifying the SUN cryptographic signature server-side takes the brand's own backend or a purpose-built app; NFCore reads the raw tag data but doesn't perform SUN signature verification.
What's the difference between conductive and capacitive tamper detection?
Conductive mode uses a physical loop wired to the chip; break it, and the chip permanently writes an "opened" status the next time it's powered up. Capacitive mode (224 DNA SD only) measures capacitance against a preset range and flags an "open" or out-of-range status in the SUN message on every read — handy when there's no loop to snap, like on a sealed liquid container.
Is this the same chip as NTAG 424 DNA?
No, but they're siblings. NTAG 424 DNA is the security-focused member of NXP's DNA family, widely used for tap-to-authenticate. NTAG 22x DNA StatusDetect shares that same SUN authentication approach but adds tamper-loop and capacitive-sensing hardware that 424 doesn't have.