SlideShare a Scribd company logo
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

PDF
IRJET-RFID Based Smart Shopping Kart
DOC
Rfid based shopping trolley project report
PDF
RFID Based Smart Trolley for Supermarket Automation
PDF
IRJET- Easykey - Multipurpose RFID Card based IoT System
PDF
RFID:A pragmatic approach
PPT
Technology and Libraries:RFID vs. Barcodes
PDF
RFID in Apparel Industry
PDF
Intelligent Billing Using Electronic Trolley for Mega Malls Paper
IRJET-RFID Based Smart Shopping Kart
Rfid based shopping trolley project report
RFID Based Smart Trolley for Supermarket Automation
IRJET- Easykey - Multipurpose RFID Card based IoT System
RFID:A pragmatic approach
Technology and Libraries:RFID vs. Barcodes
RFID in Apparel Industry
Intelligent Billing Using Electronic Trolley for Mega Malls Paper

What's hot (20)

PDF
IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
PPT
RFID in retail sector
PPTX
RFID Shopping System
PDF
Smart shopping system
PDF
Traceability in Manufacturing
PDF
Barcode & RFiD in Supply Chain
PDF
Rfid in retail(kapil)
PPT
Rfid presentation
PPTX
RFID and Barcode
PPTX
Bar code VS RFID
PDF
K1103047173
PDF
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...
PDF
No Barcodes? No Problem!
PDF
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...
PPTX
RFID based smart shopping cart and billing system
PDF
RFID Based Security and Access Control System using ARDUINO
PDF
IRJET- QR Code Techniques for Smart Shopping: A Review
PPTX
Smart shopping system using rfid
PDF
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning Code
IRJET- Smart Caddie: The IoT Enabled Smart Shopping Cart
RFID in retail sector
RFID Shopping System
Smart shopping system
Traceability in Manufacturing
Barcode & RFiD in Supply Chain
Rfid in retail(kapil)
Rfid presentation
RFID and Barcode
Bar code VS RFID
K1103047173
Intelligence Billing System Using Radio Frequency Identification (RFID) and Z...
No Barcodes? No Problem!
Automatic Door Unit Radio Frequency Identification (RFID) Based Attendance Sy...
RFID based smart shopping cart and billing system
RFID Based Security and Access Control System using ARDUINO
IRJET- QR Code Techniques for Smart Shopping: A Review
Smart shopping system using rfid
IRJET - An Effective Embedded Smart Shopping Cart using QR Scanning Code
Ad

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

PDF
Frid based final year report
PPTX
Automation of shopping cart to ease queue in malls by using RFID
PDF
J017356875
PPT
RFID for Modern Libraries
PDF
smart shopping card
PDF
20EC702OE-RFID AND FLEXIABLE SENSOR,INTRODUCTION AND RFID ARCHITECTURE,UNIT 2...
PDF
20EC702OE-RFID AND FLEXIABLE SENSOR,INTRODUCTION AND RFID ARCHITECTURE,UNIT 2...
PPTX
RADIO FREQUENCY IDENTIFICATION(RFID)
PDF
Review of the Introduction and Use of RFID
PDF
Review of the Introduction and Use of RFID
PDF
Review of the Introduction and Use of RFID
PDF
Review of the Introduction and Use of RFID
PDF
Shopping and automatic billing using rfid technology
PDF
Shopping and automatic billing using rfid technology
DOC
Rfid for Modern Libraries
DOC
My papaer rfid for international journal feb 2013
PDF
Http _www.emeraldinsight.com_insight_view_contentservlet_contenttype=article...
PDF
A Survey on RFID Based Smart Shopping System and Automated Billing
PPTX
UNIT PPT - 20EC7020E -RFID AND FLEXIBLE SENSORS
PDF
An Insight On RFID Technology And Future Challenges
Frid based final year report
Automation of shopping cart to ease queue in malls by using RFID
J017356875
RFID for Modern Libraries
smart shopping card
20EC702OE-RFID AND FLEXIABLE SENSOR,INTRODUCTION AND RFID ARCHITECTURE,UNIT 2...
20EC702OE-RFID AND FLEXIABLE SENSOR,INTRODUCTION AND RFID ARCHITECTURE,UNIT 2...
RADIO FREQUENCY IDENTIFICATION(RFID)
Review of the Introduction and Use of RFID
Review of the Introduction and Use of RFID
Review of the Introduction and Use of RFID
Review of the Introduction and Use of RFID
Shopping and automatic billing using rfid technology
Shopping and automatic billing using rfid technology
Rfid for Modern Libraries
My papaer rfid for international journal feb 2013
Http _www.emeraldinsight.com_insight_view_contentservlet_contenttype=article...
A Survey on RFID Based Smart Shopping System and Automated Billing
UNIT PPT - 20EC7020E -RFID AND FLEXIBLE SENSORS
An Insight On RFID Technology And Future Challenges
Ad

