3  RFID Introduction and Fundamentals

Key Concepts
  • RFID History: RFID evolved from IFF (Identify Friend or Foe) radar systems used in World War II; commercial applications began in the 1970s with livestock tracking
  • Key RFID Properties: No line-of-sight required, multiple simultaneous reads, read/write capability, embeddable in objects, long operational life (passive tags last 10+ years)
  • RFID vs Barcode: RFID reads without line-of-sight and handles many items simultaneously; barcodes require individual scan but are far cheaper per item
  • Tag Anatomy: An RFID tag contains an antenna (receives power and transmits data), an ASIC (stores and processes data), and optionally a battery (active tags)
  • RFID Standards Body: GS1 (supply chain EPCs), ISO (generic RFID), and industry consortia (EPCglobal) define RFID standards
  • Real-World Scale: Walmart mandate (2003) required suppliers to tag pallets with EPC RFID; accelerated UHF RFID adoption globally
  • IoT Role of RFID: RFID bridges the physical and digital worlds, enabling IoT systems to automatically track, identify, and monitor physical objects

3.1 In 60 Seconds

RFID (Radio Frequency Identification) uses radio waves to automatically identify objects without line-of-sight or contact. This chapter introduces the fundamentals: how readers power passive tags through electromagnetic fields, the “Marco Polo” communication analogy, three tag types (passive, active, semi-passive), four frequency bands (LF to microwave), and how RFID compares to barcodes and NFC. RFID is the backbone of modern inventory, access control, and IoT identification systems.

3.2 Learning Objectives

By the end of this chapter, you will be able to:

  • Define RFID and its core principles: Articulate how Radio Frequency Identification uses electromagnetic fields for contactless object identification
  • Analyse reader-tag communication: Diagram the step-by-step energy harvesting, backscatter modulation, and data exchange process between RFID readers and passive tags
  • Classify RFID components by function: Categorise tags (passive, active, semi-passive), readers, and antennas by their roles within an RFID system
  • Evaluate RFID against alternative technologies: Justify when RFID outperforms barcodes, NFC, or BLE based on range, cost, and operational constraints
  • Apply RFID knowledge to real-world scenarios: Design a frequency-band and tag-type selection for a given inventory or access-control use case

3.3 Prerequisites

Before diving into this chapter, you should be familiar with:

  • Networking Basics: Understanding wireless communication fundamentals provides the foundation for learning how RFID operates
  • Basic electromagnetic concepts: Familiarity with radio waves and wireless communication helps understand RFID’s contactless operation
Key Takeaway

In one sentence: RFID enables automatic identification without line-of-sight or power on the tag, using radio waves to read unique IDs from centimeters to hundreds of meters away.

Remember this rule: Use passive tags for cost-sensitive high-volume tracking (under $0.10 each), active tags when you need range over 10 meters or real-time location, and choose your frequency band based on read range needs (LF for contact, HF for 1m, UHF for 12m+).

3.4 Getting Started (For Beginners)

New to RFID? Start Here!

You encounter RFID technology daily—from library books to pet microchips. Here’s what you need to know.

3.4.1 What is RFID? (Simple Explanation)

RFID = Radio Frequency IDentification

It’s a technology that uses radio waves to automatically identify and track objects. A reader sends a signal, and a tag responds with its unique ID.

You use RFID for:

  • Library books (self-checkout, anti-theft)
  • Pet microchips (identifying lost pets)
  • Retail inventory (tracking products in stores)
  • Ski lift passes (hands-free access)
  • Toll collection (E-ZPass, SunPass)
  • Passports (ePassports with chip)

3.4.2 How RFID Works: A Simple Analogy

RFID system working principle showing reader transmitting RF signal to antenna coil in passive tag, which uses electromagnetic induction to power its chip and modulate backscatter signal containing unique ID back to reader for identification.

RFID Working Principle

Comprehensive RFID system architecture showing the complete chain from RFID tags through readers to middleware and enterprise systems, illustrating how tag data flows through the infrastructure to enable inventory management, access control, and asset tracking applications.

RFID System Architecture

Detailed visualization of RFID reader-tag communication showing the electromagnetic field generated by the reader, tag antenna coupling, backscatter modulation technique, and the command-response protocol exchange for tag identification.

RFID Reader-Tag Communication

