SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3258
Woman Safety Device using Arduino, GPS and GSM Module
[1]Purva Lande,[2] VaishnaviJadhav, [3] Neha Dutte, [4] Asha Sanap
1,2Student, Dept. of Electronics and Telecommunication Engineering, MAEER’s MIT Polytechnic Pune,
Maharashtra, India
3,4Guide, Dept. of Electronics and Telecommunication Engineering, MAEER’s MIT Polytechnic Pune,
Maharashtra, India
---------------------------------------------------------------------***----------------------------------------------------------------------
Abstract: We have proposed an arduino based women safety
device. This device allows users to send their live location and
SOS message to pre-registered numbers. The main purpose of
this device is to keep women safe wherever they go. As we all
know the world is becoming unsafe in all aspects. The rate of
crimes against women is increasingrapidly. Whenever women
will feel that she is unsafe, someone is following her or even if
she is walking alone through a dark street at night shecanuse
this device In this device we have used arduino, GSM module,
GPS. The microcontroller used here is ATMEGA328 which is
interfaced with push button, a GSM module and aGPSmodem.
. If the switch is pressed, it activates the speech circuit to
capture the attention of the people nearby for help. The
program is developed in embedded language to demonstrate
the system capability in providing real timeresponse. Thus the
girl can be safe and she can feel protected.
Key Words: GPS, Arduino, GSM, Embedded, Language,
Modem
1. INTRODUCTION
We have proposed an arduino based women safety device.
This device allows users to send their live location and SOS
message to pre-registered numbers. The main purpose of
this device is to keep women safe wherever they go. As we
all know the world is becoming unsafeinall aspects.Therate
of crimes against women is increasing rapidly. Whenever
women will feel that she is unsafe, someone is following her
or even if she is walking alone through a dark street at night
she can use this device in this device we have used arduino,
GSM module, GPS. The microcontroller used here is
ATMEGA328 which is interfaced with push button, a GSM
module and a GPS modem. . If the switch is pressed, it
activates the speech circuit to capture the attention of the
people nearby for help. The program is developed in
embedded language to demonstrate the system capability in
providing real time response. Thus the girl can be safe and
she can feel protected.phone and then send emergency text.
But in this device just one press can send her entire
information to her family, etc. This can help girls wherever
they go, and will make woman feel safe and protected all the
time.
2. PROBLEM DEFINITION:
We are developing such a kind of device, which will give you
emergency text and live location of person who is in
emergency. On other hand there are many apps in our
mobile phones which help you in this condition but at the
time of emergency it is not possible every time to access
your phone quickly and also in case of malfunctioning of the
mobile phone same problem occurs so to overcome this
disadvantages we are developing this device.
3. PROPOSED METHODOLOGY:
Women safety device is an arduino based band in which
ATMEGA328 microcontroller is used. It also consists if
GSM900 module and GPS SIM 28 modem for its dual alert
services. The main function of this device is to alert the
family members of a woman, so she can get their help
whenever she requires it. Whenever she feels that she is in
trouble she will just have to press a button which is
interfaced to ardiuno, GPS and GSM. By pressing this button
her live location is send to the predefined numbers through
emergency text message in the terms of latitude and
longitude.
Fig1-Women Safety Device
WORKING
When woman feels that she is in danger she can press the
panic button, then an arduino will execute the flashed
program, due to which GSM module will send an emergency
text to intended person. Along with emergency text GPS
modem will send live location coordinates in the form of
latitude and longitude due to which a person cantrack down
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3259
the location of user. With this information people can help a
person in case of emergency.
Fig2-Flow Diagram
ARDUINO:
We have used arduino UNO in this system. Microcontroller
used in this system is ATMEGA328. It consists of 28 pins.
Software used to flash the code required in arduino is IDE
software. Arduino is interfaced to GPS modem through
digital pins 4 and 5, while GSM module is interfaced to
arduino through digital pins 0 and 1.
FEATURES OF ATMEGA328
1. Advanced RISC architecture
2. Up to 20 MIPS throughput at 20 MHZ
3. On chip 2-cycle Multiple
4. Max Is/O Pins: 23
5. UART:1
6. ADC: 8channels, 10 bit resolution.
7. Flash (Kbytes): 32
8. EEPROM: (Kbytes): 1
9. SRAM(Kbytes): 2
10. Temp: Range: -40 to 850 C
GSM MODULE
We have used GSM SIM900A module in this system. GSM
SIM900 is readily available GSM/GPS module used in many
mobile phones and PDA. The module can also be used for
developing IOT and embedded systems. SIM900A is dual-
band GSM/GPRS engine that works on frequencies EGSM
900MHz and DCS 1800MHz. SIM900A features GPRS multi-
slot class 10/ class 8 and supports the GPRS coding schemes
CS-1, CS-2, CS-3 and CS-4. The SIM900A can search the two
frequency bands automatically. Communication in this
module is done by using ATcommands.GSMSIM900module
is interfaced with ARDUINO UNO at digital pins 0 and 2
FEATURES
1. Supply voltage- 3.4V- 4.5V
2. Frequency bands- SIM900 Dual band: EGSM 900, Class
1(1W) at DCS1800
3. Operating Temperature: -300 to+900 C.
4. Storage temperature: -50 C to 900 C.
5. Speaker input
6. Keypad interface
7. Display interface
8. Real time clock
9. UART interface
10.Cellular: SIM card
11.Communication by AT commands
12.MIC and audio
13.Power supply given to GSM is 9 volts battery.
GPS
We have used SIM28 GPS modeminthisdevice.GPSSIM28is
interfaced to arduino through pins 4, 5 and ground. GPS is
basically a modem which is used to track a location. This
modem has anexternal antenna. We have use this modem to
track a live location of a woman who is wearing this band.
The live location of woman will be sent throughGSMmodule
in the form of latitude and longitude, which will help the
preregistered numbers to track her down.
FEATURES
1. Operating voltage: 12v dc
2. Compatible with TTL and Serial
3. Frequency of this module is 1575.42 MHz
4. NMEA protocol
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3260
POWER SUPPLY
Power supply provided to each module is 9v.
SWITCH
Switch is connected to pin no. 2 and ground.
APPLICATIONS
1. Woman’s safety
2. Army
3. Medical emergency
Fig3-Complete Prototype
4. RESULT
Figure 4 represent the output given by this device. This is
obtained when a user pressestheswitchbuttoninterfacedto
the device, when in an emergency. Output consists of an
emergency text message along with location co-ordinates in
the form of latitude and longitude. So this message sent to
pre-defined phone numbersissentthroughGSMmoduleand
the location provided in the message is tracked by GPS
modem
Fig4-Output- Message received on the registered number
signaling help as in danger
Figure 5 is the output we get when a pre-defined number
will click on the link given in the message received by
women safety device. This link will tell us the location of a
user through which the pre-define numbers can track down
their location.
Fig5-Output Message displaying location
5. CONCLUSION
Thus we have developed an intelligent safety device for
women. This paper shows the complete securityofa women
in an emergency, and this proposed device connects the
people with the person who is in danger.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072
© 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3261
REFERENCES-
1. Dr. Sridhar Mandapati, SravyaPamidi, SriharithaAmbati,
“A Safety Device”, OSR Journal of Computer Engineering
(IOSR-JCE)-ISSN: 2278-0661, ISSN: 2278-8727, Volume
17, Issue 1, Ver. I (Jan –Feb. 2015)
2. D. G. Monisha, M. Monisha, G. Pavithra and R.
Subhashin”WomenSafetyDeviceandApplication-FEMME”
Indian Journal of Science
andTechnology,Vol9(10),DOI:10.17485/ijst/2016/v9i10
/88898, March 2016,ISSN (Print) : 0974-6846
3. P Premkumar, RCibiChakkaravarthy, M Keerthana, R
Ravivarma, T Sharmila, “One touch alarm system for
women’s safety using GSM” International Journal of
Science Technology and Management, Vol.7, no.1, March
2015
4. Shaik Mazhar Hussain, Women safety using mobile
application”. International Journal of Advanced research
in computer Engineering and technology(IJARCET), Vol.
3, Issue 3, March 2014.
5. https://elementztechblog.files.wordpress
com/2014/06/img_0078-copy.jpg
6. https://www.robomart.com/arduino-unoOnline, india
.

