Download as pdf or txt
Download as pdf or txt
You are on page 1of 18

VISVESVARAYA TECHNOLOGICAL UNIVERSITY

BELGAVI, KARNATAKA-590014

SEMINAR REPORT
ON

“Design and Implementation of Women Safety


System Based on IoT Technology”

Submitted by
Ms. Naima Mariyam 4DM17CS034

UNDER THE GUIDANCE OF

Mrs. Smitha
Assistant Professor
Dept of CS&E

In partial fulfillment for the award of the degree of

Bachelor of Engineering
In
COMPUTER SCIENCE AND ENGINEERING

YENEPOYA INSTITUTE OF TECHNOLOGY


N.H.13, Thodar, Vidyanagar, Moodbidri, Mangalore, Karnataka 574225

2020-2021
ACKNOWLEDGEMENT

The successful completion of any work would be incomplete without a mention of the
people who made it possible, whose constant guidance and encouragement served as a beacon
light and crowned my efforts with success. I owe my gratitude to many people who helped and
supported me during my Seminar “Design and Implementation of Women Safety System
Based on IoT Technology”.
My deepest thanks to my guide Mrs. Smitha, Assistant Professor, Dept. of CSE,
Yenepoya Institute of Technology for constant support and encouragement and providing
with the necessary advices and help. I am highly indebted to her for taking keen interest in my
work, monitoring and providing guidance throughout the course.
I would like to thank my seminar coordinator Mr. Manjunath Raikar, Assistant
Professor, Dept. of. CSE, Yenepoya Institute of Technology who stood beside until the
successful completion of the seminar and encouraged by timely suggestions.
I sincerely express my gratitude to Dr. Venkatesh Shankar, H.O.D, Dept. of CSE,
Yenepoya Institute of Technology for his constant support and guidance for the successful
completion of this seminar.
I take immense pleasure in thanking my beloved Principal Dr. R.G. D’Souza for his
constant support.
I also thank all lectures who were ready with a positive comment to help me all the
time, whether it was an off-hand comment to encourage me or a constructive piece ofcriticism.
At last but not the least I want to thank my classmates and friends who appreciated my
work and motivated me.

NAIMA MARIYAM 4DM17CS034

i
ABSTRACT

Nowadays women are facing many security problems in the society. In such cases, they
feel handicap and need help to protect them. Even though many technologies have been
introduced for women still kidnapping, eve teasing and sexual harassment are taking place in
our country. When the women face into unsecured situations, to ensure the safety, automatic
detection system needs to establish which send an alert message which includes the location of
the police department. This can be done by sensing various factors such as abnormal sounds,
body reaction like trembling, dreading and heartbeat which can be sensed using sensor and to
provide the alert message. A swarm of IoT (Internet of Things) software applications is
available which are programmed for helping the women in unfavorable circumstances by
sending alert messages to the registered contacts. Similarly, there are smart hardware gadgets
accessible which comprises of sensors and microcontrollers that can sense the unsafe
situation. These gadgets can produce screaming alarm or produce electric shocks to the
assailant.

ii
LIST OF CONTENTS

CHAPTER TITLE PAGE NO


NO

1 INTRODUCTION 1

2
2 SYSTEM DESIGN

3 PROPOSED METHODOLOGY 6

3.1 SYSTEM ARCHITECTURE 6

4 RESULTS 8

5 CONCLUSION 10

REFERENCES 11

iii
LIST OF FIGURES

FIG.NO CONTENTS PAGE


NO

2.1 Block diagram of the gadget 3

2.2 Women safety system model 3

3.1 Flow chart of the proposed 7


system

4.1 Smart band system 8

4.2 Graph generated from the device 9

4.3 Tracking current location 9

4.4 SMS sent to the registered number 9

4.5 Location detected on LCD 9

iv
Design and Implementation of Women Safety System Based on IoT

CHAPTER 1

INTRODUCTION

Women safety has become a prominent issue all over the world. In India only, the
crime rate against women has increased rapidly in last few years. According to NCRB
(National Crime Records bureau) report published in October 2017, 55.2 percent crime
rate against women was reported. Out of which most of the crimes against women are of
rape cases which are most severe and brutal. In today’s technical world, many gadgets
and applications are being developed in this direction. Specifically, IoT has played an
important role to secure the women with its advanced devices and applications. The term
“Internet of Things” (IoT – Internet of Things) also known as web of things refers to all
those objects or devices of everyday life that are connected to the Internet and that have
some kind of intelligence with which data can be exchanged among various devices.

