You are on page 1of 6

ACKNOWLEDGEMENT

We would like to articulate our profound gratitude and indebtedness to our guide
Smt.B.K.L.Aruna(Assistant Professor) who has always been a constant motivation and
guiding factor throughout the Major Project time in and out as well. It has been a great
pleasure for us to get an opportunity to work under his guidance and complete the Major
Project successfully.

We wish to extend our sincere thanks to Dr.K.Sri Rama Krishna, Professor and
Head of the Electronics and Communication Engineering Department, for his constant
encouragement throughout the work.

We sincerely thank our Principal Dr.A.V.Ratna Prasad, for his encouragement


during the course of Major Project.

We express our heartfelt gratitude to our lab technicians who helped us in all
aspects of Major Project work.

We thank one and all who have rendered help to us directly or indirectly in the
completion of Major Project work.

M.Sravani-148W1A04E9

A.Likitha-148W1A04C2

K.Gayatri-148W1A04E4

Y.Subhakar-148W1A04H7

i
DECLARATION

We hereby declare that the work is being presented in this Major Project
“SMART SHOPPING CART” submitted towards the partial fulfilment of requirements
for the award of the degree of Bachelor of Technology in Electronics and
Communication Engineering in V. R. Siddhartha Engineering College, Vijayawada is
an authentic record of our work carried out under the supervision of
Smt.B.K.L.Aruna(Assistant Professor) in ECE Department, in V. R. Siddhartha
Engineering College, Vijayawada. The matter embodied in this dissertation report has not
been submitted by us for the award of any other degree. Furthermore, the technical details
furnished in various chapters of this report are purely relevant to the above Major Project.

M.Sravani-148W1A04E9

A.Likitha-148W1A04C2

K.Gayatri-148W1A04E4

Y.Subhakar-148W1A04E9

ii
ABSTRACT

Purchasing and shopping at big malls is becoming daily activity in various cities.
The rush is even more when there are special offers and discount. After total purchase one
needs to go to the billing counter for payments and the cashier prepare the bill using
barcode reader which is a time consuming process and results in long queue at billing
counters. The aim of this system is to develop a system to overcome this long queues and
time consuming process at shopping malls. The system is placed in all the trolleys .The
system consists of a RFID reader and all the products are equipped with RFID tags. When
a person puts any product in the trolley, the reader detects the item, item name and its cost
will be displayed on the LCD screen. By adding the products simultaneously the bill also
gets updated. After completion the whole data will be stored in the database. Registered
customers are provided with cards, they can use those cards while shopping in order to
store their shopping data in the data base, there can check their data anywhere by the
login credentials provided. The administrator can access the data at any time through the
webpage provided which is sorted by date. This system will save time of customers, man
power required in mall.

Keywords: Arduino Nano, RFID reader, RFID tags, IoT module.

iii
CONTENTS PAGE NO
1. ACKNOWLEDGEMENT i
2. DECLARATION ii
3. ABSTRACT iii
4. CONTENTS iv
5. LIST OF FIGURES v
6. LIST OF TABLES vi
7. CHAPTER-1
INTRODUCTION 1
8. CHAPTER-2
LITERATURE SURVEY 3
9. CHAPTER-3
3.1 BLOCK DIAGRAM 5
3.2 COMPONENTS5
3.2.1 Node Mcu ESP8266 5
3.2.2 Arduino Nano board 8
3.2.3 RFID readers and tags 11
3.2.4 Liquid Crystal Display (16*2) 18
3.2.5 Push button 21
3.2.6 Power Supply 22
10. CHAPTER-4
4.1 DATABASE 25
4.1.1 Characteristics of modern DBMS 25
4.1.2 Types of data-base organization 27
4.2 PHP 29
4.2.1 PHP Objects 31
11. CHAPTER-5
5.1 Prototype 34
5.2 Flowchart 35
5.3 Working 36
12. OUTPUTS 40
13. CONCLUSION 43
14. FUTURE SCOPE 44
15. REFERENCES 45

iv
LIST OF FIGURES PAGE NO

Fig 3.1: Block diagram 5


Fig 3.2: NODEMCU ESP8266 6
Fig 3.3: Pin Layout of NODEMCU ESP8266 7
Fig 3.4: Arduino Uno Board 8
Fig 3.5: RFID reader 12
Fig 3.6: RFID tags 15
Fig 3.7: Transponder 16
Fig 3.8: Applications of RFID 18
Fig 3.9: LCD display 19
Fig 3.10: Pin configuration of LCD 20
Fig 3.11: Push Button 21
Fig 3.12: Power supply circuit 22
Fig 4.1: Users of DBMS 28
Fig 5.1: Prototype 34
Fig 5.2: Registration Page 37
Fig 5.3: Login Page 38
Fig 5.4: After Login 38
Fig 5.5: Data sorted by date 39
Fig 6.1: System initialization 40
Fig 6.2: Billing starts 40
Fig 6.3: Adding items to the cart 40
Fig 6.4: Removing an item 40
Fig 6.5: Processing data 41
Fig 6.6: Admin web page 41
Fig 6.7: Registered web page 42
Fig 6.8: Bill through SMS 42

v
LIST OF TABLES PAGE NO
Table 3.1 Pin configuration of RFID reader 13
Table 3.3 Pin configuration of RFID tag 17
Table 3.3 Pin configuration of LCD 21
Table 3.4 Different regulator output voltages 24

vi

You might also like