SlideShare une entreprise Scribd logo
1  sur  37
RFID SHOPPING SYSTEM

    SENIOR DESIGN 2011
ST. CLOUD STATE UNIVERSITY
RFID SHOPPING SYSTEM

• Team Member
  – Aayush Tuladhar (Computer Engineering)
  – Otabeck Atajanov (Electrical Engineering)
  – Hamad Alajamam (Electrical Engineering)

• Advisor
  – Dr. Md Mahbub Hossain

• Committee Member
  – Dr. Ratchaneekorn Thamvichai
  – Dr. Michael P Glazos
  – Dr. Jie Hu Meichsner (Computer Science)




                                   RFID Shopping System   2
Contents
•   Problem Statement
•   Project Overview
•   RFID - Background
•   Design Specification
•   System Design
•   Data Flow Diagrams
•   Xbee Wireless Module
•   Server Application
•   Inventory Management Application
•   Database Servers
•   Project Timeline
•   Technical Difficulties
•   Future Improvements
•   Suggestions
•   Questions




                                 RFID Shopping System   3
Problem Statement

• Barcode Technology
  – Barcode can only read one item at a time.
  – Failure rate in Barcodes are relatively high for self
    checkout system.
• Lack of Shopping Experience
  – People don’t have to stand in line and wait for
    checkout.
  – Online Billing System.
• Logistics of Inventory Management
• No Intercom Module Support
                     RFID Shopping System                   4
Project Overview

•   SmartCart System
•   RFID Technology
•   POS Sales System (Self Checkout)
•   Inventory Management Module
•   Data Mining Module
•   Database Management System




                             RFID Shopping System   5
RFID - Background

• RFID uses radio frequency
• Two types of RFID
  – Active and Passive
• Passive RFID
  – Interrogator (Reader)
                                            RFID Tag
  – Passive Tag
  – Host Computer


                     RFID Shopping System              6
Working of RFID
• Reader generates RF carrier sine waves
• Once tag receives sufficient energy, tags output
  transistor shunts the coil corresponding to the
  data being clocked out of memory array.
• Reader performed digital data encoding.




                     RFID Shopping System            7
Design Specification
Specification                               Solution
Scanning Item                               Radio Frequency Identification (RFID)
Real-time Inventory Management              Online Relational Database
                                            Implementation
Multi User Environment                      Master – Slave System Typography
                                            Star Network Architecture
Central Server System                       Server Application with multi-threading
                                            implementation
Online User Data access                     Web Framework (PHP 5.0)




                                 RFID Shopping System                                 8
System Design (Level 0)




        RFID Shopping System   9
System Design (Level 1)




        RFID Shopping System   10
Level 0 –Cart System




       RFID Shopping System   11
Cart System – Schematic Diagram




         RFID Shopping System   12
Cart System – PCB Layout




         RFID Shopping System   13
Voltage Step Down Converter




       AC to DC Voltage Converter

            RFID Shopping System    14
SPICE Simulation




  RFID Shopping System   15
Battery Charger Module
   Schematic Design
Intercom Module




    RFID Shopping System   17
Intercom Module - Working

• Push button is a switch that outputs either HIGH
  or LOW
• Microcontroller is used to sense output of Push
  Button. Depending on this output,
  microcontroller send signal to the gate of NMOS
  switch. NMOS switches are used to turn on and
  off particular module.
• In order to eliminate white noise while signals are
  not in transmission, squelch circuit is
  implemented to mute the receiver.
                      RFID Shopping System          18
Muting Squelch Circuit
Intercom Module – PCB Layout




Printed Circuit Layout of Intercom                     Experimental Breadboard
             Module                                     Communication Setup



                                RFID Shopping System                             20
Level 0 – Data Flow Diagram
     Centralized Server




          RFID Shopping System   21
Central Server – Schematic Diagram
          and PCB Layout




           RFID Shopping System   22
Xbee Wireless Module
• Radio Modules by Digi International
  (Minnetonka, MN)
• Point to Multipoint (PTM) Network
  Topology being used in RFID Shopping
  System.
• IEEE 802.15.4 protocol
• Transparent Data Mode and API Mode

    – Transparent Data Mode : Data coming to
      DIN gets directly transmitted to intended
      receiving radios without any
      modification.

    – API Mode : Commands are used to
      control and data is wrapped in a packet
      that allows for addressing, parameter
      setting and packet delivery feedback.

                                  RFID Shopping System   23
