SlideShare a Scribd company logo
1 of 43
Download to read offline
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 1
SMART SHOPPING CART
A PROJECT REPORT
Submitted by
K. PUJA DEVI (920416104070)
R. RINITHA (920416104076)
S. RANGEELA (920416104075)
in partial fulfilment for the award of the degree
of
BACHELOR OF ENGINEERING
IN
COMPUTER SCIENCE AND ENGINEERING
KAMARAJ COLLEGE OF ENGINEERING AND
TECHNOLOGY
MADURAI-625701
ANNA UNIVERSITY: CHENNAI 600 025
APRIL 2020
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 2
ANNA UNIVERSITY : CHENNAI 6200025
BONAFIDE CERTIFICATE
Certified that this project report “SMART SHOPPING CART” is the bonafide
work of “K.PUJA DEVI (920416104070), R.RINITHA (920416104076),
S.RANGEELA (920416104075)” who carried out the project work under my
supervision.
SIGNATURE SIGNATURE
Dr. M.INDRA DEVI, M.E., Ph.D. Ms.G.NIRMALA AP/CSE
HEAD OF THE DEPARTMENT SUPERVISOR
Computer science and Engineering, Computer science and Engineering,
Kamaraj college of engineering and Kamaraj college of engineering and
technology, technology,
S.P.G.C nagar,Madurai – 625701 S.P.G.C nagar,Madurai – 625701
Submitted for the Viva-Voice examination held at Kamaraj college of Engineering
and Technology, Madurai on 22.09.2020
Internal Examiner External Examiner
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 3
ABSTRACT
Retailers are often interested in low cost mechanisms to maintain stocks as
well as for tracing products. In addition, shoplifting is another concern faced
because of the lack of effectiveness in product tracing technique such as “barcode”
used in retail super markets. This makes the purchaser to wait in the long queue
during billing. Everybody loves shopping, but long queue makes them
uncomfortable. The main objective of proposed system is to provide a technology
oriented, easily scalable system for assisting person while shopping. The
RFID(Radio Frequency Identification) powered electronic shopping cart is built to
enhance the overall shopping experience for the consumers. If a consumer is not
sure of the physical location of an item, they can access the map available in the
LCD display. Other features include a live total of all items in the cart, being able
to view the daily in-store specials and ready for pick up. This makes easy
administration and more personalized shopping experience for both retailers and
purchaser. The key idea here is to assist a person in everyday shopping in terms of
reduced time spent while purchasing a product and also for maintaining stocks.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 4
TABLE OF CONTENT
CHAPTERNO TITLE PAGE
ABSTRACT 3
ACKNOWLEDGMET 7
LIST OF FIGURES 8
1 INTRODUCTION 9
1.1 Internet Of Things 9
1.2 Introduction To The Techniques 9
1.3 Social Impact 10
1.4 Challenges Associated with RFID 10
1.5 Limitations 11
1.6 Organization Report 11
2 LITERATURE SURVEY
2.1 Literature survey 13
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 5
3
REQUIREMENTS
3.1 Hardware requirements 17
3.2 Software requirements 17
4
SYSTEM DESIGN
4.1 Architecture diagram 24
4.2 System Design 25
4.3 Modules 25
4.3.1 Automatic Billing 25
4.3.2 Viewing History 25
4.3.3 Daily in store offers 26
4.3.4 Smart shelving 26
4.3.5 Monitoring Stocks 26
4.3.6 Payment Verification 26
4.3.7 Checkout 26
5
IMPLEMENTATION METHODOLOGY
5.1 Modules 28
5.1.1 Automatic Billing 28
5.1.2 Viewing History 29
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 6
5.1.3 Daily in store offers 30
5.1.4 Smart shelving 30
5.1.5 Monitoring Stocks 31
5.1.6 Payment Verification 32
5.1.7 Checkout 32
5.2 Experimental setup 32
5.3 Snapshots 34
6 RESULT AND DISCUSSION
6.1 Result
36
6.2 Discussion 36
7 CONCLUSION AND FUTURE WORK
7.1 Conclusion 38
7.2 Future Work
38
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 7
ACKNOWLEDGEMENT
Our sincere thanks to our honorable Dean, Dr. M. Vasanthi Mam, Our
respected principal Dr. Anant Achary Sir, Our sincere thanks to our parents
who encourage us and motivate us to do this project and our resected Head of
the Department of computer Science and Engineering Dr. M. Indra Devi
Mamfor giving us the opportunity to display our professional skills through this
project.
We are greatly thankful to our guide Ms. G. Nirmala M.E., Assistant
professor, Department of computer Science and Engineering, for her valuable
guidance and motivation, which helped us by providing suggestions at every
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 8
stage and helped us to complete this project on time.
We thank all our teaching and non-teaching staff members of the
Department of computer Science and Engineering for their passionate support,
for helping us to identify our mistakes and also for the appreciation which they
gave us in achieving our goal.
We heartily thank our library staff and management for their extensive
support by providing the information and resources that helped us to complete
the project successfully.
LIST OF FIGURES
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 9
Figure No. Figure Name Page No.
Fig 1 Architecture Diagram 24
Fig 2 System Design 25
Fig 3 Experimental Setup 32
Fig 4 Automatic Billing Output 34
Fig 5 Smart Shelving Output 34
Fig 6 MonitoringStocksOutput 34
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 10
CHAPTER 1
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 11
CHAPTER 1
INTRODUCTION
1.1 INTERNET OF THINGS
Internet of Things (IoT) provides the infrastructure that is used to
connect different devices and to communicate among the devices and to
communicate among the devices. IoT is an ecosystem of connected physical
objects that are accessible through the internet. When devices/objects can
represent themselves digitally, they can be controlled from anywhere. The
connectivity helps us to capture more data from more places, ensuring to
increase the efficiency and to improve safety and IoT security.
1.2 INTRODUCTION TO THETECHNIQUES
A. RFIDTechnology
Radio-frequency identification (RFID) uses
electromagnetic fields to automatically identify and track tags attached to
objects. The tags contain electronically stored information. Passive tags
collect energy from a nearby RFID reader's interrogating radio waves.
Active tags have a local power source (such as a battery) and may operate
hundreds of meters from the RFID reader. Unlike a barcode, the tags don't
need to be within the line of sight of the reader, so it may be embedded in
the tracked object. RFID is one method of automatic identification and
datacapture(AIDC).
RFIDTag
A radio-frequency identification system uses tags, labels
attached to the objects to be identified.A Radio Frequency
Identification Tag (RFID tag) transferring information to an RFID
transceiver.RFID tags can be passive, active or battery-assisted
passive.A RFID tag is also known as a RFID chip.
RFIDReader
An RFID reader's function is to interrogate RFID
tags.The means of interrogation is wireless and because the
distance is relatively short.A reader contains an RF module, which
acts as both a transmitter and receiver of radio frequency
signals.The transmitter consists of an oscillator to create the carrier
frequency.The receiver has a demodulator to extract thereturned
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 12
data and also contains an amplifier to strengthen the signal for
processing.
B. ZigbeeTechnology
ZigBee is an IEEE 802.15.4-based specification for a suite of
high-level communication protocols used to create personal area networks
with small, low-power Digital Radios.ZigBee specification is intended to be
simpler and less expensive than other wireless personal area networks
(WPANs), such as Bluetooth or more general wireless networking such as
WIFI.
1.3 SOCIALIMPACT
It reduces the shopper waiting time in the billing section. It reduces
man power and there is no need of any staff for billing. It provides accurate
details about the product, reducing the error in data. It gets the product
information easily and no extra time needed. It helps the stock admin to
control and maintain their stocks. It helps in managing the quality of goods.
It avoids the theft and misplacement ofgoods.
1.4 CHALLENGES ASSOCIATED WITHRFID
Though RFID technology has made a great brunt on industrial sectors,
it also has some restraints due to its functional characteristics. It is necessary
to address the challenges mentioned below:
• In contrast with bar codes, RFID base4d solution isexpensive.
• Establishment of RFID based setup iscomplicated.
• Single RFID tag is not apt for all applications and thus it is
applicationspecific.
• There is a possibility that multiple tags may respond at the same
time, which leads to inaccurateresults.
• In metallic inventories, there is a possibility that RF signals
may get affected, which decreases the systemreliability.
• There is a chance of electrostatic charge caused by friction
during manufacturing, processing andpackaging.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 13
• A passive tag has less accessibilityrange.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 14
1.5 LIMITATIONS
• In large super market, an RFID reader can scan all tags within its
range, which does not work well if you’re only trying to scan items in
a certain location on thefloor.
• The RFID reader cannot identify the misplacement of item, if the item
is misplaced in the sameshelf.
1.6 ORGANIZATION REPORT
This project report is organized as
Chapter 1 Deals with the introduction to the techniques used in the
applications in the brief manner. The objective of the project and problem
description are include. The social impact of the project and the challenges
in developing the application isdescribed.
Chapter 2 Includes the literature survey of the proposed project. Then the
methodology used in the system is described. The merits of the existing
system is included.
Chapter 3 Deals with the requirement specifications. Then
the hardware and software requirement of the project are listed. The dataset
details are also included.
Chapter 4 Deals with the system design. Each module of the application
is described and represented in the diagramway.
Chapter 5 Deals with the system implementation. The modules of the
application have been discussed in a brief manner.
Chapter 6 Deals with the result and discussion. The snapshots of the
output is included anddicussed.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 15
CHAPTER 2
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 16
CHAPTER 2
LITERATURE SURVEY
2.1 LITERATURE SURVEY
Literature survey is the work undertaken to study the existing work
available on the subject matter interest. The following are the papers
published on the subject matter. The inferences are shown below:
Monica et al..,[] proposed system in which every smart cart is
outfitted with a RFID reader, a micro controller, an LCD display, a Wi-Fi
Module. The clever cart is capable to robotically examine the items put into
a cart with the aid of the RFID reader. A micro controller is established on
the cart for facts processing and an LCD display and the usage of that
android cellular utility can do QR reader payment through from our financial
institution account. Then all the data’s will be saved in our server. So admin
can see all the important points about product what are the merchandise are
offered out. As a result, customers do now not need to wait in long queues at
checkout. When items turn out to be sold out, the server can notify personnel
to restock. It will become convenient for the shop to do inventory
management as all objects can be mechanically read and easilylogged.
Saurav Subedi et al..,[] proposed a method for locating and tracking
an RFID reader that can achieve such accuracy in a complex propagation
environment by exploiting received signal strength indicator (RSSI)
measurements as the only form of observation obtained from multiple
spatially distributed passive tags. There are three key contributions of this
paper. First, they analyzed the effect of propagation impairments, non-
isotropic radiation pattern of the tag antennas and multipath propagation, on
RSSI measurements and the overall localization and tracking performance.
Next, they compensate for the artifacts of multipath propagation and non-
isotropic antenna pattern and obtain a maximum likelihood (ML) estimate of
the RFID reader in a 2-D Cartesian space. The ML estimates of the reader
position, together with its velocity, are then used as inputs to the Kalman
filter for dynamical estimation of its trajectory. Finally, they present
experimental results to demonstrate that the proposed method substantially
improves the localization accuracy compared to other state-of-the-art
methods for a given tag density.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 17
Zeeshan Ali and Reena Sonkusare [] designed a shopping cart has
the ability to calculate automatically and display the total prices of all the
products inside it. This makes it easy for the customer to know how much he
or she has to pay while shopping and not at the checkout counter. This way
the customer can receive faster service at the checkout. The advantage for
the shop owners is that they would need a less cashiers, which would result
in a large cut in their costs. The smart shopping cart will help shorten the
checkout lines thereby helping the customers at retail stores. The customers
will be able to scan the items themselves and the LCD screen on the
shopping cart will keep updating the total. This will turn out to be very
beneficial for the retail stores as more people will enjoy the shopping
experience and come more often to shop. As IR technology works on line of
sight, it is important to ensure that there is no obstruction in the entrance or
exit of eachaisle.
Raghav Chadha et al.., [] designed RFID based trolley that
comprises of smart labels or RFID Tags which are used to transmit data to
the interrogator that is the RFID Reader and wireless transmission of the
data to the mobile application and simultaneous real-time inventory updates.
The proposed system is easy to use, low-prized and efficient. As the entire
framework is becoming smart, it will help profiting the both small and large
scale retailers. With the utilization of mobile application technology the bill
is wirelessly communicated to the server and when the customer comes at
the billing section, the bill is generated saving the time and reducing the rush
at the billingcounter.
Agarwal Isha Sanjay and Chawandke Manasi Prashant []
summarizes the implementation of electronics hardware system with Radio
Frequency Identification Reader fitted in the trolley to avoid long queues at
the billing desk. Radio Frequency Identification tag is attached to all the
products available for sale. The Liquid Crystal Display that is fixed to the
trolley displays the name of scanned product, product id, cost of that product
and the total bill amount. The customer can set the price limit using the 4X4
matrix keypad. If the total bill amount exceeds the price limit set using
keypad then the customer will be warned by the buzzer. Once the customer
has completed shopping he can press a button on the keypad to send the bill
wirelessly to the master computer for paying the bill through a wireless link
using RF transceiver. PIC 18F4550 microcontroller is used for implementing
hardware. Eagle software is used for making Printed Circuit Board and
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 18
hyper
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 19
terminal is used to display final bill on the computer. Thus, the
system facilitates faster billing and reduces time.
Ashok Sutagundar et al.., [] proposed IoT based smart shopping
mall. It consists of RFID tag, LCD display, android application, Wi-Fi and
cloud. All products present in the shopping mall will be tagged with RFID.
Customer’s required products will be put in the trolley, where its code will
be detected using RFID and name of the product and cost will be displayed
on the LCD. Data is pushed to the Amazon cloud using Wi-Fi module
ESP8266 and the data is sent to Android App of the Customers. Total billing
is done by wireless modules. We are providing a searching option for the
customers to know the availability and unavailability of products in the
shoppingmall.
Bo Gao and Matthew M. F. Yuen [] disclosed a new method using
EBG material to insulate the UHF RFID tag from backside objects, so that
the tag could still work on metallic surface. The design of EBG material for
UHF RFID which operates at 915 MHz under federal communications
commission regulation
was discussed in this paper. The simulation results showed that
the EBG RFID tag can be read on metal. The measurement
results indicated that the read range of RFID tag with EBG
substrate is up to 9 m on metal surface.
Ruinian Li et al.., [] each smart cart is equipped with a UHF RFID
reader, a micro controller, an LCD touch screen, a ZigBee adapter, and a
weight sensor. The smart cart is able to automatically read the items put
into a cart via the RFID reader.A micro controller is installed on the cart
for data processing and an LCD touch screen is equipped as the user
interface. In order for the smart cart to communicate with the server, we
have chosen ZigBee technology as it is low-power and inexpensive. We
also have a weight scanner installed on the smart cart for weighting items.
The weight scanner can also help do a security check, for example, if a
malicious user peels off one item’s RFID tag and puts it into the cart, extra
unaccounted weight will be added. When a customer finishes shopping,
they pay at the checkout point using the generated billing information on
the smart cart. We also set an RFID reader before the exit door to check
that all the items in the cart have been paid for.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 20
CHAPTER 3
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 21
CHAPTER 3
REQUIREMENTS
HARDWARE REQUIREMENTS
Processor : Intel Core i3 CPU 550 @ 3.20GHz *4
RAM : 7.4 GB
Kit : Arduino Mega 2560Microcontroller
Sensor : RadioFrequency
Modem :Zigbee
Others : RFID Tags, RFID Reader,LCD
SOFTWARE REQIUREMENTS
Operatingsystem : CentOS 7
Developmenttools : Arduino IDE
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 22
CHAPTER 4
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 23
CHAPTER 4
SYSTEMDESIGN
4.1 ARCHITECTUREDIAGRAM
Fig 1 : Architecture Diagram
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 24
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 25
4.2 SYSTEMDESIGN
Fig 2 : System Design
4.3 MODULES
Automaticbilling
Viewing history
Daily in storeoffers
Smart shelving
Monitoringstocks
Payment Verification
Checkout
4.3.1 AutomaticBilling
In this module, whenever the customer place the products in the cart, the
product id, name and the amount will be displayed in the LCD. The
amount of the product inside the cart will be added to the total bill.
Whenever the products are taken from the cart, its amount will be
removed from the total bill.
4.3.2 Viewinghistory
Once the customer login to the cart using their loyalty card, they can
view their purchase history using the LCD in their cart. So that they can
purchase the item according to the previouspurchase.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 26
4.3.3 Daily in storeoffers
The super market provides the daily offers on a particular product daily/
weekly. In the LCD screen, the customer can view the daily in store
offers. This allows the customers to be intimated on the offers.
4.3.4 SmartShelving
In this module, the misplacement of product in the shelf can be detected,
so that the supervisor can arrange the product in their respective place.
4.3.5 Monitoring Stocks
When the stock in the rack go below 3 units, the Supervisor is alerted to
restock the items in the shelf.
4.3.6 PaymentVerification
Since the total billing is calculated in the cart itself, the server in the
billing counter can generate the bill and the customer can pay for the
purchase.
4.3.7 Checkout
After the payment, any product which is not billed (ie.., shoplifting) can
to identified using the checkout point. This can reduce the theft of
products in thesupermarket.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 27
CHAPTER 5
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 28
Serial.println("WELCOME TO CSE Super Market");
Serial.println(" ........................................................................................... "
);
Serial.println("ItemtCost");
if(ID==133)
{
Serial.println("Breadt20");
CHAPTER 5
IMPLEMENTATION METHODOLOGY
5.1 MODULES
Automaticbilling
Viewing history
Daily in storeoffers
Smart shelving
Monitoringstocks
Checkout
Payment Verification
5.1.1 AutomaticBilling
Every product is tagged with a unique RFID label. The Arduino is
connected with the RFID Reader , Zigbee and the LCD display. The
RFID Reader reads the product and the total bill will be displayed in the
LCD screen. This information will be send to the server using the
ZIGBEE communication.
Pseudo code:
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 29
5.1.2 Viewinghistory
The purchase history for each customer is stored in the database. The
customer is logged into the cart using the loyalty card. This logging
information is sent to the server using the Zigbee. The customer ID is
noted and the correspondent purchase history is sent back to the Zigbee
in the cart. And so the information is displayed in the LCDscreen.
Serial.println(" ........................................................................................... "
);
Serial.println("Total Purchaset");
if(token==0)
{
Total=Total+20;
Serial.print(Total);
Serial.println("");
Serial.println("");
token=1;
}
else
{
Total=Total-20;
Serial.println(Total);
Serial.println("");
Serial.println("");
}
}
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 30
if (RC522.isCard())
{
RC522.readCardSerial();
ID=RC522.serNum[0];
ID1=RC522.serNum[1];
if(ID==133)
{
Serial.println("Bread");
Serial.println("Product in the Correct Shelf");
Serial.println("");
}
else if(ID1=214)
{
Serial.println("Wheat");
5.1.3 Daily in storeoffer
The server needs to update the daily/ weekly offers on the store. On
Clicking the “View Offers” button in the LCD, the information updated
in the server should be displayed through the Zigbeecommunication.
5.1.4 SmartShelving
Each shelf is equipped with the RFID reader and Zigbee. All the
product in the shelf are under the surveillance of the RFID reader in that
shelf. When a new product label is kept under that surveillance, (ie..,
misplacement of the product) the alert will be sent to the server through
the Zigbee . So that the supervisor will be intimated to place the product
in the right place by the Server.
Pseudo code:
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 31
if(ID==133)
{
if((temp%2)!=0)
{
count=count+1;
Serial.println("Number of Products in the self");
Serial.println(count);
temp=1;
}
else
{
count=count-1;
Serial.println("Number of Products in the self");
Serial.println(count);
5.1.5 Monitoring Stocks
Each product in the shelf is under the surveillance of the
corresponding RFID reader. Once the reader recognizes that there are
only 3 units of a particular product, an alert is sent to the server through
the Zigbee. The server then sent intimation to the supervisor to restock
theproducts.
Pseudo Code:
Serial.println("Product in the Wrong Shelf");
Serial.println("");
}
}
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 32
5.1.6 PaymentVerification
Once the customer press “Finish Shopping” button in the LCD at the
billing counter , the purchase details and the total bill is sent to the server.
The server needs to get authentication from the customer ( to ask really if
they finish shopping) and the server need to generate the bill using a
billing device. And the customer can pay for the purchase. Once the
shopping is finished, the loyalty card is logged out automatically.
5.1.7 Checkout
After the payment verification, the cart and the customer are asked to
pass to through the self-scanning checkout point. The product which
were not billed are identified using the RFID reader equipped in the
checkout point. This information will be sent to the server using the
Zigbee. This reduces the shoplifting.
5.2 Experimental Setup
}
}
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 33
Fig 3 : Experimental setup
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 34
5.3 Snapshots
Fig 4 : Automatic Billing
Fig 5 : Smart shelving
Fig 6 : Monitoring Stocks
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 35
CHAPTER 6
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 36
CHAPTER 6
RESULTS AND DISCUSSION
6.1 Results
• In Automatic billing, the RFID Reader reads the product and the total
bill was displayed in the LCD screen. This information has been send
to the server using the ZIGBEE communication.
• In Smart shelving, when a new product label is kept under that
surveillance, (i.e., misplacement of the product) the alert was sent to
the server through the Zigbee.
• In monitoring stocks, each product in the shelf is under the
surveillance of the corresponding RFID reader. Once the reader
recognizes that there are only 3 units of a particular product, an alert
has been sent to the server through the Zigbee.
6.2 Discussion
Based on our base paper we learnt a lot from the paper
according to our results we analyzed that theupdated product is easy to use, is
of low-cost and does not need much hard work.We have also estimated that
the architecture of the system that can be used for smart and easy shopping in
the malls to save time, energy and money and the new experience for the
shoppers.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 37
CHAPTER 7
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 38
CHAPTER 7
CONCLUSION AND FUTURE WORK
7.1Conclusion
Now-a-days, with the current shopping system, more time
is required for the entire procedure. Keeping this in mind, the main aim of
our project to reduce the time consumption has been fulfilled. Customers
have been given authority to shop on their own without worrying about
standing in long queues for scanning of each and every product at the billing
section. Instead, the bill will be directly sent to the counter and the customer
has to only pay at the billing section. RFID sensors clung to the exit gate
will ensure that no product can be taken away without scanning. Thus, the
electronic system provides hassle free and user friendly shopping system.
The proposed model consumes less time, low cost and can easily be used by
the customer and owner. It does not require any training. RFID helps us to
detect the products easily compared to the barcode. Billing is done by
automatic in an inventory updated manner. The requirement of manpower
will be reduced. Simultaneously we can serve more number ofcustomers.
7.2FutureWork
• Study on IoT applications is a popular topic in recent years, but smart
shopping systems have not been well-investigated. There are some
research works being published in recent years regarding improving
customers’ shopping experience. In 2011, Klabjan and Pei [] proposed
the idea of tracking a customer in the store and discovering customer’s
interests in order to offer personalizedcoupons.
• We have proposed the idea of tracking the location of the product. If
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 39
the customer is not sure about the location of the product, they can
search for the product using the LCD screen in the cart. The product
location will be displayed in the LCD screen. So that the customer can
easily locate the product location. Each product rack will be labeled
with a RFID Label. The RFID reader in the Shelf will be reading the
tag. When the customer search for the product, its id will be identified
and the tag that matches that id will be recognized. This information is
sent via the Zigbee in the cart and the shelf. Now the location of that
product will be displayed in the LCD,also shoplifting should be
identified when the RFID labels areremoved.
Reference
[1] Agarwal Isha Sanjay and Chawandke Manasi Prashant, 2017“RFID based
Supermarket Shopping System”, International Conference on big data, IoT and
Data Science(BID).
[2] Ashok Sutagundar and Masuda Ettinamaniand AmeenbegumAttar, “IoT
Based Smart Shopping Mall”, Internationalconference on Green Computing and
Internet of Things (ICGCIoT).
[3] Bo Gao and Matthew M. F. Yuen,2011“Passive UHF RFID Packaging with
Electromagnetic Band Gap (EBG) Material for Metallic Objects Tracking”, IEEE
Transactions onComponents, Packing and Manufacturing Technology, Volume 1,
Issue: 8.
[4] Monica, Gowri, Kavitha, JayaPriya, 2019 “Modeling smartshopping system
based on RFID passive tags”, International Research Journal in Advanced
Engineering and Technology(IRAJET), Volume 5, Issue:2.
[5] Raghav Chadha and Srishti Kakkar, “Automated Shopping and Billing
System Using Radio-Frequency Identification”,International Conference on
Advances in Communication and Computing , Data Science and Engineering
(Confluence).
[6] Ruinian Li, Tianyi Song, Nicholas Capurso et al.,2017 “IoT Applications on
Secure Smart Shopping System”, IEEE Internet of Things Journal, Volume 8,
Issue:6.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 40
[7] Saurav Subedi, Eric Pauls, and Yimin D. Zhang, 2017 “Accurate
Localization and Tracking of a Passive RFID Reader Based on RSSI
Measurements” , IEEE Journal of Radio Frequency Identification, Volume:1,
Issue:2.
[8] Tharindu Athauda, Juan Carlos Lugo Marin, Jonathan Lee, Nemai
Karmakar, “Robust low-cost passive UHF RFID based smart shopping
trolley”, IEEE Journal of Radio Frequency Identification, 2018.
Department of Computer Science and Engineering
Vision of the institution
To make this Institution the unique of its kind in the field of Research and
Development activities in this part of world.
Mission of the institution
To impart highly innovative and technical knowledge to the urban and
unreachable rural student folks through "Total Quality Education".
Vision of the Department
To make the Department of Computer Science and Engineering the unique of its
kind in the field of Research and Development activities in this part of world.
Mission of the Department
To impart highly innovative and technical knowledge to the urban and
unreachable rural student folks in Computer Science and Engineering through "Total
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 41
Quality Education".
Program Educational Objectives (PEO)
PEO 1: Apply the necessary mathematical tools and fundamental knowledge of
computer science & engineering to solve variety of engineering problems.
PEO 2: Develop software based solutions for real life problems and be leaders in their
profession with social and ethical responsibilities.
PEO 3: Pursue life-long learning and research in selected fields of computer science &
engineering and contribute to the growth of those fields and society at large.
Program Specific Outcomes (PSO)
PSO1 : Professional Skills: The ability to understand, analyze and develop computer
programs in the areas related to algorithms, system software, multimedia, web design,
big data analytics, and networking for efficient design of computer-based systems of
varying complexity.
PSO2 : Problem - Solving Skills: The ability to apply standard practices and strategies
in software project development using open-ended programming environments to deliver
a quality product for business success.
Program Outcomes (PO)
PO1: Engineering knowledge: Apply the knowledge of mathematics, science,
engineering fundamentals, and an engineering specialization to the solution of complex
engineering problems.
PO2: Problem analysis: Identify, formulate, review research literature, and analyze
complex engineering problems reaching substantiated conclusions using first principles
of mathematics, natural sciences, and engineering sciences.
PO3: Design/development of solutions: Design solutions for complex engineering
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 42
problems and design system components or processes that meet the specified needs with
appropriate consideration for the public health and safety, and the cultural, societal, and
environmental considerations.
PO4: Conduct investigations of complex problems: Use research-based knowledge
and research methods including design of experiments, analysis and interpretation of
data, and synthesis of the information to provide valid conclusions.
PO5: Modern tool usage: Create, select, and apply appropriate techniques, resources,
and modern engineering and IT tools including prediction and modeling to complex
engineering activities with an understanding of the limitations.
PO6: The engineer and society: Apply reasoning informed by the contextual
knowledge to assess societal, health, safety, legal and cultural issues and the consequent
responsibilities relevant to the professional engineering practice.
PO7: Environment and sustainability: Understand the impact of the professional
engineering solutions in societal and environmental contexts, and demonstrate the
knowledge of, and need for sustainable development.
PO8: Ethics: Apply ethical principles and commit to professional ethics and
responsibilities and norms of the engineering practice.
PO9: Individual and team work: Function effectively as an individual, and as a
member or leader in diverse teams, and in multidisciplinary settings.
PO10: Communication: Communicate effectively on complex engineering activities
with the engineering community and with society at large, such as, being able to
comprehend and write effective reports and design documentation, make effective
presentations, and give and receive clear instructions.
PO11: Project management and finance: Demonstrate knowledge and understanding
of the engineering and management principles and apply these to one’s own work, as a
member and leader in a team, to manage projects and in multidisciplinary environments.
International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020
Available at www.ijsred.com
ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 43
PO12: Life-long learning: Recognize the need for, and have the preparation and ability
to engage in independent and life-long learning in the broadest context of technological
change.