More Related Content

What's hot

Internet of Things Based Women Tracking and Security with Auto-Defender System
Internet of Things Based Women Tracking and Security with Auto-Defender SystemInternet of Things Based Women Tracking and Security with Auto-Defender System
Internet of Things Based Women Tracking and Security with Auto-Defender Systemrahulmonikasharma
 
Portable device for women security
Portable device for women securityPortable device for women security
Portable device for women securityeSAT Journals
 
IRJET- Women Security System using GSM and GPS
IRJET-  	  Women Security System using GSM and GPSIRJET-  	  Women Security System using GSM and GPS
IRJET- Women Security System using GSM and GPSIRJET Journal
 
IRJET- Secured Perimeter using Voice Recognition and Location Tracking Sy...
IRJET-  	  Secured Perimeter using Voice Recognition and Location Tracking Sy...IRJET-  	  Secured Perimeter using Voice Recognition and Location Tracking Sy...
IRJET- Secured Perimeter using Voice Recognition and Location Tracking Sy...IRJET Journal
 
IRJET - Women’s Safety System using IoT
IRJET -  	  Women’s Safety System using IoTIRJET -  	  Women’s Safety System using IoT
IRJET - Women’s Safety System using IoTIRJET Journal
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationIJAEMSJORNAL
 
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...IRJET Journal
 
