0% found this document useful (0 votes)
45 views

Internet of Things: HCMC University of Technology and Education

This document presents the details of a final project to build a face recognition door lock system using Internet of Things technologies. It includes 5 chapters that discuss an overview of the topic, theoretical basis, design and building of the system, results and conclusion. The theoretical basis chapter describes the hardware components used, including the ESP 32 board with integrated camera, solenoid lock, relay module, programmer, capacitor, and software. It also explains the working principle of facial recognition to unlock the door. The design and building chapter talks about implementing the system design. The conclusion chapter discusses the results, pros and cons, future improvements, and task division among group members.

Uploaded by

Tran Dang Khoa
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views

Internet of Things: HCMC University of Technology and Education

This document presents the details of a final project to build a face recognition door lock system using Internet of Things technologies. It includes 5 chapters that discuss an overview of the topic, theoretical basis, design and building of the system, results and conclusion. The theoretical basis chapter describes the hardware components used, including the ESP 32 board with integrated camera, solenoid lock, relay module, programmer, capacitor, and software. It also explains the working principle of facial recognition to unlock the door. The design and building chapter talks about implementing the system design. The conclusion chapter discusses the results, pros and cons, future improvements, and task division among group members.

Uploaded by

Tran Dang Khoa
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 30

1

HCMC University of Technology and Education


FACULTY OF HIGH QUALITY TRAINING

FINAL PROJECT

INTERNET OF THINGS
Face Recognition Door Lock System
Instructor: Mr. Dinh Cong Doan

Participants – Group 03:


Huỳnh Thị Mỹ Duyên - 18110009
Nguyễn Tấn Thành - 18110046
Phan Ngọc Bảo Tuyền - 18110062

--------------------
HO CHI MINH CITY, April 30, 2022
2

Contents
ACKNOWLEDGEMENTS.........................................................................................................................3
CHAPTER 1: OVERVIEW OF THE TOPIC..............................................................................................4
1. Give out the problem:.....................................................................................................................4
2. Research Content:..........................................................................................................................5
CHAPTER 2: THEORETICAL BASIS......................................................................................................6
1. Hardware........................................................................................................................................6
1.1. ESP 32 ( Board ESP-CAM )...................................................................................................6
1.2. 12V Solenoid Lock..................................................................................................................8
1.3. Module Relay 5V:...................................................................................................................9
1.4. Ualt ttl programmer..............................................................................................................10
1.5. 16v 100uf capacitor...............................................................................................................12
1.6. Jump wire..............................................................................................................................12
1.7. 7805 Regulator:.....................................................................................................................13
2. Arduino IDE Software:................................................................................................................15
3. Principle of operation:..................................................................................................................16
CHAPTER 3: DESIGN AND BUILD THE SYSTEM..............................................................................17
1. Design...........................................................................................................................................17
2. Build the System:..........................................................................................................................18
CHAPTER 4: CONCLUSION.....................................................................................................................19
1. Result............................................................................................................................................20
2. Pros and cons................................................................................................................................20
3. Future Development Direction:....................................................................................................21
4. Tables of Task Division:...............................................................................................................21
CHAPTER 5: REFERENCES...................................................................................................................21
3

ACKNOWLEDGEMENTS

During the implementation of this project, we have received a lot of help,


suggestions and enthusiastic guidance from teachers and friends, so we would like to
sincerely thank:
- The management board of Ho Chi Minh City University of Technology and
Education has created the best conditions for students to study and research.
- The school's teachers have enthusiastically enjoyed the guide and the school
library has provided textbooks and reference materials throughout the student's learning
process.
- Especially, the guidance and dedicated help of teacher Dinh Cong Doan has
taught, helped and clearly analyzed the problems students still have.
We have tried our best in the process of researching and implementing it, but
because my limited knowledge makes this project unsatisfactory, I hope to receive
suggestions, comments and evaluations on the content and presentation form from teacher
to be able to complete the report better.

Sincerely thank!
Group 03
Huynh Thi My Duyen
Nguyen Tan Thanh
Phan Ngoc Bao Tuyen
4