More Related Content

What's hot

Smart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingSmart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingPranav Veerani
 
Abstract Of The Rfid Project I
Abstract Of The Rfid Project IAbstract Of The Rfid Project I
Abstract Of The Rfid Project IHari
 
Internet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar pptInternet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar pptNishant Kayal
 
Smart home Environment using iot
Smart home Environment using iotSmart home Environment using iot
Smart home Environment using iotparvathy s m
 
RFID BASED SECURITY ACCESS CONTROL SYSTEM
RFID BASED SECURITY ACCESS CONTROL SYSTEMRFID BASED SECURITY ACCESS CONTROL SYSTEM
RFID BASED SECURITY ACCESS CONTROL SYSTEMavinash yada
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation projectShohin Aheleroff
 
RFID attendance system
RFID attendance systemRFID attendance system
RFID attendance systemA.k. Goverdhan
 
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...Aman Gupta
 
A Project Report on RFID Based Attendance System.pdf
A Project Report on RFID Based Attendance System.pdfA Project Report on RFID Based Attendance System.pdf
A Project Report on RFID Based Attendance System.pdfSudipto Krishna Dutta
 
Project report on bidirectional visitor counter & home automation
Project report on bidirectional visitor counter & home automationProject report on bidirectional visitor counter & home automation
Project report on bidirectional visitor counter & home automationRoshan Mani
 
RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification) RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification) Chetan Pandey
 
IoT and 5G convergence
IoT and 5G convergenceIoT and 5G convergence
IoT and 5G convergenceAhmed Banafa
 

What's hot (20)

Smart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controllingSmart shopping trolley using rfid and remote controlling
Smart shopping trolley using rfid and remote controlling
 
Abstract Of The Rfid Project I
Abstract Of The Rfid Project IAbstract Of The Rfid Project I
Abstract Of The Rfid Project I
 
Smart shopping trolley.
Smart shopping trolley.Smart shopping trolley.
Smart shopping trolley.
 
Rfid technologies
Rfid technologiesRfid technologies
Rfid technologies
 
Internet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar pptInternet of Things (IoT) - Seminar ppt
Internet of Things (IoT) - Seminar ppt
 
Smart home Environment using iot
Smart home Environment using iotSmart home Environment using iot
Smart home Environment using iot
 
Smart Shopping System
Smart Shopping SystemSmart Shopping System
Smart Shopping System
 
RFID BASED SECURITY ACCESS CONTROL SYSTEM
RFID BASED SECURITY ACCESS CONTROL SYSTEMRFID BASED SECURITY ACCESS CONTROL SYSTEM
RFID BASED SECURITY ACCESS CONTROL SYSTEM
 
IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation project
 
RFID attendance system
RFID attendance systemRFID attendance system
RFID attendance system
 
Home automation
Home automationHome automation
Home automation
 
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
Project Report- RFID Based Automated Toll Collection System using Arduino @ A...
 
A Project Report on RFID Based Attendance System.pdf
A Project Report on RFID Based Attendance System.pdfA Project Report on RFID Based Attendance System.pdf
A Project Report on RFID Based Attendance System.pdf
 
Smart glove
Smart gloveSmart glove
Smart glove
 
Project report on bidirectional visitor counter & home automation
Project report on bidirectional visitor counter & home automationProject report on bidirectional visitor counter & home automation
Project report on bidirectional visitor counter & home automation
 
RFID based Attendance System
RFID based Attendance SystemRFID based Attendance System
RFID based Attendance System
 
RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification) RFID (Radio Frequency Identification)
RFID (Radio Frequency Identification)
 
IoT and 5G convergence
IoT and 5G convergenceIoT and 5G convergence
IoT and 5G convergence
 
RFID Technology
RFID TechnologyRFID Technology
RFID Technology
 
RFID security ppt
RFID security pptRFID security ppt
RFID security ppt
 

Similar to Smart shopping cart

IRJET- Design and Development Modish Smart Key Box using RFID based on Ard...
IRJET- 	  Design and Development Modish Smart Key Box using RFID based on Ard...IRJET- 	  Design and Development Modish Smart Key Box using RFID based on Ard...
IRJET- Design and Development Modish Smart Key Box using RFID based on Ard...IRJET Journal
 
Smart Security System Using R.F.I.D.
Smart Security System Using R.F.I.D.Smart Security System Using R.F.I.D.
Smart Security System Using R.F.I.D.IRJET Journal
 
RFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationRFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationIRJET Journal
 
AUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLINGAUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLINGIRJET Journal
 
IRJET- Smart Trolley using Bluetooth Module
IRJET-  	  Smart Trolley using Bluetooth ModuleIRJET-  	  Smart Trolley using Bluetooth Module
IRJET- Smart Trolley using Bluetooth ModuleIRJET Journal
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoTIRJET Journal
 
IRJET- IOT and RFID based shopping mall
IRJET- IOT and RFID based shopping mallIRJET- IOT and RFID based shopping mall
IRJET- IOT and RFID based shopping mallIRJET Journal
 
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- RFID based Shop Billing Machine using Raspberry Pi
IRJET- RFID based Shop Billing Machine using Raspberry PiIRJET- RFID based Shop Billing Machine using Raspberry Pi
IRJET- RFID based Shop Billing Machine using Raspberry PiIRJET Journal
 
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...IRJET Journal
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IRJET Journal
 
IRJET- RFID Based Shop Billing Machine using Raspberry Pi
IRJET-  	  RFID Based Shop Billing Machine using Raspberry PiIRJET-  	  RFID Based Shop Billing Machine using Raspberry Pi
IRJET- RFID Based Shop Billing Machine using Raspberry PiIRJET Journal
 
IRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and TrackingIRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and TrackingIRJET Journal
 
Training Report DRDO.pptx
Training Report DRDO.pptxTraining Report DRDO.pptx
Training Report DRDO.pptxLeoShad1
 
Smart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeSmart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeIRJET Journal
 
IRJET - Notice Board using LED Matrix Display
IRJET - Notice Board using LED Matrix DisplayIRJET - Notice Board using LED Matrix Display
IRJET - Notice Board using LED Matrix DisplayIRJET Journal
 
IRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping KartIRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping KartIRJET Journal
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET Journal
 
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry PiIRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry PiIRJET Journal
 

