SlideShare a Scribd company logo
1 of 5
Download to read offline
International Journal of Electrical and Computer Engineering (IJECE)
Vol. 9, No. 2, April 2019, pp. 1374~1378
ISSN: 2088-8708, DOI: 10.11591/ijece.v9i2.pp1374-1378  1374
Journal homepage: http://iaescore.com/journals/index.php/IJECE
Development and implementation of a miniature RFID system
in a shopping mall environment
Ademola Abdulkareem, Awosope C.O.A, Tope-Ojo A. E
Department of Electrical and Information Engineering, Covenant University, Ota, Nigeria
Article Info ABSTRACT
Article history:
Received Dec 28, 2017
Revised Jun 28, 2018
Accepted Oct 17, 2018
The advancement of technology has brought about the need for industrial
innovation. One area where innovation is required in a developing country is
in the retail industry (this is the focus point of this project) where the present
system that is the barcode technology is old and archaic. This project is based
on the use of Radio Frequency Identification (RFID) technology to create a
faster, easier and more secured checkout system. This paper showcases the
development of a miniature RFID desktop application that can be used for
registering items coming into a shopping mall, checking out of goods bought
from the shopping mall and the detection of an attempt to steal goods from
the shopping mall, using both C# programming language and MySQL for the
database management.
Keywords:
C# programming language
Desktop
Miniature RFID
MySQL database
Shopping mall Copyright © 2019 Institute of Advanced Engineering and Science.
All rights reserved.
Corresponding Author:
Ademola Abdulkareem,
Department of Electrical and Information Engineering,
Covenant University,
KM 10, Idiroko Road, P.M.B. 1023, Ota, Ogun State, Nigeria.
Email: ademola.abdulkareem@covenantuniversity.edu.ng
1. INTRODUCTION
The process of identifying physical objects is a fundamental part of our experience that we seldom
think about how we do it [1]. We pick up an object, look at it, smell and probably (when possible) taste the
object, until we develop a reference particular to that specific object or we can say that we give it a label,
unique to the characteristics that was picked up by our senses regarding the object. Just as we can recognize
things using the information which our senses send to us, so can computers. Computers can identify or
recognize physical entities only by the one sense system they have, and these are called sensors. Radio
Frequency Identification (RFID) is one of the best digital identification technologies amongst other digital
identification technologies including Barcode Systems, Optical Character Recognition, Biometric procedures
including voice identification, fingerprinting procedures. In a retail environment, that involves the selling of
goods directly to customers, identification of the goods sold is a crucial concern. And going from mall to
mall, it was increasingly observed that the method of using barcodes to identify goods to be bought by
customers is not only painstaking; because of the long waiting time before the customer is attended to, it is
also time consuming, hence, the RFID can be considered as the successor of the Barcodes.
RFID is an automatic identification system that stores data and information on devices like RFID
tags and RFID readers using electromagnetic coupling in the radio frequency portion of the electromagnetic
spectrum [2]. RFID contains the promise of real-time identifying, locating, tracking (attendance and vehicle
tracking), and monitoring physical objects, and can be used for a wide range of antennas to fit an equally
wide range of tags, readers, and systems [3]. The RFID technology has been in existence for a while now,
with most of the valuable research is being done in the U.S.A, India, and other developed countries. For
instance, Arun [4] carried out various reveiews of RFID applications; Deng [5] worked on a new approach of
tracking vehicle based on RFID; Yonghai, et al. [6] proposed RFID application of spatio-temporal data
Int J Elec & Comp Eng ISSN: 2088-8708 
Development and implementation of a miniature RFID system in a shopping mall … (Ademola Abdulkareem)
1375
management; Li [7] worked on ID-based strong designated verifier signature scheme with message recovery
which was provably secure and efficient; The current study of Cakir, et. al. [8], aimed to reveal RFID
personnel control by the employer that can be managed via 4.5 G. In India, major current applications of
RFID research being undertaken are on the antenna for RFID applications [9]-[12] and that has led to
technological advancements. Moreover, various retail outlets in developed countries are making use of this
tremendous technology to increase sales, improve customer satisfaction level, and increase their stocks-
taking efficiency amongst many other benefits that will be provided to the retail outlet because of the use of
the RFID technology.
Coming home to Nigeria, the application of this technology is at its barest minimum, shopping malls
and even large retail outlets still make use of the manual method of taking inventory of goods, manual
method of checking around the mall to determine if a particular item has been sold out, archaic barcode
reading method used at the point-of-sale terminal, manual checking of all items which a customer has
bought; verifying if the items with the customer tallies with the list of items on the receipt. This research
work, though focused at creating a mini version of a real retail implementation of the RFID technology, is
aimed at showcasing different basic features that can be utilized by a small modelled retail outlet.
2. RESEARCH METHOD
This desktop retail application is developed using the C# programming language with the aid of the
Visual Studio 2013 IDE (Integrated Development Environment) and for the database management, MySQL
database language was utilized. For the hardware portion of the work, the RFID reader module used was ID-
20LA RFID Module (Reader) which is a small device that can read RFID tags of the low frequency range
125 KHz. To connect the RFID module to the computer, a RFID USB Reader was used, which is a small
PCB board with onboard female pins for the male pins of the RFID module to comfortably sit-in and thus
connect the module to the computer through a serial connection. And lastly, different 125 KHz RFID tags
making use of the EM4001 ISO-based RFID IC was used to represent items that can be purchased by a
potential buyer. The core features developed in the application include: Registration Point, Counter Checkout
Point and Anti-Theft Point.
2.1. Registration phase
This phase of the system is the entry point of items into the system’s database. At this phase, new
items are registered into the database. Figure 1 shows the flowchart diagram for the registration phase.
Scenarios to be tested in this phase include the following: Registering a new item into database and
attempting to register a registered item.
Figure 1. Flowchart diagram for registration phase
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 1374 - 1378
1376
2.2. Counter checkout phase
This is the simulated shopping mall phase, where items (that have been duly registered into the
database) that are to be bought by a customer are scanned and checked out accordingly. Figure 2 shows the
flowchart diagram of this phase. Scenarios to be tested in this phase include the following: (i) A case where
an item is not registered to the system’s database when a customer brings it for checkout. (ii) Checking out a
registered item.
Figure 2. Flowchart diagram for counter checkout phase
2.3. Anti-theft phase
This phase of the system simulates the event whereby the RFID reader is mounted at the entrance of
the shopping mall. It checks to know if any item of goods being taken out of the mall has been cleared and
checked out. The flowchart diagram for this phase can be seen in Figure 3. The scenarios to be tested in this
phase include the following: (i) checking when a cleared item is passed through the reader. (ii) Checking
when a registered but un-cleared item is passed through the reader.
Figure 3. Flowchart diagram for anti-theft phase
Int J Elec & Comp Eng ISSN: 2088-8708 
Development and implementation of a miniature RFID system in a shopping mall … (Ademola Abdulkareem)
1377
3. RESULTS AND ANALYSIS
This portion of the software implementation report shows the snapshots of the results of the
scenarios tested on the developed desktop application according to the phases of the implementation. Figures
4 and 5 present the scenarios of Registration Phase at database for new item and registered item respectively.
Figures 6 and 7 also present the scenarios of counter checkout Phase for un-registered item at the counter and
the successful checkout of an item respectively. The Scenarios of Anti-Theft Phase of alarm alert for an
attempted theft and a cleared item approved for exit are as shown in Figures 4 and 5 respectively
Figure 4. Registering a new item into database Figure 5. Attempting to register a registered item
Figure 6. Scanning an un-registered item at the
centre
Figure 7. Successful checkout of an item
 ISSN: 2088-8708
Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 1374 - 1378
1378
Figure 8. Alarm alert for an attempted theft Figure 9. A Cleared item approved for exit
4. CONCLUSION
The RFID technology’s potentials cannot be defined yet, because more research is being done in that
field which reveals more areas of life that RFID can improve. This research work was focused on the
application of the RFID technology in the retail environment, where a miniature anti-theft system was
developed with item registration feature, counter checkout feature and an anti-theft feature. More features
and even more sophisticated benefits of applying the RFID technology to the retail environment have been
developed and more are still in research to improve the overall efficiency, accuracy and customer satisfaction
ACKNOWLEDGEMENTS
The researchers are grateful to Covenant University, Ota, Ogun-State, Nigeria for sponsoring
this work.
REFERENCES
[1] Igoe., "Tim. Getting Started with RFID," O'Reilly Media, Inc., 2012.
[2] A. Abdulkareem, D. U. Ike, and F. Olowononi, "Development of a Radio Frequency Identification Based
Attendance Management Application With A Pictorial Database Framework," International Journal of Research in
Information Technology, vol. 2(4), pp. 621- 628, April 2014.
[3] C. M. Chen and L. S. Liu, "Applications of RFID Technology for Improving Production Efficiency in an
Integrated-Circuit Packaging House," International Journal of Production Research, vol. 47(8), pp. 2203–2216,
2009.
[4] N. N.. Arun, "RFID Technology: A Review of its Applications," Proceedings of the World Congress on
Engineering and Computer Science 2009 vol. 2, San Francisco, USA, 2009.
[5] J. Deng, "Achitecture Design of the Vehicle Tracking Sysem based on RFID," TELKOMNIKA Indonesian Journal
of Electrical Engineering, vol. 11(6), pp. 2992-2997, 2014.
[6] W. Yonghai, X. Jingle and W. Shouijin, "RFID Spatio-Temporal Data Management," TELKOMNIKA Indonesian
Journal of Electrical Engineering, vol. 11(3), pp. 1348-1354, 2013.
[7] M. Li, "Provably Secure and Efficient ID-Based Strong Designated Verifier Signature Scheme with Message
Recovery," Indonesian Journal of Electrical Engineering, vol. 12(10), pp. 7343-7352, 2014.
[8] A. Cakir and H. Kaygisiz, "RFID Personnel Control System that can be Managed via 4.5 G," Indonesian Journal of
Electrical Engineering and Computer Science (IJEECS), vol. 2(2), pp. 396-408, May 2016.
[9] Y. Gnih, et. al., "A Miniature RFID Antenna at UHF Band using Meander-Line Technique," International Journal
of Electrical and Computer Engineering (IJECE), vol. 8(4), pp. 2280-2289, August 2018.
[10] M. Ihanji, et al., "Design of Compact Tri-Band Fractal Antenna for RFID Readers," International Journal of
Electrical and Computer Engineering (IJECE), vol. 7(4) pp. 2036-2044, August 2017.
[11] A. El-Hamraoul, et. al., "A New Compact CPW-Fed Dual-Band Monopole Anttenna for RFID Applications,"
Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 8(1), pp. 69-76, 2017.
[12] N. M. Sahar, et. al., "Development of Reconfigurable Atenna for Advanced Tracking Technology,” Indonesian
Journal of Electrical Engineering and Computer Science (IJEECS), vol. 10(2), pp. 672-679, 2018.