CHAPTER 1: OVERVIEW OF THE TOPIC


1. Give out the problem:
Currently, our country is developing in the direction of industrialization and
modernization, people's demand for convenience in life is increasing, along with
the use of smart technologies is also increasing. One of them is the Face
Recognition Door Lock System. It helps to make your house modern, convenient
and especially effective against theft.

Home security systems have become important to every home in Viet Nam.
In the past, most doors could be opened by traditional means, such as a key,
security card, password, or pattern. However, incidents like lost keys have led to
many disturbing cases such as theft and identity fraud. This has become an
important issue. To overcome this problem, facial recognition using deep learning
techniques has been introduced, and the Internet of Things (IoT) is also used to
implement an effective access control system. Raspberry Pi is a small computer
board that is programmable and is used as the main controller for facial
recognition, youth system, and locking system. The camera is used to record the
image of the person in front of the door. The IoT system allows the user to control
the entrance to the door.
Therefore, Face Recognition Door Lock System is a topic that my group
researches.
5

2. Research Content:
 Study the documentation about Arduino & ESP32.
 Design the identification camera, transmission block, power block, reader
and central processing block.
 Design, calculate and build hardware.
 Write code for Arduino.
 Assemble and connect the central processing unit and other units.
 Display data.
 Run system tests.
 Fix control errors, programming errors and errors of devices.
 Write project report.
6

CHAPTER 2: THEORETICAL BASIS

1. Hardware
1.1. ESP 32 ( Board ESP-CAM )
 Overview:
 ESP32-CAM is a module that you can use with countless
projects and with Arduino. It is a complete module with an
integrated microcontroller, which can make it work
independently. In addition to WiFi + Bluetooth connectivity,
this module also has a built-in video camera and a microSD
card slot for storage.

 This module is not expensive at all and you can have a


multitude of applications. From some simple IoT, to others
more advanced for AI monitoring and image recognition and
even a monitoring system to check what happens in a remote
place no matter where you are ...

 Block Diagram:
7
8

 Parameters:
 Onectividad: WiFi 802.11b/g/n + Bluetooth 4.2 with BLE.
Support uploading images over WiFi.
 Connections: UART, SPI, I2C, And PWM. It has 9 GPIO
pins.
 Clock frequency: up to 160Mhz.
 Microcontroller computing power: up to 600 DMIPS.
 Memory: 520KB SRAM + 4MB PSRAM + SD card slot
 Extras: has multiple sleep modes, firmware upgradeable
by OTA, and LEDs to use built-in flash memory.
 Camera: Support camera OV2640 can be bundled or
purchased independently. These cameras include:
 2 MP on your sensor
 UXGA array size 1622 × 1200 px
 Output format YUV422, YUV420, RGB565, RGB555
and 8-bit data compression.
 You can transfer images from 15 to 60 FPS.
 Features:

 Evaluates image recognition processing used in various


IoT applications
 Features an ESP32 chip, a 2-Megapixel camera
 8Mbyte PSRAM and a 4Mbyte flash storage
 Supports image transmission via Wi-Fi
 Supports debugging through a Micro-USB port
9

1.2. 12V Solenoid Lock


 Product image:

 Specifitcations:
 Material: Stainless Steel
 Power supply: 12VDC
 Working current: 1.2A
 Power: 14.5W
 Power Requirements: 12VDC/2A
 Dimensions: L54 x D38 x H28
 Power supply time: Less than 5s
 Weight: 150g
10

 Product dimensions

1.3. Module Relay 5V:

Picture of Relay 5V Pinout of Relay 5V Circuit of Relay 5V

No Parameter Value
1 Operating voltage 5 VDC
2 Current Consumption 80mA
3 Relay Current Trigger 5mA
4 Size 43mm x 17.3mm x 17mm

Relay 5V Specifications Sheet

Input:
 Supply voltage: 5VDC.
 Control input signal: 0V.