Similar to Smart shopping cart (20)

IRJET- Design and Development Modish Smart Key Box using RFID based on Ard...
IRJET- 	  Design and Development Modish Smart Key Box using RFID based on Ard...IRJET- 	  Design and Development Modish Smart Key Box using RFID based on Ard...
IRJET- Design and Development Modish Smart Key Box using RFID based on Ard...
 
Smart Security System Using R.F.I.D.
Smart Security System Using R.F.I.D.Smart Security System Using R.F.I.D.
Smart Security System Using R.F.I.D.
 
RFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket AutomationRFID Based Smart Trolley for Supermarket Automation
RFID Based Smart Trolley for Supermarket Automation
 
AUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLINGAUTOMATIC SMART SHOPPING TROLLY WITH BILLING
AUTOMATIC SMART SHOPPING TROLLY WITH BILLING
 
IRJET- Smart Trolley using Bluetooth Module
IRJET-  	  Smart Trolley using Bluetooth ModuleIRJET-  	  Smart Trolley using Bluetooth Module
IRJET- Smart Trolley using Bluetooth Module
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
Office Automation & Attendance System using IoT
Office Automation & Attendance System using IoTOffice Automation & Attendance System using IoT
Office Automation & Attendance System using IoT
 
IRJET- IOT and RFID based shopping mall
IRJET- IOT and RFID based shopping mallIRJET- IOT and RFID based shopping mall
IRJET- IOT and RFID based shopping mall
 
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- RFID based Shop Billing Machine using Raspberry Pi
IRJET- RFID based Shop Billing Machine using Raspberry PiIRJET- RFID based Shop Billing Machine using Raspberry Pi
IRJET- RFID based Shop Billing Machine using Raspberry Pi
 
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
IRJET- Development of a Multipurpose IoT based Energy & Remote Asset Monitori...
 
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
IoT Based Anti-Theft Detection and Alarm System Using NodeMCU and Blynk Appli...
 
IRJET- RFID Based Shop Billing Machine using Raspberry Pi
IRJET-  	  RFID Based Shop Billing Machine using Raspberry PiIRJET-  	  RFID Based Shop Billing Machine using Raspberry Pi
IRJET- RFID Based Shop Billing Machine using Raspberry Pi
 
IRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and TrackingIRJET - A Novel Approach for Automating Vehicle Verification and Tracking
IRJET - A Novel Approach for Automating Vehicle Verification and Tracking
 
Training Report DRDO.pptx
Training Report DRDO.pptxTraining Report DRDO.pptx
Training Report DRDO.pptx
 
Smart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using ZigbeeSmart Trolley in Mega Mall Using Zigbee
Smart Trolley in Mega Mall Using Zigbee
 
IRJET - Notice Board using LED Matrix Display
IRJET - Notice Board using LED Matrix DisplayIRJET - Notice Board using LED Matrix Display
IRJET - Notice Board using LED Matrix Display
 
IRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping KartIRJET-RFID Based Smart Shopping Kart
IRJET-RFID Based Smart Shopping Kart
 
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
IRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling SystemIRJET-  	  Smart Energy Meter Billing, Monitoring and Controlling System
IRJET- Smart Energy Meter Billing, Monitoring and Controlling System
 
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry PiIRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
IRJET- Smart Mirror Embedded with Google Assistant using Raspberry Pi
 

More from IJSRED

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security SystemIJSRED
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityIJSRED
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseIJSRED
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesIJSRED
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by FranceIJSRED
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition SystemIJSRED
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPIJSRED
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. AmaraIJSRED
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsIJSRED
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...IJSRED
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen ManagementIJSRED
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsIJSRED
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionIJSRED
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...IJSRED
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemIJSRED
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistantIJSRED
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaIJSRED
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....IJSRED
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...IJSRED
 

More from IJSRED (20)

IJSRED-V3I6P13
IJSRED-V3I6P13IJSRED-V3I6P13
IJSRED-V3I6P13
 
School Bus Tracking and Security System
School Bus Tracking and Security SystemSchool Bus Tracking and Security System
School Bus Tracking and Security System
 
BigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunityBigBasket encashing the Demonetisation: A big opportunity
BigBasket encashing the Demonetisation: A big opportunity
 
Quantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf DiseaseQuantitative and Qualitative Analysis of Plant Leaf Disease
Quantitative and Qualitative Analysis of Plant Leaf Disease
 
DC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric VehiclesDC Fast Charger and Battery Management System for Electric Vehicles
DC Fast Charger and Battery Management System for Electric Vehicles
 
Growth Path Followed by France
Growth Path Followed by FranceGrowth Path Followed by France
Growth Path Followed by France
 
Acquisition System
Acquisition SystemAcquisition System
Acquisition System
 
Parallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MPParallelization of Graceful Labeling Using Open MP
Parallelization of Graceful Labeling Using Open MP
 
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. AmaraStudy of Phenotypic Plasticity of  Fruits of Luffa Acutangula Var. Amara
Study of Phenotypic Plasticity of Fruits of Luffa Acutangula Var. Amara
 
Understanding Architecture of Internet of Things
Understanding Architecture of Internet of ThingsUnderstanding Architecture of Internet of Things
Understanding Architecture of Internet of Things
 
An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...An Emperical Study of Learning How Soft Skills is Essential for Management St...
An Emperical Study of Learning How Soft Skills is Essential for Management St...
 
Smart Canteen Management
Smart Canteen ManagementSmart Canteen Management
Smart Canteen Management
 
Gandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic EthicsGandhian trusteeship and Economic Ethics
Gandhian trusteeship and Economic Ethics
 
Impacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric SolutionImpacts of a New Spatial Variable on a Black Hole Metric Solution
Impacts of a New Spatial Variable on a Black Hole Metric Solution
 
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
A Study to Assess the Effectiveness of Planned Teaching Programme on Knowledg...
 
Inginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition SystemInginious Trafalgar Contrivition System
Inginious Trafalgar Contrivition System
 
Farmer's Analytical assistant
Farmer's Analytical assistantFarmer's Analytical assistant
Farmer's Analytical assistant
 
Functions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in IndiaFunctions of Forensic Engineering Investigator in India
Functions of Forensic Engineering Investigator in India
 
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
Participation Politique Feminine En Competition Électorale Au Congo-Kinshasa....
 
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
GSM Based Smart Helmet with Sensors for Accident Prevention and Intellectual ...
 

Recently uploaded

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
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfAsst.prof M.Gokilavani
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvLewisJB
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

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
 
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdfCCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
CCS355 Neural Networks & Deep Learning Unit 1 PDF notes with Question bank .pdf
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Work Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvvWork Experience-Dalton Park.pptxfvvvvvvv
Work Experience-Dalton Park.pptxfvvvvvvv
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

