SlideShare ist ein Scribd-Unternehmen logo
1 von 4
Downloaden Sie, um offline zu lesen
International Journal of Electrical, Electronics and Computers
Vol-6, Issue-4 | Jul-Aug, 2021
Available: https://aipublications.com/ijeec/
Peer-Reviewed Journal
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.1 1
Rakshak – The Death Beater
Yashvardhan Goel, Yashasvi Bhatt, Naman Khanna, Mr. Dinesh Verma
Department of CSE, Global Institute of Technology, Jaipur, India
Received: 15 Jun 2021; Accepted: 27 Jun 2021; Date of Publication: 05 Jul 2021
©2021 The Author(s). Published by Infogain Publication. This is an open access article under the CC BY license
(https://creativecommons.org/licenses/by/4.0/).
Abstract — This project is made with an aim to aid victims of road accidents with effective immediate
emergency response. This project is powered by IoT and harness the power of Sensors. The main objective
of this project is to inform all the concerned authorities of road accidents without human intervention.
Therefore, it has the capability to decrease the death toll that occurred due to road accidents by a
significantly good margin. The project starts its execution after it encounters an impact of a certain degree.
It then fetches the location of the device and renders it on the map.
Keywords— Automation, Death Toll, Location, Sensors, Road Accidents.
I. INTRODUCTION
1.1 Problem Statement
In India, each year, almost 4L - 5L fatalities occur from
road accidents, and among these numbers an approximate
1L - 2L people lose their lives due to severe injuries,
unavailability of life-saving resources on time. Stats says
that in the year 2019 only, 5,89,916 road accidents were
reported with a death toll of 1,47,913, and the number of
injured fatalities recorded was 4,70,975. This made the
fact that 405 people die and 1290 people get injured every
day from road accidents, these numbers are even greater
than the death toll due to the recent pandemic Covid-19.
On some research, we also find that every 7th death occurs
due to the unavailability of lifesaving resources on time.
So, to decrease these numbers even by a slight margin we
are proposing “Rakshak”.
1.2 Solution Proposed
Rakshak” is a collection of Hardware and Software
utilities, used to perform several tasks thus helping road
accident victims with the aid of relief on time from the
concerned authorities. We are setting up a device that will
be attached to the vehicle, now if some person met with an
accident, the device attached will record the intensity of
the accident. The in-built GPS device will keep on fetching
the location of the device and store it on the server. The
software utilities will fetch the location from the server
and send it to all the concerned authorities in a radius of
20KMs aiming to get the medical as well as law
enforcement response.
Fig.1 Rakshak Mobile App Logo
II. UTILITIES USED
2.1. Raspberry Pi 4B
The Raspberry Pi is a set of tiny single-board computer
devices originally made with the purpose of promoting the
art of Computer Science in schools and Developing
Countries
Yashvardhan Goel et al. Rakshak – The Death Beater
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.1 2
Fig.2: Raspberry Pi Model 4B
The Raspberry Pi is one of the best-selling Computer
Devices with a sale of 40M boards sold till the end of
2020. The reasons that generate these figures are its low
cost, modularity, and open design. [1] The Raspberry Pi 4
Model B was released in 2019. It has a 1.5 GHz 64-bit
Quad-Core Processor with a certain variety of required
utilities like wifi, bluetooth, etc. It came in three different
variants which differ from each other by the availability of
RAM. Those are 2GB RAM Variant, 4GB RAM Variant
and 8GB RAM Variant. It also has a 40-pin pinout. [1]
The Raspberry Pi 4 Model B has a certain variety of ports
like USB 2.0, USB 3.0 which helps transmit and receive
data from other similar or different devices. It also has a
USB-C port to provide additional power to the device. [1]
The Pi Foundation provides a Linux Distribution, Debian-
based 32-bit Operating System as its main OS, although
this is not limited, one can use any other Linux
Distribution as OS as well but the Foundation Committee
recommends “Raspberry Pi OS” (formerly known as
Raspbian) as its main OS. The Raspberry Pi promotes
Python and Scratch as its main programming languages,
although it is also not limited, other programming
languages like JAVA or C can also be used. [1]
Fig. 2: Raspberry Pi OS
Use in our Project:
The Raspberry Pi is the main system of the Hardware
Utility we are designing, all the other hardware
components are accessed with the help of Raspberry Pi.
Since all the other Hardware Components generate Analog
Signals and Raspberry Pi needs Digital Signal to work
upon, therefore an Analog-to-Digital Converter IC Module
named as MCP3008 IC Module is used which serves this
purpose.[2]
Fig.4: MCP3008 IC Module
2.2 NEO-6M-GPS Module
The NEO-6M GPS module is a module device used to
fetch the current location of the device it is attached to.
The module sends a request signal to the satellites. This
signal is attached with a timestamp at which it was
originally transmitted. Then the satellites on the basis of
time of request made, respond to it by fetching the
coordinates of the device. [3]
Fig.5: NEO-6M GPS Module
The response made by satellite to the request made by the
GPS device is in the form of Radio Signals. These Radio
Signals carry information about the location and current
timestamp of the satellites and inform the receiver about it.
[3]
Yashvardhan Goel et al. Rakshak – The Death Beater
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.1 3
Fig.6: NEO-6M GPS Module Working
The receiver i.e NEO-6M GPS Module in this case uses
the Trilateration Process to detect the exact location of
Satellites. The receiver calculates the distance between the
satellites with the help of the time taken by the receiver to
receive response for the request made. [3] It is crystal-
oscillated, 12.2 x 16 x 2.4 (mm) sized module device
which has the capability to track up to 22 satellites on 50
channels. [4]
Use in our Project:
This module fetches the location of the hardware device
attached to the vehicle. In any case, an accident happens to
the vehicle, the last current location fetched by the GPS
Module is stored in the Firebase Server so as to track the
accident site.
2.3. SIM800A GSM Module
The SIM800A GSM Module is a Quad Band GSM/GPRS
device that supports 850/900/1800/1900 MHz of
frequency. It can be used to transmit Voice Mail, SMS and
other data info. It is very easy to embed this device as it
acquires only a size of 100 x 53 x 15 (mm) and also it has
a baud rate of 9600. [5]
Fig.7: SIM 800A GSM Module
Use in our Project:
Since the GPS device stores the location on Firebase
Server therefore it will have a need of an Internet
Connection. The SIM800A GSM Module helps us with
that. It provides fast internet 2G/3G connectivity that can
be used to transmit data at a high speed.
III. WORKING
Rakshak is an IoT-based solution that will harness the
power of Sensors. The main objective of this project is to
detect vehicle accidents and send an alert notification to
concerned authorities to receive an effective immediate
emergency response. There are 2 phases in this project, the
first phase stores the data onto the server from the
hardware device. And the second phase renders the
location of the device in a Map View.
3.1 Phase-1
The main system of Hardware Device is chosen as
Raspberry Pi over Arduino because of its fast processing
speed and power. The Raspberry Pi has a connected
Neo6M GPS Module which fetches the current location of
the device. This module will keep on fetching the result
until and unless it gets a specific type of signal from the
Hit/Shock Sensor.
The Shock sensor records the intensity of hit/shock and
checks whether the intensity is above the threshold value
or not. In case it is above the set threshold mark, the
hit/shock sensor sends an alert signal to Raspberry Pi. The
Raspberry Pi will then trigger the main program. This
main program takes the current location from the GPS
Module and stores it on the Google Firebase Server.
The main program is also equipped with the feature of
calling. This feature will alert all the nearby Police
Stations and Hospitals with an automated Voice and Text
Message on to their devices to receive an effective
immediate emergency response.
Fig.8: Hardware circuit of Rakshak
Yashvardhan Goel et al. Rakshak – The Death Beater
ISSN: 2456-2319
https://dx.doi.org/10.22161/eec.64.1 4
3.2 Phase-2
In phase 2 of this Project, a Mobile Application has been
set up that helps to see the location of the device in a Fully
Integrated Map View so that it becomes easy to track the
accident location. The Mobile App fetches the location
from the Google Firebase Server and renders it on the map
with the help of OpenStreetMaps API. The App is built in
Python-Kivy which provides several in-built plugins
including the OpenStreetMaps API. The GPS Module in
the Hardware device generates coordinates based on the
location of the device and those coordinates are rendered
on the map with a marker pointing to the actual location of
the accident.
Fig.9: Mobile App – Location UI
IV. CONCLUSION
This project has a huge scope in the field of the
Automobile Industry and integrated GPS System
Development Industry. The major advantage of this project
is that it would help in decreasing the death toll due to road
accidents by a huge margin.
Fig.10 Rakshak Block Diagram
REFERENCES
[1] "Raspberry Pi - Wikipedia", En.wikipedia.org, 2021.
[Online]. Available:
https://en.wikipedia.org/wiki/Raspberry_Pi. [Accessed: 18-
Jun- 2021].J. Clerk Maxwell, A Treatise on Electricity and
Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892,
pp.68–73.
[2] "Raspberry Pi Analog to Digital Converters", Adafruit
Learning System, 2021. [Online]. Available:
https://learn.adafruit.com/raspberry-pi-analog-to-digital-
converters. [Accessed: 18- Jun- 2021].K. Elissa, “Title of
paper if known,” unpublished.
[3] Lastminuteengineers.com, 2021. [Online]. Available:
https://lastminuteengineers.com/neo6m-gps-arduino-
tutorial/. [Accessed: 18- Jun- 2021].
[4] "NEO-6 series", u-blox, 2021. [Online]. Available:
https://www.u-blox.com/en/product/neo-6-series. [Accessed:
18- Jun- 2021].
[5] "Buy SIM800A GSM Module with RS232 Interface Online
at Lowest Price", Robu.in | Indian Online Store | RC Hobby
| Robotics, 2021. [Online]. Available:
https://robu.in/product/sim800a-quad-band-gsmgprs-
module-rs232-interface/. [Accessed: 18- Jun- 2021].