More from IJECEIAES (20)

PDF
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
PDF
Embedded machine learning-based road conditions and driving behavior monitoring
PDF
Advanced control scheme of doubly fed induction generator for wind turbine us...
PDF
Neural network optimizer of proportional-integral-differential controller par...
PDF
An improved modulation technique suitable for a three level flying capacitor ...
PDF
A review on features and methods of potential fishing zone
PDF
Electrical signal interference minimization using appropriate core material f...
PDF
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
PDF
Bibliometric analysis highlighting the role of women in addressing climate ch...
PDF
Voltage and frequency control of microgrid in presence of micro-turbine inter...
PDF
Enhancing battery system identification: nonlinear autoregressive modeling fo...
PDF
Smart grid deployment: from a bibliometric analysis to a survey
PDF
Use of analytical hierarchy process for selecting and prioritizing islanding ...
PDF
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
PDF
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
PDF
Adaptive synchronous sliding control for a robot manipulator based on neural ...
PDF
Remote field-programmable gate array laboratory for signal acquisition and de...
PDF
Detecting and resolving feature envy through automated machine learning and m...
PDF
Smart monitoring technique for solar cell systems using internet of things ba...
PDF
An efficient security framework for intrusion detection and prevention in int...
Redefining brain tumor segmentation: a cutting-edge convolutional neural netw...
Embedded machine learning-based road conditions and driving behavior monitoring
Advanced control scheme of doubly fed induction generator for wind turbine us...
Neural network optimizer of proportional-integral-differential controller par...
An improved modulation technique suitable for a three level flying capacitor ...
A review on features and methods of potential fishing zone
Electrical signal interference minimization using appropriate core material f...
Electric vehicle and photovoltaic advanced roles in enhancing the financial p...
Bibliometric analysis highlighting the role of women in addressing climate ch...
Voltage and frequency control of microgrid in presence of micro-turbine inter...
Enhancing battery system identification: nonlinear autoregressive modeling fo...
Smart grid deployment: from a bibliometric analysis to a survey
Use of analytical hierarchy process for selecting and prioritizing islanding ...
Enhancing of single-stage grid-connected photovoltaic system using fuzzy logi...
Enhancing photovoltaic system maximum power point tracking with fuzzy logic-b...
Adaptive synchronous sliding control for a robot manipulator based on neural ...
Remote field-programmable gate array laboratory for signal acquisition and de...
Detecting and resolving feature envy through automated machine learning and m...
Smart monitoring technique for solar cell systems using internet of things ba...
An efficient security framework for intrusion detection and prevention in int...

Recently uploaded (20)

PPTX
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Safety Seminar civil to be ensured for safe working.
PPTX
CYBER-CRIMES AND SECURITY A guide to understanding
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PPTX
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
PDF
composite construction of structures.pdf
PPTX
OOP with Java - Java Introduction (Basics)
PDF
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
PPT
Project quality management in manufacturing
PPT
Mechanical Engineering MATERIALS Selection
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
PPTX
bas. eng. economics group 4 presentation 1.pptx
PPTX
Construction Project Organization Group 2.pptx
PPTX
Current and future trends in Computer Vision.pptx
PPTX
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
DOCX
573137875-Attendance-Management-System-original
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
M Tech Sem 1 Civil Engineering Environmental Sciences.pptx
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Safety Seminar civil to be ensured for safe working.
CYBER-CRIMES AND SECURITY A guide to understanding
Foundation to blockchain - A guide to Blockchain Tech
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
MET 305 2019 SCHEME MODULE 2 COMPLETE.pptx
composite construction of structures.pdf
OOP with Java - Java Introduction (Basics)
Enhancing Cyber Defense Against Zero-Day Attacks using Ensemble Neural Networks
Project quality management in manufacturing
Mechanical Engineering MATERIALS Selection
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
Introduction, IoT Design Methodology, Case Study on IoT System for Weather Mo...
bas. eng. economics group 4 presentation 1.pptx
Construction Project Organization Group 2.pptx
Current and future trends in Computer Vision.pptx
FINAL REVIEW FOR COPD DIANOSIS FOR PULMONARY DISEASE.pptx
573137875-Attendance-Management-System-original
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...

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.