RFID, NFC & UWB · Study deck

RFID Lab Check: Placement and Read Analysis

Moving an antenna a few centimetres can change which tags are seen.

Radio Remi is your guide for this deck.

apps
iotclass.org

After studying this chapter

Learning objectives

You will be able to:

  • Explain: With 64 nearby tags and Q=4, the reader has only 2^4 = 16 slots, so the average load is 64 / 16 = 4 tags per slot.
  • Explain: Under a simple slotted ALOHA model, the expected useful singletons are roughly N * e^-G, where G is the average tags per slot.
  • Explain: Changing too many variables at once:: If antenna aim, reader power, and tag placement change together, the trace cannot explain which change mattered.
  • Explain: That gives about 64 * e^-4 = 1.2 successful tag replies per frame, so the trace will be dominated by collisions.
iotclass.org

Major section

Lab 3: Antenna Placement Tests

Antenna placement is a test variable, not a decoration.

  • When a placement improves one scenario but creates stray reads in another, record both effects.
  • Both controlled setup and boundary check need evidence.
  • The conclusion in lab 3: antenna placement tests now has a named boundary.

Why it matters

The correct result may be a narrower read zone, a second antenna, a different tag mount, or a workflow change that prevents ambiguous reads.

Antenna placement testing workflow with baseline, boundary, orientation, material, and change-record checks
Antenna placement testing workflow with baseline, boundary, orientation, material, and change-record checks

Try it: Lab 3: Antenna Placement Tests in the chapter

iotclass.org

Major section

Dense Inventories and Q Scaling

Reopen dense inventories and q scaling whenever: T3 changes.

  • The arithmetic explains a common lab surprise.
  • With 64 nearby tags and Q=4, the reader has only 2^4 = 16 slots, so the average load is 64 / 16 = 4 tags per slot.

Why it matters

If a Select command narrows the population to one product family or location, the lab should capture that filter because it changes the inventory denominator.

EPC Gen2 inventory round showing reader Q value, tags choosing slots, successful single-tag slots, empty slots, collision slots, and Q adjustment before retry.
EPC Gen2 inventory round showing reader Q value, tags choosing slots, successful single-tag slots, empty slots, collision slots, and Q adjustment before retry.
iotclass.org

Major section

Dense Inventories and Q Scaling (continued)

Under a simple slotted ALOHA model, the expected useful singletons are roughly N * e^-G, where G is the average tags per slot.

  • That gives about 64 * e^-4 = 1.2 successful tag replies per frame, so the trace will be dominated by collisions.
  • With Q=6, the frame has 64 slots and G = 1, giving about 64 / e = 23.5 useful singletons per frame.
  • It still takes multiple rounds to see every tag, but the trace is no longer thrashing.
  • The consequence for assessment is concrete: a release record must separate RF inventory performance from application logic.
iotclass.org

Major section

Assessment Rubric

A strong submission can be reproduced by another team member using the record alone.

  • Setup control: The reader, antenna, tag set, object materials, mounting method, and scenarios are recorded before testing.
  • Failure analysis: Missed, duplicate, and stray reads are classified with plausible causes and retest evidence after changes.
  • Middleware review: The event logic is visible enough to explain de-duplication, zone ownership, exception handling, offline behavior, and application handoff.
iotclass.org

Major section

Release and Retest Record

It should be short enough to maintain and precise enough to retest.

  • Retest after a reader firmware change, antenna move, tag type change, packaging change, middleware rule change, layout change, or incident report.
  • If the workflow depends on a physical read zone, physical changes are software changes for assessment purposes.
RFID release evidence loop: setup, trace capture, analysis, controlled change, retest, and release decision, which any layout, tag, firmware, or rule change restarts.
RFID release evidence loop: setup, trace capture, analysis, controlled change, retest, and release decision, which any layout, tag, firmware, or rule change restarts.
iotclass.org

Major section

Common Pitfalls

Counting raw reads as inventory events:: A raw read is an observation.

  • Changing too many variables at once:: If antenna aim, reader power, and tag placement change together, the trace cannot explain which change mattered.
  • Testing only happy paths:: Expected tags alone do not prove a read zone.
  • Inventory state needs middleware rules for dwell time, de-duplication, and departure.
iotclass.org

Deck summary

Key takeaways

Antenna placement is a test variable, not a decoration.

  • Reopen dense inventories and q scaling whenever: T3 changes.
  • Under a simple slotted ALOHA model, the expected useful singletons are roughly N * e^-G, where G is the average tags per slot.
  • A strong submission can be reproduced by another team member using the record alone.
  • It should be short enough to maintain and precise enough to retest.
iotclass.org

Retrieval practice

Recall check 1 of 2

Radio Remi says: answer from memory, then check your reasoning.

Q1In a dense RFID lab, an inventory trace shows mostly collision slots and a low read rate. What should happen to Q, and what limit remains even after it converges?

ADecrease Q to shorten the frame, expecting collisions to disappear.
BKeep Q fixed and rely on middleware de-duplication to recover misses.
CSwitch Gen2 into a collision-free TDMA schedule for that box.
DRaise Q toward one tag per slot; ALOHA still peaks near 1/e successful slots.
Show answer

Answer: D The Q algorithm raises Q when collisions dominate and lowers it when slots are mostly empty.

iotclass.org

Retrieval practice

Recall check 2 of 2

Radio Remi says: answer from memory, then check your reasoning.

Q2A lab team moves an RFID antenna, sees fewer missed reads, and wants to release the setup immediately. What evidence is still needed before the result is release-ready?

AOnly a photo of the new antenna position, because fewer missed reads already proves the change worked.
BA higher reader power setting so that the read zone gains some extra safety margin.
CA repeated trace over the same scenario set, plus checks for boundary tags, duplicates, middleware decisions, and limits.
DA filtered report that removes all missed and duplicate reads from the final trace.
Show answer

Answer: C RFID release evidence must show controlled retesting, boundary behavior, failure handling, middleware decisions, and fallback readiness after physical or configuration changes.

iotclass.org

Print reference

Answers

Answer key.

  1. D · The Q algorithm raises Q when collisions dominate and lowers it when slots are mostly empty.
  2. C · RFID release evidence must show controlled retesting, boundary behavior, failure handling, middleware decisions, and fallback readiness after physical or configuration changes.
iotclass.org