Smart shopping cart

  • 1. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 1 SMART SHOPPING CART A PROJECT REPORT Submitted by K. PUJA DEVI (920416104070) R. RINITHA (920416104076) S. RANGEELA (920416104075) in partial fulfilment for the award of the degree of BACHELOR OF ENGINEERING IN COMPUTER SCIENCE AND ENGINEERING KAMARAJ COLLEGE OF ENGINEERING AND TECHNOLOGY MADURAI-625701 ANNA UNIVERSITY: CHENNAI 600 025 APRIL 2020
  • 2. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 2 ANNA UNIVERSITY : CHENNAI 6200025 BONAFIDE CERTIFICATE Certified that this project report “SMART SHOPPING CART” is the bonafide work of “K.PUJA DEVI (920416104070), R.RINITHA (920416104076), S.RANGEELA (920416104075)” who carried out the project work under my supervision. SIGNATURE SIGNATURE Dr. M.INDRA DEVI, M.E., Ph.D. Ms.G.NIRMALA AP/CSE HEAD OF THE DEPARTMENT SUPERVISOR Computer science and Engineering, Computer science and Engineering, Kamaraj college of engineering and Kamaraj college of engineering and technology, technology, S.P.G.C nagar,Madurai – 625701 S.P.G.C nagar,Madurai – 625701 Submitted for the Viva-Voice examination held at Kamaraj college of Engineering and Technology, Madurai on 22.09.2020 Internal Examiner External Examiner
  • 3. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 3 ABSTRACT Retailers are often interested in low cost mechanisms to maintain stocks as well as for tracing products. In addition, shoplifting is another concern faced because of the lack of effectiveness in product tracing technique such as “barcode” used in retail super markets. This makes the purchaser to wait in the long queue during billing. Everybody loves shopping, but long queue makes them uncomfortable. The main objective of proposed system is to provide a technology oriented, easily scalable system for assisting person while shopping. The RFID(Radio Frequency Identification) powered electronic shopping cart is built to enhance the overall shopping experience for the consumers. If a consumer is not sure of the physical location of an item, they can access the map available in the LCD display. Other features include a live total of all items in the cart, being able to view the daily in-store specials and ready for pick up. This makes easy administration and more personalized shopping experience for both retailers and purchaser. The key idea here is to assist a person in everyday shopping in terms of reduced time spent while purchasing a product and also for maintaining stocks.
  • 4. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 4 TABLE OF CONTENT CHAPTERNO TITLE PAGE ABSTRACT 3 ACKNOWLEDGMET 7 LIST OF FIGURES 8 1 INTRODUCTION 9 1.1 Internet Of Things 9 1.2 Introduction To The Techniques 9 1.3 Social Impact 10 1.4 Challenges Associated with RFID 10 1.5 Limitations 11 1.6 Organization Report 11 2 LITERATURE SURVEY 2.1 Literature survey 13
  • 5. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 5 3 REQUIREMENTS 3.1 Hardware requirements 17 3.2 Software requirements 17 4 SYSTEM DESIGN 4.1 Architecture diagram 24 4.2 System Design 25 4.3 Modules 25 4.3.1 Automatic Billing 25 4.3.2 Viewing History 25 4.3.3 Daily in store offers 26 4.3.4 Smart shelving 26 4.3.5 Monitoring Stocks 26 4.3.6 Payment Verification 26 4.3.7 Checkout 26 5 IMPLEMENTATION METHODOLOGY 5.1 Modules 28 5.1.1 Automatic Billing 28 5.1.2 Viewing History 29
  • 6. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 6 5.1.3 Daily in store offers 30 5.1.4 Smart shelving 30 5.1.5 Monitoring Stocks 31 5.1.6 Payment Verification 32 5.1.7 Checkout 32 5.2 Experimental setup 32 5.3 Snapshots 34 6 RESULT AND DISCUSSION 6.1 Result 36 6.2 Discussion 36 7 CONCLUSION AND FUTURE WORK 7.1 Conclusion 38 7.2 Future Work 38
  • 7. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 7 ACKNOWLEDGEMENT Our sincere thanks to our honorable Dean, Dr. M. Vasanthi Mam, Our respected principal Dr. Anant Achary Sir, Our sincere thanks to our parents who encourage us and motivate us to do this project and our resected Head of the Department of computer Science and Engineering Dr. M. Indra Devi Mamfor giving us the opportunity to display our professional skills through this project. We are greatly thankful to our guide Ms. G. Nirmala M.E., Assistant professor, Department of computer Science and Engineering, for her valuable guidance and motivation, which helped us by providing suggestions at every
  • 8. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 8 stage and helped us to complete this project on time. We thank all our teaching and non-teaching staff members of the Department of computer Science and Engineering for their passionate support, for helping us to identify our mistakes and also for the appreciation which they gave us in achieving our goal. We heartily thank our library staff and management for their extensive support by providing the information and resources that helped us to complete the project successfully. LIST OF FIGURES
  • 9. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 9 Figure No. Figure Name Page No. Fig 1 Architecture Diagram 24 Fig 2 System Design 25 Fig 3 Experimental Setup 32 Fig 4 Automatic Billing Output 34 Fig 5 Smart Shelving Output 34 Fig 6 MonitoringStocksOutput 34
  • 10. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 10 CHAPTER 1
  • 11. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 11 CHAPTER 1 INTRODUCTION 1.1 INTERNET OF THINGS Internet of Things (IoT) provides the infrastructure that is used to connect different devices and to communicate among the devices and to communicate among the devices. IoT is an ecosystem of connected physical objects that are accessible through the internet. When devices/objects can represent themselves digitally, they can be controlled from anywhere. The connectivity helps us to capture more data from more places, ensuring to increase the efficiency and to improve safety and IoT security. 1.2 INTRODUCTION TO THETECHNIQUES A. RFIDTechnology Radio-frequency identification (RFID) uses electromagnetic fields to automatically identify and track tags attached to objects. The tags contain electronically stored information. Passive tags collect energy from a nearby RFID reader's interrogating radio waves. Active tags have a local power source (such as a battery) and may operate hundreds of meters from the RFID reader. Unlike a barcode, the tags don't need to be within the line of sight of the reader, so it may be embedded in the tracked object. RFID is one method of automatic identification and datacapture(AIDC). RFIDTag A radio-frequency identification system uses tags, labels attached to the objects to be identified.A Radio Frequency Identification Tag (RFID tag) transferring information to an RFID transceiver.RFID tags can be passive, active or battery-assisted passive.A RFID tag is also known as a RFID chip. RFIDReader An RFID reader's function is to interrogate RFID tags.The means of interrogation is wireless and because the distance is relatively short.A reader contains an RF module, which acts as both a transmitter and receiver of radio frequency signals.The transmitter consists of an oscillator to create the carrier frequency.The receiver has a demodulator to extract thereturned
  • 12. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 12 data and also contains an amplifier to strengthen the signal for processing. B. ZigbeeTechnology ZigBee is an IEEE 802.15.4-based specification for a suite of high-level communication protocols used to create personal area networks with small, low-power Digital Radios.ZigBee specification is intended to be simpler and less expensive than other wireless personal area networks (WPANs), such as Bluetooth or more general wireless networking such as WIFI. 1.3 SOCIALIMPACT It reduces the shopper waiting time in the billing section. It reduces man power and there is no need of any staff for billing. It provides accurate details about the product, reducing the error in data. It gets the product information easily and no extra time needed. It helps the stock admin to control and maintain their stocks. It helps in managing the quality of goods. It avoids the theft and misplacement ofgoods. 1.4 CHALLENGES ASSOCIATED WITHRFID Though RFID technology has made a great brunt on industrial sectors, it also has some restraints due to its functional characteristics. It is necessary to address the challenges mentioned below: • In contrast with bar codes, RFID base4d solution isexpensive. • Establishment of RFID based setup iscomplicated. • Single RFID tag is not apt for all applications and thus it is applicationspecific. • There is a possibility that multiple tags may respond at the same time, which leads to inaccurateresults. • In metallic inventories, there is a possibility that RF signals may get affected, which decreases the systemreliability. • There is a chance of electrostatic charge caused by friction during manufacturing, processing andpackaging.
  • 13. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 13 • A passive tag has less accessibilityrange.
  • 14. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 14 1.5 LIMITATIONS • In large super market, an RFID reader can scan all tags within its range, which does not work well if you’re only trying to scan items in a certain location on thefloor. • The RFID reader cannot identify the misplacement of item, if the item is misplaced in the sameshelf. 1.6 ORGANIZATION REPORT This project report is organized as Chapter 1 Deals with the introduction to the techniques used in the applications in the brief manner. The objective of the project and problem description are include. The social impact of the project and the challenges in developing the application isdescribed. Chapter 2 Includes the literature survey of the proposed project. Then the methodology used in the system is described. The merits of the existing system is included. Chapter 3 Deals with the requirement specifications. Then the hardware and software requirement of the project are listed. The dataset details are also included. Chapter 4 Deals with the system design. Each module of the application is described and represented in the diagramway. Chapter 5 Deals with the system implementation. The modules of the application have been discussed in a brief manner. Chapter 6 Deals with the result and discussion. The snapshots of the output is included anddicussed.
  • 15. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 15 CHAPTER 2
  • 16. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 16 CHAPTER 2 LITERATURE SURVEY 2.1 LITERATURE SURVEY Literature survey is the work undertaken to study the existing work available on the subject matter interest. The following are the papers published on the subject matter. The inferences are shown below: Monica et al..,[] proposed system in which every smart cart is outfitted with a RFID reader, a micro controller, an LCD display, a Wi-Fi Module. The clever cart is capable to robotically examine the items put into a cart with the aid of the RFID reader. A micro controller is established on the cart for facts processing and an LCD display and the usage of that android cellular utility can do QR reader payment through from our financial institution account. Then all the data’s will be saved in our server. So admin can see all the important points about product what are the merchandise are offered out. As a result, customers do now not need to wait in long queues at checkout. When items turn out to be sold out, the server can notify personnel to restock. It will become convenient for the shop to do inventory management as all objects can be mechanically read and easilylogged. Saurav Subedi et al..,[] proposed a method for locating and tracking an RFID reader that can achieve such accuracy in a complex propagation environment by exploiting received signal strength indicator (RSSI) measurements as the only form of observation obtained from multiple spatially distributed passive tags. There are three key contributions of this paper. First, they analyzed the effect of propagation impairments, non- isotropic radiation pattern of the tag antennas and multipath propagation, on RSSI measurements and the overall localization and tracking performance. Next, they compensate for the artifacts of multipath propagation and non- isotropic antenna pattern and obtain a maximum likelihood (ML) estimate of the RFID reader in a 2-D Cartesian space. The ML estimates of the reader position, together with its velocity, are then used as inputs to the Kalman filter for dynamical estimation of its trajectory. Finally, they present experimental results to demonstrate that the proposed method substantially improves the localization accuracy compared to other state-of-the-art methods for a given tag density.
  • 17. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 17 Zeeshan Ali and Reena Sonkusare [] designed a shopping cart has the ability to calculate automatically and display the total prices of all the products inside it. This makes it easy for the customer to know how much he or she has to pay while shopping and not at the checkout counter. This way the customer can receive faster service at the checkout. The advantage for the shop owners is that they would need a less cashiers, which would result in a large cut in their costs. The smart shopping cart will help shorten the checkout lines thereby helping the customers at retail stores. The customers will be able to scan the items themselves and the LCD screen on the shopping cart will keep updating the total. This will turn out to be very beneficial for the retail stores as more people will enjoy the shopping experience and come more often to shop. As IR technology works on line of sight, it is important to ensure that there is no obstruction in the entrance or exit of eachaisle. Raghav Chadha et al.., [] designed RFID based trolley that comprises of smart labels or RFID Tags which are used to transmit data to the interrogator that is the RFID Reader and wireless transmission of the data to the mobile application and simultaneous real-time inventory updates. The proposed system is easy to use, low-prized and efficient. As the entire framework is becoming smart, it will help profiting the both small and large scale retailers. With the utilization of mobile application technology the bill is wirelessly communicated to the server and when the customer comes at the billing section, the bill is generated saving the time and reducing the rush at the billingcounter. Agarwal Isha Sanjay and Chawandke Manasi Prashant [] summarizes the implementation of electronics hardware system with Radio Frequency Identification Reader fitted in the trolley to avoid long queues at the billing desk. Radio Frequency Identification tag is attached to all the products available for sale. The Liquid Crystal Display that is fixed to the trolley displays the name of scanned product, product id, cost of that product and the total bill amount. The customer can set the price limit using the 4X4 matrix keypad. If the total bill amount exceeds the price limit set using keypad then the customer will be warned by the buzzer. Once the customer has completed shopping he can press a button on the keypad to send the bill wirelessly to the master computer for paying the bill through a wireless link using RF transceiver. PIC 18F4550 microcontroller is used for implementing hardware. Eagle software is used for making Printed Circuit Board and
  • 18. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 18 hyper
  • 19. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 19 terminal is used to display final bill on the computer. Thus, the system facilitates faster billing and reduces time. Ashok Sutagundar et al.., [] proposed IoT based smart shopping mall. It consists of RFID tag, LCD display, android application, Wi-Fi and cloud. All products present in the shopping mall will be tagged with RFID. Customer’s required products will be put in the trolley, where its code will be detected using RFID and name of the product and cost will be displayed on the LCD. Data is pushed to the Amazon cloud using Wi-Fi module ESP8266 and the data is sent to Android App of the Customers. Total billing is done by wireless modules. We are providing a searching option for the customers to know the availability and unavailability of products in the shoppingmall. Bo Gao and Matthew M. F. Yuen [] disclosed a new method using EBG material to insulate the UHF RFID tag from backside objects, so that the tag could still work on metallic surface. The design of EBG material for UHF RFID which operates at 915 MHz under federal communications commission regulation was discussed in this paper. The simulation results showed that the EBG RFID tag can be read on metal. The measurement results indicated that the read range of RFID tag with EBG substrate is up to 9 m on metal surface. Ruinian Li et al.., [] each smart cart is equipped with a UHF RFID reader, a micro controller, an LCD touch screen, a ZigBee adapter, and a weight sensor. The smart cart is able to automatically read the items put into a cart via the RFID reader.A micro controller is installed on the cart for data processing and an LCD touch screen is equipped as the user interface. In order for the smart cart to communicate with the server, we have chosen ZigBee technology as it is low-power and inexpensive. We also have a weight scanner installed on the smart cart for weighting items. The weight scanner can also help do a security check, for example, if a malicious user peels off one item’s RFID tag and puts it into the cart, extra unaccounted weight will be added. When a customer finishes shopping, they pay at the checkout point using the generated billing information on the smart cart. We also set an RFID reader before the exit door to check that all the items in the cart have been paid for.
  • 20. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 20 CHAPTER 3
  • 21. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 21 CHAPTER 3 REQUIREMENTS HARDWARE REQUIREMENTS Processor : Intel Core i3 CPU 550 @ 3.20GHz *4 RAM : 7.4 GB Kit : Arduino Mega 2560Microcontroller Sensor : RadioFrequency Modem :Zigbee Others : RFID Tags, RFID Reader,LCD SOFTWARE REQIUREMENTS Operatingsystem : CentOS 7 Developmenttools : Arduino IDE
  • 22. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 22 CHAPTER 4
  • 23. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 23 CHAPTER 4 SYSTEMDESIGN 4.1 ARCHITECTUREDIAGRAM Fig 1 : Architecture Diagram
  • 24. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 24
  • 25. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 25 4.2 SYSTEMDESIGN Fig 2 : System Design 4.3 MODULES Automaticbilling Viewing history Daily in storeoffers Smart shelving Monitoringstocks Payment Verification Checkout 4.3.1 AutomaticBilling In this module, whenever the customer place the products in the cart, the product id, name and the amount will be displayed in the LCD. The amount of the product inside the cart will be added to the total bill. Whenever the products are taken from the cart, its amount will be removed from the total bill. 4.3.2 Viewinghistory Once the customer login to the cart using their loyalty card, they can view their purchase history using the LCD in their cart. So that they can purchase the item according to the previouspurchase.
  • 26. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 26 4.3.3 Daily in storeoffers The super market provides the daily offers on a particular product daily/ weekly. In the LCD screen, the customer can view the daily in store offers. This allows the customers to be intimated on the offers. 4.3.4 SmartShelving In this module, the misplacement of product in the shelf can be detected, so that the supervisor can arrange the product in their respective place. 4.3.5 Monitoring Stocks When the stock in the rack go below 3 units, the Supervisor is alerted to restock the items in the shelf. 4.3.6 PaymentVerification Since the total billing is calculated in the cart itself, the server in the billing counter can generate the bill and the customer can pay for the purchase. 4.3.7 Checkout After the payment, any product which is not billed (ie.., shoplifting) can to identified using the checkout point. This can reduce the theft of products in thesupermarket.
  • 27. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 27 CHAPTER 5
  • 28. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 28 Serial.println("WELCOME TO CSE Super Market"); Serial.println(" ........................................................................................... " ); Serial.println("ItemtCost"); if(ID==133) { Serial.println("Breadt20"); CHAPTER 5 IMPLEMENTATION METHODOLOGY 5.1 MODULES Automaticbilling Viewing history Daily in storeoffers Smart shelving Monitoringstocks Checkout Payment Verification 5.1.1 AutomaticBilling Every product is tagged with a unique RFID label. The Arduino is connected with the RFID Reader , Zigbee and the LCD display. The RFID Reader reads the product and the total bill will be displayed in the LCD screen. This information will be send to the server using the ZIGBEE communication. Pseudo code:
  • 29. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 29 5.1.2 Viewinghistory The purchase history for each customer is stored in the database. The customer is logged into the cart using the loyalty card. This logging information is sent to the server using the Zigbee. The customer ID is noted and the correspondent purchase history is sent back to the Zigbee in the cart. And so the information is displayed in the LCDscreen. Serial.println(" ........................................................................................... " ); Serial.println("Total Purchaset"); if(token==0) { Total=Total+20; Serial.print(Total); Serial.println(""); Serial.println(""); token=1; } else { Total=Total-20; Serial.println(Total); Serial.println(""); Serial.println(""); } }
  • 30. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 30 if (RC522.isCard()) { RC522.readCardSerial(); ID=RC522.serNum[0]; ID1=RC522.serNum[1]; if(ID==133) { Serial.println("Bread"); Serial.println("Product in the Correct Shelf"); Serial.println(""); } else if(ID1=214) { Serial.println("Wheat"); 5.1.3 Daily in storeoffer The server needs to update the daily/ weekly offers on the store. On Clicking the “View Offers” button in the LCD, the information updated in the server should be displayed through the Zigbeecommunication. 5.1.4 SmartShelving Each shelf is equipped with the RFID reader and Zigbee. All the product in the shelf are under the surveillance of the RFID reader in that shelf. When a new product label is kept under that surveillance, (ie.., misplacement of the product) the alert will be sent to the server through the Zigbee . So that the supervisor will be intimated to place the product in the right place by the Server. Pseudo code:
  • 31. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 31 if(ID==133) { if((temp%2)!=0) { count=count+1; Serial.println("Number of Products in the self"); Serial.println(count); temp=1; } else { count=count-1; Serial.println("Number of Products in the self"); Serial.println(count); 5.1.5 Monitoring Stocks Each product in the shelf is under the surveillance of the corresponding RFID reader. Once the reader recognizes that there are only 3 units of a particular product, an alert is sent to the server through the Zigbee. The server then sent intimation to the supervisor to restock theproducts. Pseudo Code: Serial.println("Product in the Wrong Shelf"); Serial.println(""); } }
  • 32. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 32 5.1.6 PaymentVerification Once the customer press “Finish Shopping” button in the LCD at the billing counter , the purchase details and the total bill is sent to the server. The server needs to get authentication from the customer ( to ask really if they finish shopping) and the server need to generate the bill using a billing device. And the customer can pay for the purchase. Once the shopping is finished, the loyalty card is logged out automatically. 5.1.7 Checkout After the payment verification, the cart and the customer are asked to pass to through the self-scanning checkout point. The product which were not billed are identified using the RFID reader equipped in the checkout point. This information will be sent to the server using the Zigbee. This reduces the shoplifting. 5.2 Experimental Setup } }
  • 33. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 33 Fig 3 : Experimental setup
  • 34. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 34 5.3 Snapshots Fig 4 : Automatic Billing Fig 5 : Smart shelving Fig 6 : Monitoring Stocks
  • 35. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 35 CHAPTER 6
  • 36. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 36 CHAPTER 6 RESULTS AND DISCUSSION 6.1 Results • In Automatic billing, the RFID Reader reads the product and the total bill was displayed in the LCD screen. This information has been send to the server using the ZIGBEE communication. • In Smart shelving, when a new product label is kept under that surveillance, (i.e., misplacement of the product) the alert was sent to the server through the Zigbee. • In monitoring stocks, each product in the shelf is under the surveillance of the corresponding RFID reader. Once the reader recognizes that there are only 3 units of a particular product, an alert has been sent to the server through the Zigbee. 6.2 Discussion Based on our base paper we learnt a lot from the paper according to our results we analyzed that theupdated product is easy to use, is of low-cost and does not need much hard work.We have also estimated that the architecture of the system that can be used for smart and easy shopping in the malls to save time, energy and money and the new experience for the shoppers.
  • 37. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 37 CHAPTER 7
  • 38. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 38 CHAPTER 7 CONCLUSION AND FUTURE WORK 7.1Conclusion Now-a-days, with the current shopping system, more time is required for the entire procedure. Keeping this in mind, the main aim of our project to reduce the time consumption has been fulfilled. Customers have been given authority to shop on their own without worrying about standing in long queues for scanning of each and every product at the billing section. Instead, the bill will be directly sent to the counter and the customer has to only pay at the billing section. RFID sensors clung to the exit gate will ensure that no product can be taken away without scanning. Thus, the electronic system provides hassle free and user friendly shopping system. The proposed model consumes less time, low cost and can easily be used by the customer and owner. It does not require any training. RFID helps us to detect the products easily compared to the barcode. Billing is done by automatic in an inventory updated manner. The requirement of manpower will be reduced. Simultaneously we can serve more number ofcustomers. 7.2FutureWork • Study on IoT applications is a popular topic in recent years, but smart shopping systems have not been well-investigated. There are some research works being published in recent years regarding improving customers’ shopping experience. In 2011, Klabjan and Pei [] proposed the idea of tracking a customer in the store and discovering customer’s interests in order to offer personalizedcoupons. • We have proposed the idea of tracking the location of the product. If
  • 39. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 39 the customer is not sure about the location of the product, they can search for the product using the LCD screen in the cart. The product location will be displayed in the LCD screen. So that the customer can easily locate the product location. Each product rack will be labeled with a RFID Label. The RFID reader in the Shelf will be reading the tag. When the customer search for the product, its id will be identified and the tag that matches that id will be recognized. This information is sent via the Zigbee in the cart and the shelf. Now the location of that product will be displayed in the LCD,also shoplifting should be identified when the RFID labels areremoved. Reference [1] Agarwal Isha Sanjay and Chawandke Manasi Prashant, 2017“RFID based Supermarket Shopping System”, International Conference on big data, IoT and Data Science(BID). [2] Ashok Sutagundar and Masuda Ettinamaniand AmeenbegumAttar, “IoT Based Smart Shopping Mall”, Internationalconference on Green Computing and Internet of Things (ICGCIoT). [3] Bo Gao and Matthew M. F. Yuen,2011“Passive UHF RFID Packaging with Electromagnetic Band Gap (EBG) Material for Metallic Objects Tracking”, IEEE Transactions onComponents, Packing and Manufacturing Technology, Volume 1, Issue: 8. [4] Monica, Gowri, Kavitha, JayaPriya, 2019 “Modeling smartshopping system based on RFID passive tags”, International Research Journal in Advanced Engineering and Technology(IRAJET), Volume 5, Issue:2. [5] Raghav Chadha and Srishti Kakkar, “Automated Shopping and Billing System Using Radio-Frequency Identification”,International Conference on Advances in Communication and Computing , Data Science and Engineering (Confluence). [6] Ruinian Li, Tianyi Song, Nicholas Capurso et al.,2017 “IoT Applications on Secure Smart Shopping System”, IEEE Internet of Things Journal, Volume 8, Issue:6.
  • 40. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 40 [7] Saurav Subedi, Eric Pauls, and Yimin D. Zhang, 2017 “Accurate Localization and Tracking of a Passive RFID Reader Based on RSSI Measurements” , IEEE Journal of Radio Frequency Identification, Volume:1, Issue:2. [8] Tharindu Athauda, Juan Carlos Lugo Marin, Jonathan Lee, Nemai Karmakar, “Robust low-cost passive UHF RFID based smart shopping trolley”, IEEE Journal of Radio Frequency Identification, 2018. Department of Computer Science and Engineering Vision of the institution To make this Institution the unique of its kind in the field of Research and Development activities in this part of world. Mission of the institution To impart highly innovative and technical knowledge to the urban and unreachable rural student folks through "Total Quality Education". Vision of the Department To make the Department of Computer Science and Engineering the unique of its kind in the field of Research and Development activities in this part of world. Mission of the Department To impart highly innovative and technical knowledge to the urban and unreachable rural student folks in Computer Science and Engineering through "Total
  • 41. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 41 Quality Education". Program Educational Objectives (PEO) PEO 1: Apply the necessary mathematical tools and fundamental knowledge of computer science & engineering to solve variety of engineering problems. PEO 2: Develop software based solutions for real life problems and be leaders in their profession with social and ethical responsibilities. PEO 3: Pursue life-long learning and research in selected fields of computer science & engineering and contribute to the growth of those fields and society at large. Program Specific Outcomes (PSO) PSO1 : Professional Skills: The ability to understand, analyze and develop computer programs in the areas related to algorithms, system software, multimedia, web design, big data analytics, and networking for efficient design of computer-based systems of varying complexity. PSO2 : Problem - Solving Skills: The ability to apply standard practices and strategies in software project development using open-ended programming environments to deliver a quality product for business success. Program Outcomes (PO) PO1: Engineering knowledge: Apply the knowledge of mathematics, science, engineering fundamentals, and an engineering specialization to the solution of complex engineering problems. PO2: Problem analysis: Identify, formulate, review research literature, and analyze complex engineering problems reaching substantiated conclusions using first principles of mathematics, natural sciences, and engineering sciences. PO3: Design/development of solutions: Design solutions for complex engineering
  • 42. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 42 problems and design system components or processes that meet the specified needs with appropriate consideration for the public health and safety, and the cultural, societal, and environmental considerations. PO4: Conduct investigations of complex problems: Use research-based knowledge and research methods including design of experiments, analysis and interpretation of data, and synthesis of the information to provide valid conclusions. PO5: Modern tool usage: Create, select, and apply appropriate techniques, resources, and modern engineering and IT tools including prediction and modeling to complex engineering activities with an understanding of the limitations. PO6: The engineer and society: Apply reasoning informed by the contextual knowledge to assess societal, health, safety, legal and cultural issues and the consequent responsibilities relevant to the professional engineering practice. PO7: Environment and sustainability: Understand the impact of the professional engineering solutions in societal and environmental contexts, and demonstrate the knowledge of, and need for sustainable development. PO8: Ethics: Apply ethical principles and commit to professional ethics and responsibilities and norms of the engineering practice. PO9: Individual and team work: Function effectively as an individual, and as a member or leader in diverse teams, and in multidisciplinary settings. PO10: Communication: Communicate effectively on complex engineering activities with the engineering community and with society at large, such as, being able to comprehend and write effective reports and design documentation, make effective presentations, and give and receive clear instructions. PO11: Project management and finance: Demonstrate knowledge and understanding of the engineering and management principles and apply these to one’s own work, as a member and leader in a team, to manage projects and in multidisciplinary environments.
  • 43. International Journal of Scientific Research and Engineering Development-– Volume 3 - Issue 5, Sep - Oct 2020 Available at www.ijsred.com ISSN : 2581-7175 ©IJSRED:All Rights are Reserved Page 43 PO12: Life-long learning: Recognize the need for, and have the preparation and ability to engage in independent and life-long learning in the broadest context of technological change.