Weitere ähnliche Inhalte

Was ist angesagt?

Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...zaidinvisible
 
IoT Based Water Management and Supervision System
IoT Based Water Management and Supervision SystemIoT Based Water Management and Supervision System
IoT Based Water Management and Supervision SystemKaushik Gupta
 
Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...zaidinvisible
 
Implementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemImplementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemJournal Papers
 
Qualcomm: Bringing cognitive technologies to life
Qualcomm: Bringing cognitive technologies to lifeQualcomm: Bringing cognitive technologies to life
Qualcomm: Bringing cognitive technologies to lifeQualcomm Research
 
Kinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming GuideKinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming GuideKatsuhito Okada
 

Was ist angesagt? (6)

Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...Maintain load balancing in wireless sensor networks using virtual grid based ...
Maintain load balancing in wireless sensor networks using virtual grid based ...
 
IoT Based Water Management and Supervision System
IoT Based Water Management and Supervision SystemIoT Based Water Management and Supervision System
IoT Based Water Management and Supervision System
 
Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...Low cost energy-efficient smart monitoring system using open-source microcont...
Low cost energy-efficient smart monitoring system using open-source microcont...
 
Implementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity systemImplementation of embedded real time monitoring temperature and humidity system
Implementation of embedded real time monitoring temperature and humidity system
 