More Related Content

What's hot

IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping CartIRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping CartIRJET Journal
 
RFID in retail sector
RFID in retail sectorRFID in retail sector
RFID in retail sectorsedadoc
 
Traceability in Manufacturing
Traceability in ManufacturingTraceability in Manufacturing
Traceability in ManufacturingPreran Prasad J M
 
Barcode & RFiD in Supply Chain
Barcode & RFiD in Supply ChainBarcode & RFiD in Supply Chain
Barcode & RFiD in Supply ChainExistco Pty Ltd
 
Rfid in retail(kapil)
Rfid in retail(kapil)Rfid in retail(kapil)
Rfid in retail(kapil)isme
 
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...iosrjce
 
No Barcodes? No Problem!
No Barcodes? No Problem!No Barcodes? No Problem!
No Barcodes? No Problem!Barcoding, Inc.
 
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...Onyebuchi nosiri
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemlaharipothula
 
RFID Based Security and Access Control System using ARDUINO
RFID Based Security and Access Control System using ARDUINORFID Based Security and Access Control System using ARDUINO
RFID Based Security and Access Control System using ARDUINOIJMTST Journal
 
IRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET Journal
 
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning Code
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning CodeIRJET - An Effective Embedded Smart Shopping Cart using QR Scanning Code
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning CodeIRJET Journal
 