Server Application

• Client-Server System
• Carts act as Client and
  centralized server as
  Server.
• Communication
  Protocol at Transport
  Level using Protocol
  Data Unit (PDU)
• XOR Checksum
                    RFID Shopping System   24
Server Application – Communication
                    Protocol
• In Cart System, Physical Layer Information encapsulated by
  adding Control PDU and Checksum on the data bits, hence
  creating Frame
• Frame is transferred using XBEE 802.15.4 protocol to the
  Server for processing, creating a thread on the server
  application.
• When the data reaches the server application, it removes
  the PDU header, performs the data integrity using
  checksum algorithm and performs the desired function on
  the system.
• Server application performs the specified operation defined
  on the control header.
• It returns acknowledgement bit to the Cart System.

                         RFID Shopping System              25
Inventory Management Application

• Developed using WinForms
  (.NET Platform)
• Bad News : Doesn’t Work in
  Linux / Mac OS 
• Alternatives though Mono
• Written in C# with .NET
  Modules
• MDI Form Interface
• Integrated with Crystal
  Reports

                    RFID Shopping System   26
Inventory Management Application

• Features
  – Users
  – Products
  – Settings
  – Sales
  – Window




                RFID Shopping System    27
Inventory Management Application

• Interactive Graph




                      RFID Shopping System   28
Inventory Management Application

• Report Generation




                  RFID Shopping System   29
Database Server
•   Mysql 5.0.7-dev - 091210 Revision: 304625
•   MySQL is a relational database
    management system (RDBMS) that runs as
    a server providing multi-user access to a
    number of databases.
•   SQL => Standard Query Language
•   Chive :Web-based MySQL Administration
    was used to test the query time.
•   Apache HTTPS :Server provided by Apache
    Software Foundation
•   Stored Procedures were used to make the
    system efficient by minimizing the request
    time.
•   Why MYSQL ?
     – Relational Database
     – Free !! (Not like in Free Beer / Free as in
       Freedom)




                                           RFID Shopping System   30
Database Relational Schema




         RFID Shopping System   31
Project Timeline




     RFID Shopping System   32
Technical Difficulties

•   Reading Tags
•   Working with many systems
•   NMOS switching and heat
•   Controlling intercom
•   Quality factor and peaking
•   Set up correct communication between
    systems

                    RFID Shopping System   33
Future

• List Generation and Providing Guided
  Shopping
• Smart Shelves
• On screen advertising with isle location
  tracking system
• Screen advancements



                    RFID Shopping System     34
Suggestions

•   Do lots of research
•   Log Book
•   Software Version Control (SVN,GIT)
•   “If anything can go wrong, it will”
    – Murphy’s Law




                      RFID Shopping System   35
References

• http://jlwylie.files.wordpress.com/2011/02/quest
  ions.gif
• http://dev.mysql.com/doc/refman/5.1/en/what-
  is-mysql.html
• http://www.techsoup.org/learningcenter/networ
  ks/page4819.cfm
• http://www.apache.org/
• http://www.chive-project.com/
• http://www.crazyabouttv.com
• GNU GPL v3.0

                    RFID Shopping System         36
Questions ?




  RFID Shopping System   37

Contenu connexe

Tendances

Smart shopping trolley using rfid and remote control Poster
Smart shopping trolley using rfid and remote control Poster Smart shopping trolley using rfid and remote control Poster
Smart shopping trolley using rfid and remote control Poster Pranav Veerani
 
Smart Intelligent trolley
Smart Intelligent trolley Smart Intelligent trolley
Smart Intelligent trolley yokesh waran
 
RFID and its applications
RFID and its applicationsRFID and its applications
RFID and its applicationsNaveen Kumar
 
RFID attendance system
RFID attendance systemRFID attendance system
RFID attendance systemA.k. Goverdhan
 
Smart Attendance System using RFID
Smart Attendance System using RFIDSmart Attendance System using RFID
Smart Attendance System using RFIDPratikdd
 
Seminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection SystemSeminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection SystemRajan Bairasriya
 
Shopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technologyShopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technologyIAEME Publication
 
Arduino RFID Module (RC522) & Buzzer Access System
Arduino RFID Module (RC522) & Buzzer Access SystemArduino RFID Module (RC522) & Buzzer Access System
Arduino RFID Module (RC522) & Buzzer Access SystemMahmudul Hasan
 
RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification)RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification)Amber Bhaumik
 
RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification) RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification) Chetan Pandey
 
Nimesh thakor
Nimesh thakorNimesh thakor
Nimesh thakornn7046
 

Tendances (20)

Smart Shopping System
Smart Shopping SystemSmart Shopping System
Smart Shopping System
 
Smart shopping trolley using rfid and remote control Poster
Smart shopping trolley using rfid and remote control Poster Smart shopping trolley using rfid and remote control Poster
Smart shopping trolley using rfid and remote control Poster
 
Smart Intelligent trolley
Smart Intelligent trolley Smart Intelligent trolley
Smart Intelligent trolley
 
Rfid technology
Rfid technologyRfid technology
Rfid technology
 
Rfid presentation
Rfid presentationRfid presentation
Rfid presentation
 
RFID and its applications
RFID and its applicationsRFID and its applications
RFID and its applications
 
RFID attendance system
RFID attendance systemRFID attendance system
RFID attendance system
 
RFID
RFIDRFID
RFID
 
RFID
RFID RFID
RFID
 
Smart Attendance System using RFID
Smart Attendance System using RFIDSmart Attendance System using RFID
Smart Attendance System using RFID
 
Seminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection SystemSeminar report- Electronic Toll Collection System
Seminar report- Electronic Toll Collection System
 
Rfid ppt
Rfid pptRfid ppt
Rfid ppt
 
Shopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technologyShopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technology
 
Rfid technologies
Rfid technologiesRfid technologies
Rfid technologies
 
Arduino RFID Module (RC522) & Buzzer Access System
Arduino RFID Module (RC522) & Buzzer Access SystemArduino RFID Module (RC522) & Buzzer Access System
Arduino RFID Module (RC522) & Buzzer Access System
 
RFID Technology
RFID TechnologyRFID Technology
RFID Technology
 
RFID Technology
RFID TechnologyRFID Technology
RFID Technology
 
RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification)RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification)
 
RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification) RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification)
 
Nimesh thakor
Nimesh thakorNimesh thakor
Nimesh thakor
 

Similaire à RFID Shopping System

03 internet-of-things-rfid-systems-and-applications
03 internet-of-things-rfid-systems-and-applications03 internet-of-things-rfid-systems-and-applications
03 internet-of-things-rfid-systems-and-applicationsJohn Soldatos
 
RFID Application
RFID ApplicationRFID Application
RFID Applicationsam995lee
 
12201375 PSS7
12201375 PSS712201375 PSS7
12201375 PSS712201375
 
14224119 pss7
14224119 pss714224119 pss7
14224119 pss7Ng Fai
 
LinkedIn's Approach to Programmable Data Center
LinkedIn's Approach to Programmable Data CenterLinkedIn's Approach to Programmable Data Center
LinkedIn's Approach to Programmable Data CenterShawn Zandi
 
RFID Based Asset Management case stories
RFID Based Asset Management case storiesRFID Based Asset Management case stories
RFID Based Asset Management case storiesLeon Smiers
 
Presentation 1 rfid introduction
Presentation 1 rfid introductionPresentation 1 rfid introduction
Presentation 1 rfid introductionMouhanad Alkhaldi
 
Internet of Things Scalability
Internet of Things ScalabilityInternet of Things Scalability
Internet of Things Scalabilityrrrighi
 
RFID Application15221784 pss7-ans
RFID Application15221784 pss7-ansRFID Application15221784 pss7-ans
RFID Application15221784 pss7-ansYUENYUKMUK
 
15224198 pps7-ans
15224198 pps7-ans15224198 pps7-ans
15224198 pps7-ansTung Ko
 
RFID Application
RFID ApplicationRFID Application
RFID Applicationsinwingsuet
 
Role of information Technology in Supply Chain Manageent
Role of information Technology in Supply Chain ManageentRole of information Technology in Supply Chain Manageent
Role of information Technology in Supply Chain ManageentAnand Jha
 
TM4C-IoT-Gateway-with-Security-Protection_0.pdf
TM4C-IoT-Gateway-with-Security-Protection_0.pdfTM4C-IoT-Gateway-with-Security-Protection_0.pdf
TM4C-IoT-Gateway-with-Security-Protection_0.pdfssuser8b324e
 
Rfid & its applications
Rfid & its applicationsRfid & its applications
Rfid & its applicationsMingMing Cheung
 
