MAS.S61: Emerging Wireless & Mobile Technologies Lecture 4: - - PowerPoint PPT Presentation

mas s61 emerging wireless mobile technologies
SMART_READER_LITE
LIVE PREVIEW

MAS.S61: Emerging Wireless & Mobile Technologies Lecture 4: - - PowerPoint PPT Presentation

MAS.S61: Emerging Wireless & Mobile Technologies Lecture 4: Low-power communica2on, RFID RFID (Radio Frequency IDentification) Inventory control Access Control Security Sensitive Applications Tracking & Localization Long-Range


slide-1
SLIDE 1

MAS.S61: Emerging Wireless & Mobile Technologies

Lecture 4: Low-power communica2on, RFID

slide-2
SLIDE 2

RFID (Radio Frequency IDentification)

Access Control Security Sensitive Applications Long-Range Payment Systems Tracking & Localization Inventory control

slide-3
SLIDE 3

RFID (Radio Frequency IDentification)

Access Control Security Sensitive Applications Long-Range Payment Systems Tracking & Localization Inventory control

> 100 Billion in the world

slide-4
SLIDE 4

Reply to wireless reader with a unique identifier RFID: cheap battery-free stickers

Basic Principle of Operation

Reader

slide-5
SLIDE 5
  • WWII: Aircraft IFF Transponder

– Identify Friend or Foe, Transmitter- Responder

  • 1945: “The Thing” or “The Great Seal Bug”
  • “Gift” given by the Soviets to American

ambassador

  • 1980s: development of E-Toll transponders
  • 2004: Auto-ID lab at MIT led to the birth of

modern battery-free RFIDs

  • Goal: supply chain chain optimization
  • Paper: “Towards the 5 cent tag”

History of RFIDs

slide-6
SLIDE 6

Types of RFIDs

Power consumption Frequency Range

LF (120-150kHz) HF (13.56MHz) UHF (~900MHz) short range (few cm) long range (few m)

Range of Operation

“need to tap”

Where do these fall?

slide-7
SLIDE 7

Types of RFIDs

Frequency Range

Passive (battery-free) Semi-Passive

  • r Semi-Active

Active (with battery) LF (120-150kHz) HF (13.56MHz) UHF (~900MHz) Other less common versions: 2.4GHz, UWB (3-10GHz), etc.

Power consumption Cost few cents 10s to 100s

  • f $

the vast majority of RFIDs

slide-8
SLIDE 8

In The Rest of This Lecture..

  • LF/HF: Power-up / Communicate
  • UHF: Power-up / Communicate
  • Medium Access control
slide-9
SLIDE 9

How does an RFID power up?

UHF (~900MHz) Inductive Coupling Radiative Harvests Energy from Reader’s Signal Magnetic (Near Field) Electromagnetic (Far Field) Coil Antenna LF (120-150kHz) HF (13.56MHz)

slide-10
SLIDE 10

Inductive Coupling

slide-11
SLIDE 11

Inductive Coupling

  • Magnetic field also induced in the reverse direction
  • By modulating its impedance, the tag can communicate bits that

are sensed due to the mutual coupling

  • Where else is this used?
slide-12
SLIDE 12

How does the receiver decode?

  • Training sequence is sent at the beginning is used
  • How does it know whether the high or the low is zero or one?
  • Any other type of Near filed operation?
slide-13
SLIDE 13

In The Rest of This Lecture..

  • LF/HF: Power-up / Communicate
  • UHF: Power-up / Communicate
  • Medium Access control
slide-14
SLIDE 14

Backscatter Communication

‘1’ ‘0’

  • A flashlight emits a beam of light
  • The light is reflected by the mirror
  • The intensity of the reflected beam can

be associated with a logical “0” or “1”

slide-15
SLIDE 15

Backscatter Communication

slide-16
SLIDE 16

Reader shines an RF signal on nearby RFIDs Tag reflects the reader’s signal using ON-OFF keying

Backscatter Communication

slide-17
SLIDE 17

Power Harvester Switch Controller

Switch “Off”

Power Harvester Switch Controller

Switch “On”

Uplink Communication

Antenna Switch

slide-18
SLIDE 18

Backscatter Schematic

slide-19
SLIDE 19

Demodulation/Harvesting

slide-20
SLIDE 20

Demodulation

slide-21
SLIDE 21

Power Harvester

slide-22
SLIDE 22

Voltage Rectification

A rectifier is an electrical device that converts alternating current (AC), which periodically reverses direction, to direct current (DC), which flows in

  • nly one direction.

Voltage-multiplying rectifiers Half-wave rectifier Diode

slide-23
SLIDE 23

Voltage Rectification

slide-24
SLIDE 24

Power Harvester

slide-25
SLIDE 25

Hardware: e: Dem emodulator

Demodulation

slide-26
SLIDE 26

Hardware: e: Dem emodulator

Demodulation

slide-27
SLIDE 27

Schmitt Trigger

Demodulation

slide-28
SLIDE 28

In The Rest of This Lecture..

  • LF/HF: Power-up / Communicate
  • UHF: Power-up / Communicate
  • Medium Access control
slide-29
SLIDE 29

MAC

Single receiver, many transmitters E.g., Satellite system, wireless Receiver Transmitter Transmitter Transmitter

slide-30
SLIDE 30

MAC (EPC-Gen 2)

Slotted Aloha:

– Reader allocates Q time slots and transmits a query at the beginning of each time slot – Each tag picks a random slot and transmits a 16-bit random number – In each slot:

  • RN16 decoded Reader ACKs Tags transmits 96-bit ID
  • Collision Reader moves on to next slot
  • No reply Reader moves on to next slot

Reader Tag

slide-31
SLIDE 31

Inefficient:

– If reader allocates large number of slots Too many empty slots – If reader allocates small number of slots Too many collisions

Reader Tag

MAC (EPC-Gen 2)

slide-32
SLIDE 32
  • Probability that a tag transmits in a given slot:
  • Probability that any tag transmits in a given slot without collision:
  • To maximize E, set:
  • p=1/N => K=N

Minimizing Collisions

  • N RFID Tags & K Time slots
  • Each tag picks a slot uniformly at random to transmit in
  • Let’s assume the reader knows the number of tags N; how

should it set K?

slide-33
SLIDE 33
  • Probability that a tag transmits in a given slot:
  • Probability that any tag transmits in a given slot without collision:
  • p=1/N => K=N

Minimizing Collisions

  • N RFID Tags & K Time slots
  • Each tag picks a slot uniformly at random to transmit in
  • Let’s assume the reader knows the number of tags N; how

should it set K?

slide-34
SLIDE 34

EPC Gen2 – MAC

Inefficient:

– If reader allocates large number of slots Too many empty slots – If reader allocates small number of slots Too many collisions – If reader knows number of tags = N Allocate K=N slots 37% efficiency

Reader Tag

Significant work on “spanning trees”, efficient scanning, decoding with collisions, etc.

slide-35
SLIDE 35

In This Lecture..

  • LF/HF: Power-up / Communicate
  • UHF: Power-up / Communicate
  • Medium Access control