RFID visual overview: working principle, system architecture, and reader-tag communication.

Figure 3.1: Source: CP IoT System Design Guide, Chapter 4 - Short-Range Protocols

Analogy: Marco Polo in a Swimming Pool

3.5 Alternative View: Interactive Sequence Diagram

Sequence diagram showing RFID reader-tag communication: reader sends RF interrogation signal, passive tag harvests energy and powers on, tag responds with unique ID via backscatter modulation, reader acknowledges and logs the identification.

RFID reader-tag communication sequence
Figure 3.2: RFID reader-tag communication sequence showing Marco Polo analogy

The reader “calls out” and the tag “responds” with its unique identity number!

RFID is like having a magical name tag that can talk through walls!

3.5.1 The Sensor Squad Adventure: The Library Mystery

Sammy the Sensor was worried! The school library had 10,000 books, and some kept going missing. “How can we keep track of all these books?” asked Lila the LED, blinking nervously.

Max the Microcontroller had an idea: “What if every book could tell us who it is, just by walking through a special doorway?” They put tiny RFID stickers inside each book - stickers so small you couldn’t even feel them! The stickers didn’t need batteries because the magic doorway powered them with invisible radio waves.

Now whenever a book passed through the door, it would whisper its secret name - like “I’m ‘Charlotte’s Web’ - Book #7,492!” The Sensor Squad’s reader heard every whisper and knew exactly which books were coming and going. When little Tommy tried to sneak out with a book he forgot to check out, the doorway went BEEP! “Don’t worry Tommy,” said Bella the Battery, “the RFID tag just wants to make sure the librarian knows you’re borrowing that book!”

3.5.2 Key Words for Kids

Word What It Means
RFID Radio Frequency IDentification - invisible name tags that talk using radio waves
Tag A tiny sticker or chip with a secret number, like a superhero’s ID card
Reader The special machine that asks “Who are you?” and hears the answer
Passive Tag A tag with no battery - it gets power from the reader’s radio waves (like magic!)
Antenna The part that sends and receives invisible radio waves

3.5.3 Try This at Home!

The “Marco Polo” Game with a Twist:

  1. One person is the “RFID Reader” and covers their eyes
  2. Everyone else is an “RFID Tag” - each person picks a secret number (1-10)
  3. The Reader calls out “Who’s there?” (like sending radio waves)
  4. Each Tag responds with ONLY their number: “Three!” “Seven!” “One!”
  5. The Reader tries to identify where each number came from

This is exactly how RFID works - the reader can’t see the tags, but it hears their unique IDs! Try playing in the dark to really feel like invisible radio waves are talking.

3.5.4 RFID vs. Barcode vs. NFC

Feature Barcode RFID NFC
Line of sight needed? Yes No No
Read through boxes? No Yes No
Read multiple at once? No Yes (anti-collision; depends on setup) Limited
Range cm-scale (line of sight) cm-meters (passive); longer with active tags cm-scale (a few cm)
Cost per tag Very low Low (passive) to high (active) Low to medium
Write data? No Yes Yes

Key insight: NFC is actually a type of RFID! It’s HF RFID (13.56 MHz) with standardized protocols for phones.

3.5.5 Real-World RFID Example: Library System

When you borrow a book:

Flowchart showing library book checkout process: patron places book on HF RFID self-checkout kiosk, reader detects 13.56 MHz tag in book spine, system looks up book record, marks it as checked out, and deactivates security gate alarm for that tag.
Figure 3.3: Library book checkout process using HF RFID tag communication

3.6 What is RFID?

RFID (Radio Frequency Identification) is a wireless technology that uses radio waves to automatically identify and track objects, animals, or people. An RFID system consists of two main components: tags (attached to objects) and readers (that interrogate tags).

Key Characteristics:

  • Contactless: No physical contact or line-of-sight required
  • Automatic: Identification happens without human intervention
  • Simultaneous: Can read multiple tags at once (anti-collision)
  • Durable: Tags can withstand harsh environments
  • Range: From centimeters to tens of meters depending on frequency
  • No Power Needed: Passive tags powered by reader’s electromagnetic field
RFID system working principle: reader antenna emits electromagnetic radio waves that propagate to multiple passive RFID tags, which harvest energy to power their circuits and respond via backscatter modulation, sending stored identification data back to the reader for decoding.
Figure 3.4: RFID working principle with reader and tags