Nowadays, there are many software applications and smart gadgets adopted to
restrain the crimes against women with the help of smart phones or with wearable devices.
Many applications send custom message to emergency numbers to trace the current
location of victim. Alternatively, numerous IoT devices use sensors to optimize body
parameters that can directly send alarming message to guardians or women helpline.
Although, there exists code like *91# in India that can be used to provide emergency
services but there may be a situation where the girl is not capable of dialing the code. In
that case, wearable gadgets are proven to be efficient. Moreover, there are some android
applications that can help the women in need by sending risk notice to enlisted contacts.
Similar applications are developed that use microcontrollers such as Raspberry-Pi that
capture the images of the location and send notifications to registered mobile numbers
that has been proven to be helpful for women.

In addition, many hardware gadgets have been designed which uses GPS (Global
Positioning System) to detect the location of the device. This device can be used by girls
to send alert messages to their relatives or to the police station. These devices also use
sensors for continuously monitoring variables like body temperature, anxietyand send the
data to the parents which ensure wellbeing of their kith and kin in the situation of need.
Astonishingly, smart garments embedded with an electronic device.

Department of Computer Science and Engineering, YIT, Moodbidri Page 1


Design and Implementation of Women Safety System Based on IoT

CHAPTER 2
SYSTEM DESIGN

The device can be activated by just pressing the emergency button for the alert
purpose. The method which works behind this is as explained below: This smart device
(based on IoT) shown in Fig 2.1, which includes a GPS modem, is activated by retrieving
its location based on its longitude and latitude, is fed to the raspberry pi 0, which
retrieves the location details of the device from GSM and it triggers in the form of a text
message. The wristband as shown in Fig 2.2, along with the text message, also sends a
signal which led to a “miscall “to the predefined numbers via a chip embedded in the
wearable device of the women and send the instant location of the device with a message
“Save Me, I'm in Danger", through GSM.

SMART BAND

The idea is to provide a swift responding and reporting safety device for women.
The application helps women to overcome with fear and can call to her guardian that she
can take the help. It reports a situation just by pressing button on the smart band. It
resembles a smart band; it has the capability to protect the women, with the various
sensors integrated within the band. When she wearing the band or a watch, if she faces
any kind of harassment or if she feels something happened to be endangered, she can
press the button located on the watch, when she falls in down, the various information
such as location, body posture, pulse rate and SMS alert are sent to the predefined
number by using the GSM through Raspberry Pi. The exact location of the victim by
using the GPS it sends the longitude and latitude of the victim so that, police can easily
find the victim and the incident can be easily avoided and can save the women, punish
the culprit. Using the IoT platform one we can track the information of the women
remotely. This will help to reduce the crime against the women.

Department of Computer Science and Engineering, YIT, Moodbidri Page 2


Design and Implementation of Women Safety System Based on IoT

Figure 2.1: Block diagram of the gadget

Figure 2.2 Women safety system model

Department of Computer Science and Engineering, YIT, Moodbidri Page 3


Design and Implementation of Women Safety System Based on IoT

The system integral components:


Battery

12v rechargeable battery is used to power the circuit.

ATmega2560

ATmega2560 is a microcontroller board. It consists of 54 input/output pins, 16


analog pins, 4 UARTs, a 16 MHz crystal oscillator, a USB connection, a power jack, an
ICSP header, and a reset button. It contains everything that need to support the
microcontroller. It is simply connected with a computer with a USB cable or power it with
an AC- to-DC adapter or battery to get started. The ATmega2560 has 256 KB of flash
memory for storing the, 8 KB of SRAM and 4 KB of EEPROM. The Global Positioning
System is a location tracker. It, tracks the current location in the form of longitude and
latitude. The GPS Coder Module will use this information to search an exact address of
that location as the street name, nearby junction etc. which is directly connected to
USART of the microcontroller provides reliable positioning, navigation, and timing
services to worldwide users on a continuous basis in all weather, day and night, anywhere
on or near the Earth. In case if GPS is disabled then the system will only send the
longitude and latitude through SMS. So, internet is mandatory.

GSM Module

GSM module is used to establish communication between a computer and a


GSM-G\PRS system. Global System for Mobile Communication (GSM) SIM card is
inserted within the mobile device to send and receive the messages victimization GPRS.
GSM SIM card number is registered with the system. With increasing usage of GSM,
network services square measure expanded on the far side speech to include several
alternative custom applications, machine automation and machine to machine
communication. It operates at either the 900MHz-1800MHz frequency band.

IoT Module (ESP-12E)

The Internet of things (IoT) has evolved due to convergence of multiple