+ Signal is 0V: the relay is closed.
+ The signal is 5V: the relay is open.
Output:
 NC: Normally closed.
11

 NO: Normally open.


 COM: Common pins.
 Source symbol:
 VCC, GND are power supplies for Relay.
 In is the control signal pin.

1.4. Ualt ttl programmer

Leg type Function Description

DTR Data Terminal Ready status pin, used to


12

control signal flow

RX Serial data receive pin

TX Serial data pin

VCC Power supply pins

CTS Input pin clears data to send, used to control


data

GND GND . pins

FT232RL . Features and Specifications

 Operating voltage: 5V / 3.3V DC


 Maximum current: 5V – 500mA; 3.3V – 50mA
 Connection: Mini USB port
 Built-in 1024bit EEPROM storage and CBUS I/O . configuration
 Data transfer rate from 300 baud to 3 Mbaud (RS422, RS485, RS232) at
TTL signal level
 128byte receive buffer and 256 byte transmit buffer
 Transmit and receive LED control signal
 Built-in clock without an external quartz oscillator

The FTDI Basic Breakout (5V) is a basic breakout board for the FTDI
FT232RL USB to serial IC. The pinout of this board matches the FTDI
cable to work with official Arduino and cloned 5V Arduino boards. It
can also be used for general serial applications. The DTR pin allows an
13

Arduino target to auto-reset when a new Sketch is downloaded. This


board will auto reset any Arduino board that has the reset pin brought
out to a 6-pin connector.

1.5. 16v 100uf capacitor


 Aluminum Electrolytic Capacitor
 Good quality
 Capacitan: 100uF/16V ±20%
 Operating temperature: -40oC ~ 105oC
 Size: round 5.0 x 7.0 mm
 1000 pcs / bag

1.6. Jump wire


14

Fiber optic patch cord is used for patch cord from device to fiber link. It has a
thicker layer in use in optical transceivers and connections between terminal
boxes.

1.7. 7805 Regulator:

The 7805 Voltage Regulator IC is a commonly used voltage regulator


that finds its application in most of the electronics projects. It provides a
constant +5V output voltage for a variable input voltage supply.
15
16
17

7805 Pinout Configuration

Pin Number Pin Name Description

1 Input (V+) Unregulated Input Voltage

2 Ground (Gnd) Connected to Ground

3 Output (Vo) Outputs Regulated +5V

2. Arduino IDE Software:


The Arduino IDE (Arduino Integrated Development Environment) is a text
editor. help write code to load into arduino board. Arduino can run on
Windows, MAC OS and Linux.
A program written by the Arduino IDE is called sketch, the sketch is saved
in .ino format.
After starting the Arduino IDE, we get the interface as shown below:

Arduino IDE User Interface


18

Arduino programs are written in C or C++. The Arduino IDE comes with a
software library called 'Wiring'.The user needs to define two functions to
execute a program:
 Setup () : function run only once at the start of a program used to
initialize the settings.
 Loop() : the function is called repeatedly until the board is turned off.

3. Principle of operation:

FACE RECOGNITION ENGINEERING EVENT

Once the correct face recognition has been learned, the RelayPin pin will be
pulled to the HIGH level. After 5 seconds have passed, if there is no
recognition face, the pin is set to LOW. The code in the rzoCheckForFace()
function can be changed to whatever function you require when it comes to
face detection.
19

CHAPTER 3: DESIGN AND BUILD THE SYSTEM

1. Design
o Feature:
 Face recognition.
 Automatic unlock.

o Design:

The Circuit Diagram for ESP32-CAM Face Recognition Door Lock


System is given below:
20

2. Build the System:


2.1. Implementation:
In this tutorial we will explain how to save the registered image (roll
face) in memory, and then we can use these saved identifiers to compare
with the image obtained from the ESP32.
There are three steps:
 Create a new partition scheme to enable persistent storage.
 Modify Camera Web Server example sketch to save face data to
new partition.
 Use these saved identities to control devices connected to the