3.7 Historical Context

Year Milestone
1945 Leon Theremin invents “The Thing” - first espionage RFID device
1973 Charles Walton patents first modern RFID device
1990s Walmart pioneers RFID for supply chain management
2000s RFID becomes mainstream in logistics, retail, access control
2010s Explosion in IoT integrates RFID with cloud and mobile
2020s Chipless RFID, blockchain integration, ubiquitous deployment

3.8 How RFID Works

3.8.1 Basic Operating Principle

Flowchart showing RFID system operation: reader emits RF signal creating electromagnetic field, passive tag harvests energy from field, tag modulates backscatter signal with stored ID, reader decodes response, and system processes the identification event.
Figure 3.5: RFID system operation flowchart showing reader, electromagnetic field, and tag interaction

Step-by-Step:

  1. Reader emits RF signal: Creates electromagnetic field
  2. Tag harvests energy: Passive tag powered by field (or uses battery for active)
  3. Tag responds: Modulates reader’s signal with its unique ID
  4. Reader decodes: Extracts tag ID and any stored data
  5. Action taken: System logs, triggers, or processes the identification

RFID system architecture diagram from IIT Kharagpur NPTEL course showing the complete HF 13.56 MHz contactless RFID system with tagged item, RFID tag with internal coil antenna, reader operating at 13.56 MHz, magnetic field lines representing electromagnetic coupling, and backend software system.

HF RFID contactless system showing tag-reader electromagnetic coupling

Source: IIT Kharagpur - NPTEL Introduction to Internet of Things

This academic diagram illustrates the inductive coupling principle used in HF RFID systems:

  • Magnetic field lines (shown as elliptical curves) emanate from the reader’s antenna coil
  • The tag’s coil antenna intercepts these field lines, inducing a current that powers the tag
  • At 13.56 MHz, this near-field magnetic coupling provides reliable communication up to ~1 meter
  • The tag modulates the field by changing its antenna impedance (load modulation), allowing data transmission back to the reader

3.9 RFID Frequency Overview

Different frequencies provide different capabilities:

Frequency Range Speed Best For
LF (125 kHz) ~10 cm Slow Access cards, animal tracking
HF (13.56 MHz) ~1 m Medium Library books, payments (NFC is HF!)
UHF (860-960 MHz) ~12 m Fast Inventory, supply chain
Microwave (2.45/5.8 GHz) ~1-20 m (often active) Very fast Some toll systems, RTLS

Comprehensive RFID frequency band diagram showing LF (125 kHz), HF (13.56 MHz), UHF (860-960 MHz), and microwave (2.45/5.8 GHz) bands with their respective read ranges, data rates, regulatory considerations, and typical application domains.

RFID Frequency Bands
Figure 3.6: RFID frequency bands and their characteristics

Analogy: Different radio stations

  • LF = AM radio (more tolerant to obstacles, slow data)
  • UHF = FM radio (faster, but more sensitive to obstacles)

3.10 Self-Check: Understanding the Basics

Before continuing, try these quick checks:

3.11 Worked Example: Fashion Retail RFID Deployment — ROI Analysis

Scenario: NordStitch, a mid-size fashion retailer in Stockholm with 35 stores, evaluates RFID tagging for its 2.8 million garments per year. Current inventory accuracy (barcode-based cycle counts) is 72% — meaning 28% of SKUs show incorrect stock levels at any given time, causing both lost sales (item in stock but unfindable) and phantom inventory (system says in stock, shelf is empty).

3.11.1 System Design

Component Specification Unit Cost Quantity Total
UHF RFID inlay (Impinj Monza R6) EPC Gen2, 96-bit, sewn into care label EUR 0.04 2,800,000/year EUR 112,000/year
Fixed reader (store entrance) 4-port, circular polarization EUR 1,800 70 (2/store) EUR 126,000
Handheld reader (staff) Bluetooth-connected to phone EUR 950 105 (3/store) EUR 99,750
RFID middleware license Cloud-based per-store/year EUR 600/store/yr 35 EUR 21,000/year
Year 1 total EUR 358,750
Year 2+ recurring Tags + middleware EUR 133,000/year

3.11.2 Performance Metrics