An Intelligence Security System for Women
An Intelligence Security System for WomenAn Intelligence Security System for Women
An Intelligence Security System for WomenAishwarya K. M.
 
Implementation of Women Safety System using Internet of Things
Implementation of Women Safety System using Internet of ThingsImplementation of Women Safety System using Internet of Things
Implementation of Women Safety System using Internet of Thingsijtsrd
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET Journal
 
IRJET - Women Safety Device with GPS Tracking and Alerts
IRJET -  	  Women Safety Device with GPS Tracking and AlertsIRJET -  	  Women Safety Device with GPS Tracking and Alerts
IRJET - Women Safety Device with GPS Tracking and AlertsIRJET Journal
 
IRJET- Vehicle Theft Information and Tracking using IoT
IRJET- Vehicle Theft Information and Tracking using IoTIRJET- Vehicle Theft Information and Tracking using IoT
IRJET- Vehicle Theft Information and Tracking using IoTIRJET Journal
 
Application for Women Safety
Application for Women SafetyApplication for Women Safety
Application for Women Safetyiosrjce
 
IRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and ParametersIRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and ParametersIRJET Journal
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasIRJET Journal
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET Journal
 
IoT based Women Smart Sec.
IoT based Women Smart Sec.IoT based Women Smart Sec.
IoT based Women Smart Sec.Arjun Dattaraju
 

What's hot (20)

Internet of Things Based Women Tracking and Security with Auto-Defender System
Internet of Things Based Women Tracking and Security with Auto-Defender SystemInternet of Things Based Women Tracking and Security with Auto-Defender System
Internet of Things Based Women Tracking and Security with Auto-Defender System
 
Portable device for women security
Portable device for women securityPortable device for women security
Portable device for women security
 
IRJET- Women Security System using GSM and GPS
IRJET-  	  Women Security System using GSM and GPSIRJET-  	  Women Security System using GSM and GPS
IRJET- Women Security System using GSM and GPS
 
Women’s Safety Jacket
Women’s Safety JacketWomen’s Safety Jacket
Women’s Safety Jacket
 
IRJET- Secured Perimeter using Voice Recognition and Location Tracking Sy...
IRJET-  	  Secured Perimeter using Voice Recognition and Location Tracking Sy...IRJET-  	  Secured Perimeter using Voice Recognition and Location Tracking Sy...
IRJET- Secured Perimeter using Voice Recognition and Location Tracking Sy...
 
IRJET - Women’s Safety System using IoT
IRJET -  	  Women’s Safety System using IoTIRJET -  	  Women’s Safety System using IoT
IRJET - Women’s Safety System using IoT
 
women security on IOT
women security on IOTwomen security on IOT
women security on IOT
 
Intelligent Controlled Residence and Face Recognition Technology
Intelligent Controlled Residence and Face Recognition TechnologyIntelligent Controlled Residence and Face Recognition Technology
Intelligent Controlled Residence and Face Recognition Technology
 
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint VerificationAnti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
Anti-Theft Protection of Vehicle by GSM & GPS with Fingerprint Verification
 
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
IRJET - Smart Road Safety and Vehicle Accident Prevention System for Mountain...
 
