SlideShare una empresa de Scribd logo
1 de 29
Descargar para leer sin conexión
RFID
RADIO FREQUENCY IDENTIFICATION
What is RFID?
 Radio-frequency identification (RFID) is an automatic identification

method using radio waves.
RFID also began to see use in wildlife monitoring and research. RFID tags can

be used to monitor animal movement without adversely affecting the animal,
There’s a chip
Implanted RFID tags in Humans
Applications
 Supply chain automation
 Asset tracking
 Medical applications
 People tracking
 Manufacturing
 Retail
 Warehouses
 Livestock
 Timing
The RFID System
1.

Tag.

2.

Reader.

3.

Reader antenna.

4.

Controller.

5.

Host and software system.

6.

Communication infrastructure.
Tag
An RFID tag is a device that can store

and transmit data to a reader in a contact
less manner using radio waves.
RFID tags can be classified in three

different ways.
1)Passive
2)Active
3)Semi-Active(Semi-Passive)
Passive Tag
 No on-board power source (for example, a battery)
 Uses the power emitted from the reader to energize itself and

transmit its stored data to the reader
 Reader always communicates first, followed by the tag.
 Smaller than an active or semi-active tag. It has a variety of read
ranges starting with less than 1 inch to about 30 feet (9 meters
approximately).
 Cheaper compared to an active or semi-active tag.

Active Tag
 Has on-board power source (for example, a battery; other sources

of power, such as solar, are also possible)
 Own on-board power supply to transmit its data to a reader.
 No need for reader's emitted power for data transmission.
 A tag always communicates first, followed by the reader.
 Can broadcast its data to its surroundings even in the absence of a
reader
Semi-Active (Semi-Passive) Tags
 Have an on-board power source (for example, a battery)
 Uses the reader's emitted power for transmitting its data
 Also called a battery-assisted tag.
 Reader always communicates first, followed by the tag.
Another way to Classify Tags
 Read-only (RO)
 Write once, read many (WORM)
 Read-write (RW)
Reader????
An RFID reader can read from and write

data to compatible RFID tags.
A reader thus doubles up as a writer. The
act of writing the tag data by a reader is
called creating a tag.
A reader has the following main

components:
Transmitter
Receiver
Microprocessor
Memory
Controller (which may reside as an external
component)
Communication interface
Power
Working
A radio device called a tag is attached to the object that

needs to be identified.
When this tagged object is presented in front of a suitable
RFID reader, the tag transmits this data to the reader (via
the reader antenna).
The reader then reads the data and has the capability to
forward it over suitable communication channels.
This application can then use this unique data to identify the
object presented to the reader.
It can then perform a variety of actions
Backscatter modulation?
 A common way the communication between a tag and a reader
 Reader sends a signal (energy) to a tag, and the tag responds by

reflecting a part of this energy back to the reader.
 A charge device such as a capacitor contained in the tag makes
this reflection possible.
 The capacitor gets charged as it stores the energy received
from the reader.
 As the tag responds back, it uses this energy to send the signal
back to the reader. The capacitor discharges in the process.
Reader Tag Interaction
 A tag consist of a dipole antenna attached to an interdigital transducer (IDT) placed on a







piezoelectric substrate.
A series of well-placed individual electrodes acting as reflectors are positioned on the
substrate.
The antenna applies an electrical impulse to the IDT when it receives the RF signal
from a reader.
Some of these waves are reflected back to the IDT by the reflectors; the rest are
absorbed by the substrate.
The reflected waves form a unique pattern, determined by the reflector positions,
representing the tag data.
These waves are converted back to the RF signal in the IDT and transmitted back to
the RFID reader via the tag antenna.
The reader then decodes the received signal to extract the tag data.
Software
private void Form1_Load(object sender, EventArgs e)
{ rfid1 = new RFID(); rfid1.Attach += new

AttachEventHandler(rfid_Attach); rfid1.Detach += new
DetachEventHandler(rfid_Detach); rfid1.RFIDTag += new
TagEventHandler(rfid_Tag); rfid1.RFIDTagLost += new
TagEventHandler(rfid_TagLost); rfid1.open(); }
Design
Software Contd.
private void antennaCheckBox_CheckedChanged(object sender,

EventArgs e)
{ rfid1.Antenna = cboxAntenna.Checked; }
Software Contd.
void rfid_Attach(object sender, AttachEventArgs e)
 { Phidgets.RFID phid = (Phidgets.RFID)sender;

lblAttached.Text = " Attached: " + phid.Name; lblSerial.Text =
" Serial: " + phid.SerialNumber; lblVersion.Text = " Version: "
+ phid.Version; }