technologies, real- time analytics, machine learning, commodity sensors, and embedded
systems the physical world into computer-based systems, and resulting in improved
efficiency, accuracy and economic benefit is that the network of the physical devices,
vehicles, buildings and alternative things embedded with physics, software, sensors,
actuators and network property that modify to gather and exchange information.

Department of Computer Science and Engineering, YIT, Moodbidri Page 4


Design and Implementation of Women Safety System Based on IoT

Neuro Stimulator

Neuro Stimulator is the purposeful modulation of the nervous system's activity using
invasive or non-invasive means. Neurostimulation technology will improve the life quality
of these United Nations agency square measure severely unfit or littered with profound
losses to numerous sense organs in addition as for permanent reduction of severe, chronic
pain which might would otherwise need constant (around-the-clock), high-dose opioid
medical aid. In this electric shock generator is an electronic device that produces voltage
around 1200mv & current of 3microamp. It consists of AC to DC converter, generator and a
web or grid. These devices provide neurologists new ways that to treat patients with a good
vary of disorders.

Vibration Sensor

Vibration sensors square measure sensors for activity, displaying, and analyzing linear
speed, displacement and proximity, or acceleration. Vibration but delicate and neglected by
human senses could be telltale sign of machine condition. Abnormal vibration indicative of
issues with associate degree industrial machine are of detected early and repaired before the
event of machine failure. Vibration analysis is employed as a tool to see instrumentation
condition similarly because specific location and sort of issues.

Buzzer

A Buzzer or electronic device an audio signaling device, which can be mechanical,


mechanical device or electricity. Usually piezo speakers(buzzers) are used "piezi buzzer" is
basically a tiny speaker that you can connect directly to an Arduino. The piezo buzzer
produce sound based on reverse of the piezoelectric effect. These buzzers can be used to
alert a user of an event corresponding to a switching action, counter signal or sensor input.

LCD

Liquid Crystal Display screen is associated in nursing electronic display module. A


16x2 LCD display is basic module and it is commonly used in various devices and circuits.
These modules area unit most popular over seven sections and different multi segment
LEDs. LCDs area unit economical; simply programmable and don't have any limitation of
displaying special & even custom characters (unlike in seven segments), animations and so
on. The command register will store the command instructions given to the LCD. A
command is an instruction given to LCD will do a predefined task like initializing it,
clearing its screen, setting the cursor position, controlling display etc.

Department of Computer Science and Engineering, YIT, Moodbidri Page 5


Design and Implementation of Women Safety System Based on IoT

CHAPTER 3

PROPOSED METHODOLOGY

3.1 System Architecture

Figure 3.1: Flow chart of the proposed system

This work develops a women's safety system which provides the current
location details of the women in danger using GPS and GSM modules. IoT module will
track the current location of the victim and update in the webpage. In addition to location
tracking, it also provides some safety and security to women like giving electric shock to
the attacker.

Department of Computer Science and Engineering, YIT, Moodbidri Page 6


Design and Implementation of Women Safety System Based on IoT

Workflow of the proposed System


The workflow of the women safety and security is explained in this section. The
flow chart of the proposed system is illustrated in Fig.3.1.

Step 1: Start.

Step 2: Switch ON the 12 Volt power supply.

Step 3: Emergency button is pressed.

Step 4: If GPS receives signal, GPS will start calculating the current latitude and
longitude values of the victim and send it as SMS to the registered mobile number using
GSM module.

Step 5: If any vibrations detected by vibration sensor, get the last location from GPS and
send to GSM module.

Step 6: IoT module tracks the last location of the victim and that location is updated in
the Webpage.

Step 7: Neuro stimulator is turned ON, to apply shock to the attacker.

Step 8: Buzzer is turned ON to alert the people in the surrounding.


Step 9: Stop.

Department of Computer Science and Engineering, YIT, Moodbidri Page 7


Design and Implementation of Women Safety System Based on IoT

CHAPTER 4

RESULTS
The main purpose of the work is to provide safety and security to the women in danger
situation. The button is pressed by a woman when she feels insecure. Once the button is ON,
the microcontroller gets the commands and the GPS will calculate the current latitude and
longitude values of the victim. The calculated values are shown in Fig.4.3.GSM module will
send SMS which contains latitude and longitude values to the numbers already stored in the
microcontroller and nearby police station. GSM will send SMS to the registered mobile
numbers for every 1second.The SMS send to the registered mobile numbers are shown in
Fig.4.4. And display message on the LCD is shown in Fig.4.5. The microcontroller will
switch ON the buzzer in the device, so that nearby people may come to know that someone
is in danger and they will come to rescue. The microcontroller also turns ON the neuro-
simulator that apply electric shock to the attacker.