What's hot (20)

IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping CartIRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
 
RFID in retail sector
RFID in retail sectorRFID in retail sector
RFID in retail sector
 
RFID Shopping System
RFID Shopping SystemRFID Shopping System
RFID Shopping System
 
Smart shopping system
Smart shopping systemSmart shopping system
Smart shopping system
 
Traceability in Manufacturing
Traceability in ManufacturingTraceability in Manufacturing
Traceability in Manufacturing
 
Barcode & RFiD in Supply Chain
Barcode & RFiD in Supply ChainBarcode & RFiD in Supply Chain
Barcode & RFiD in Supply Chain
 
Rfid in retail(kapil)
Rfid in retail(kapil)Rfid in retail(kapil)
Rfid in retail(kapil)
 
Rfid presentation
Rfid presentationRfid presentation
Rfid presentation
 
RFID and Barcode
RFID and BarcodeRFID and Barcode
RFID and Barcode
 
Bar code VS RFID
Bar code VS RFIDBar code VS RFID
Bar code VS RFID
 
K1103047173
K1103047173K1103047173
K1103047173
 
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...
 
No Barcodes? No Problem!
No Barcodes? No Problem!No Barcodes? No Problem!
No Barcodes? No Problem!
 
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...
 
RFID based smart shopping cart and billing system
RFID based smart shopping cart and billing systemRFID based smart shopping cart and billing system
RFID based smart shopping cart and billing system
 