With UHF RFID (860–960 MHz), each handheld reader scans an entire clothing rack in 3 seconds versus 45 seconds per item with barcodes:

Metric Before (Barcode) After (UHF RFID) Improvement
Inventory accuracy 72% 98% +26 percentage points
Full-store cycle count time 40 staff-hours (overnight) 2 staff-hours (during trading) 95% reduction
Cycle count frequency Monthly Daily 30x more frequent
Items scanned per second 1 (line-of-sight, individual) 60+ (no line-of-sight, bulk) 60x throughput
Out-of-stock detection Next monthly count Same-day replenishment Hours vs weeks

3.11.3 ROI Calculation (3-Year)

The revenue impact comes from two sources: recovered lost sales and reduced markdowns.

Lost Sales Recovery: At 72% accuracy, approximately 8% of customer purchase attempts fail because the item exists in the stockroom but staff cannot locate it within the customer’s patience window (typically 3 minutes). RFID pinpoints exact item location.

Revenue Component Calculation Annual Value
Annual revenue (35 stores) EUR 85,000,000
Lost sales from stock invisibility 8% x EUR 85M x 35% recovery rate EUR 2,380,000
Markdown reduction (better sell-through) 3% margin improvement on EUR 85M EUR 2,550,000
Labor savings (cycle count) 35 stores x 38 hrs/mo x EUR 22/hr x 12 EUR 351,120
Shrinkage reduction (exit readers) 15% reduction on 1.8% shrink rate EUR 229,500
Total annual benefit EUR 5,510,620
Year 1 Year 2 Year 3 3-Year Total
Investment EUR 358,750 EUR 133,000 EUR 133,000 EUR 624,750
Benefit EUR 5,510,620 EUR 5,510,620 EUR 5,510,620 EUR 16,531,860
Net EUR 5,151,870 EUR 5,377,620 EUR 5,377,620 EUR 15,907,110

Payback period: 24 days (Year 1 investment recovered in under one month of benefits).

The 24-day payback comes from dividing initial investment by daily benefit rate. Annual benefit = €5,510,620, so daily benefit:

\[\text{Daily benefit} = \frac{€5{,}510{,}620}{365 \text{ days}} = €15{,}098/\text{day}\]

Payback period:

\[\text{Payback} = \frac{€358{,}750}{€15{,}098/\text{day}} = 23.8 \approx 24 \text{ days}\]

Why is ROI so fast? The inventory accuracy improvement (72% → 98%) directly recovers 8% lost sales. With EUR 85M annual revenue, an 8% loss = EUR 6.8M invisible annually. RFID recovers 35% of this (customers found the item with help) = EUR 2.38M/year. This single benefit alone pays for the EUR 359K system in approximately 55 days. The combined benefits (lost sales + markdowns + labor + shrinkage) compress payback to 24 days.

Why UHF and Not HF?

NordStitch evaluated HF RFID (13.56 MHz) — used by many libraries — but chose UHF (860–960 MHz) for three reasons:

  1. Read range: UHF reads at 8–12 m (rack-level scanning from the aisle) vs HF’s 1 m maximum (must touch each item)
  2. Bulk read speed: UHF anti-collision handles 200+ tags/second vs HF’s ~40 tags/second
  3. Tag cost: UHF inlays at EUR 0.04 vs HF at EUR 0.08 — a EUR 112,000/year difference at 2.8M items

The trade-off: UHF is sensitive to liquid and metal (both absorb/reflect 900 MHz signals). For NordStitch’s fabric garments, this was not a concern. A food retailer or pharmaceutical company with metal/liquid packaging would need to evaluate HF or specialized UHF-on-metal tags (EUR 0.15–0.40 each).

3.12 How It Works: RFID Energy Harvesting in Passive Tags

Passive RFID tags perform a remarkable feat — computing and communicating without batteries — by harvesting energy from the reader’s RF field.

Energy Harvesting Process (HF 13.56 MHz example):

  1. Reader Transmits: Antenna coil generates alternating magnetic field at 13.56 MHz
  2. Tag Coil Intercepts: Faraday’s law of induction creates AC voltage in tag’s coil antenna
  3. Rectification: Tag’s RF-to-DC rectifier (Schottky diodes) converts AC to pulsating DC
  4. Storage: Capacitor smooths DC and stores charge (~1-5 μF, reaches ~3V in 1-5 ms)
  5. Chip Powers On: When capacitor voltage exceeds threshold (~2.5V), tag chip activates
  6. Load Modulation: Chip toggles resistor across antenna coil (8Ω ↔︎ ∞), changing coil impedance
  7. Reader Detects: Impedance changes modulate reader’s antenna current → decoded as data