ESP32.
2.2. Repartition ESP32 memory
2.3. Add the following three lines below the available partitioning options
for the esp32wrover board in this board.txt file.

2.4. Collect face data for storage.


2.5. Delete face data from memory.
21

CHAPTER 4: CONCLUSION

1. Result
 After researching and manufacturing, our face recognize lock door system
has been working stably.
 About design: Compact, simple and accurate.
 About purpose: high versatility.
 Difficulties encountered: Due to illness, we couldn't buy electronic
components easily, communication with team members was also limited
but our team tried our best to do.
2. Pros and cons
22

2.1. Pros
 Suitable for all ages.
 Suitable for forgetful people.
 Use quickly.
 Convenient

2.2. Cons
 Lack of security should only be used for unlocking bedroom doors
or locking applications for things of moderate importance.
 High price.
 Requires skilled workers.
 Use existing images for identification.

3. Future Development Direction:


 Use high precision components to improve system stability and guarantee.
 Integrate more fingerprint processing for the system, enhancing security.
 Incorporating more alarm bells when false identification, in order to detect
thieves early.
 Combined with high-strength doors.
4. Tables of Task Division:

Student ID Name Task %

18110009 Huynh.T.My Duyen Read documents, buy equipment, 100%


install circuits, code
23

18110046 Nguyen Tan Thanh Read documents, buy equipment, 100%


install circuits, Conduct circuit
fittings

18110062 Phan.N.Bao Tuyen Read documents, divide tasks, 100%


write reports, check circuits

CHAPTER 6: REFERENCES

1. Retail e-commerce sales CAGR forecast in selected countries from 2016 to 2021". Statista.
October 2016. Archived from the original on 26 November 2017. Retrieved 4 May 2021.
2. Wienclaw, Ruth A. (2013). "B2B Business Models" (PDF). Research Starters:
Business. Archived (PDF) from the original on 18 July 2013. Retrieved 4 May 2021.
3. Bussey, Ed (6 March 2018). "How to prepare your products and brand for conversational
commerce". VentureBeat. Archived from the original on 29 September 2020. Retrieved 4
May 2021.
4. "The Ultimate Guide to eCommerce Marketing". Mayple. Archived from the original on 28 April
2021. Retrieved 4 May 2021.
5. Power, Michael 'Mike' (19 April 2013). "Online highs are old as the net: the first e-commerce was
a drugs deal". The Guardian. Archived from the original on 30 November 2016. Retrieved 4
May 2021.
6. "Four Products for On-Line Transactions Unveiled". Computerworld. International Data
Group. 10 (4): 3. 26 January 1976. Archived from the original on 23 December 2019. Retrieved 5
September 2019.
7. Tkacz, Ewaryst; Kapczynski, Adrian (2009). Internet - Technical Development and
Applications. Springer Science+Business Media. p. 255. ISBN 9783642050190. Archived from the
original on 4 May 2021. Retrieved 4 May 2021. The first pilot system was installing in Tesco in
the UK (first demonstrated in 1979 by Michael Aldrich).
24

8. Palmer, Colin (December 1988). "Using IT for competitive advantage at Thomson holidays". Long