Qualcomm: Bringing cognitive technologies to life
Qualcomm: Bringing cognitive technologies to lifeQualcomm: Bringing cognitive technologies to life
Qualcomm: Bringing cognitive technologies to life
 
Kinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming GuideKinect for Windows SDK - Programming Guide
Kinect for Windows SDK - Programming Guide
 

Ähnlich wie Rakshak – The Death Beater

IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking SystemIRJET 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- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET Journal
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET Journal
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformAlexander Decker
 
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...Ibrahim Özgön
 
13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)IAESIJEECS
 
356 358,tesma411,ijeast
356 358,tesma411,ijeast356 358,tesma411,ijeast
356 358,tesma411,ijeastaissmsblogs
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051Sagar Parmar
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET Journal
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMIRJET Journal
 
Smart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTSmart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTrahulmonikasharma
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection BotIRJET Journal
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOPulkit Singhal
 
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
 
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...IRJET Journal
 
phase3.pptx
phase3.pptxphase3.pptx
phase3.pptxBalRaj75
 
Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iaetsd Iaetsd
 

Ähnlich wie Rakshak – The Death Beater (20)

IRJET- IoT based School Bus Tracking System
IRJET-  	  IoT based School Bus Tracking SystemIRJET-  	  IoT based School Bus Tracking System
IRJET- IoT based School Bus Tracking 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- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry PiIRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
IRJET- IoT based Garbage Management System for Smart City using Raspberry Pi
 
IRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking SystemsIRJET- A Survey on Various Location Tracking Systems
IRJET- A Survey on Various Location Tracking Systems
 
Land vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platformLand vehicle tracking system using java on android platform
Land vehicle tracking system using java on android platform
 
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
THE DESIGN IN MOBILE AND WEB PLATFORM OF THE LOCATION IDENTIFICATION APPLICAT...
 
Remote surveillance of enclosed and open architectures using unmanned vehicl...
Remote surveillance of enclosed and open architectures using  unmanned vehicl...Remote surveillance of enclosed and open architectures using  unmanned vehicl...
Remote surveillance of enclosed and open architectures using unmanned vehicl...
 
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
[IJET-V1I3P1] Authors :Sayli Nikumbh,Suchal Gujarathi,Shubham Pawar,S.P.Pingat
 
13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)13 9246 it implementation of cloud connected (edit ari)
13 9246 it implementation of cloud connected (edit ari)
 
356 358,tesma411,ijeast
356 358,tesma411,ijeast356 358,tesma411,ijeast
356 358,tesma411,ijeast
 
vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051vehicle traking based on GSM/GPS using 8051
vehicle traking based on GSM/GPS using 8051
 
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
IRJET- Autonomous Underwater Vehicle: Electronics and Software Implementation...
 
LORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEMLORA BASED DATA ACQUISITION SYSTEM
LORA BASED DATA ACQUISITION SYSTEM
 
Smart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOTSmart Frame - A Location Sensing Picture Frame using IOT
Smart Frame - A Location Sensing Picture Frame using IOT
 
Object Detection Bot
Object Detection BotObject Detection Bot
Object Detection Bot
 
Vehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNOVehicle Tracking System by Arduino UNO
Vehicle Tracking System by Arduino UNO
 
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
 
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
Prototype of Google Maps-Based Flood Monitoring System using Arduino and GSM ...
 