void rfid_Detach(object sender, DetachEventArgs e)
{ lblAttached.Text = "Not Attached"; }
Software Contd.
void rfid_Tag(object sender, TagEventArgs e)
{ txtTag.Text = e.Tag;
 lastRFIDTag = txtTag.Text;
rfid1.LED = true; // light on }
void rfid_TagLost(object sender, TagEventArgs e)
{ txtTag.Text = "";
rfid1.LED = false; // light off
lbPrevRFIDTags.Items.Insert(0, string.Format("Tag: {0} - {1}",

++TagCtr, lastRFIDTag)); }
After reading Tags.
Frequency
LF band: 125 and 135 kHz--LF generally use passive
tags
HF band 3 MHz to 30 MH
Typical Frequency: 13.56 MHz--HF system uses passive
tags .
HF systems are also widely used, especially in hospitals
These frequency bands can be used freely worldwide.
UHF band:300 MHz to 1 GHz
Typical Frequency :915 MHz--Uses both active and
passive tags
MW band>1 GHz
Typical Frequency: 2.4 GHz or 5.8 GHz—Uses Semi
active and passive tags.
Technical Issues
 Tag Collision
 Reader Collision
 Tag Readability
 Read Robustness

Ethical Issues
 Passive RFID tags could conceivably used for surveillance of

unsuspecting tag carriers
 Embedding of RFID tags in humans: This has been proven to
work, but should it be done?
Advantages
Contactless. An RFID tag can be read without any physical

contact between the tag and the reader.
Writable data. The data of a read-write (RW) RFID tag can be
rewritten a large number of times.
Absence of line of sight. A line of sight is generally not
required for an RFID reader to read an RFID tag.
Variety of read ranges.
Wide data-capacity range.
Support for multiple tag reads.
Perform smart tasks.
Disadvantages
 Poor performance with RF-opaque and RF-absorbent

objects.
 Impacted by environmental factors.
 Limitation on actual tag reads.
 Impacted by hardware interference.
CONCLUSION
 RFID, is an emerging technology which can be used for a variety

of applications.
 However, the potential for abuse of this technology is vast and
requires careful consideration to avoid.
Questions?????????

Más contenido relacionado

La actualidad más candente

RFID based Attandance cum Security System
RFID based Attandance cum Security SystemRFID based Attandance cum Security System
RFID based Attandance cum Security SystemNataraj Patil
 
Electronic Identification System using RFID
Electronic Identification System using RFIDElectronic Identification System using RFID
Electronic Identification System using RFIDijceronline
 
Radio frequency identification (rfid)
Radio frequency identification (rfid)Radio frequency identification (rfid)
Radio frequency identification (rfid)Robiul Islam
 
Use of rfid in operations management operations management 3 introduction
Use of rfid in operations management operations management 3 introductionUse of rfid in operations management operations management 3 introduction
Use of rfid in operations management operations management 3 introductionsaeed001
 
Backscattering Control Logic Component using FPGA Device
Backscattering Control Logic Component using FPGA DeviceBackscattering Control Logic Component using FPGA Device
Backscattering Control Logic Component using FPGA DeviceFilantropi Event Management
 
Radio Frequency1
Radio Frequency1Radio Frequency1
Radio Frequency1Mayank Vora
 
RFID Masterclass 2015
RFID Masterclass 2015RFID Masterclass 2015
RFID Masterclass 2015CNRFID
 
Rfid & its Implentation
Rfid & its ImplentationRfid & its Implentation
Rfid & its ImplentationSonal Tiwari
 
RFID (RADIO FREQUENCY IDENTIFICATION)
RFID (RADIO FREQUENCY IDENTIFICATION)RFID (RADIO FREQUENCY IDENTIFICATION)
RFID (RADIO FREQUENCY IDENTIFICATION)Soumen Santra
 
Maxim klimov 1433 how rfid works
Maxim klimov 1433 how rfid  worksMaxim klimov 1433 how rfid  works
Maxim klimov 1433 how rfid worksmarchawes
 
Radio Frequency identification (RFID)
Radio Frequency identification (RFID)Radio Frequency identification (RFID)
Radio Frequency identification (RFID)Kamel Alhomsi
 
A Survey: SMS Sending Through RFID Sensors
A Survey: SMS Sending Through RFID SensorsA Survey: SMS Sending Through RFID Sensors
A Survey: SMS Sending Through RFID SensorsEditor IJMTER
 
Rfid montaser hamza iraq
Rfid montaser hamza iraqRfid montaser hamza iraq
Rfid montaser hamza iraqmontaser185
 
Rfid based employee tracking
Rfid based employee trackingRfid based employee tracking
Rfid based employee trackinggiri529
 
Tesis Maestria - 1er Avance
Tesis Maestria - 1er AvanceTesis Maestria - 1er Avance
Tesis Maestria - 1er AvanceBruno Espinoza
 

La actualidad más candente (20)

RFID based Attandance cum Security System
RFID based Attandance cum Security SystemRFID based Attandance cum Security System
RFID based Attandance cum Security System
 
Electronic Identification System using RFID
Electronic Identification System using RFIDElectronic Identification System using RFID
Electronic Identification System using RFID
 
Radio frequency identification (rfid)
Radio frequency identification (rfid)Radio frequency identification (rfid)
Radio frequency identification (rfid)
 
Use of rfid in operations management operations management 3 introduction
Use of rfid in operations management operations management 3 introductionUse of rfid in operations management operations management 3 introduction
Use of rfid in operations management operations management 3 introduction
 
Backscattering Control Logic Component using FPGA Device
Backscattering Control Logic Component using FPGA DeviceBackscattering Control Logic Component using FPGA Device
Backscattering Control Logic Component using FPGA Device
 
Radio Frequency1
Radio Frequency1Radio Frequency1
Radio Frequency1
 
RFID Masterclass 2015
RFID Masterclass 2015RFID Masterclass 2015
RFID Masterclass 2015
 
Rfid & its Implentation
Rfid & its ImplentationRfid & its Implentation
Rfid & its Implentation
 
RFID (RADIO FREQUENCY IDENTIFICATION)
RFID (RADIO FREQUENCY IDENTIFICATION)RFID (RADIO FREQUENCY IDENTIFICATION)
RFID (RADIO FREQUENCY IDENTIFICATION)
 
Basics Of Rfid Technology
Basics Of Rfid TechnologyBasics Of Rfid Technology
Basics Of Rfid Technology
 
Ioe module 3
Ioe module 3Ioe module 3
Ioe module 3
 
Maxim klimov 1433 how rfid works
Maxim klimov 1433 how rfid  worksMaxim klimov 1433 how rfid  works
Maxim klimov 1433 how rfid works
 
Radio Frequency identification (RFID)
Radio Frequency identification (RFID)Radio Frequency identification (RFID)
Radio Frequency identification (RFID)
 
A Survey: SMS Sending Through RFID Sensors
A Survey: SMS Sending Through RFID SensorsA Survey: SMS Sending Through RFID Sensors
A Survey: SMS Sending Through RFID Sensors
 
Page 1 54
Page 1 54Page 1 54
Page 1 54
 
Co4301524529
Co4301524529Co4301524529
Co4301524529
 
Rfid montaser hamza iraq
Rfid montaser hamza iraqRfid montaser hamza iraq
Rfid montaser hamza iraq
 
Rfid based employee tracking
Rfid based employee trackingRfid based employee tracking
Rfid based employee tracking
 
RFIID REPORT FILE
RFIID REPORT FILERFIID REPORT FILE
RFIID REPORT FILE
 
Tesis Maestria - 1er Avance
Tesis Maestria - 1er AvanceTesis Maestria - 1er Avance
Tesis Maestria - 1er Avance
 

Similar a RFID

rfidbasedemployeetracking-140121120946-phpapp02.pptx
rfidbasedemployeetracking-140121120946-phpapp02.pptxrfidbasedemployeetracking-140121120946-phpapp02.pptx
rfidbasedemployeetracking-140121120946-phpapp02.pptxRohithTopula
 
Radio Frequency1
Radio  Frequency1Radio  Frequency1
Radio Frequency1Mayank Vora
 
Electronic Toll Collection System Using RFID seminar.pptx
Electronic Toll Collection System Using RFID seminar.pptxElectronic Toll Collection System Using RFID seminar.pptx
Electronic Toll Collection System Using RFID seminar.pptxnirdeshmucha1
 
RFID and IR Based Attendance System
RFID and IR Based Attendance SystemRFID and IR Based Attendance System
RFID and IR Based Attendance SystemAtiq Shaikh
 
2_Unit 2_RFID.pptx
2_Unit 2_RFID.pptx2_Unit 2_RFID.pptx
2_Unit 2_RFID.pptxNameetDaga1
 
Radio Frequency Identification
Radio Frequency IdentificationRadio Frequency Identification
Radio Frequency IdentificationSudip Gupta
 
Use of rfid in operations management
Use of rfid in operations managementUse of rfid in operations management
Use of rfid in operations managementmusicalmood
 
Use of rfid in operations management
Use of rfid in operations managementUse of rfid in operations management
Use of rfid in operations managementmusicalmood
 
RFID ppt2.pptx
RFID ppt2.pptxRFID ppt2.pptx
RFID ppt2.pptxlisbala
 
Rfid security workshop v0.9 -nahuel_grisolia
Rfid security workshop v0.9  -nahuel_grisoliaRfid security workshop v0.9  -nahuel_grisolia
Rfid security workshop v0.9 -nahuel_grisoliaPositive Hack Days
 
Nahuel Grisolia. RFID Workshop.
Nahuel Grisolia. RFID Workshop.Nahuel Grisolia. RFID Workshop.
Nahuel Grisolia. RFID Workshop.Positive Hack Days
 

Similar a RFID (20)

rfidbasedemployeetracking-140121120946-phpapp02.pptx
rfidbasedemployeetracking-140121120946-phpapp02.pptxrfidbasedemployeetracking-140121120946-phpapp02.pptx
rfidbasedemployeetracking-140121120946-phpapp02.pptx
 
rohith.pptx
rohith.pptxrohith.pptx
rohith.pptx
 
Radio Frequency1
Radio  Frequency1Radio  Frequency1
Radio Frequency1
 
Rfid
RfidRfid
Rfid
 
Rfid ppt
Rfid pptRfid ppt
Rfid ppt
 
Electronic Toll Collection System Using RFID seminar.pptx
Electronic Toll Collection System Using RFID seminar.pptxElectronic Toll Collection System Using RFID seminar.pptx
Electronic Toll Collection System Using RFID seminar.pptx
 
RFID and IR Based Attendance System
RFID and IR Based Attendance SystemRFID and IR Based Attendance System
RFID and IR Based Attendance System
 
2_Unit 2_RFID.pptx
2_Unit 2_RFID.pptx2_Unit 2_RFID.pptx
2_Unit 2_RFID.pptx
 
RFID AND LIBRARIES
RFID AND LIBRARIESRFID AND LIBRARIES
RFID AND LIBRARIES
 
Radio Frequency Identification
Radio Frequency IdentificationRadio Frequency Identification
Radio Frequency Identification
 
Presentation.rfid
Presentation.rfidPresentation.rfid
Presentation.rfid
 
RFID
RFIDRFID
RFID
 
Rfid technologies
Rfid technologiesRfid technologies
Rfid technologies
 
RFiD
RFiDRFiD
RFiD
 
Use of rfid in operations management
Use of rfid in operations managementUse of rfid in operations management
Use of rfid in operations management
 
Use of rfid in operations management
Use of rfid in operations managementUse of rfid in operations management
Use of rfid in operations management
 
RFID ppt2.pptx
RFID ppt2.pptxRFID ppt2.pptx
RFID ppt2.pptx
 
RFID ppt2.pptx
RFID ppt2.pptxRFID ppt2.pptx
RFID ppt2.pptx
 
Rfid security workshop v0.9 -nahuel_grisolia
Rfid security workshop v0.9  -nahuel_grisoliaRfid security workshop v0.9  -nahuel_grisolia
Rfid security workshop v0.9 -nahuel_grisolia
 
Nahuel Grisolia. RFID Workshop.
Nahuel Grisolia. RFID Workshop.Nahuel Grisolia. RFID Workshop.
Nahuel Grisolia. RFID Workshop.
 

Más de Romil Shah

THE THIRD EYE-Presentation
THE THIRD EYE-PresentationTHE THIRD EYE-Presentation
THE THIRD EYE-PresentationRomil Shah
 
Thermal Imaging
Thermal ImagingThermal Imaging
Thermal ImagingRomil Shah
 
Microwave Power Transmission
Microwave Power TransmissionMicrowave Power Transmission
Microwave Power TransmissionRomil Shah
 
Pick your poison: Quiz on Vices
Pick your poison: Quiz on VicesPick your poison: Quiz on Vices
Pick your poison: Quiz on VicesRomil Shah
 
Business Plan on newspaper
Business Plan on newspaperBusiness Plan on newspaper
Business Plan on newspaperRomil Shah
 
Seven Sisters: Political Research on Develepment
Seven Sisters: Political Research on DevelepmentSeven Sisters: Political Research on Develepment
Seven Sisters: Political Research on DevelepmentRomil Shah
 
Free Space Optical Communication
Free Space Optical CommunicationFree Space Optical Communication
Free Space Optical CommunicationRomil Shah
 
Microwave Photonics
Microwave PhotonicsMicrowave Photonics
Microwave PhotonicsRomil Shah
 

Más de Romil Shah (9)

Boston hacks
Boston hacksBoston hacks
Boston hacks
 
THE THIRD EYE-Presentation
THE THIRD EYE-PresentationTHE THIRD EYE-Presentation
THE THIRD EYE-Presentation
 
Thermal Imaging
Thermal ImagingThermal Imaging
Thermal Imaging
 
Microwave Power Transmission
Microwave Power TransmissionMicrowave Power Transmission
Microwave Power Transmission
 
Pick your poison: Quiz on Vices
Pick your poison: Quiz on VicesPick your poison: Quiz on Vices
Pick your poison: Quiz on Vices
 
Business Plan on newspaper
Business Plan on newspaperBusiness Plan on newspaper
Business Plan on newspaper
 
Seven Sisters: Political Research on Develepment
Seven Sisters: Political Research on DevelepmentSeven Sisters: Political Research on Develepment
Seven Sisters: Political Research on Develepment
 
Free Space Optical Communication
Free Space Optical CommunicationFree Space Optical Communication
Free Space Optical Communication
 
Microwave Photonics
Microwave PhotonicsMicrowave Photonics
Microwave Photonics
 

Último

QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesBernd Ruecker
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...Karmanjay Verma
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch TuesdayIvanti
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Strongerpanagenda
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfAarwolf Industries LLC
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Hiroshi SHIBATA
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Nikki Chapple
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesThousandEyes
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integrationmarketing932765
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsYoss Cohen
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesKari Kakkonen
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Jeffrey Haguewood
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsRavi Sanghani
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality AssuranceInflectra
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Mark Goldstein
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfIngrid Airi González
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFMichael Gough
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfLoriGlavin3
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...Wes McKinney
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPathCommunity
 

Último (20)

QCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architecturesQCon London: Mastering long-running processes in modern architectures
QCon London: Mastering long-running processes in modern architectures
 
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...React JS; all concepts. Contains React Features, JSX, functional & Class comp...
React JS; all concepts. Contains React Features, JSX, functional & Class comp...
 
2024 April Patch Tuesday
2024 April Patch Tuesday2024 April Patch Tuesday
2024 April Patch Tuesday
 
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better StrongerModern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
Modern Roaming for Notes and Nomad – Cheaper Faster Better Stronger
 
Landscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdfLandscape Catalogue 2024 Australia-1.pdf
Landscape Catalogue 2024 Australia-1.pdf
 
Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024Long journey of Ruby standard library at RubyConf AU 2024
Long journey of Ruby standard library at RubyConf AU 2024
 
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
Microsoft 365 Copilot: How to boost your productivity with AI – Part one: Ado...
 
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyesHow to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
How to Effectively Monitor SD-WAN and SASE Environments with ThousandEyes
 
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS:  6 Ways to Automate Your Data IntegrationBridging Between CAD & GIS:  6 Ways to Automate Your Data Integration
Bridging Between CAD & GIS: 6 Ways to Automate Your Data Integration
 
Infrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platformsInfrared simulation and processing on Nvidia platforms
Infrared simulation and processing on Nvidia platforms
 
Testing tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examplesTesting tools and AI - ideas what to try with some tool examples
Testing tools and AI - ideas what to try with some tool examples
 
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
Email Marketing Automation for Bonterra Impact Management (fka Social Solutio...
 
Potential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and InsightsPotential of AI (Generative AI) in Business: Learnings and Insights
Potential of AI (Generative AI) in Business: Learnings and Insights
 
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance[Webinar] SpiraTest - Setting New Standards in Quality Assurance
[Webinar] SpiraTest - Setting New Standards in Quality Assurance
 
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
Arizona Broadband Policy Past, Present, and Future Presentation 3/25/24
 
Generative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdfGenerative Artificial Intelligence: How generative AI works.pdf
Generative Artificial Intelligence: How generative AI works.pdf
 
All These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDFAll These Sophisticated Attacks, Can We Really Detect Them - PDF
All These Sophisticated Attacks, Can We Really Detect Them - PDF
 
Moving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdfMoving Beyond Passwords: FIDO Paris Seminar.pdf
Moving Beyond Passwords: FIDO Paris Seminar.pdf
 
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
The Future Roadmap for the Composable Data Stack - Wes McKinney - Data Counci...
 
UiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to HeroUiPath Community: Communication Mining from Zero to Hero
UiPath Community: Communication Mining from Zero to Hero
 

RFID

  • 2. What is RFID?  Radio-frequency identification (RFID) is an automatic identification method using radio waves. RFID also began to see use in wildlife monitoring and research. RFID tags can be used to monitor animal movement without adversely affecting the animal,
  • 5. Applications  Supply chain automation  Asset tracking  Medical applications  People tracking  Manufacturing  Retail  Warehouses  Livestock  Timing
  • 6. The RFID System 1. Tag. 2. Reader. 3. Reader antenna. 4. Controller. 5. Host and software system. 6. Communication infrastructure.
  • 7. Tag An RFID tag is a device that can store and transmit data to a reader in a contact less manner using radio waves. RFID tags can be classified in three different ways. 1)Passive 2)Active 3)Semi-Active(Semi-Passive)
  • 8. Passive Tag  No on-board power source (for example, a battery)  Uses the power emitted from the reader to energize itself and transmit its stored data to the reader  Reader always communicates first, followed by the tag.  Smaller than an active or semi-active tag. It has a variety of read ranges starting with less than 1 inch to about 30 feet (9 meters approximately).  Cheaper compared to an active or semi-active tag. 
  • 9. Active Tag  Has on-board power source (for example, a battery; other sources of power, such as solar, are also possible)  Own on-board power supply to transmit its data to a reader.  No need for reader's emitted power for data transmission.  A tag always communicates first, followed by the reader.  Can broadcast its data to its surroundings even in the absence of a reader
  • 10. Semi-Active (Semi-Passive) Tags  Have an on-board power source (for example, a battery)  Uses the reader's emitted power for transmitting its data  Also called a battery-assisted tag.  Reader always communicates first, followed by the tag.
  • 11. Another way to Classify Tags  Read-only (RO)  Write once, read many (WORM)  Read-write (RW)
  • 12. Reader???? An RFID reader can read from and write data to compatible RFID tags. A reader thus doubles up as a writer. The act of writing the tag data by a reader is called creating a tag. A reader has the following main components: Transmitter Receiver Microprocessor Memory Controller (which may reside as an external component) Communication interface Power
  • 13. Working A radio device called a tag is attached to the object that needs to be identified. When this tagged object is presented in front of a suitable RFID reader, the tag transmits this data to the reader (via the reader antenna). The reader then reads the data and has the capability to forward it over suitable communication channels. This application can then use this unique data to identify the object presented to the reader. It can then perform a variety of actions
  • 14.
  • 15. Backscatter modulation?  A common way the communication between a tag and a reader  Reader sends a signal (energy) to a tag, and the tag responds by reflecting a part of this energy back to the reader.  A charge device such as a capacitor contained in the tag makes this reflection possible.  The capacitor gets charged as it stores the energy received from the reader.  As the tag responds back, it uses this energy to send the signal back to the reader. The capacitor discharges in the process.
  • 17.  A tag consist of a dipole antenna attached to an interdigital transducer (IDT) placed on a       piezoelectric substrate. A series of well-placed individual electrodes acting as reflectors are positioned on the substrate. The antenna applies an electrical impulse to the IDT when it receives the RF signal from a reader. Some of these waves are reflected back to the IDT by the reflectors; the rest are absorbed by the substrate. The reflected waves form a unique pattern, determined by the reflector positions, representing the tag data. These waves are converted back to the RF signal in the IDT and transmitted back to the RFID reader via the tag antenna. The reader then decodes the received signal to extract the tag data.
  • 18. Software private void Form1_Load(object sender, EventArgs e) { rfid1 = new RFID(); rfid1.Attach += new AttachEventHandler(rfid_Attach); rfid1.Detach += new DetachEventHandler(rfid_Detach); rfid1.RFIDTag += new TagEventHandler(rfid_Tag); rfid1.RFIDTagLost += new TagEventHandler(rfid_TagLost); rfid1.open(); }
  • 20. Software Contd. private void antennaCheckBox_CheckedChanged(object sender, EventArgs e) { rfid1.Antenna = cboxAntenna.Checked; }
  • 21. Software Contd. void rfid_Attach(object sender, AttachEventArgs e)  { Phidgets.RFID phid = (Phidgets.RFID)sender; lblAttached.Text = " Attached: " + phid.Name; lblSerial.Text = " Serial: " + phid.SerialNumber; lblVersion.Text = " Version: " + phid.Version; } void rfid_Detach(object sender, DetachEventArgs e) { lblAttached.Text = "Not Attached"; }
  • 22. Software Contd. void rfid_Tag(object sender, TagEventArgs e) { txtTag.Text = e.Tag;  lastRFIDTag = txtTag.Text; rfid1.LED = true; // light on } void rfid_TagLost(object sender, TagEventArgs e) { txtTag.Text = ""; rfid1.LED = false; // light off lbPrevRFIDTags.Items.Insert(0, string.Format("Tag: {0} - {1}", ++TagCtr, lastRFIDTag)); }
  • 24. Frequency LF band: 125 and 135 kHz--LF generally use passive tags HF band 3 MHz to 30 MH Typical Frequency: 13.56 MHz--HF system uses passive tags . HF systems are also widely used, especially in hospitals These frequency bands can be used freely worldwide. UHF band:300 MHz to 1 GHz Typical Frequency :915 MHz--Uses both active and passive tags MW band>1 GHz Typical Frequency: 2.4 GHz or 5.8 GHz—Uses Semi active and passive tags.
  • 25. Technical Issues  Tag Collision  Reader Collision  Tag Readability  Read Robustness Ethical Issues  Passive RFID tags could conceivably used for surveillance of unsuspecting tag carriers  Embedding of RFID tags in humans: This has been proven to work, but should it be done?
  • 26. Advantages Contactless. An RFID tag can be read without any physical contact between the tag and the reader. Writable data. The data of a read-write (RW) RFID tag can be rewritten a large number of times. Absence of line of sight. A line of sight is generally not required for an RFID reader to read an RFID tag. Variety of read ranges. Wide data-capacity range. Support for multiple tag reads. Perform smart tasks.
  • 27. Disadvantages  Poor performance with RF-opaque and RF-absorbent objects.  Impacted by environmental factors.  Limitation on actual tag reads.  Impacted by hardware interference.
  • 28. CONCLUSION  RFID, is an emerging technology which can be used for a variety of applications.  However, the potential for abuse of this technology is vast and requires careful consideration to avoid.

Notas del editor

  1. TK is figured as follows: $97 for ROA, mech & accy $22 for Lyn manufac $4.76 for burden (4%) Total of $123.76