Range Planning. 21 (6): 26–29. doi:10.1016/0024-6301(88)90155-0. Archived from the original
on 4 May 2021. Retrieved 4 May 2021 – via Elsevier Science Direct.
9.  "E Commerce". StudyMode. 31 March 2013. Archived from the original on 5 August 2020.
Retrieved 4 May 2021.
10. "Online shopping: The pensioner who pioneered a home shopping revolution". BBC News. 16
September 2013. Archived from the original on 17 July 2018. Retrieved 21 June 2018.
11. Aldrich, Michael (March 2009). "Finding Mrs Snowball". Michael Aldrich Archive. Archived
from the original on 7 December 2020. Retrieved 4 May 2021.
12.  "The Electronic Mall". GS Brown. 30 April 2010. Archived from the original on 26 March 2016.
Retrieved 4 May 2021.
13. Berners-Lee, Tim. "The WorldWideWeb browser". World Wide Web Consortium. Archived from
the original on 1 May 2021. Retrieved 4 May 2021.
14. Geiger, Conrad (15 September 1992). "NeXT Nugget News Digest". NeXT. Archived from the
original on 10 March 2016. Retrieved 4 May 2021.
15.  Tayler, Jesse (11 April 2016). "Jesse Tayler talks App Store and NeXTSTEP with
AppStorey". AppStorey. Archived from the original on 21 March 2018. Retrieved 4 May 2021.
16. "PRESS RELEASE: AppWrapper Volume1 Issue 3 Ships". Google Groups (Press Release). 28
September 1993. Archived from the original on 4 May 2021. Retrieved 4 May 2021.
17. Lewis, Peter H. (12 August 1994). "Attention Shoppers: Internet Is Open". The New York
Times. Archived from the original on 3 September 2017. Retrieved 4 May 2021.
18.  Kelly, Kevin (August 2005). "We Are the Web". Wired. Archived from the original on 24 August
2013. Retrieved 4 May 2021.
19. Bunnell, David (16 May 2001). "The eBay Business Model". The ebay Phenomenon: Business
Secrets Behind the World's Hottest Internet Company. John Wiley & Sons. pp. 71–
81. ISBN 9780471436799. Archived from the original on 4 May 2021. Retrieved 5
September 2019.
20. "First Electronic Stamps Being Put to Test". Sunday Business. 6 April 1998. p. 16. Archived from
the original on 4 May 2021. Retrieved 4 May 2021.
25

21. Terzi, Nuray (2011). "The impact of e-commerce on international trade and


employment". Procedia - Social and Behavioral Sciences. 24: 745–
753. doi:10.1016/j.sbspro.2011.09.010.
22.  "eBay acquires PayPal". eBay. 8 July 2002. Archived from the original on 6 October 2014.
Retrieved 4 May 2021.
23. "Diane Wang: Rounding up the "Ant" Heroes". Sino Foreign Management. Archived from the
original on 23 February 2012. Retrieved 3 September 2011.
24. Allemann, Andrew (26 July 2007). "R.H. Donnelley Acquires Business.com for $345M". Domain
Name Wire. Brainstorm Labs, LLC. Archived from the original on 8 April 2021. Retrieved 4
May 2021.
25. Kodali, Sucharita (12 May 2014). "US eCommerce Forecast: 2013 to 2018". Forrester
Research. Archived from the original on 23 January 2021. Retrieved 4 May 2021.
26. Garcia, Tonya (22 December 2015). "Amazon will account for more than half of 2015 e-
commerce growth, says Macquarie". MarketWatch. Archived from the original on 28 January
2021. Retrieved 4 May 2021.
27. Mcnair, Corey (29 January 2018). "Worldwide Retail and Ecommerce Sales: eMarketer's Updated
Forecast and New Mcommerce Estimates for 2016—2021". eMarketer. Insider Intelligence
Inc. Archived from the original on 27 November 2018. Retrieved 4 May 2021.
28. "Global e-Commerce sales surged to $29 trillion" (Press Release). United Nations Conference on
Trade and Development. 29 March 2019. Archived from the original on 2 May 2021. Retrieved 4
May 2021.
29. "Advertising and Marketing on the Internet: Rules of the Road". Federal Trade Commission.
September 2000. Archived from the original on 8 March 2020. Retrieved 4 May 2021.
30. "Privacy and Security". Federal Trade Commission. Archived from the original on 4 May 2021.
Retrieved 4 May 2021.
31. "H.R. 6353 (110th): Ryan Haight Online Pharmacy Consumer Protection Act of 2008". GovTrack.
2 October 2008. Archived from the original on 19 March 2021. Retrieved 4 May 2021.
32. UNCITRAL Model Law on Electronic Commerce (PDF). New York: United Nations Commission on
International Trade Law. 1999. ISBN 92-1-133607-4. Archived (PDF) from the original on 25
February 2021. Retrieved 4 May 2021.
26