An Intelligence Security System for Women
An Intelligence Security System for WomenAn Intelligence Security System for Women
An Intelligence Security System for Women
 
Implementation of Women Safety System using Internet of Things
Implementation of Women Safety System using Internet of ThingsImplementation of Women Safety System using Internet of Things
Implementation of Women Safety System using Internet of Things
 
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSNIRJET- IoT based Fisherman Border Alert System using GPS and WSN
IRJET- IoT based Fisherman Border Alert System using GPS and WSN
 
IRJET - Women Safety Device with GPS Tracking and Alerts
IRJET -  	  Women Safety Device with GPS Tracking and AlertsIRJET -  	  Women Safety Device with GPS Tracking and Alerts
IRJET - Women Safety Device with GPS Tracking and Alerts
 
IRJET- Vehicle Theft Information and Tracking using IoT
IRJET- Vehicle Theft Information and Tracking using IoTIRJET- Vehicle Theft Information and Tracking using IoT
IRJET- Vehicle Theft Information and Tracking using IoT
 
Application for Women Safety
Application for Women SafetyApplication for Women Safety
Application for Women Safety
 
IRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and ParametersIRJET-Protection for Women using IoT Smart Device with Location and Parameters
IRJET-Protection for Women using IoT Smart Device with Location and Parameters
 
Secured Spy for Highly Secured Areas
Secured Spy for Highly Secured AreasSecured Spy for Highly Secured Areas
Secured Spy for Highly Secured Areas
 
IRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic SystemIRJET- IoT based Dual-ARM Tele Robotic System
IRJET- IoT based Dual-ARM Tele Robotic System
 
IoT based Women Smart Sec.
IoT based Women Smart Sec.IoT based Women Smart Sec.
IoT based Women Smart Sec.
 

Similar to IRJET - Woman Safety Device using Arduino, GPS and GSM Module

Arduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptxArduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptxNeeteshKumar66
 
Mitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptxMitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptxVishalLabde
 
Tracking And Security System for Women’s using GPS & GSM
Tracking And Security System for Women’s using GPS & GSMTracking And Security System for Women’s using GPS & GSM
Tracking And Security System for Women’s using GPS & GSMIRJET Journal
 
IRJET - SMS based Accident Alert with GPS Coordinates
IRJET -  	  SMS based Accident Alert with GPS CoordinatesIRJET -  	  SMS based Accident Alert with GPS Coordinates
IRJET - SMS based Accident Alert with GPS CoordinatesIRJET Journal
 
IRJET- TOUCH ME NOT-A Women Safety Device
IRJET- TOUCH ME NOT-A Women Safety DeviceIRJET- TOUCH ME NOT-A Women Safety Device
IRJET- TOUCH ME NOT-A Women Safety DeviceIRJET Journal
 
IRJET- Smart Shield for Women Safety
IRJET-  	  Smart Shield for Women SafetyIRJET-  	  Smart Shield for Women Safety
IRJET- Smart Shield for Women SafetyIRJET Journal
 
IRJET - Ensuring Women Safety by Offline Tracking
IRJET -  	  Ensuring Women Safety by Offline TrackingIRJET -  	  Ensuring Women Safety by Offline Tracking
IRJET - Ensuring Women Safety by Offline TrackingIRJET Journal
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIRJET Journal
 
Design and Development of Advanced Device for Women Safety
Design and Development of Advanced Device for Women SafetyDesign and Development of Advanced Device for Women Safety
Design and Development of Advanced Device for Women SafetyIRJET Journal
 
MAJOR PROJECT final ppt2 (1).pptx
MAJOR PROJECT final ppt2 (1).pptxMAJOR PROJECT final ppt2 (1).pptx
MAJOR PROJECT final ppt2 (1).pptxkarunyamittapally
 
Home Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram ApplicationHome Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram ApplicationIRJET Journal
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoTIRJET Journal
 
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...IJLT EMAS
 
IRJET- Women Safety using IoT
IRJET- Women Safety using IoTIRJET- Women Safety using IoT
IRJET- Women Safety using IoTIRJET Journal
 
Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...
Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...
Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...IRJET Journal
 