RFID Application
RFID ApplicationRFID Application
RFID ApplicationTsangkc1231
 
15251209 pss7.pptx
15251209 pss7.pptx15251209 pss7.pptx
15251209 pss7.pptx羽鸿 张
 

Similaire à RFID Shopping System (20)

03 internet-of-things-rfid-systems-and-applications
03 internet-of-things-rfid-systems-and-applications03 internet-of-things-rfid-systems-and-applications
03 internet-of-things-rfid-systems-and-applications
 
RFID Application
RFID ApplicationRFID Application
RFID Application
 
12201375 PSS7
12201375 PSS712201375 PSS7
12201375 PSS7
 
14224119 pss7
14224119 pss714224119 pss7
14224119 pss7
 
15224902 pss7-ans
15224902 pss7-ans15224902 pss7-ans
15224902 pss7-ans
 
15224902 pss7-ans
15224902 pss7-ans15224902 pss7-ans
15224902 pss7-ans
 
15224902 pss7-ans
15224902 pss7-ans15224902 pss7-ans
15224902 pss7-ans
 
LinkedIn's Approach to Programmable Data Center
LinkedIn's Approach to Programmable Data CenterLinkedIn's Approach to Programmable Data Center
LinkedIn's Approach to Programmable Data Center
 
RFID Based Asset Management case stories
RFID Based Asset Management case storiesRFID Based Asset Management case stories
RFID Based Asset Management case stories
 
Presentation 1 rfid introduction
Presentation 1 rfid introductionPresentation 1 rfid introduction
Presentation 1 rfid introduction
 
Internet of Things Scalability
Internet of Things ScalabilityInternet of Things Scalability
Internet of Things Scalability
 
RFID Application15221784 pss7-ans
RFID Application15221784 pss7-ansRFID Application15221784 pss7-ans
RFID Application15221784 pss7-ans
 
15224198 pps7-ans
15224198 pps7-ans15224198 pps7-ans
15224198 pps7-ans
 
RFID Application
RFID ApplicationRFID Application
RFID Application
 
Role of information Technology in Supply Chain Manageent
Role of information Technology in Supply Chain ManageentRole of information Technology in Supply Chain Manageent
Role of information Technology in Supply Chain Manageent
 
TM4C-IoT-Gateway-with-Security-Protection_0.pdf
TM4C-IoT-Gateway-with-Security-Protection_0.pdfTM4C-IoT-Gateway-with-Security-Protection_0.pdf
TM4C-IoT-Gateway-with-Security-Protection_0.pdf
 
15200787 pss7-ans
15200787 pss7-ans15200787 pss7-ans
15200787 pss7-ans
 
Rfid & its applications
Rfid & its applicationsRfid & its applications
Rfid & its applications
 
RFID Application
RFID ApplicationRFID Application
RFID Application
 
15251209 pss7.pptx
15251209 pss7.pptx15251209 pss7.pptx
15251209 pss7.pptx
 