33. "Australian Competition and Consumer Commission". Australian Competition & Consumer


Commission. Government of Australia. Archived from the original on 3 May 2021. Retrieved 4
May 2021.
34. "Dealing with other businesses online". Australian Competition & Consumer
Commission. Government of Australia. Archived from the original on 19 January 2013.
Retrieved 4 May 2021.
35. "What to do if thing go wrong in Australia". Australian Competition & Consumer
Commission. Australian Federal Government. Archived from the original on 12 February 2013.
Retrieved 4 May 2021.
36. "Financial Services Authority". Financial Services Authority. Archived from the original on 28
December 2012. Retrieved 4 May 2021.
37.  Parker, George; Masters, Brooke (16 June 2010). "Osborne abolishes FSA and boosts
Bank". Financial Times. Archived from the original on 8 March 2021. Retrieved 4 May 2021.
38. "The Payment Services Regulations 2009". legislation.gov.uk. 9 February 2009. Archived from the
original on 12 March 2021. Retrieved 4 May 2021.
39. "Telecommunications Regulations of the People's Republic of China". China Internet Information
Center. 25 September 2000. Archived from the original on 5 April 2015. Retrieved 4 May 2021.
40. "Administrative Measures on Internet Information Services". China Internet Information Center.
20 September 2000. Archived from the original on 16 July 2015. Retrieved 4 May 2021.
41. Swan, Erin (30 October 2015). "The PRC Electronic Signature Law". eFileCabinet. Archived from
the original on 7 November 2017. Retrieved 4 May 2021.
42.  Khurana, Ajeet (25 November 2019). "Did You Know That There Are 4 Types of
Ecommerce?". The Balance Small Business. Dotdash. Archived from the original on 22 January
2021. Retrieved 4 May 2021.
43. Hacon, Tom (4 March 2013). "T-Commerce – What the tablet can do for brands and their
consumers". Governor Technology. Archived from the original on 7 June 2016. Retrieved 4
May 2021.
44. Robinson, James (28 October 2010). "UK's internet industry worth £100bn". The
Guardian (report). London. Archived from the original on 19 February 2018. Retrieved 4
May 2021.
27

45.  "Ecommerce contribution in Europe". Ecommerce News (infographic). 18 June


2013. Archived from the original on 25 January 2021. Retrieved 4 May 2021.
46. Millward, Steven (18 August 2015). "China is making a huge shift to mobile". Tech in
Asia (Infographic). Archived from the original on 6 March 2016. Retrieved 4 May 2021.
47. Olsen, Robert (18 January 2010). "China's Migration To E-Commerce". Forbes. Archived from the
original on 6 August 2017. Retrieved 4 May 2021.
48. Tong, Frank (16 September 2013). "China's cross-border e-commerce tops $375 billion in
2012". Digital Commerce 360. Vertical Web Media LLC. Archived from the original on 18 October
2017. Retrieved 4 May 2021.
49. Millward, Steven (17 September 2014). "Here are all the must-see numbers on Alibaba ahead of
record-breaking IPO". Tech in Asia. Archived from the original on 20 September 2014.
Retrieved 4 May 2021.
50. Gracie, Carrie (8 September 2014). "Alibaba IPO: Chairman Ma's China". BBC
News. Archived from the original on 2 July 2019. Retrieved 4 May 2021.
51. Millward, Steven (18 August 2016). "Asia's ecommerce spending to hit record $1 trillion this year
– but most of that is China". Tech in Asia. Archived from the original on 19 August 2016.
Retrieved 4 May 2021.
52. Parker, Christopher J.; Wenyu, Lu (13 May 2019). "What influences Chinese fashion retail?
Shopping motivations, demographics and spending". Journal of Fashion Marketing and
Management. 23 (2): 158–175. doi:10.1108/jfmm-09-2017-0093. ISSN 1361-
2026. S2CID 170031856. Archived from the original on 8 March 2021. Retrieved 16 April 2021.
53. "More Buyers Join Brazil's Robust Ecommerce Market". eMarketer. 13 March
2013. Archived from the original on 4 August 2020. Retrieved 4 May 2021.
54. Keelery, Sandhya (7 July 2020). "Internet usage in India - statistics &
facts". Statista. Archived from the original on 30 December 2017. Retrieved 4 May 2021.
55. Pasumarthy, Phani Bhaskar (December 2016). "AFFECT OF DEMONETIZATION ON E-
COMMERCE". ResearchGate. Archived from the original on 26 October 2020. Retrieved 4
May 2021.
56. "Fulfilled!:India's e-commerce retail logistics growth story" (PDF). KPMG. August
2016. Archived (PDF) from the original on 8 May 2020. Retrieved 4 May 2021.
28