Figure 4.1: Smart Band System

Department of Computer Science and Engineering, YIT, Moodbidri Page 9


Design and Implementation of Women Safety System Based on IoT

Figure 4.2: Graph generated from the device data

Figure 4.3: Tracking current location

Figure 4.4: SMS sent to registered number

Figure 4.5: Location detected on LCD

Department of Computer Science and Engineering, YIT, Moodbidri Page 10


Design and Implementation of Women Safety System Based on IoT

Advantages of the proposed system:


 It can be used for women’s safety.

 It can be used as a proof of the offence with exact data for punishment.

 It can be used for child tracking during the abduction.

 It can also applicable for vehicle tracking system.

 It can be used for safety of euphemistic handicappedpeople.

 It can be used for the safety of old aged people.


 Women can go anywhere with more secure that it avoids the women rape.

 Culprits can be easily found and can bepunished.

 The system is completely automated and requires no human interference and the
device is comfortable and easy to wear and consumes less power.

 The device is affordable i.e., low in cost with great performance and provides very
accurate data via GPS system it provides a quick response in critical situation by
sending the remote location of asset from anywhere there is cellular Service.

 It is environmentally friendly in nature.

 Facilitates simple asset recovery and tracking.

Department of Computer Science and Engineering, YIT, Moodbidri Page 11


Design and Implementation of Women Safety System Based on IoT

CHAPTER 5

CONCLUSION

The paper mainly focuses on the low-cost implementation of the device which can
save the life of the women in the critical condition the proposed system provides end to end
security solutions for women safety using the advance technologies of IoT along with
combined hardware technology like Raspberry pi, Nodemcu, Arduino Mega. The proposed
system not only defends the women in the critical situation of rape, molestation but also the
captured image of the culprit is used as a valid proof that can be presented in the Indian
Judicial Courts for making the culprit guilty for his committed crime. The overall system is
first of its kind that provides a complete kit solution to the existing women safety problem,
with the complete system the women can now travel freely without any hesitations of
getting harmed by the societal issues. The further research can be made to make the
prototype version. The proposed design will deal with critical issues faced by women and
will help to solve them with technologically sound equipment and ideas. The merit of this
work is it not only provides safety and it also provides security by means of self-defense
mechanism. The crime against the women can be now brought to an end with the help of
real system implementation of the proposed model.

Department of Computer Science and Engineering, YIT, Moodbidri Page 12


Design and Implementation of Women Safety System Based on IoT

REFERENCES

[1] Ravita Chahar, Jatinder Ashta, “IOT Based Women Security: A Contemplation” 2020
International Conference on Emerging Smart Computing and Informatics (ESCI)
AISSMS Institute of Information Technology, IEEE 2020.

[2] Aishwarya, Chaithra K.S, “IOT BASED SMART SECURITY GADGET FOR
WOMEN’S SAFETY”, 1st International Conference on Advances in Information
Technology, IEEE 2019.

[3] Ms. Sayali Varade, Ms.Tejshree Itnare, Ms. Harshada Parande, Ms.Pooja Sonawane,
“Advanced Women Security System Based on IOT”, International Journal on Recent
and Innovation Trends in Computing and Communication ISSN: 2321-8169 Volume:
5 Issue: 12.

[4] Shamna Shajahan*1, Kavya Shibu*2, Nores Mathew*3, Parvathy R*4, Soniya K S*5,
“IoT based Smart Foot Device for Women Safety”, IJCERT,2019.

[5] AbhijitParadkar, Deepak Sharma, “All in one Intelligent Safety System for Women
Security”, International Journal of Computer Applications (0975-8887) Volume 130-
No.11, November 2015.

[6] Rajesh, M., and J. M. Gnanasekar. "Path Observation Based Physical Routing Protocol
for Wireless Ad Hoc Networks." Wireless Personal Communications 97.1 (2017): 1267-
1289.

[7] Rajesh, M., and J. M. Gnanasekar. "Sector Routing Protocol (SRP) in Ad-hoc
Networks." Control Network and Complex Systems 5.7 (2015): 1-4.

[8] Rajesh, M. "A Review on Excellence Analysis of Relationship Spur Advance in


Wireless Ad Hoc Networks." International Journal of Pure and Applied Mathematics
118.9 (2018): 407-412.

[9] B.Sindhu Bala1, M.Swetha2,M.Tamilarasi3 and D.Vinodha4, ” SURVEY ON


WOMEN SAFETY USING IOT”, IJCERT- International Journal of Computer
Engineering in Research Trends, 2018.

Department of Computer Science and Engineering, YIT, Moodbidri Page 13

You might also like