RFID Shopping System

  • 1. RFID SHOPPING SYSTEM SENIOR DESIGN 2011 ST. CLOUD STATE UNIVERSITY
  • 2. RFID SHOPPING SYSTEM • Team Member – Aayush Tuladhar (Computer Engineering) – Otabeck Atajanov (Electrical Engineering) – Hamad Alajamam (Electrical Engineering) • Advisor – Dr. Md Mahbub Hossain • Committee Member – Dr. Ratchaneekorn Thamvichai – Dr. Michael P Glazos – Dr. Jie Hu Meichsner (Computer Science) RFID Shopping System 2
  • 3. Contents • Problem Statement • Project Overview • RFID - Background • Design Specification • System Design • Data Flow Diagrams • Xbee Wireless Module • Server Application • Inventory Management Application • Database Servers • Project Timeline • Technical Difficulties • Future Improvements • Suggestions • Questions RFID Shopping System 3
  • 4. Problem Statement • Barcode Technology – Barcode can only read one item at a time. – Failure rate in Barcodes are relatively high for self checkout system. • Lack of Shopping Experience – People don’t have to stand in line and wait for checkout. – Online Billing System. • Logistics of Inventory Management • No Intercom Module Support RFID Shopping System 4
  • 5. Project Overview • SmartCart System • RFID Technology • POS Sales System (Self Checkout) • Inventory Management Module • Data Mining Module • Database Management System RFID Shopping System 5
  • 6. RFID - Background • RFID uses radio frequency • Two types of RFID – Active and Passive • Passive RFID – Interrogator (Reader) RFID Tag – Passive Tag – Host Computer RFID Shopping System 6
  • 7. Working of RFID • Reader generates RF carrier sine waves • Once tag receives sufficient energy, tags output transistor shunts the coil corresponding to the data being clocked out of memory array. • Reader performed digital data encoding. RFID Shopping System 7
  • 8. Design Specification Specification Solution Scanning Item Radio Frequency Identification (RFID) Real-time Inventory Management Online Relational Database Implementation Multi User Environment Master – Slave System Typography Star Network Architecture Central Server System Server Application with multi-threading implementation Online User Data access Web Framework (PHP 5.0) RFID Shopping System 8
  • 9. System Design (Level 0) RFID Shopping System 9
  • 10. System Design (Level 1) RFID Shopping System 10
  • 11. Level 0 –Cart System RFID Shopping System 11
  • 12. Cart System – Schematic Diagram RFID Shopping System 12
  • 13. Cart System – PCB Layout RFID Shopping System 13
  • 14. Voltage Step Down Converter AC to DC Voltage Converter RFID Shopping System 14
  • 15. SPICE Simulation RFID Shopping System 15
  • 16. Battery Charger Module Schematic Design
  • 17. Intercom Module RFID Shopping System 17
  • 18. Intercom Module - Working • Push button is a switch that outputs either HIGH or LOW • Microcontroller is used to sense output of Push Button. Depending on this output, microcontroller send signal to the gate of NMOS switch. NMOS switches are used to turn on and off particular module. • In order to eliminate white noise while signals are not in transmission, squelch circuit is implemented to mute the receiver. RFID Shopping System 18
  • 20. Intercom Module – PCB Layout Printed Circuit Layout of Intercom Experimental Breadboard Module Communication Setup RFID Shopping System 20
  • 21. Level 0 – Data Flow Diagram Centralized Server RFID Shopping System 21
  • 22. Central Server – Schematic Diagram and PCB Layout RFID Shopping System 22
  • 23. Xbee Wireless Module • Radio Modules by Digi International (Minnetonka, MN) • Point to Multipoint (PTM) Network Topology being used in RFID Shopping System. • IEEE 802.15.4 protocol • Transparent Data Mode and API Mode – Transparent Data Mode : Data coming to DIN gets directly transmitted to intended receiving radios without any modification. – API Mode : Commands are used to control and data is wrapped in a packet that allows for addressing, parameter setting and packet delivery feedback. RFID Shopping System 23
  • 24. Server Application • Client-Server System • Carts act as Client and centralized server as Server. • Communication Protocol at Transport Level using Protocol Data Unit (PDU) • XOR Checksum RFID Shopping System 24
  • 25. Server Application – Communication Protocol • In Cart System, Physical Layer Information encapsulated by adding Control PDU and Checksum on the data bits, hence creating Frame • Frame is transferred using XBEE 802.15.4 protocol to the Server for processing, creating a thread on the server application. • When the data reaches the server application, it removes the PDU header, performs the data integrity using checksum algorithm and performs the desired function on the system. • Server application performs the specified operation defined on the control header. • It returns acknowledgement bit to the Cart System. RFID Shopping System 25
  • 26. Inventory Management Application • Developed using WinForms (.NET Platform) • Bad News : Doesn’t Work in Linux / Mac OS  • Alternatives though Mono • Written in C# with .NET Modules • MDI Form Interface • Integrated with Crystal Reports RFID Shopping System 26
  • 27. Inventory Management Application • Features – Users – Products – Settings – Sales – Window RFID Shopping System 27
  • 28. Inventory Management Application • Interactive Graph RFID Shopping System 28
  • 29. Inventory Management Application • Report Generation RFID Shopping System 29
  • 30. Database Server • Mysql 5.0.7-dev - 091210 Revision: 304625 • MySQL is a relational database management system (RDBMS) that runs as a server providing multi-user access to a number of databases. • SQL => Standard Query Language • Chive :Web-based MySQL Administration was used to test the query time. • Apache HTTPS :Server provided by Apache Software Foundation • Stored Procedures were used to make the system efficient by minimizing the request time. • Why MYSQL ? – Relational Database – Free !! (Not like in Free Beer / Free as in Freedom) RFID Shopping System 30
  • 31. Database Relational Schema RFID Shopping System 31
  • 32. Project Timeline RFID Shopping System 32
  • 33. Technical Difficulties • Reading Tags • Working with many systems • NMOS switching and heat • Controlling intercom • Quality factor and peaking • Set up correct communication between systems RFID Shopping System 33
  • 34. Future • List Generation and Providing Guided Shopping • Smart Shelves • On screen advertising with isle location tracking system • Screen advancements RFID Shopping System 34
  • 35. Suggestions • Do lots of research • Log Book • Software Version Control (SVN,GIT) • “If anything can go wrong, it will” – Murphy’s Law RFID Shopping System 35
  • 36. References • http://jlwylie.files.wordpress.com/2011/02/quest ions.gif • http://dev.mysql.com/doc/refman/5.1/en/what- is-mysql.html • http://www.techsoup.org/learningcenter/networ ks/page4819.cfm • http://www.apache.org/ • http://www.chive-project.com/ • http://www.crazyabouttv.com • GNU GPL v3.0 RFID Shopping System 36
  • 37. Questions ? RFID Shopping System 37