57. "Ecommerce in the Middle East – What are the demographics?". Embitel. 17 June
2016. Archived from the original on 27 August 2017. Retrieved 4 May 2021.
58. Eisingerich, Andreas B.; Kretschmer, Tobias (March 2008). "In E-Commerce, More is
More". Harvard Business Review. 86: 20–21. Archived from the original on 3 December 2020.
Retrieved 4 May 2021.
59. Burgess, Stephen; Sellitto, Carmine; Karanasios, Stan (28 February 2009). Effective Web Presence
Solutions for Small Businesses: Strategies for Successful Implementation: Strategies for
Successful Implementation. IGI Global (published 28 February
2009). ISBN 9781605662251. Archived from the original on 4 May 2021. Retrieved 4 May 2021.
60. "Ecommerce Sales Topped $1 Trillion for First Time in 2012". eMarketer. 5 February
2013. Archived from the original on 30 March 2021. Retrieved 4 May 2021.
61. Enright, Allison (25 April 2013). "U.S. e-commerce sales could top $434 billion in 2017". Digital
Commerce 360. Archived from the original on 2 December 2020. Retrieved 4 May 2021.
62.  DeLone, William H.; McLean, Ephraim R. (8 December 2014). "Measuring e-Commerce Success:
Applying the DeLone & McLean Information Systems Success Model". International Journal of
Electronic Commerce. 9 (1): 31–
47. doi:10.1080/10864415.2004.11044317. S2CID 205751936. Archived from the original on 23
March 2021. Retrieved 4 May 2021 – via Taylor & Francis.
63. Bakos, Yannis (2001). "The Emerging Landscape for Retail E-Commerce". Journal of Economic
Perspectives. 15 (1): 69–80. CiteSeerX 10.1.1.4.9128. doi:10.1257/jep.15.1.69. Archived from the
original on 18 January 2021. Retrieved 4 May 2021.
64. Constine, Josh (20 February 2018). "Facebook's plan to unite AR, VR and News Feed with 3D
posts". TechCrunch. Archived from the original on 4 May 2018. Retrieved 4 May 2021.
65. Kawa, Arkadiusz (2017). "Fulfillment Service in E-Commerce Logistics" (PDF). LogForum. 13 (4):
429–438. doi:10.17270/J.LOG.2017.4.4. eISSN 1734-459X. ISSN 1895-2038. Archived (PDF) from
the original on 4 May 2021. Retrieved 4 May 2021.
66. ^ Sloman, John; Garratt, Dean; Guest, Jon (2018). Economics (10th ed.). Pearson
plc. ISBN 9781292187853. Archived from the original on 4 May 2021. Retrieved 4 May 2021.
67. Sabanoglu, Tugba (26 March 2021). "Retail e-commerce sales worldwide from 2014 to
2024". Statista. Archived from the original on 22 November 2018. Retrieved 4 May 2021.
29

