8 RFID Tag Types and Components
8.2 Learning Objectives
By the end of this chapter, you will be able to:
- Classify tag types: Distinguish passive, active, and semi-passive RFID tags by power source, communication method, and cost profile
- Analyse tag components: Explain the function of antennas, integrated circuits, and memory in each tag category
- Select appropriate tags: Choose the optimal tag type for specific IoT applications based on range, environment, and budget constraints
- Calculate battery life: Derive active tag power consumption and expected lifetime from duty-cycle parameters
- Justify design trade-offs: Defend tag selection decisions by balancing cost, range, sensor needs, and maintenance requirements
RFID tags come in three varieties: passive (no battery, powered by the reader’s signal), semi-passive (battery for the chip but no transmitter), and active (has its own battery and transmitter). Each type has different range, cost, and lifespan trade-offs. Choosing the right tag type is one of the most important decisions in an RFID project.
8.3 Prerequisites
Before diving into this chapter, you should be familiar with:
- RFID Introduction: Basic understanding of RFID concepts and terminology
- Basic electronics: Familiarity with concepts like antennas, circuits, and power consumption
8.8 Knowledge Check: Tag Selection
8.11 Worked Example: Cold-Chain Pharmaceutical Tracking — Tag Type Selection
Scenario: PharmaFlow AG distributes temperature-sensitive vaccines across 14 European countries. They need to track 800,000 vaccine shipments per year from manufacturing through last-mile delivery, with continuous temperature logging from factory to clinic refrigerator.
Requirements analysis:
| Stage | Containers/Year | Read Distance | Temp Logging | Dwell Time | Budget/Tag |
|---|---|---|---|---|---|
| Factory pallets | 12,000 | 3-5 m (dock doors) | Every 5 min | 2-8 hours | < EUR 5.00 |
| Distribution boxes | 120,000 | 1-2 m (conveyor) | Every 15 min | 1-3 days | < EUR 1.50 |
| Individual vials | 800,000 | 10-30 cm (handheld) | None (ambient assumed) | 1-90 days | < EUR 0.08 |
Tag type decision for each stage:
Stage 1 — Factory pallets: Semi-passive (BAP) UHF tags
- Tag: Confidex Carrier Pro with integrated thermistor, EUR 3.80/unit
- Battery life: 5 years at 5-minute logging interval (CR2032, 230 mAh)
- Power budget: sensor wake 12 uA x 200 ms every 5 min + sleep 1.8 uA = average 2.6 uA
- Battery life: 230,000 uAh / 2.6 uA = 88,460 hours = 10.1 years (derated to 5 years for cold exposure)
- Memory: 8 KB EEPROM stores 2,048 readings (7 days at 5-min intervals)
- Why not active: pallets stay within dock-door read zones; 3-5 m passive backscatter range is sufficient; active tags at EUR 25+ are 6.5x more expensive with no benefit
- Annual cost: 12,000 x EUR 3.80 = EUR 45,600
Stage 2 — Distribution boxes: Semi-passive HF/UHF dual-frequency tags
- Tag: custom inlay with NTC thermistor, EUR 1.20/unit at 120K volume
- Battery life: 3 years at 15-minute interval (CR1220, 40 mAh)
- Power budget: average 1.5 uA = 40,000 uAh / 1.5 uA = 26,666 hours = 3.0 years
- 4 KB memory stores 384 readings (4 days at 15-min intervals)
- HF interface allows pharmacist to tap-read temperature log with NFC phone at delivery
- Annual cost: 120,000 x EUR 1.20 = EUR 144,000
Stage 3 — Individual vials: Passive UHF inlays
- Tag: Avery Dennison AD-229r6 wet inlay, EUR 0.038/unit at 800K volume
- No temperature logging (vial travels inside monitored box)
- Purpose: unique serial number for anti-counterfeiting and inventory
- Read range: 4-6 m with fixed reader, sufficient for case-level bulk reads
- No battery, unlimited shelf life (critical for vaccines stored 1-5 years)
- Why not semi-passive: temperature already logged at box level; adding a battery to 800K vials adds EUR 640K+ and creates disposal liability
- Annual cost: 800,000 x EUR 0.038 = EUR 30,400
Total annual tag cost: EUR 45,600 + EUR 144,000 + EUR 30,400 = EUR 220,000
Key lessons from this design:
- Match tag type to the container level, not the product level. Temperature logging at vial level (800K semi-passive tags) would cost EUR 960K+ vs EUR 144K at box level — a 6.7x cost difference for the same data
- Battery derating matters. The CR2032 calculates to 10 years at room temperature, but cold-chain exposure (2-8 C) reduces capacity by 40-50%, yielding a realistic 5-year life
- Passive tags win on volume. At EUR 0.038 each, passive vial tags cost less than the adhesive label they replace. The anti-counterfeiting value alone justifies the investment
8.12 How It Works: Passive Tag Energy Harvesting
The “magic” of battery-free operation:
- Reader transmits RF energy (continuous wave at 915 MHz for UHF)
- Tag antenna captures RF (acts like tiny solar panel for radio waves)
- Rectifier converts AC to DC (diode bridge charges capacitor)
- Capacitor powers chip (stores ~10-50 µJ, enough for microseconds of operation)
- Chip modulates antenna (backscatter: changes impedance to reflect signal)
- Reader detects modulation (demodulates reflected signal to recover data)
Power budget example (UHF passive tag):
- Reader transmit: 1W EIRP at 3m distance
- Tag receives: ~1 µW (path loss + antenna gain)
- Harvested power: ~0.3 µW (30% efficiency typical)
- Chip consumption: ~5 µW peak (during read), ~0 µW (when no reader present)
- Result: Tag operates only when reader is actively interrogating
Why unlimited life? No battery to deplete. Tag degrades only from physical damage (UV, moisture, bending).
8.13 Concept Relationships
Tag type selection flowchart:
Need sensors? → Yes → Semi-passive or Active
→ No → Need range > 10m? → Yes → Active
→ No → Passive (cheapest)
How types relate:
- Passive → foundation (simplest, no battery)
- Semi-passive → adds battery for sensors (communication still passive)
- Active → fully autonomous (battery powers everything)
Prerequisite knowledge:
- Frequency bands (determines passive tag read range)
- Power budgets (critical for active tag battery life)
- Backscatter modulation (how passive tags communicate)
Foundation for:
- Tag selection for specific applications
- Cost-benefit analysis (TCO over tag lifetime)
- Battery replacement planning (active/semi-passive)
8.14 See Also
Tag selection guides:
- RFID Frequency Bands - Band affects tag type viability
- RFID System Components - Readers and antennas
- RFID Real-World Apps - Type selection examples
Power management:
- Energy Harvesting - RF energy capture
- Battery Technologies - Active tag batteries
- Low-Power Design - Minimizing consumption
Alternative technologies:
- NFC Tags - HF passive tags with phone support
- BLE Beacons - Active battery-based alternative
- UWB Tags - Active tags for precise positioning
Common Pitfalls
The TID is factory-programmed and unique to the IC; it cannot be changed. The EPC is user-programmable and represents the item identity in the application. Fix: use the TID for anti-cloning verification and the EPC for business item identification; never conflate the two.
Gen2 tags can be locked to prevent EPC modification using a 32-bit access password. Without it, anyone with a Gen2 writer can change the EPC. Fix: set a non-zero access password and lock the EPC bank before deploying tags in any application where data integrity matters.
User memory size varies from 0 bytes (some inlay-only tags) to 512 bytes+ (premium sensor tags). Assuming 32 bytes of user memory when the selected tag has 0 bytes causes application failures. Fix: verify the user memory size in the tag IC datasheet and select a tag with at least 20% more memory than the maximum expected payload.
8.15 Summary
This chapter covered RFID tag types and components:
- Passive tags: Battery-free, powered by reader, lowest cost, unlimited life
- Semi-passive tags: Battery powers sensors/memory, RF for communication, ideal for data logging
- Active tags: Full battery power, longest range, highest capability and cost
- Power analysis: Sleep current often dominates battery life in duty-cycled systems
- Selection criteria: Match tag type to range, cost, sensor, and maintenance requirements
8.16 What’s Next
Now that you understand RFID tag types, explore these related topics:
| Next Chapter | Description |
|---|---|
| RFID Frequency Bands | LF, HF, UHF, and microwave band characteristics and how to choose |
| RFID System Components | Readers, antennas, middleware, and system architecture |
| RFID Standards and Protocols | EPC Gen2, ISO standards, and air interface protocols |
| RFID Real-World Applications | Industry case studies and tag selection examples |
| RFID Design and Deployment | Complete decision framework for RFID system planning |