IRJET- Smart and Ubiquitous Defense Monitoring System based on IoT
IRJET- Smart and Ubiquitous Defense Monitoring System based on IoTIRJET- Smart and Ubiquitous Defense Monitoring System based on IoT
IRJET- Smart and Ubiquitous Defense Monitoring System based on IoTIRJET Journal
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET Journal
 
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...IRJET Journal
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIRJET Journal
 

Similar to IRJET - Woman Safety Device using Arduino, GPS and GSM Module (20)

Arduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptxArduino Based smart security system for Women And Children safety project.pptx
Arduino Based smart security system for Women And Children safety project.pptx
 
Mitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptxMitali_child safety_PPT.pptx
Mitali_child safety_PPT.pptx
 
Tracking And Security System for Women’s using GPS & GSM
Tracking And Security System for Women’s using GPS & GSMTracking And Security System for Women’s using GPS & GSM
Tracking And Security System for Women’s using GPS & GSM
 
IRJET - SMS based Accident Alert with GPS Coordinates
IRJET -  	  SMS based Accident Alert with GPS CoordinatesIRJET -  	  SMS based Accident Alert with GPS Coordinates
IRJET - SMS based Accident Alert with GPS Coordinates
 
IRJET- TOUCH ME NOT-A Women Safety Device
IRJET- TOUCH ME NOT-A Women Safety DeviceIRJET- TOUCH ME NOT-A Women Safety Device
IRJET- TOUCH ME NOT-A Women Safety Device
 
IRJET- Smart Shield for Women Safety
IRJET-  	  Smart Shield for Women SafetyIRJET-  	  Smart Shield for Women Safety
IRJET- Smart Shield for Women Safety
 
IRJET - Ensuring Women Safety by Offline Tracking
IRJET -  	  Ensuring Women Safety by Offline TrackingIRJET -  	  Ensuring Women Safety by Offline Tracking
IRJET - Ensuring Women Safety by Offline Tracking
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 
Design and Development of Advanced Device for Women Safety
Design and Development of Advanced Device for Women SafetyDesign and Development of Advanced Device for Women Safety
Design and Development of Advanced Device for Women Safety
 
MAJOR PROJECT final ppt2 (1).pptx
MAJOR PROJECT final ppt2 (1).pptxMAJOR PROJECT final ppt2 (1).pptx
MAJOR PROJECT final ppt2 (1).pptx
 
Home Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram ApplicationHome Security System using ESP32-CAM and Telegram Application
Home Security System using ESP32-CAM and Telegram Application
 
Smart and Secure Home using IoT
Smart and Secure Home using IoTSmart and Secure Home using IoT
Smart and Secure Home using IoT
 
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
Travsafe-An Electronic Security Monitoring System Using GPS-GSM and RF Commun...
 
IRJET- Women Safety using IoT
IRJET- Women Safety using IoTIRJET- Women Safety using IoT
IRJET- Women Safety using IoT
 
Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...
Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...
Emergency Tracking System for Women using Body Sensors Via Wrist Watches usin...
 
IRJET- Smart and Ubiquitous Defense Monitoring System based on IoT
IRJET- Smart and Ubiquitous Defense Monitoring System based on IoTIRJET- Smart and Ubiquitous Defense Monitoring System based on IoT
IRJET- Smart and Ubiquitous Defense Monitoring System based on IoT
 
GSM Based Security System
GSM Based Security SystemGSM Based Security System
GSM Based Security System
 
IRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security SystemIRJET- Dynamic Status Tracking & Security System
IRJET- Dynamic Status Tracking & Security System
 
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
IRJET-Automatic Vehicle Accident Detection and Messaging System using GSM and...
 
IOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring SystemIOT Based Soldier Position Tracking and Health Monitoring System
IOT Based Soldier Position Tracking and Health Monitoring System
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

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
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝soniya singh
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and usesDevarapalliHaritha
 
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
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacingjaychoudhary37
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 

Recently uploaded (20)

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...
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
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
 
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
Model Call Girl in Narela Delhi reach out to us at 🔝8264348440🔝
 
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
 
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
power system scada applications and uses
power system scada applications and usespower system scada applications and uses
power system scada applications and uses
 
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
 