phase3.pptx
phase3.pptxphase3.pptx
phase3.pptx
 
Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...Iirdem design and implementation of finger writing in air by using open cv (c...
Iirdem design and implementation of finger writing in air by using open cv (c...
 

Mehr von AI Publications

The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...AI Publications
 
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemEnhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemAI Publications
 
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...AI Publications
 
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...AI Publications
 
Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”AI Publications
 
Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...AI Publications
 
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...AI Publications
 
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...AI Publications
 
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...AI Publications
 
Neuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewNeuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewAI Publications
 
A phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseA phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseAI Publications
 
Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...AI Publications
 
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...AI Publications
 
Imaging of breast hamartomas
Imaging of breast hamartomasImaging of breast hamartomas
Imaging of breast hamartomasAI Publications
 
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...AI Publications
 
More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...AI Publications
 
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...AI Publications
 
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...AI Publications
 
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinThe Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinAI Publications
 
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...AI Publications
 

Mehr von AI Publications (20)

The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
The Statutory Interpretation of Renewable Energy Based on Syllogism of Britis...
 
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition SystemEnhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
Enhancement of Aqueous Solubility of Piroxicam Using Solvent Deposition System
 
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
Analysis of Value Chain of Cow Milk: The Case of Itang Special Woreda, Gambel...
 
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
Minds and Machines: Impact of Emotional Intelligence on Investment Decisions ...
 
Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”Lung cancer: “Epidemiology and risk factors”
Lung cancer: “Epidemiology and risk factors”
 
Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...Further analysis on Organic agriculture and organic farming in case of Thaila...
Further analysis on Organic agriculture and organic farming in case of Thaila...
 
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
Current Changes in the Role of Agriculture and Agri-Farming Structures in Tha...
 
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
Growth, Yield and Economic Advantage of Onion (Allium cepa L.) Varieties in R...
 
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
Evaluation of In-vitro neuroprotective effect of Ethanolic extract of Canariu...
 
Neuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A ReviewNeuroprotective Herbal Plants - A Review
Neuroprotective Herbal Plants - A Review
 
A phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonenseA phytochemical and pharmacological review on canarium solomonense
A phytochemical and pharmacological review on canarium solomonense
 
Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...Influences of Digital Marketing in the Buying Decisions of College Students i...
Influences of Digital Marketing in the Buying Decisions of College Students i...
 
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
A Study on Performance of the Karnataka State Cooperative Agriculture & Rural...
 
Imaging of breast hamartomas
Imaging of breast hamartomasImaging of breast hamartomas
Imaging of breast hamartomas
 
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...A retrospective study on ovarian cancer with a median follow-up of 36 months ...
A retrospective study on ovarian cancer with a median follow-up of 36 months ...
 
More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...More analysis on environment protection and sustainable agriculture - A case ...
More analysis on environment protection and sustainable agriculture - A case ...
 
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
Assessment of Growth and Yield Performance of Twelve Different Rice Varieties...
 
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
Cultivating Proactive Cybersecurity Culture among IT Professional to Combat E...
 
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and BilrubinThe Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
The Impacts of Viral Hepatitis on Liver Enzymes and Bilrubin
 
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
Determinants of Women Empowerment in Bishoftu Town; Oromia Regional State of ...
 

Kürzlich hochgeladen

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024The Digital Insurer
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationRidwan Fadjar
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxNavinnSomaal
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 3652toLead Limited
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 

Kürzlich hochgeladen (20)

Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024My INSURER PTE LTD - Insurtech Innovation Award 2024
My INSURER PTE LTD - Insurtech Innovation Award 2024
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
My Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 PresentationMy Hashitalk Indonesia April 2024 Presentation
My Hashitalk Indonesia April 2024 Presentation
 
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
Transcript: New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
SAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptxSAP Build Work Zone - Overview L2-L3.pptx
SAP Build Work Zone - Overview L2-L3.pptx
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365Ensuring Technical Readiness For Copilot in Microsoft 365
Ensuring Technical Readiness For Copilot in Microsoft 365
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 

Rakshak – The Death Beater

  • 1. International Journal of Electrical, Electronics and Computers Vol-6, Issue-4 | Jul-Aug, 2021 Available: https://aipublications.com/ijeec/ Peer-Reviewed Journal ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.1 1 Rakshak – The Death Beater Yashvardhan Goel, Yashasvi Bhatt, Naman Khanna, Mr. Dinesh Verma Department of CSE, Global Institute of Technology, Jaipur, India Received: 15 Jun 2021; Accepted: 27 Jun 2021; Date of Publication: 05 Jul 2021 ©2021 The Author(s). Published by Infogain Publication. This is an open access article under the CC BY license (https://creativecommons.org/licenses/by/4.0/). Abstract — This project is made with an aim to aid victims of road accidents with effective immediate emergency response. This project is powered by IoT and harness the power of Sensors. The main objective of this project is to inform all the concerned authorities of road accidents without human intervention. Therefore, it has the capability to decrease the death toll that occurred due to road accidents by a significantly good margin. The project starts its execution after it encounters an impact of a certain degree. It then fetches the location of the device and renders it on the map. Keywords— Automation, Death Toll, Location, Sensors, Road Accidents. I. INTRODUCTION 1.1 Problem Statement In India, each year, almost 4L - 5L fatalities occur from road accidents, and among these numbers an approximate 1L - 2L people lose their lives due to severe injuries, unavailability of life-saving resources on time. Stats says that in the year 2019 only, 5,89,916 road accidents were reported with a death toll of 1,47,913, and the number of injured fatalities recorded was 4,70,975. This made the fact that 405 people die and 1290 people get injured every day from road accidents, these numbers are even greater than the death toll due to the recent pandemic Covid-19. On some research, we also find that every 7th death occurs due to the unavailability of lifesaving resources on time. So, to decrease these numbers even by a slight margin we are proposing “Rakshak”. 1.2 Solution Proposed Rakshak” is a collection of Hardware and Software utilities, used to perform several tasks thus helping road accident victims with the aid of relief on time from the concerned authorities. We are setting up a device that will be attached to the vehicle, now if some person met with an accident, the device attached will record the intensity of the accident. The in-built GPS device will keep on fetching the location of the device and store it on the server. The software utilities will fetch the location from the server and send it to all the concerned authorities in a radius of 20KMs aiming to get the medical as well as law enforcement response. Fig.1 Rakshak Mobile App Logo II. UTILITIES USED 2.1. Raspberry Pi 4B The Raspberry Pi is a set of tiny single-board computer devices originally made with the purpose of promoting the art of Computer Science in schools and Developing Countries
  • 2. Yashvardhan Goel et al. Rakshak – The Death Beater ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.1 2 Fig.2: Raspberry Pi Model 4B The Raspberry Pi is one of the best-selling Computer Devices with a sale of 40M boards sold till the end of 2020. The reasons that generate these figures are its low cost, modularity, and open design. [1] The Raspberry Pi 4 Model B was released in 2019. It has a 1.5 GHz 64-bit Quad-Core Processor with a certain variety of required utilities like wifi, bluetooth, etc. It came in three different variants which differ from each other by the availability of RAM. Those are 2GB RAM Variant, 4GB RAM Variant and 8GB RAM Variant. It also has a 40-pin pinout. [1] The Raspberry Pi 4 Model B has a certain variety of ports like USB 2.0, USB 3.0 which helps transmit and receive data from other similar or different devices. It also has a USB-C port to provide additional power to the device. [1] The Pi Foundation provides a Linux Distribution, Debian- based 32-bit Operating System as its main OS, although this is not limited, one can use any other Linux Distribution as OS as well but the Foundation Committee recommends “Raspberry Pi OS” (formerly known as Raspbian) as its main OS. The Raspberry Pi promotes Python and Scratch as its main programming languages, although it is also not limited, other programming languages like JAVA or C can also be used. [1] Fig. 2: Raspberry Pi OS Use in our Project: The Raspberry Pi is the main system of the Hardware Utility we are designing, all the other hardware components are accessed with the help of Raspberry Pi. Since all the other Hardware Components generate Analog Signals and Raspberry Pi needs Digital Signal to work upon, therefore an Analog-to-Digital Converter IC Module named as MCP3008 IC Module is used which serves this purpose.[2] Fig.4: MCP3008 IC Module 2.2 NEO-6M-GPS Module The NEO-6M GPS module is a module device used to fetch the current location of the device it is attached to. The module sends a request signal to the satellites. This signal is attached with a timestamp at which it was originally transmitted. Then the satellites on the basis of time of request made, respond to it by fetching the coordinates of the device. [3] Fig.5: NEO-6M GPS Module The response made by satellite to the request made by the GPS device is in the form of Radio Signals. These Radio Signals carry information about the location and current timestamp of the satellites and inform the receiver about it. [3]
  • 3. Yashvardhan Goel et al. Rakshak – The Death Beater ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.1 3 Fig.6: NEO-6M GPS Module Working The receiver i.e NEO-6M GPS Module in this case uses the Trilateration Process to detect the exact location of Satellites. The receiver calculates the distance between the satellites with the help of the time taken by the receiver to receive response for the request made. [3] It is crystal- oscillated, 12.2 x 16 x 2.4 (mm) sized module device which has the capability to track up to 22 satellites on 50 channels. [4] Use in our Project: This module fetches the location of the hardware device attached to the vehicle. In any case, an accident happens to the vehicle, the last current location fetched by the GPS Module is stored in the Firebase Server so as to track the accident site. 2.3. SIM800A GSM Module The SIM800A GSM Module is a Quad Band GSM/GPRS device that supports 850/900/1800/1900 MHz of frequency. It can be used to transmit Voice Mail, SMS and other data info. It is very easy to embed this device as it acquires only a size of 100 x 53 x 15 (mm) and also it has a baud rate of 9600. [5] Fig.7: SIM 800A GSM Module Use in our Project: Since the GPS device stores the location on Firebase Server therefore it will have a need of an Internet Connection. The SIM800A GSM Module helps us with that. It provides fast internet 2G/3G connectivity that can be used to transmit data at a high speed. III. WORKING Rakshak is an IoT-based solution that will harness the power of Sensors. The main objective of this project is to detect vehicle accidents and send an alert notification to concerned authorities to receive an effective immediate emergency response. There are 2 phases in this project, the first phase stores the data onto the server from the hardware device. And the second phase renders the location of the device in a Map View. 3.1 Phase-1 The main system of Hardware Device is chosen as Raspberry Pi over Arduino because of its fast processing speed and power. The Raspberry Pi has a connected Neo6M GPS Module which fetches the current location of the device. This module will keep on fetching the result until and unless it gets a specific type of signal from the Hit/Shock Sensor. The Shock sensor records the intensity of hit/shock and checks whether the intensity is above the threshold value or not. In case it is above the set threshold mark, the hit/shock sensor sends an alert signal to Raspberry Pi. The Raspberry Pi will then trigger the main program. This main program takes the current location from the GPS Module and stores it on the Google Firebase Server. The main program is also equipped with the feature of calling. This feature will alert all the nearby Police Stations and Hospitals with an automated Voice and Text Message on to their devices to receive an effective immediate emergency response. Fig.8: Hardware circuit of Rakshak
  • 4. Yashvardhan Goel et al. Rakshak – The Death Beater ISSN: 2456-2319 https://dx.doi.org/10.22161/eec.64.1 4 3.2 Phase-2 In phase 2 of this Project, a Mobile Application has been set up that helps to see the location of the device in a Fully Integrated Map View so that it becomes easy to track the accident location. The Mobile App fetches the location from the Google Firebase Server and renders it on the map with the help of OpenStreetMaps API. The App is built in Python-Kivy which provides several in-built plugins including the OpenStreetMaps API. The GPS Module in the Hardware device generates coordinates based on the location of the device and those coordinates are rendered on the map with a marker pointing to the actual location of the accident. Fig.9: Mobile App – Location UI IV. CONCLUSION This project has a huge scope in the field of the Automobile Industry and integrated GPS System Development Industry. The major advantage of this project is that it would help in decreasing the death toll due to road accidents by a huge margin. Fig.10 Rakshak Block Diagram REFERENCES [1] "Raspberry Pi - Wikipedia", En.wikipedia.org, 2021. [Online]. Available: https://en.wikipedia.org/wiki/Raspberry_Pi. [Accessed: 18- Jun- 2021].J. Clerk Maxwell, A Treatise on Electricity and Magnetism, 3rd ed., vol. 2. Oxford: Clarendon, 1892, pp.68–73. [2] "Raspberry Pi Analog to Digital Converters", Adafruit Learning System, 2021. [Online]. Available: https://learn.adafruit.com/raspberry-pi-analog-to-digital- converters. [Accessed: 18- Jun- 2021].K. Elissa, “Title of paper if known,” unpublished. [3] Lastminuteengineers.com, 2021. [Online]. Available: https://lastminuteengineers.com/neo6m-gps-arduino- tutorial/. [Accessed: 18- Jun- 2021]. [4] "NEO-6 series", u-blox, 2021. [Online]. Available: https://www.u-blox.com/en/product/neo-6-series. [Accessed: 18- Jun- 2021]. [5] "Buy SIM800A GSM Module with RS232 Interface Online at Lowest Price", Robu.in | Indian Online Store | RC Hobby | Robotics, 2021. [Online]. Available: https://robu.in/product/sim800a-quad-band-gsmgprs- module-rs232-interface/. [Accessed: 18- Jun- 2021].