68.  "Electronic money and electronic commerce". BBC News. Archived from the original on 4 May
2021. Retrieved 4 May 2021.
69. Li, Zhaolin; Lu, Qiang; Talebian, Masoud (28 October 2014). "Online versus bricks-and-mortar
retailing: a comparison of price, assortment and delivery time". International Journal of
Production Research. 53 (13): 3823–
3835. doi:10.1080/00207543.2014.973074. S2CID 111092824 – via Taylor & Francis.
70.  Dimoka, Angelika; Hong, Yili; Pavlou, Paul A. (June 2012). "On Product Uncertainty in Online
Markets: Theory and Evidence" (PDF). Management Information Systems Quarterly. 36 (2): 395–
426. doi:10.2307/41703461. JSTOR 41703461. S2CID 8963257. Archived from the
original (PDF) on 6 January 2018. Retrieved 4 May 2021 – via JSTOR.
71. Marincas, Delia Adriana (2008). "Information system for the supply chain management". The
AMFITEATRU ECONOMIC Journal. 10 (24): 236–253. Archived from the original on 18 May 2015.
Retrieved 8 May 2015.
72.  Evans, Richard (1 May 2002). "E-commerce, Competitiveness and Local and Regional
Governance in Greater Manchester and Merseyside: A Preliminary Assessment". Urban
Studies. SAGE Publishing. 39 (5–6): 947–
975. doi:10.1080/00420980220128390. JSTOR 43084757. S2CID 154155858.
73. Januszkiewicz, Monika (October 2017). "Online Virtual Fit Is Not Yet Fit For Purpose: An Analysis
Of Fashion e-Commerce Interfaces" (PDF). Proceedings of 3DBODY.TECH 2017: 210–
217. doi:10.15221/17.210. ISBN 9783033064362. Archived (PDF) from the original on 22 July
2018. Retrieved 4 May 2021.
74. DePillis, Lynda (16 July 2019). "Amazon's incredible, vanishing cardboard box". CNN
Business. Archived from the original on 16 July 2019. Retrieved 4 May 2021.
75. Barrabi, Thomas; Carter, Shawn M. (14 July 2017). "Retail Apocalypse: Pier 1 and the other
retailers closing, filing for bankruptcy". Fox Business. Archived from the original on 12 August
2019. Retrieved 4 May 2021.
76. Forte, Daniela (11 March 2019). "Store Closures, Failures Continue to Mount as Retailers Seek to
Pivot Faster". Multichannel Merchant. Access Intelligence, LLC. Archived from the original on 13
August 2019. Retrieved 4 May 2021.
77. ^ "The retail apocalypse is shutting down flagship stores". USA Today. Gannett. 1 August
2019. Archived from the original on 13 August 2019. Retrieved 12 August 2019.
30

78. Clark, Patrick (10 July 2013). "Click-to-Brick: Why Online Retailers Want Stores in Real
Life". Bloomberg News. Archived from the original on 26 July 2020. Retrieved 4 May 2021.
79. Taylor, Glenn (5 March 2018). "Retail's Big Opportunity: 87% Of U.S. Consumers Grasp The
Power Of Conversational Commerce". Retail Touch Points. Emerald X, LLC. Archived from the
original on 13 February 2021. Retrieved 4 May 2021.
80. Kohavi, Ronny; Provost, Foster (28 February 2001). Applications of Data Mining to Electronic
Commerce. Springer US (published 28 February 2001). pp. 115–
153. ISBN 9780792373032. Archived from the original on 4 May 2021. Retrieved 4 May 2021.
81. Clement, J. (12 February 2021). "Most popular online retail websites worldwide in 2020, by
average monthly traffic". Statista. Archived from the original on 21 May 2020. Retrieved 4
May 2021.
82. Kuhuk, Jane (19 May 2020). "COVID-19 shopping behavior: what products would customers
rather buy online?". Competera (Infographic). Archived from the original on 21 May 2020.
Retrieved 4 May 2021.
83. Anam, Bhatti; Akram, Hamza; Basit, Hafiz Muhammad; Khan, Ahmed Usman; Naqvi, Syeda
Mahwish Raza; Bilal, Muhammad (2020). "E-commerce trends during COVID-19
Pandemic" (PDF). International Journal of Future Generation Communication and
Networking. 13 (2): 1449–1452. ISSN 2233-7857. Archived (PDF) from the original on 30
December 2020. Retrieved 4 May 2021.

You might also like