microprocessor 8085 and its interfacing
microprocessor 8085  and its interfacingmicroprocessor 8085  and its interfacing
microprocessor 8085 and its interfacing
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
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
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
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
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 

IRJET - Woman Safety Device using Arduino, GPS and GSM Module

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3258 Woman Safety Device using Arduino, GPS and GSM Module [1]Purva Lande,[2] VaishnaviJadhav, [3] Neha Dutte, [4] Asha Sanap 1,2Student, Dept. of Electronics and Telecommunication Engineering, MAEER’s MIT Polytechnic Pune, Maharashtra, India 3,4Guide, Dept. of Electronics and Telecommunication Engineering, MAEER’s MIT Polytechnic Pune, Maharashtra, India ---------------------------------------------------------------------***---------------------------------------------------------------------- Abstract: We have proposed an arduino based women safety device. This device allows users to send their live location and SOS message to pre-registered numbers. The main purpose of this device is to keep women safe wherever they go. As we all know the world is becoming unsafe in all aspects. The rate of crimes against women is increasingrapidly. Whenever women will feel that she is unsafe, someone is following her or even if she is walking alone through a dark street at night shecanuse this device In this device we have used arduino, GSM module, GPS. The microcontroller used here is ATMEGA328 which is interfaced with push button, a GSM module and aGPSmodem. . If the switch is pressed, it activates the speech circuit to capture the attention of the people nearby for help. The program is developed in embedded language to demonstrate the system capability in providing real timeresponse. Thus the girl can be safe and she can feel protected. Key Words: GPS, Arduino, GSM, Embedded, Language, Modem 1. INTRODUCTION We have proposed an arduino based women safety device. This device allows users to send their live location and SOS message to pre-registered numbers. The main purpose of this device is to keep women safe wherever they go. As we all know the world is becoming unsafeinall aspects.Therate of crimes against women is increasing rapidly. Whenever women will feel that she is unsafe, someone is following her or even if she is walking alone through a dark street at night she can use this device in this device we have used arduino, GSM module, GPS. The microcontroller used here is ATMEGA328 which is interfaced with push button, a GSM module and a GPS modem. . If the switch is pressed, it activates the speech circuit to capture the attention of the people nearby for help. The program is developed in embedded language to demonstrate the system capability in providing real time response. Thus the girl can be safe and she can feel protected.phone and then send emergency text. But in this device just one press can send her entire information to her family, etc. This can help girls wherever they go, and will make woman feel safe and protected all the time. 2. PROBLEM DEFINITION: We are developing such a kind of device, which will give you emergency text and live location of person who is in emergency. On other hand there are many apps in our mobile phones which help you in this condition but at the time of emergency it is not possible every time to access your phone quickly and also in case of malfunctioning of the mobile phone same problem occurs so to overcome this disadvantages we are developing this device. 3. PROPOSED METHODOLOGY: Women safety device is an arduino based band in which ATMEGA328 microcontroller is used. It also consists if GSM900 module and GPS SIM 28 modem for its dual alert services. The main function of this device is to alert the family members of a woman, so she can get their help whenever she requires it. Whenever she feels that she is in trouble she will just have to press a button which is interfaced to ardiuno, GPS and GSM. By pressing this button her live location is send to the predefined numbers through emergency text message in the terms of latitude and longitude. Fig1-Women Safety Device WORKING When woman feels that she is in danger she can press the panic button, then an arduino will execute the flashed program, due to which GSM module will send an emergency text to intended person. Along with emergency text GPS modem will send live location coordinates in the form of latitude and longitude due to which a person cantrack down
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3259 the location of user. With this information people can help a person in case of emergency. Fig2-Flow Diagram ARDUINO: We have used arduino UNO in this system. Microcontroller used in this system is ATMEGA328. It consists of 28 pins. Software used to flash the code required in arduino is IDE software. Arduino is interfaced to GPS modem through digital pins 4 and 5, while GSM module is interfaced to arduino through digital pins 0 and 1. FEATURES OF ATMEGA328 1. Advanced RISC architecture 2. Up to 20 MIPS throughput at 20 MHZ 3. On chip 2-cycle Multiple 4. Max Is/O Pins: 23 5. UART:1 6. ADC: 8channels, 10 bit resolution. 7. Flash (Kbytes): 32 8. EEPROM: (Kbytes): 1 9. SRAM(Kbytes): 2 10. Temp: Range: -40 to 850 C GSM MODULE We have used GSM SIM900A module in this system. GSM SIM900 is readily available GSM/GPS module used in many mobile phones and PDA. The module can also be used for developing IOT and embedded systems. SIM900A is dual- band GSM/GPRS engine that works on frequencies EGSM 900MHz and DCS 1800MHz. SIM900A features GPRS multi- slot class 10/ class 8 and supports the GPRS coding schemes CS-1, CS-2, CS-3 and CS-4. The SIM900A can search the two frequency bands automatically. Communication in this module is done by using ATcommands.GSMSIM900module is interfaced with ARDUINO UNO at digital pins 0 and 2 FEATURES 1. Supply voltage- 3.4V- 4.5V 2. Frequency bands- SIM900 Dual band: EGSM 900, Class 1(1W) at DCS1800 3. Operating Temperature: -300 to+900 C. 4. Storage temperature: -50 C to 900 C. 5. Speaker input 6. Keypad interface 7. Display interface 8. Real time clock 9. UART interface 10.Cellular: SIM card 11.Communication by AT commands 12.MIC and audio 13.Power supply given to GSM is 9 volts battery. GPS We have used SIM28 GPS modeminthisdevice.GPSSIM28is interfaced to arduino through pins 4, 5 and ground. GPS is basically a modem which is used to track a location. This modem has anexternal antenna. We have use this modem to track a live location of a woman who is wearing this band. The live location of woman will be sent throughGSMmodule in the form of latitude and longitude, which will help the preregistered numbers to track her down. FEATURES 1. Operating voltage: 12v dc 2. Compatible with TTL and Serial 3. Frequency of this module is 1575.42 MHz 4. NMEA protocol
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3260 POWER SUPPLY Power supply provided to each module is 9v. SWITCH Switch is connected to pin no. 2 and ground. APPLICATIONS 1. Woman’s safety 2. Army 3. Medical emergency Fig3-Complete Prototype 4. RESULT Figure 4 represent the output given by this device. This is obtained when a user pressestheswitchbuttoninterfacedto the device, when in an emergency. Output consists of an emergency text message along with location co-ordinates in the form of latitude and longitude. So this message sent to pre-defined phone numbersissentthroughGSMmoduleand the location provided in the message is tracked by GPS modem Fig4-Output- Message received on the registered number signaling help as in danger Figure 5 is the output we get when a pre-defined number will click on the link given in the message received by women safety device. This link will tell us the location of a user through which the pre-define numbers can track down their location. Fig5-Output Message displaying location 5. CONCLUSION Thus we have developed an intelligent safety device for women. This paper shows the complete securityofa women in an emergency, and this proposed device connects the people with the person who is in danger.
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 07 Issue: 03 | Mar 2020 www.irjet.net p-ISSN: 2395-0072 © 2020, IRJET | Impact Factor value: 7.34 | ISO 9001:2008 Certified Journal | Page 3261 REFERENCES- 1. Dr. Sridhar Mandapati, SravyaPamidi, SriharithaAmbati, “A Safety Device”, OSR Journal of Computer Engineering (IOSR-JCE)-ISSN: 2278-0661, ISSN: 2278-8727, Volume 17, Issue 1, Ver. I (Jan –Feb. 2015) 2. D. G. Monisha, M. Monisha, G. Pavithra and R. Subhashin”WomenSafetyDeviceandApplication-FEMME” Indian Journal of Science andTechnology,Vol9(10),DOI:10.17485/ijst/2016/v9i10 /88898, March 2016,ISSN (Print) : 0974-6846 3. P Premkumar, RCibiChakkaravarthy, M Keerthana, R Ravivarma, T Sharmila, “One touch alarm system for women’s safety using GSM” International Journal of Science Technology and Management, Vol.7, no.1, March 2015 4. Shaik Mazhar Hussain, Women safety using mobile application”. International Journal of Advanced research in computer Engineering and technology(IJARCET), Vol. 3, Issue 3, March 2014. 5. https://elementztechblog.files.wordpress com/2014/06/img_0078-copy.jpg 6. https://www.robomart.com/arduino-unoOnline, india .