Design of Arduino Based Smart Bag
Design of Arduino Based Smart Bag
Abstract— Children have suffered untold plights because of the dehumanizing growth of kidnapping due to widening scale of insecurity in
Nigeria. Many children had been abducted while going or coming from school making the abductees and their families traumatised by the
ordeal of the kidnapping. Child tracking system is widely used all over in the world and it gives the assurance to the parents that their child is
safe from suspicious action but they are not affordable for people in the lower economic class. This brought the need for the proposal of the low
cost smart bag, which will be school child back pack bag with a real time tracking system attached to a secure place in the bag. The proposed
system will make use of Neo-6M GPS module, Arduino Uno microcontroller, GSM800L and powered by Li ion battery. The Neo-6M GPS
module to detect the location of the bag when it goes out of the geofence, that is the permitted area where the child can travel, and send it to the
Arduino Uno microcontroller. The microcontroller will be activated from its sleep mode by the GPS message from the Neo-6M GPS module in
form of latitude and longitude of the exact location of the bag. The microcontroller will also send the location as SMS to the parent’s phone
number via GSM800L module. The message will be sent every five (5) minutes to prolong the battery life and timely tracking of the location. The
exact location will then be tracked on the Google map.
23
http://ijses.com/
All rights reserved
International Journal of Scientific Engineering and Science
Volume 5, Issue 5, pp. 23-25, 2021. ISSN (Online): 2456-7361
performance u-box 6 positioning engine. These flexible and and status signaling LED. The working temperature range
cost-effective receivers offer numerous connectivity options in between -400C to 85 ° C.
a miniature 16 x 12.2 x 2.4 mm package. It has a greater
advantage due to its innovative design and technology which
suppresses jamming sources and mitigates multipath effects,
this gives NEO-6 GPS receivers excellent navigation
performance even in the most challenging environments.
A complete GPS module with an active antenna integrated,
and a built-in EEPROM to save configuration parameter data.
It is built-in 25 x 25 x 4mm ceramic active antenna provides
strong satellite search capability. It is also equipped with
power and signal indicator lights and data backup battery and Fig. 2. SIM800L GSM module
uses 3-5V power supply. The default baud rate of 9600bps Microcontroller
with interface RS232 TTL.
Microcontroller is a small computer on single integrated
circuits containing processor core, memory and programmable
input/output reference. For this system Arduino UNO3
microcontroller is chosen, because it can easily interface with
the system and it can easily programmed for operation of
desired performance. It is microcontroller board and based on
the Atmel’s ATmega328 microcontroller, it has a 16 MHz
ceramic resonator, a USB connection, a power jack with a
AC-to-DC adapter or battery to get started, an ICSP header, a
reset button, 6 analog inputs and 14 digital input/output pins
(of which 6 can be used as PWM outputs). The board has 32
Fig. 1. Neo-6M GPS module
KB flash memory of which 0.5 KB is used by boot-loader, 2
GSM Modem KB of SRAM and 1 KB of EEPROM. The Arduino system
The acronym GSM mean Global System for Mobile offers a set of analog and digital pins that can be integrated to
Communications. GSM modem a specialized type of modem many other boards and circuits which absolutely have
which accepts a SIM card, and operates over a subscription to different functions in a design. Arduino board provides a USB
a mobile operator, just like a mobile phone (Oktaf et al., serial communication interfaces for loading the codes from
2019). Also they have IMEI (International Mobile Equipment computer. For the uploading of the codes, Arduino has
Identity) number similar to mobile phones for their prepared its own software called integrated development
identification. environment (IDE) which completely supports C and C++
GSM digitizes and compresses data, then sends it down a programming languages (May and Htay, 2020).
channel with two other streams of user data, each in its own
time slot. It operates at either the 900 MHz or 1,800 MHz
frequency band. It supports voice calls and data transfer
speeds of up to 9.6 Kbit/s, together with the transmission of
SMS (Short Message Service) (Vinod et al., 2018)
The MODEM needs AT commands, for interacting with
processor or controller, which are communicated through
serial communication. These commands are sent by the
controller/processor. The modem sends back a result after it
receives a command. Different AT commands supported by
the modem can be sent by the processor/controller/computer
to interact with the GSM and GPRS cellular network. Fig. 3. Arduino Uno R3
The SIM 800L is chosen for the smart bag system, it has III. OPERATION THE PROPOSED SYSTEM
an ability to carry 64 kbps to 120 Mbps of data rates. The
power supply voltage is between 3.8V - 4.2V while the The location of the child’s school as well as the child’s
recommended supply voltage is 4V. Its power consumption in route home is programmed into theArduino Uno microntroller
the sleep mode is less than 2.0mA and in an idle mode, the in term of its longitude and latitude. The permitted route for
power consumption is less than 7.0mA. The GSM the child also set in form of longitude and latitude
transmission (avg) is 350 mA and GSM transmission (peak) is (geofencing).
2000mA. The module is of compact size 25 x 23 mm and has The microcontroller is set the sleep mode to minimize
UART (max. 2.8V) interface and AT commands. The SIM power consumption from the battery. If the bag is moved
card socket supports micro SIM Quad Band frequency of 850 / outside the geofence, the Neo-6M GPS module will detect the
950 / 1800 /1900 MHz. It comes with IPX antenna connector longitude and latitude of the location and send it to the
24
http://ijses.com/
All rights reserved
International Journal of Scientific Engineering and Science
Volume 5, Issue 5, pp. 23-25, 2021. ISSN (Online): 2456-7361
25
http://ijses.com/
All rights reserved