RFID Based Security and Access Control System using ARDUINO
RFID Based Security and Access Control System using ARDUINORFID Based Security and Access Control System using ARDUINO
RFID Based Security and Access Control System using ARDUINO
 
IRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A ReviewIRJET- QR Code Techniques for Smart Shopping: A Review
IRJET- QR Code Techniques for Smart Shopping: A Review
 
Smart shopping system using rfid
Smart shopping system using rfidSmart shopping system using rfid
Smart shopping system using rfid
 
Frid smart lms
Frid smart lmsFrid smart lms
Frid smart lms
 
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning Code
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning CodeIRJET - An Effective Embedded Smart Shopping Cart using QR Scanning Code
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning Code
 

Similar to Development and implementation of a miniature RFID system in a shopping mall environment

IRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping CartIRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping CartIRJET Journal
 
A Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated BillingA Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated BillingIRJET Journal
 
IRJET- Smart Trolley System for Automated Billing using RFID and IoT
IRJET-  	  Smart Trolley System for Automated Billing using RFID and IoTIRJET-  	  Smart Trolley System for Automated Billing using RFID and IoT
IRJET- Smart Trolley System for Automated Billing using RFID and IoTIRJET Journal
 
IRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for WarehouseIRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for WarehouseIRJET Journal
 
IRJET- IoT Applications on Secure Smart Shopping System
IRJET-  	  IoT Applications on Secure Smart Shopping SystemIRJET-  	  IoT Applications on Secure Smart Shopping System
IRJET- IoT Applications on Secure Smart Shopping SystemIRJET Journal
 
Smart Retailing using IOT
Smart Retailing using IOTSmart Retailing using IOT
Smart Retailing using IOTIRJET Journal
 
IRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET Journal
 
IRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using MicrocontrollerIRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using MicrocontrollerIRJET Journal
 
IRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET Journal
 
IRJET - Shopping Automation Techniques
IRJET -  	  Shopping Automation TechniquesIRJET -  	  Shopping Automation Techniques
IRJET - Shopping Automation TechniquesIRJET Journal
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET Journal
 
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
 
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
 
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for SupermarketIRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for SupermarketIRJET Journal
 
IRJET- A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET- A Novel Methodology Enabling Object Details Mechanism using Red Ta...IRJET Journal
 
Smart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing SystemSmart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing SystemIRJET Journal
 
IRJET - Innovative Cart for Smart Shopping
IRJET -  	  Innovative Cart for Smart ShoppingIRJET -  	  Innovative Cart for Smart Shopping
IRJET - Innovative Cart for Smart ShoppingIRJET Journal
 
IRJET- Smart Cart Using Arduino and RFID
IRJET- Smart Cart Using Arduino and RFIDIRJET- Smart Cart Using Arduino and RFID
IRJET- Smart Cart Using Arduino and RFIDIRJET Journal
 

Similar to Development and implementation of a miniature RFID system in a shopping mall environment (20)

IRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping CartIRJET - Internet of Things based Smart Shopping Cart
IRJET - Internet of Things based Smart Shopping Cart
 
A Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated BillingA Survey on RFID Based Smart Shopping System and Automated Billing
A Survey on RFID Based Smart Shopping System and Automated Billing
 