Power Budget:

  • Reader field: ~1 W/m² at 10 cm (HF)
  • Tag coil captures: ~50 μW (antenna efficiency ~5%)
  • Chip consumption: ~10 μW (active), ~1 μW (standby)
  • Margin: 5× power available vs needed → reliable reads

Why Range is Limited:

  • Magnetic field strength ∝ 1/r³ (near-field cube law)
  • At 20 cm (2× distance), field strength drops to 1/8× → insufficient to power tag

Scenario: You want to increase RC522 HF reader range from 8 cm to 15 cm by increasing reader power.

Current: 100 mW TX power, 8 cm reliable range

Question: How much power is needed for 15 cm?

Near-field power scaling: P ∝ r³ (cube law for magnetic coupling)

To increase range from 8 cm to 15 cm: - Ratio: 15/8 = 1.875 - Power multiplier: (1.875)³ = 6.6× - Required power: 100 mW × 6.6 = 660 mW

Problem: RC522 modules spec’d for 100 mW. Increasing to 660 mW risks: - Overheating RF frontend - Violating FCC limits (HF readers limited to ~1W EIRP) - EMI with nearby electronics

Better solution: Use larger reader antenna (60mm vs 40mm coil) or switch to ISO 15693 “vicinity” cards designed for extended range HF (up to 1.5 m with optimized readers).

Lesson: You cannot arbitrarily scale passive RFID range by adding power — physics and regulations impose hard limits.

Common Pitfalls

While RFID is mature, antenna design, RF site surveys, and middleware integration still require significant engineering expertise for reliable deployments. Fix: budget time and expertise for RF engineering and integration work, not just hardware procurement.

Retail RFID on consumer goods can be read by any compatible reader outside the store, enabling covert tracking. Fix: define a clear policy for disabling or removing RFID tags at the point of sale, and communicate this policy to customers.

Trading partner RFID mandates specify a minimum interoperability standard, not the only permissible approach. QR codes, barcodes, or proprietary systems may coexist for specific internal applications. Fix: evaluate the actual requirements of the mandate before assuming a full RFID rollout is required.

3.13 Summary

This chapter introduced RFID fundamentals:

  • RFID uses radio waves for automatic, contactless identification of objects
  • Tags store unique IDs and can be passive (powered by reader) or active (battery-powered)
  • Readers emit RF signals, power passive tags, and decode responses
  • Frequencies range from LF (125 kHz) for short-range through UHF (860-960 MHz) for long-range
  • NFC is a subset of HF RFID designed for smartphone interaction
Concept Relationships

RFID Introduction connects to:

  • Energy Harvesting → Passive tags harvest power from reader’s RF field (Faraday induction)
  • Frequency Bands → LF/HF use inductive coupling, UHF uses backscatter
  • Tag Types → Passive (no battery), semi-passive (battery for sensors), active (battery for TX)
  • Applications → Each application maps to optimal frequency/tag combination
  • NFC → HF RFID subset (13.56 MHz) with standardized protocols for smartphones

Mental Model: RFID is wireless power + wireless data combined. The reader simultaneously transmits power (to run the tag) and receives data (modulated by the tag).

Common Pattern: Real-world RFID systems face range-environment trade-off — longer range requires higher frequencies (UHF), but UHF fails near metal/liquid. No “perfect” RFID solution exists.

See Also

RFID Series:

Physics:

Related Technologies:

3.14 What’s Next

Chapter Focus Link
RFID Tag Types Passive, active, and semi-passive tags – choosing the right tag Open
RFID Frequency Bands LF, HF, UHF, and microwave band trade-offs Open
RFID Standards and Protocols ISO 14443/18000, EPC Gen2, and NFC standards Open
RFID Design and Deployment System selection framework and deployment planning Open
NFC Fundamentals HF RFID subset for smartphones and contactless payments Open
Bluetooth Fundamentals Alternative short-range wireless for comparison Open