Notes de l'éditeur

  1. Analyzing the Current Market, we thought to bring changes in the way how people shop, we need to modify our existing shopping system. With our current shopping system, we found these factors to be crucial problem statement in our present shopping system in the market.
  2. Shopping has been a global phenomenon. With increasing human needs moredepartmental stores and competition between them is increasing in the global market. Minordetails are also taken into consideration while providing best shopping experience to thecustomers. Huge investments in terms of assets and manpower have been made in order tomanage the entire shopping system. But the technology that drives the shopping system is stillprimitive; where a customer has to take products to cashier in order to check out. There is alwaysan intermediate factor between the customer and the company. People still have to stand in longqueue for their turn for checkout and customers have to call sales associate to get moreinformation about the product. Addressing the need of more reliable system, we come up withidea of “RFID Shopping System” which uses Radio Frequency Identification which would beable to perform a self checkout shopping experience without any need of any human assistance,hence increasing customer shopping experience satisfaction.Besides this Inventory management also plays a very crucial role in success of businessorganization. The way they manage the flow of products from manufacturers to customers isvery important and the system helps to track down the mobility of the popular goods. If theproduct shortage occurs, customer will immediately turn to other supplier and hence miss apotential sales opportunity. With the help of data mining technology we can analyze the salespattern of customers, which will help as main basis for sales analysis and warehouse control.Hence our main objective form this shopping system would be to read tags from theproducts, provide detailed information about the product to the user, assist customer on completeself checkout system, and provide complete web interface. Nevertheless the shopping systemalso supports the management by providing logistical data about product inventory, sales flowand other information, which gives scope on data mining on customer shopping experience.
  3. Radio Frequency Identification (RFID) systems use radio frequency to identify, locate and track people, assets, and animals. Passive RFID systems are composed of three components – an interrogator (reader), a passive tag, and a host computer. The tag is composed of an antenna coil and a silicon chip that includes basic modulation circuitry and non-volatile memory. The tag is energized by a time-varying electromagnetic radio frequency (RF) wave that is transmitted by the reader. This RF signal is called a carrier signal. When the RF field passes through an antenna coil, there is an AC voltage generated across the coil. This voltage is rectified to supply power to the tag. The information stored in the tag is transmitted back to the reader. This is often called backscattering. By detecting the backscattering signal, the information stored in the tag can be fully identified.
  4. While reading for the RFID tags, the reader continuously generates a RF carrier sine wave, watching always for modulation to occur. Detected modulation of the field would indicate the presence of a tag. Once the tag has received sufficient energy to operate correctly, it divides down the carrier and begins clocking its data to an output transistor, which is normally connected across the coil inputs. The tag's output transistor shunts the coil, sequentially corresponding to the data which is being clocked out of the memory array. The shunting of coil causes momentary fluctuation of the carrier wave, which is seen as a slight change in amplitude of the carrier. Hence the reader detects the amplitude modulated data and processes the resulting bit stream according to the encoding and data modulation methods uses.
  5. Data Flow Diagram
  6. Speaker - Aayush
  7. A server machine is a host that is running one or more server programs which share their resources with clients. A client does not share any of its resources, but requests a server's content or service function. Clients therefore initiate communication sessions with servers which await incoming requests.Client Server Model of Computing is a distributed application that partitions tasks or workloads between the providers of a resource or service called server, and service requesters called clients.