IRJET- Smart Trolley System for Automated Billing using RFID and IoT
IRJET-  	  Smart Trolley System for Automated Billing using RFID and IoTIRJET-  	  Smart Trolley System for Automated Billing using RFID and IoT
IRJET- Smart Trolley System for Automated Billing using RFID and IoT
 
IRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for WarehouseIRJET- Inventory Management System for Warehouse
IRJET- Inventory Management System for Warehouse
 
IRJET- IoT Applications on Secure Smart Shopping System
IRJET-  	  IoT Applications on Secure Smart Shopping SystemIRJET-  	  IoT Applications on Secure Smart Shopping System
IRJET- IoT Applications on Secure Smart Shopping System
 
Smart Retailing using IOT
Smart Retailing using IOTSmart Retailing using IOT
Smart Retailing using IOT
 
IRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall AssistantIRJET- A Survey on Technologies used in Mall Assistant
IRJET- A Survey on Technologies used in Mall Assistant
 
IRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using MicrocontrollerIRJET- Smart Shopping Trolley System using Microcontroller
IRJET- Smart Shopping Trolley System using Microcontroller
 
IRJET- Smart Billing Cart
IRJET- Smart Billing CartIRJET- Smart Billing Cart
IRJET- Smart Billing Cart
 
IRJET - Shopping Automation Techniques
IRJET -  	  Shopping Automation TechniquesIRJET -  	  Shopping Automation Techniques
IRJET - Shopping Automation Techniques
 
J017356875
J017356875J017356875
J017356875
 
IRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart SystemIRJET - IoT Applications on Secure Smart System
IRJET - IoT Applications on Secure Smart System
 
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
 
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
 
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for SupermarketIRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
IRJET- Radio Frequency Identification (RFID) based Smart Trolley for Supermarket
 
IRJET- A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...IRJET-  	  A Novel Methodology Enabling Object Details Mechanism using Red Ta...
IRJET- A Novel Methodology Enabling Object Details Mechanism using Red Ta...
 
Smart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing SystemSmart Shopping Cart with Automatic Billing System
Smart Shopping Cart with Automatic Billing System
 
IRJET - Innovative Cart for Smart Shopping
IRJET -  	  Innovative Cart for Smart ShoppingIRJET -  	  Innovative Cart for Smart Shopping
IRJET - Innovative Cart for Smart Shopping
 
IRJET- Smart Cart Using Arduino and RFID
IRJET- Smart Cart Using Arduino and RFIDIRJET- Smart Cart Using Arduino and RFID
IRJET- Smart Cart Using Arduino and RFID
 
smart shopping card
smart shopping cardsmart shopping card
smart shopping card
 

More from IJECEIAES

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...IJECEIAES
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionIJECEIAES
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...IJECEIAES
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...IJECEIAES
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningIJECEIAES
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...IJECEIAES
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...IJECEIAES
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...IJECEIAES
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...IJECEIAES
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyIJECEIAES
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationIJECEIAES
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceIJECEIAES
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...IJECEIAES
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...IJECEIAES
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...IJECEIAES
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...IJECEIAES
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...IJECEIAES
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...IJECEIAES
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...IJECEIAES
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...IJECEIAES
 

More from IJECEIAES (20)

Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...Cloud service ranking with an integration of k-means algorithm and decision-m...
Cloud service ranking with an integration of k-means algorithm and decision-m...
 
Prediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regressionPrediction of the risk of developing heart disease using logistic regression
Prediction of the risk of developing heart disease using logistic regression
 
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...Predictive analysis of terrorist activities in Thailand's Southern provinces:...
Predictive analysis of terrorist activities in Thailand's Southern provinces:...
 
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...Optimal model of vehicular ad-hoc network assisted by  unmanned aerial vehicl...
Optimal model of vehicular ad-hoc network assisted by unmanned aerial vehicl...
 
Improving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learningImproving cyberbullying detection through multi-level machine learning
Improving cyberbullying detection through multi-level machine learning
 
Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...Comparison of time series temperature prediction with autoregressive integrat...
Comparison of time series temperature prediction with autoregressive integrat...
 
Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...Strengthening data integrity in academic document recording with blockchain a...
Strengthening data integrity in academic document recording with blockchain a...
 
Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...Design of storage benchmark kit framework for supporting the file storage ret...
Design of storage benchmark kit framework for supporting the file storage ret...
 
Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...Detection of diseases in rice leaf using convolutional neural network with tr...
Detection of diseases in rice leaf using convolutional neural network with tr...
 
A systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancyA systematic review of in-memory database over multi-tenancy
A systematic review of in-memory database over multi-tenancy
 
Agriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimizationAgriculture crop yield prediction using inertia based cat swarm optimization
Agriculture crop yield prediction using inertia based cat swarm optimization
 
Three layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performanceThree layer hybrid learning to improve intrusion detection system performance
Three layer hybrid learning to improve intrusion detection system performance
 
Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...Non-binary codes approach on the performance of short-packet full-duplex tran...
Non-binary codes approach on the performance of short-packet full-duplex tran...
 
Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...Improved design and performance of the global rectenna system for wireless po...
Improved design and performance of the global rectenna system for wireless po...
 
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...Advanced hybrid algorithms for precise multipath channel estimation in next-g...
Advanced hybrid algorithms for precise multipath channel estimation in next-g...
 
Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...Performance analysis of 2D optical code division multiple access through unde...
Performance analysis of 2D optical code division multiple access through unde...
 
On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...On performance analysis of non-orthogonal multiple access downlink for cellul...
On performance analysis of non-orthogonal multiple access downlink for cellul...
 
Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...Phase delay through slot-line beam switching microstrip patch array antenna d...
Phase delay through slot-line beam switching microstrip patch array antenna d...
 
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...A simple feed orthogonal excitation X-band dual circular polarized microstrip...
A simple feed orthogonal excitation X-band dual circular polarized microstrip...
 
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
A taxonomy on power optimization techniques for fifthgeneration heterogenous ...
 

Recently uploaded

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130Suhani Kapoor
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxAsutosh Ranjan
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 

Recently uploaded (20)

ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
VIP Call Girls Service Hitech City Hyderabad Call +91-8250192130
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
Coefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptxCoefficient of Thermal Expansion and their Importance.pptx
Coefficient of Thermal Expansion and their Importance.pptx
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 

Development and implementation of a miniature RFID system in a shopping mall environment

  • 1. International Journal of Electrical and Computer Engineering (IJECE) Vol. 9, No. 2, April 2019, pp. 1374~1378 ISSN: 2088-8708, DOI: 10.11591/ijece.v9i2.pp1374-1378  1374 Journal homepage: http://iaescore.com/journals/index.php/IJECE Development and implementation of a miniature RFID system in a shopping mall environment Ademola Abdulkareem, Awosope C.O.A, Tope-Ojo A. E Department of Electrical and Information Engineering, Covenant University, Ota, Nigeria Article Info ABSTRACT Article history: Received Dec 28, 2017 Revised Jun 28, 2018 Accepted Oct 17, 2018 The advancement of technology has brought about the need for industrial innovation. One area where innovation is required in a developing country is in the retail industry (this is the focus point of this project) where the present system that is the barcode technology is old and archaic. This project is based on the use of Radio Frequency Identification (RFID) technology to create a faster, easier and more secured checkout system. This paper showcases the development of a miniature RFID desktop application that can be used for registering items coming into a shopping mall, checking out of goods bought from the shopping mall and the detection of an attempt to steal goods from the shopping mall, using both C# programming language and MySQL for the database management. Keywords: C# programming language Desktop Miniature RFID MySQL database Shopping mall Copyright © 2019 Institute of Advanced Engineering and Science. All rights reserved. Corresponding Author: Ademola Abdulkareem, Department of Electrical and Information Engineering, Covenant University, KM 10, Idiroko Road, P.M.B. 1023, Ota, Ogun State, Nigeria. Email: ademola.abdulkareem@covenantuniversity.edu.ng 1. INTRODUCTION The process of identifying physical objects is a fundamental part of our experience that we seldom think about how we do it [1]. We pick up an object, look at it, smell and probably (when possible) taste the object, until we develop a reference particular to that specific object or we can say that we give it a label, unique to the characteristics that was picked up by our senses regarding the object. Just as we can recognize things using the information which our senses send to us, so can computers. Computers can identify or recognize physical entities only by the one sense system they have, and these are called sensors. Radio Frequency Identification (RFID) is one of the best digital identification technologies amongst other digital identification technologies including Barcode Systems, Optical Character Recognition, Biometric procedures including voice identification, fingerprinting procedures. In a retail environment, that involves the selling of goods directly to customers, identification of the goods sold is a crucial concern. And going from mall to mall, it was increasingly observed that the method of using barcodes to identify goods to be bought by customers is not only painstaking; because of the long waiting time before the customer is attended to, it is also time consuming, hence, the RFID can be considered as the successor of the Barcodes. RFID is an automatic identification system that stores data and information on devices like RFID tags and RFID readers using electromagnetic coupling in the radio frequency portion of the electromagnetic spectrum [2]. RFID contains the promise of real-time identifying, locating, tracking (attendance and vehicle tracking), and monitoring physical objects, and can be used for a wide range of antennas to fit an equally wide range of tags, readers, and systems [3]. The RFID technology has been in existence for a while now, with most of the valuable research is being done in the U.S.A, India, and other developed countries. For instance, Arun [4] carried out various reveiews of RFID applications; Deng [5] worked on a new approach of tracking vehicle based on RFID; Yonghai, et al. [6] proposed RFID application of spatio-temporal data
  • 2. Int J Elec & Comp Eng ISSN: 2088-8708  Development and implementation of a miniature RFID system in a shopping mall … (Ademola Abdulkareem) 1375 management; Li [7] worked on ID-based strong designated verifier signature scheme with message recovery which was provably secure and efficient; The current study of Cakir, et. al. [8], aimed to reveal RFID personnel control by the employer that can be managed via 4.5 G. In India, major current applications of RFID research being undertaken are on the antenna for RFID applications [9]-[12] and that has led to technological advancements. Moreover, various retail outlets in developed countries are making use of this tremendous technology to increase sales, improve customer satisfaction level, and increase their stocks- taking efficiency amongst many other benefits that will be provided to the retail outlet because of the use of the RFID technology. Coming home to Nigeria, the application of this technology is at its barest minimum, shopping malls and even large retail outlets still make use of the manual method of taking inventory of goods, manual method of checking around the mall to determine if a particular item has been sold out, archaic barcode reading method used at the point-of-sale terminal, manual checking of all items which a customer has bought; verifying if the items with the customer tallies with the list of items on the receipt. This research work, though focused at creating a mini version of a real retail implementation of the RFID technology, is aimed at showcasing different basic features that can be utilized by a small modelled retail outlet. 2. RESEARCH METHOD This desktop retail application is developed using the C# programming language with the aid of the Visual Studio 2013 IDE (Integrated Development Environment) and for the database management, MySQL database language was utilized. For the hardware portion of the work, the RFID reader module used was ID- 20LA RFID Module (Reader) which is a small device that can read RFID tags of the low frequency range 125 KHz. To connect the RFID module to the computer, a RFID USB Reader was used, which is a small PCB board with onboard female pins for the male pins of the RFID module to comfortably sit-in and thus connect the module to the computer through a serial connection. And lastly, different 125 KHz RFID tags making use of the EM4001 ISO-based RFID IC was used to represent items that can be purchased by a potential buyer. The core features developed in the application include: Registration Point, Counter Checkout Point and Anti-Theft Point. 2.1. Registration phase This phase of the system is the entry point of items into the system’s database. At this phase, new items are registered into the database. Figure 1 shows the flowchart diagram for the registration phase. Scenarios to be tested in this phase include the following: Registering a new item into database and attempting to register a registered item. Figure 1. Flowchart diagram for registration phase
  • 3.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 1374 - 1378 1376 2.2. Counter checkout phase This is the simulated shopping mall phase, where items (that have been duly registered into the database) that are to be bought by a customer are scanned and checked out accordingly. Figure 2 shows the flowchart diagram of this phase. Scenarios to be tested in this phase include the following: (i) A case where an item is not registered to the system’s database when a customer brings it for checkout. (ii) Checking out a registered item. Figure 2. Flowchart diagram for counter checkout phase 2.3. Anti-theft phase This phase of the system simulates the event whereby the RFID reader is mounted at the entrance of the shopping mall. It checks to know if any item of goods being taken out of the mall has been cleared and checked out. The flowchart diagram for this phase can be seen in Figure 3. The scenarios to be tested in this phase include the following: (i) checking when a cleared item is passed through the reader. (ii) Checking when a registered but un-cleared item is passed through the reader. Figure 3. Flowchart diagram for anti-theft phase
  • 4. Int J Elec & Comp Eng ISSN: 2088-8708  Development and implementation of a miniature RFID system in a shopping mall … (Ademola Abdulkareem) 1377 3. RESULTS AND ANALYSIS This portion of the software implementation report shows the snapshots of the results of the scenarios tested on the developed desktop application according to the phases of the implementation. Figures 4 and 5 present the scenarios of Registration Phase at database for new item and registered item respectively. Figures 6 and 7 also present the scenarios of counter checkout Phase for un-registered item at the counter and the successful checkout of an item respectively. The Scenarios of Anti-Theft Phase of alarm alert for an attempted theft and a cleared item approved for exit are as shown in Figures 4 and 5 respectively Figure 4. Registering a new item into database Figure 5. Attempting to register a registered item Figure 6. Scanning an un-registered item at the centre Figure 7. Successful checkout of an item
  • 5.  ISSN: 2088-8708 Int J Elec & Comp Eng, Vol. 9, No. 2, April 2019 : 1374 - 1378 1378 Figure 8. Alarm alert for an attempted theft Figure 9. A Cleared item approved for exit 4. CONCLUSION The RFID technology’s potentials cannot be defined yet, because more research is being done in that field which reveals more areas of life that RFID can improve. This research work was focused on the application of the RFID technology in the retail environment, where a miniature anti-theft system was developed with item registration feature, counter checkout feature and an anti-theft feature. More features and even more sophisticated benefits of applying the RFID technology to the retail environment have been developed and more are still in research to improve the overall efficiency, accuracy and customer satisfaction ACKNOWLEDGEMENTS The researchers are grateful to Covenant University, Ota, Ogun-State, Nigeria for sponsoring this work. REFERENCES [1] Igoe., "Tim. Getting Started with RFID," O'Reilly Media, Inc., 2012. [2] A. Abdulkareem, D. U. Ike, and F. Olowononi, "Development of a Radio Frequency Identification Based Attendance Management Application With A Pictorial Database Framework," International Journal of Research in Information Technology, vol. 2(4), pp. 621- 628, April 2014. [3] C. M. Chen and L. S. Liu, "Applications of RFID Technology for Improving Production Efficiency in an Integrated-Circuit Packaging House," International Journal of Production Research, vol. 47(8), pp. 2203–2216, 2009. [4] N. N.. Arun, "RFID Technology: A Review of its Applications," Proceedings of the World Congress on Engineering and Computer Science 2009 vol. 2, San Francisco, USA, 2009. [5] J. Deng, "Achitecture Design of the Vehicle Tracking Sysem based on RFID," TELKOMNIKA Indonesian Journal of Electrical Engineering, vol. 11(6), pp. 2992-2997, 2014. [6] W. Yonghai, X. Jingle and W. Shouijin, "RFID Spatio-Temporal Data Management," TELKOMNIKA Indonesian Journal of Electrical Engineering, vol. 11(3), pp. 1348-1354, 2013. [7] M. Li, "Provably Secure and Efficient ID-Based Strong Designated Verifier Signature Scheme with Message Recovery," Indonesian Journal of Electrical Engineering, vol. 12(10), pp. 7343-7352, 2014. [8] A. Cakir and H. Kaygisiz, "RFID Personnel Control System that can be Managed via 4.5 G," Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 2(2), pp. 396-408, May 2016. [9] Y. Gnih, et. al., "A Miniature RFID Antenna at UHF Band using Meander-Line Technique," International Journal of Electrical and Computer Engineering (IJECE), vol. 8(4), pp. 2280-2289, August 2018. [10] M. Ihanji, et al., "Design of Compact Tri-Band Fractal Antenna for RFID Readers," International Journal of Electrical and Computer Engineering (IJECE), vol. 7(4) pp. 2036-2044, August 2017. [11] A. El-Hamraoul, et. al., "A New Compact CPW-Fed Dual-Band Monopole Anttenna for RFID Applications," Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 8(1), pp. 69-76, 2017. [12] N. M. Sahar, et. al., "Development of Reconfigurable Atenna for Advanced Tracking Technology,” Indonesian Journal of Electrical Engineering and Computer Science (IJEECS), vol. 10(2), pp. 672-679, 2018.