SlideShare una empresa de Scribd logo
1 de 8
Descargar para leer sin conexión
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
   INTERNATIONAL JOURNAL OF ELECTRONICS AND
   0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME
COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
ISSN 0976 – 6464(Print)
ISSN 0976 – 6472(Online)
Volume 4, Issue 1, January- February (2013), pp. 35-42
                                                                             IJECET
© IAEME: www.iaeme.com/ijecet.asp
Journal Impact Factor (2012): 3.5930 (Calculated by GISI)
                                                                           ©IAEME
www.jifactor.com




             GSM BASED EMERGENCY CALLING SYSTEM
        1) Prof. Himanshu K.Patel                                       2) Deep H. Desai
            hkpatel@nirmauni.ac.in                                 deep.desai90@gmail.com
    Department of Instrumentation and Control             M,Tech I.C.(Automation and Control)
        Institute of Technology                                    Institute of Technology
         Nirma University,                                             Nirma University,
            Ahmedabad,India                                          Ahmedabad,India

                                     3) Yadav Satyendra S.
                                 yadav.satyendra21@yahoo.com
                                M,Tech Instrumentation and Control
                                   Dharmsinh Desai University,
                                      Nadiad,Gujarat,India.


   ABSTRACT

          This paper presents an emergency calling system consists of GSM module, solar
   panel which are connected with centralized control room by wireless communication.
   Proposed system may be installed at any remote location where even basic emergency
   services are not available. It will be totally based on GSM signal strength. In case of medical
   & accidental emergency, particularly when the traveler doesn’t have the mobile phone or
   switched off mobile condition, this system may be very much helpful. The System will be
   protected from theft attempts using different alarm circuits. This system will be continuously
   powered through a solar panel. This system will be useful even for illiterate people. The
   purpose of this project is to help people in emergency in remote location as early as possible.

   Index Terms: Emergency calling system, GSM module, microcontroller, solar power.

   I. INTRODUCTION

           In this project, strength of GSM network plays an important role. GSM module
   SIMCOM SIM 300 is used with microcontroller 8051. This project is provided with anti theft
   system. A battery of the project gets continuously supply from the solar panel. This project is
   totally based on strength of GSM network[1]. Battery will be kept safe by providing battery
   sensor. In case of any short circuit, there will be a fire sensor to alert the control room about

                                                  35
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME

this. If any thief try to steal this system by force, then there will be vibration sensor which
will directly inform the control room about this attempt. LCD will be provided on the upper
portion of the GSM module which will indicate the name of manufacturer .Control room
people can check the operation status of the system through a message response feature.
Once the person from control room call on the system, then system automatically response it
by sending message to him on mobile. Thus, we will come to know that system is working
properly. For start up of any GSM module AT commands are necessary Programming of this
project plays an important role. Programming is done in a “C” language with use of AT
commands.

II. HARDWARE

A.GSM MODULE SIMCOM SIM 300




                              Fig.1 Photo of SIMCOM SIM300

GSM Modem provides full functional capability to Serial devices to send SMS and Data over
GSM Network. The product is available as Board Level or enclosed in Metal Box. The Board
Level product can be integrated in to Various Serial devices in providing them SMS and Data
capability and the unit housed in a Metal Enclosure can be kept outside to provide serial port
connection. The GSM Modem supports popular "AT" command set so that users can develop
applications quickly. The product has SIM Card holder to which activated SIM card is
inserted for normal use. The power to this unit can be given from battery connected with
solar panel to provide uninterrupted operation. This product provides great feasibility for
devices in remote location to stay connected which otherwise would not have been possible
where telephone lines do not exist. Its application areas are Mobile Transport vehicles, LAN
based SMS servers, Alarm notification of critical events including Servers, Network
Monitoring and SMS reporting, Data Transfer applications from remote locations, Monitor
and control of Serial services through GSM Network, Integration to custom software for
Warehouse, Stock, Production, Dispatch notification through SMS. The “AT” command set
plays an important role for working of GSM module SIMCOM SIM 300. There are different
commands in AT commands for calling as well as message. After typing “AT;”, the module
will start working. Then “ATD 9033xxxxxx;” command will directly call on number which
we wrote with ATD command.
                                               36
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME

B.MICROCONTROLLER 8051
       The 8051 is very useful in different applications. Many useful microcontrollers
developed that based on and compatible with the 8051. Thus, the ability to program an 8051
is an important skill for anyone who plans to develop products that will take advantage of
microcontrollers
Special Function Register (SFR)
The 8051 is a useful microcontroller with a large number of modes of operations. Program
may inspect and change operating mode of the 8051 by manipulating the values of the 8051's
SFRs. If SFRs were normal Internal RAM, then they are accessed. The only difference is
that SFR registers exist in the address range of 80h through FFh while internal RAM is from
address 00h through 7Fh.
1) TMOD (Timer Mode, Addresses 89h): TMOD is useful for configure the mode of
operation of timers. Using TMOD your program may configure each
timer to be a 16-bit timer, an 8-bit auto reload timer, a 13-bit timer. Additionally, when an
external pin is activated or to count "events" that are indicated on an external pin, then you
may configure the timers to only count.
2)TL0/TH0 (Timer 0 Low/High, Addresses 8Ah/8Bh): These TL0/TH0, taken together,
represent timer 0. Their behavior depends on how the timer is configured in the TMOD SFR;
these timers always count up. It depends on what is configurable and when they increment in
value.

3)TL1/TH1 (Timer 1 Low/High, Addresses 8Ch/8Dh): These two TL1/TH1, taken together,
represent timer 1. Their exact behavior depends on how the timer is configured in the TMOD;
however, these timers always going to count up. It depends on what is configurable and when
they increment in value.
4)SCON (Serial Control, Addresses 98h, Bit-Addressable): This SFR is used to configure the
behavior of the 8051's on-board serial port. It controls the baud rate of the serial port, whether
the serial port is activated to receive data and also contains flags that are set when a byte is
successfully sent.
5)SBUF (Serial Control, Addresses 99h): This SFR is used to send and receive data via the
on-board serial port. If any value written to SBUF, it will be sent out to the serial port's TXD
pin. Likewise, any value which the 8051 receives via the serial port's RXD pin, it will be
delivered to the user program via SBUF .It serves as the output port when written to and as an
input port when read from. The 8051 has two timers in which each function works the same
way. One timer is TIMER0 and the other is TIMER1. The two timers share two SFRs
(TMOD and TCON) which control the timers, and each timer also has two SFRs dedicated
solely to itself (TH0/TL0 and TH1/TL1).
C. ASCII table
       In a programming part ASCII table plays an important role. With a help of this table,
we came to know different hexadecimal value of command like new line and carriage return.
The hex value for new line feed is ‘A’. The hex value for carriage return (;) is ‘D’. Thus, for
a programming part of microcontroller, it is necessary to write hexadecimal value with help
of ASCII table.

                                               37
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME

D. Solar panel
        An important part of the system will be solar panel. It will provide power supply to
the battery. When charging of battery is going to finish, it will get continuous power supply
from solar panel. There will be no effect of power failure in the villages on this system
because this will be totally based on solar power .It will convert solar energy into electrical
energy. Thus, it will provide continuous power supply to the emergency calling system. Solar
panel will be implemented where sun light always easily available.

III. OPERATION




                               Fig.4 Block diagram of the system

1) GSM module: This will provide a network to the project by use of antenna.LED will on
after every 3 seconds if network is there. Module will be started by use of AT commands.
Call and message can be done by this module. It will get continuous supply from battery.
The GSM Modem supports popular "AT" command set so that users can develop applications
quickly. The product has SIM Card holder to which activated SIM card is inserted for normal
use.


                                               38
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME

2) Microcontroller 8051: For use of the 8051’s on-board serial port, it is necessary to initialize the
following SFRs: SCON, TCON, and TMOD. This is because the serial port is controlled by SCON.
In this case by initializing TCON and TMOD, timer 1 will be configured.

3) Serial communication




                                      Fig.3 Serial communication

One of the 8051’s many powerful features is it’s integrated UART, otherwise known as a serial port.
The fact that the 8051 has an integrated serial port means that you may very easily read and write
values to the serial port. If it were not for the integrated serial port, writing a byte to a serial line
would be a rather tedious process requiring turning on and off one of the I/O lines in rapid succession
to properly "clock out" each individual bit, including start bits, stop bits, and parity bits.
It needs to configure the serial port’s operation mode and baud rate. Once configured, write an SFR to
write a value to the serial port or read the same SFR to read a value from the serial port. The 8051 will
automatically let us know when it has finished sending the character we wrote and will also let us
know whenever it has received a byte so that we can process it. We do not have to worry about
transmission at the bit level which saves us quite a bit of coding and processing time.
The SCON SFR allows the configuration of the serial port. Thus, it will go through each bit and
review it’s function. The first four bits (bits 4 through 7) are configuration bits. Bits SM0 and SM1 set
the serial mode to a value between 0 and 3, inclusive. The four modes are defined in the chart
immediately above. As you can see, selecting the Serial Mode selects the mode of operation (8-bit/9-
bit, UART or Shift Register) and also determines how the baud rate will be calculated.

4) Battery: It will provide power supply to the GSM module. Battery is connected to solar panel for
getting solar power whenever battery is low. With use of this our system will work on 24 hours.
Battery will provide 12V supply to the GSM module SIMCOM SIM 300.

5) Solar panel: It will convert solar energy into electrical energy. It will provide 12V supply to the
GSM module. So system will get continuous power supply at any remote location. It will mount on
the same pole on which GSM module will be mounted.

6) Emergency switch: It will call the control room by pressing it once.So even illiterate person can use
this system without difficulty which he will face in case of mobile phone. Once the button is pressed,
green LED will on until call is on.

7) Fire sensor: It will detect the fire in panel box of the project. Whenever short circuit happens in the
panel box, sensor will detect this and send message to the control room. Then immediate action can be
taken by control room.


                                                   39
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME

8) Battery sensor: It will prevent battery by theft attempt. Whenever thief will try to open the door of
panel box, sensor will detect this and it will give message to the control room. Thus, a battery will be
saved from thief.

9) Vibration sensor: Whenever a thief will try to steal the project with some force, vibration sensor
will detect this and alert the control room about this incident. In the case of any vehicle knock down
the system pole, then vibration sensor also alert the control room.

10) LCD: This will display the name of manufacturer so company will be interested to invest in this
project. So project will become more economical.

IV. FLOW CHART

       The system will be automatically connected with battery, if start button is pressed. If red
LED on, it means power is taken by GSM module. Then command will load to the GSM module
from microcontroller. After pressed down emergency switch, it will call directly to the control room.




                                    Fig. 3 Flow chart of system

                                                  40
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME

V. CONCLUSION

        The purpose of this project is to help people in emergency in remote location as early
as possible. System will be useful on any remote location where basic emergency services are
not available easily in case of accident, medical emergency, robbery, breakdown etc. This
system can be used by illiterate people so this will be established between two villages
having so much distance between villages. There will be no effect of power failure in the
villages on this system because this will be totally based on solar power .Once the person
from control room call on the system, then system automatically response it by sending
message to him on mobile. Thus, we will come to know that system is working properly. This
concept will make system more reliable and useful. Additional safety features like battery
sensor, fire sensor, vibration sensor, etc can be implemented to prevent the system from
possible theft attempts & fault conditions in the system. The mobile version of the system can
be used in metro train project.

VI.REFERENCES

[1]. M. Silventoinen and T. Rantalainen, Mobile Station Locating in GSM. IEEE Wireless
Communications System Symposium, Smithtown 28.-29-11.95. pp. 53-58.

[2]. Tika Miller, “Nurse Call Systems: Impact on Nursing Performance,” Journal of Nursing
Care Quality, Vol.11, Issue 3, Feb. 1997, pp. 36-43.

[3] . E. L. Bunting, “Nurse Call System Including a Coaxial Conductor only connecting a
plurality of signals,” US Patent

[4]   GSM-R Functional Group. VIC Project EIRENE Functional                       Requirements
Specification. V7. 17 May 2006.

[5] GSM-R Operators Group. VIC Project EIRENE System Requirements Specification.
VIS. 17 May 2006.

[6] Jorg Ebersbacher et.al., “GSM Switching Services and Protocols”, Wiley Publications,
2nd edition, 2001.

[7] Hong XY, Gerla M, Pei GY, Chiang CC. A group mobility model for ad hoc wireless
networks. MSWiM '99 Proceedings of the 2nd ACM international workshop on Modeling,
analysis and simulation of wireless and mobile systems,Taiwan,1999: 53-60.

[8] Raphael Frank, Thomas Scherer and Thomas Engel. Advanced Speech Call Items for
GSM-Railway. Emergency Group Calls over Interoperable Networks. The 11th IEEE
International Conference on Computational Science and Engineering-Workshops, Aalborg,
2009,131-136 .

[9] Luo Junhai,Ye Danxia,Xue Liu,and Fan Mingyu.A Survey of Multicast Routing
Protocols for Mobile Ad-Hoc Networks .IEEE COMMUNICATIONS SURVEYS &
TUTORIALS, 2009,11 :78-91.


                                               41
International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN
0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME

[10] Lee S J,Su W,Gerla M. On-demand multicast routing protocol. Wireless
Communications and Networking Conference, New Orleans, 1999: 1298 – 1302

[11] V. Sreng, H. Yanikomeroglu, D.Falconer, “Coverage enhancement through two-hop
relaying in cellular radio systems,” IEEE Wireless Communication and Networking
Conference (WCNC’00), pp 7-12, Sept. 2000, Chicago, USA

[12] Sushama S.Kagde And Prof.Deshmukh B.T., “Three Phase Parameter Data Logging
And Fault Detection Using Gsm Technology” International journal of Electronics and
Communication Engineering &Technology (IJECET), Volume3, Issue3, 2012, pp. 324 - 332,
Published by IAEME.

[13] Sudha.P.N And Dr U.Eranna, “Source And Adaptive Channel Coding Techniques For
Wireless Communication” International journal of Electronics and Communication
Engineering &Technology (IJECET), Volume3, Issue3, 2012, pp. 314 - 323, Published by
IAEME.

[14] Dr. V. Murali Krishna and Karimella Vikram, “Broadband Wireless Communication”
International journal of Electronics and Communication Engineering &Technology
(IJECET), Volume3, Issue2, 2012, pp. 217 - 226, Published by IAEME.




                                               42

Más contenido relacionado

La actualidad más candente

IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...
IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...
IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...IRJET Journal
 
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...journalBEEI
 
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...IRJET Journal
 
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
Ieeepro techno solutions   ieee embedded project - multi channel remote contr...Ieeepro techno solutions   ieee embedded project - multi channel remote contr...
Ieeepro techno solutions ieee embedded project - multi channel remote contr...srinivasanece7
 
Design and Implementation of A GSM-Based Scrolling Message Display Board
Design and Implementation of A GSM-Based Scrolling Message Display Board Design and Implementation of A GSM-Based Scrolling Message Display Board
Design and Implementation of A GSM-Based Scrolling Message Display Board rinzindorjej
 
Design for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-DistanceDesign for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-Distanceijeei-iaes
 
Fingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM ModuleFingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM ModuleIJERA Editor
 
Thesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic VehicleThesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic VehicleAkhil Reddy Rondla
 
Ieeepro techno solutions ieee embedded project - low power wireless sensor...
Ieeepro techno solutions   ieee embedded project  - low power wireless sensor...Ieeepro techno solutions   ieee embedded project  - low power wireless sensor...
Ieeepro techno solutions ieee embedded project - low power wireless sensor...srinivasanece7
 
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkeSAT Publishing House
 
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkeSAT Journals
 
IRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET Journal
 
Gsm anti theft system
Gsm anti theft systemGsm anti theft system
Gsm anti theft systemAshu0711
 
Automatic fire prevteing system in train and buses
Automatic fire prevteing system in train and busesAutomatic fire prevteing system in train and buses
Automatic fire prevteing system in train and busesVasu Manikandan
 
Zigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machineZigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machineNaqeeb Ullah Kakar
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless Systemijceronline
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)IRJET Journal
 

La actualidad más candente (19)

IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...
IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...
IRJET - Transformer Parameter Measurement and Protection by using Wireless Sy...
 
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
Implementation of vehicle ventilation system using NodeMCU ESP8266 for remote...
 
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...IRJET-  	  Cryptographic Efficient Data Transmission in Defence Stations usin...
IRJET- Cryptographic Efficient Data Transmission in Defence Stations usin...
 
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
Ieeepro techno solutions   ieee embedded project - multi channel remote contr...Ieeepro techno solutions   ieee embedded project - multi channel remote contr...
Ieeepro techno solutions ieee embedded project - multi channel remote contr...
 
Design and Implementation of A GSM-Based Scrolling Message Display Board
Design and Implementation of A GSM-Based Scrolling Message Display Board Design and Implementation of A GSM-Based Scrolling Message Display Board
Design and Implementation of A GSM-Based Scrolling Message Display Board
 
Design for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-DistanceDesign for Postplacement Mousing based on GSM in Long-Distance
Design for Postplacement Mousing based on GSM in Long-Distance
 
Fingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM ModuleFingerprint Based Security System using GSM Module
Fingerprint Based Security System using GSM Module
 
Thesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic VehicleThesis on Solar Based Hecto Robotic Vehicle
Thesis on Solar Based Hecto Robotic Vehicle
 
Ieeepro techno solutions ieee embedded project - low power wireless sensor...
Ieeepro techno solutions   ieee embedded project  - low power wireless sensor...Ieeepro techno solutions   ieee embedded project  - low power wireless sensor...
Ieeepro techno solutions ieee embedded project - low power wireless sensor...
 
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio network
 
An electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio networkAn electric circuits' remote switching system based on gsm radio network
An electric circuits' remote switching system based on gsm radio network
 
IRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection SystemIRJET- Wearable Sensor based Fall Detection System
IRJET- Wearable Sensor based Fall Detection System
 
Gsm based control system
Gsm based control systemGsm based control system
Gsm based control system
 
Gsm anti theft system
Gsm anti theft systemGsm anti theft system
Gsm anti theft system
 
Automatic fire prevteing system in train and buses
Automatic fire prevteing system in train and busesAutomatic fire prevteing system in train and buses
Automatic fire prevteing system in train and buses
 
Zigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machineZigbee based parameter monitoring and controlling system for induction machine
Zigbee based parameter monitoring and controlling system for induction machine
 
Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless System
 
40120140505016
4012014050501640120140505016
40120140505016
 
Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)Tracking limb motion using inertial measurement units (IMU)
Tracking limb motion using inertial measurement units (IMU)
 

Destacado

Real time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target trackingReal time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target trackingIAEME Publication
 
Efficient extraction of evoked potentials from noisy background eeg
Efficient extraction of evoked potentials from noisy background eegEfficient extraction of evoked potentials from noisy background eeg
Efficient extraction of evoked potentials from noisy background eegIAEME Publication
 
Social Media als cadeau voor de Journalistiek #SMC0495
Social Media als cadeau voor de Journalistiek #SMC0495Social Media als cadeau voor de Journalistiek #SMC0495
Social Media als cadeau voor de Journalistiek #SMC0495Bart Brouwers
 
Combining text and pattern preprocessing in an adaptive dna pattern matcher
Combining text and pattern preprocessing in an adaptive dna pattern matcherCombining text and pattern preprocessing in an adaptive dna pattern matcher
Combining text and pattern preprocessing in an adaptive dna pattern matcherIAEME Publication
 
The Kama Sutra of Retrospectives (extended)
The Kama Sutra of Retrospectives (extended)The Kama Sutra of Retrospectives (extended)
The Kama Sutra of Retrospectives (extended)Oleksandr Lutsaievskyi
 
Sutra book-23-38
Sutra book-23-38Sutra book-23-38
Sutra book-23-38samarel
 
ENCANTOS SECRETOS (Sex Shop)
ENCANTOS SECRETOS  (Sex Shop)ENCANTOS SECRETOS  (Sex Shop)
ENCANTOS SECRETOS (Sex Shop)nibia1994
 
Power quality, its problem and power quality monitoring
Power quality, its problem and power quality monitoringPower quality, its problem and power quality monitoring
Power quality, its problem and power quality monitoringIAEME Publication
 
High speed 64-bit binary comparator using new approach
High speed 64-bit binary comparator using new approachHigh speed 64-bit binary comparator using new approach
High speed 64-bit binary comparator using new approachIAEME Publication
 
Assessing the applicability of ground penetrating radar gpr techniques for ...
Assessing the applicability of ground penetrating radar  gpr  techniques for ...Assessing the applicability of ground penetrating radar  gpr  techniques for ...
Assessing the applicability of ground penetrating radar gpr techniques for ...IAEME Publication
 
A class ab ccii topology based on differential pair with modified output
A class ab ccii topology based on differential pair with modified outputA class ab ccii topology based on differential pair with modified output
A class ab ccii topology based on differential pair with modified outputIAEME Publication
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances controlIAEME Publication
 
As politicas da globalização apresentação-final1
As politicas da globalização apresentação-final1As politicas da globalização apresentação-final1
As politicas da globalização apresentação-final120014
 
Contribución de la tecnología en el mejoramiento de vida
Contribución de la tecnología en el mejoramiento de vidaContribución de la tecnología en el mejoramiento de vida
Contribución de la tecnología en el mejoramiento de vidaCristian Posada
 

Destacado (20)

Real time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target trackingReal time implementation of unscented kalman filter for target tracking
Real time implementation of unscented kalman filter for target tracking
 
Efficient extraction of evoked potentials from noisy background eeg
Efficient extraction of evoked potentials from noisy background eegEfficient extraction of evoked potentials from noisy background eeg
Efficient extraction of evoked potentials from noisy background eeg
 
Social Media als cadeau voor de Journalistiek #SMC0495
Social Media als cadeau voor de Journalistiek #SMC0495Social Media als cadeau voor de Journalistiek #SMC0495
Social Media als cadeau voor de Journalistiek #SMC0495
 
Combining text and pattern preprocessing in an adaptive dna pattern matcher
Combining text and pattern preprocessing in an adaptive dna pattern matcherCombining text and pattern preprocessing in an adaptive dna pattern matcher
Combining text and pattern preprocessing in an adaptive dna pattern matcher
 
The Kama Sutra of Retrospectives (extended)
The Kama Sutra of Retrospectives (extended)The Kama Sutra of Retrospectives (extended)
The Kama Sutra of Retrospectives (extended)
 
The Kama Sutra of Retrospectives
The Kama Sutra of RetrospectivesThe Kama Sutra of Retrospectives
The Kama Sutra of Retrospectives
 
Slv v3.0 answers
Slv  v3.0 answersSlv  v3.0 answers
Slv v3.0 answers
 
Sutra book-23-38
Sutra book-23-38Sutra book-23-38
Sutra book-23-38
 
ENCANTOS SECRETOS (Sex Shop)
ENCANTOS SECRETOS  (Sex Shop)ENCANTOS SECRETOS  (Sex Shop)
ENCANTOS SECRETOS (Sex Shop)
 
Ad mad
Ad madAd mad
Ad mad
 
Power quality, its problem and power quality monitoring
Power quality, its problem and power quality monitoringPower quality, its problem and power quality monitoring
Power quality, its problem and power quality monitoring
 
High speed 64-bit binary comparator using new approach
High speed 64-bit binary comparator using new approachHigh speed 64-bit binary comparator using new approach
High speed 64-bit binary comparator using new approach
 
Assessing the applicability of ground penetrating radar gpr techniques for ...
Assessing the applicability of ground penetrating radar  gpr  techniques for ...Assessing the applicability of ground penetrating radar  gpr  techniques for ...
Assessing the applicability of ground penetrating radar gpr techniques for ...
 
A class ab ccii topology based on differential pair with modified output
A class ab ccii topology based on differential pair with modified outputA class ab ccii topology based on differential pair with modified output
A class ab ccii topology based on differential pair with modified output
 
Ethernet based home appliances control
Ethernet based home appliances controlEthernet based home appliances control
Ethernet based home appliances control
 
As politicas da globalização apresentação-final1
As politicas da globalização apresentação-final1As politicas da globalização apresentação-final1
As politicas da globalização apresentação-final1
 
Eja2b
Eja2bEja2b
Eja2b
 
Thalia passos
Thalia passosThalia passos
Thalia passos
 
Contribución de la tecnología en el mejoramiento de vida
Contribución de la tecnología en el mejoramiento de vidaContribución de la tecnología en el mejoramiento de vida
Contribución de la tecnología en el mejoramiento de vida
 
Projeto tecnologia
Projeto tecnologiaProjeto tecnologia
Projeto tecnologia
 

Similar a Gsm based emergency calling system

Anti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 finalAnti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 finalAshu0711
 
Ijmsr 2016-01
Ijmsr 2016-01Ijmsr 2016-01
Ijmsr 2016-01ijmsr
 
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET Journal
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTIRJET Journal
 
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
 
Remote Power Distribution System using GSM
Remote Power Distribution System using GSMRemote Power Distribution System using GSM
Remote Power Distribution System using GSMIRJET Journal
 
Home Automation Using Mobile Communication
Home Automation Using Mobile CommunicationHome Automation Using Mobile Communication
Home Automation Using Mobile Communicationiosrjce
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Home automation system using gsm
Home automation system using gsmHome automation system using gsm
Home automation system using gsmRohit Sinha
 
GSM Based Anti theft system
GSM Based Anti theft systemGSM Based Anti theft system
GSM Based Anti theft systemKshitij Rokde
 
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEmuhammed jassim k
 
Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Mahira Banu
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home AutomationIRJET Journal
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSAshutha K
 
IRJET- GSM based Home Automation
IRJET-  	  GSM based Home AutomationIRJET-  	  GSM based Home Automation
IRJET- GSM based Home AutomationIRJET Journal
 
Gsmbasedcds projectreport-121112000646-phpapp02
Gsmbasedcds projectreport-121112000646-phpapp02Gsmbasedcds projectreport-121112000646-phpapp02
Gsmbasedcds projectreport-121112000646-phpapp02Shashank Singh
 

Similar a Gsm based emergency calling system (20)

Anti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 finalAnti theftsystemforvechicles1 final
Anti theftsystemforvechicles1 final
 
Ijmsr 2016-01
Ijmsr 2016-01Ijmsr 2016-01
Ijmsr 2016-01
 
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
IRJET-A Comparative Study of use of the Library and the Internet as Sources o...
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
 
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
 
Remote Power Distribution System using GSM
Remote Power Distribution System using GSMRemote Power Distribution System using GSM
Remote Power Distribution System using GSM
 
D017651519
D017651519D017651519
D017651519
 
Home Automation Using Mobile Communication
Home Automation Using Mobile CommunicationHome Automation Using Mobile Communication
Home Automation Using Mobile Communication
 
01362503
0136250301362503
01362503
 
B1803050722
B1803050722B1803050722
B1803050722
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Home automation system using gsm
Home automation system using gsmHome automation system using gsm
Home automation system using gsm
 
GSM Based Anti theft system
GSM Based Anti theft systemGSM Based Anti theft system
GSM Based Anti theft system
 
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGEELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
ELECTRONIC PROTECTION FOR EXAM PAPER LEAKAGE
 
Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)Industrial automation using gsm (ppt)
Industrial automation using gsm (ppt)
 
Smart Home Automation
Smart Home AutomationSmart Home Automation
Smart Home Automation
 
Vehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPSVehicle tracking and locking system based on GSM and GPS
Vehicle tracking and locking system based on GSM and GPS
 
IRJET- GSM based Home Automation
IRJET-  	  GSM based Home AutomationIRJET-  	  GSM based Home Automation
IRJET- GSM based Home Automation
 
Gsmbasedcds projectreport-121112000646-phpapp02
Gsmbasedcds projectreport-121112000646-phpapp02Gsmbasedcds projectreport-121112000646-phpapp02
Gsmbasedcds projectreport-121112000646-phpapp02
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 

Más de IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

Más de IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Gsm based emergency calling system

  • 1. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN INTERNATIONAL JOURNAL OF ELECTRONICS AND 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 – 6464(Print) ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), pp. 35-42 IJECET © IAEME: www.iaeme.com/ijecet.asp Journal Impact Factor (2012): 3.5930 (Calculated by GISI) ©IAEME www.jifactor.com GSM BASED EMERGENCY CALLING SYSTEM 1) Prof. Himanshu K.Patel 2) Deep H. Desai hkpatel@nirmauni.ac.in deep.desai90@gmail.com Department of Instrumentation and Control M,Tech I.C.(Automation and Control) Institute of Technology Institute of Technology Nirma University, Nirma University, Ahmedabad,India Ahmedabad,India 3) Yadav Satyendra S. yadav.satyendra21@yahoo.com M,Tech Instrumentation and Control Dharmsinh Desai University, Nadiad,Gujarat,India. ABSTRACT This paper presents an emergency calling system consists of GSM module, solar panel which are connected with centralized control room by wireless communication. Proposed system may be installed at any remote location where even basic emergency services are not available. It will be totally based on GSM signal strength. In case of medical & accidental emergency, particularly when the traveler doesn’t have the mobile phone or switched off mobile condition, this system may be very much helpful. The System will be protected from theft attempts using different alarm circuits. This system will be continuously powered through a solar panel. This system will be useful even for illiterate people. The purpose of this project is to help people in emergency in remote location as early as possible. Index Terms: Emergency calling system, GSM module, microcontroller, solar power. I. INTRODUCTION In this project, strength of GSM network plays an important role. GSM module SIMCOM SIM 300 is used with microcontroller 8051. This project is provided with anti theft system. A battery of the project gets continuously supply from the solar panel. This project is totally based on strength of GSM network[1]. Battery will be kept safe by providing battery sensor. In case of any short circuit, there will be a fire sensor to alert the control room about 35
  • 2. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME this. If any thief try to steal this system by force, then there will be vibration sensor which will directly inform the control room about this attempt. LCD will be provided on the upper portion of the GSM module which will indicate the name of manufacturer .Control room people can check the operation status of the system through a message response feature. Once the person from control room call on the system, then system automatically response it by sending message to him on mobile. Thus, we will come to know that system is working properly. For start up of any GSM module AT commands are necessary Programming of this project plays an important role. Programming is done in a “C” language with use of AT commands. II. HARDWARE A.GSM MODULE SIMCOM SIM 300 Fig.1 Photo of SIMCOM SIM300 GSM Modem provides full functional capability to Serial devices to send SMS and Data over GSM Network. The product is available as Board Level or enclosed in Metal Box. The Board Level product can be integrated in to Various Serial devices in providing them SMS and Data capability and the unit housed in a Metal Enclosure can be kept outside to provide serial port connection. The GSM Modem supports popular "AT" command set so that users can develop applications quickly. The product has SIM Card holder to which activated SIM card is inserted for normal use. The power to this unit can be given from battery connected with solar panel to provide uninterrupted operation. This product provides great feasibility for devices in remote location to stay connected which otherwise would not have been possible where telephone lines do not exist. Its application areas are Mobile Transport vehicles, LAN based SMS servers, Alarm notification of critical events including Servers, Network Monitoring and SMS reporting, Data Transfer applications from remote locations, Monitor and control of Serial services through GSM Network, Integration to custom software for Warehouse, Stock, Production, Dispatch notification through SMS. The “AT” command set plays an important role for working of GSM module SIMCOM SIM 300. There are different commands in AT commands for calling as well as message. After typing “AT;”, the module will start working. Then “ATD 9033xxxxxx;” command will directly call on number which we wrote with ATD command. 36
  • 3. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME B.MICROCONTROLLER 8051 The 8051 is very useful in different applications. Many useful microcontrollers developed that based on and compatible with the 8051. Thus, the ability to program an 8051 is an important skill for anyone who plans to develop products that will take advantage of microcontrollers Special Function Register (SFR) The 8051 is a useful microcontroller with a large number of modes of operations. Program may inspect and change operating mode of the 8051 by manipulating the values of the 8051's SFRs. If SFRs were normal Internal RAM, then they are accessed. The only difference is that SFR registers exist in the address range of 80h through FFh while internal RAM is from address 00h through 7Fh. 1) TMOD (Timer Mode, Addresses 89h): TMOD is useful for configure the mode of operation of timers. Using TMOD your program may configure each timer to be a 16-bit timer, an 8-bit auto reload timer, a 13-bit timer. Additionally, when an external pin is activated or to count "events" that are indicated on an external pin, then you may configure the timers to only count. 2)TL0/TH0 (Timer 0 Low/High, Addresses 8Ah/8Bh): These TL0/TH0, taken together, represent timer 0. Their behavior depends on how the timer is configured in the TMOD SFR; these timers always count up. It depends on what is configurable and when they increment in value. 3)TL1/TH1 (Timer 1 Low/High, Addresses 8Ch/8Dh): These two TL1/TH1, taken together, represent timer 1. Their exact behavior depends on how the timer is configured in the TMOD; however, these timers always going to count up. It depends on what is configurable and when they increment in value. 4)SCON (Serial Control, Addresses 98h, Bit-Addressable): This SFR is used to configure the behavior of the 8051's on-board serial port. It controls the baud rate of the serial port, whether the serial port is activated to receive data and also contains flags that are set when a byte is successfully sent. 5)SBUF (Serial Control, Addresses 99h): This SFR is used to send and receive data via the on-board serial port. If any value written to SBUF, it will be sent out to the serial port's TXD pin. Likewise, any value which the 8051 receives via the serial port's RXD pin, it will be delivered to the user program via SBUF .It serves as the output port when written to and as an input port when read from. The 8051 has two timers in which each function works the same way. One timer is TIMER0 and the other is TIMER1. The two timers share two SFRs (TMOD and TCON) which control the timers, and each timer also has two SFRs dedicated solely to itself (TH0/TL0 and TH1/TL1). C. ASCII table In a programming part ASCII table plays an important role. With a help of this table, we came to know different hexadecimal value of command like new line and carriage return. The hex value for new line feed is ‘A’. The hex value for carriage return (;) is ‘D’. Thus, for a programming part of microcontroller, it is necessary to write hexadecimal value with help of ASCII table. 37
  • 4. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME D. Solar panel An important part of the system will be solar panel. It will provide power supply to the battery. When charging of battery is going to finish, it will get continuous power supply from solar panel. There will be no effect of power failure in the villages on this system because this will be totally based on solar power .It will convert solar energy into electrical energy. Thus, it will provide continuous power supply to the emergency calling system. Solar panel will be implemented where sun light always easily available. III. OPERATION Fig.4 Block diagram of the system 1) GSM module: This will provide a network to the project by use of antenna.LED will on after every 3 seconds if network is there. Module will be started by use of AT commands. Call and message can be done by this module. It will get continuous supply from battery. The GSM Modem supports popular "AT" command set so that users can develop applications quickly. The product has SIM Card holder to which activated SIM card is inserted for normal use. 38
  • 5. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME 2) Microcontroller 8051: For use of the 8051’s on-board serial port, it is necessary to initialize the following SFRs: SCON, TCON, and TMOD. This is because the serial port is controlled by SCON. In this case by initializing TCON and TMOD, timer 1 will be configured. 3) Serial communication Fig.3 Serial communication One of the 8051’s many powerful features is it’s integrated UART, otherwise known as a serial port. The fact that the 8051 has an integrated serial port means that you may very easily read and write values to the serial port. If it were not for the integrated serial port, writing a byte to a serial line would be a rather tedious process requiring turning on and off one of the I/O lines in rapid succession to properly "clock out" each individual bit, including start bits, stop bits, and parity bits. It needs to configure the serial port’s operation mode and baud rate. Once configured, write an SFR to write a value to the serial port or read the same SFR to read a value from the serial port. The 8051 will automatically let us know when it has finished sending the character we wrote and will also let us know whenever it has received a byte so that we can process it. We do not have to worry about transmission at the bit level which saves us quite a bit of coding and processing time. The SCON SFR allows the configuration of the serial port. Thus, it will go through each bit and review it’s function. The first four bits (bits 4 through 7) are configuration bits. Bits SM0 and SM1 set the serial mode to a value between 0 and 3, inclusive. The four modes are defined in the chart immediately above. As you can see, selecting the Serial Mode selects the mode of operation (8-bit/9- bit, UART or Shift Register) and also determines how the baud rate will be calculated. 4) Battery: It will provide power supply to the GSM module. Battery is connected to solar panel for getting solar power whenever battery is low. With use of this our system will work on 24 hours. Battery will provide 12V supply to the GSM module SIMCOM SIM 300. 5) Solar panel: It will convert solar energy into electrical energy. It will provide 12V supply to the GSM module. So system will get continuous power supply at any remote location. It will mount on the same pole on which GSM module will be mounted. 6) Emergency switch: It will call the control room by pressing it once.So even illiterate person can use this system without difficulty which he will face in case of mobile phone. Once the button is pressed, green LED will on until call is on. 7) Fire sensor: It will detect the fire in panel box of the project. Whenever short circuit happens in the panel box, sensor will detect this and send message to the control room. Then immediate action can be taken by control room. 39
  • 6. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME 8) Battery sensor: It will prevent battery by theft attempt. Whenever thief will try to open the door of panel box, sensor will detect this and it will give message to the control room. Thus, a battery will be saved from thief. 9) Vibration sensor: Whenever a thief will try to steal the project with some force, vibration sensor will detect this and alert the control room about this incident. In the case of any vehicle knock down the system pole, then vibration sensor also alert the control room. 10) LCD: This will display the name of manufacturer so company will be interested to invest in this project. So project will become more economical. IV. FLOW CHART The system will be automatically connected with battery, if start button is pressed. If red LED on, it means power is taken by GSM module. Then command will load to the GSM module from microcontroller. After pressed down emergency switch, it will call directly to the control room. Fig. 3 Flow chart of system 40
  • 7. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME V. CONCLUSION The purpose of this project is to help people in emergency in remote location as early as possible. System will be useful on any remote location where basic emergency services are not available easily in case of accident, medical emergency, robbery, breakdown etc. This system can be used by illiterate people so this will be established between two villages having so much distance between villages. There will be no effect of power failure in the villages on this system because this will be totally based on solar power .Once the person from control room call on the system, then system automatically response it by sending message to him on mobile. Thus, we will come to know that system is working properly. This concept will make system more reliable and useful. Additional safety features like battery sensor, fire sensor, vibration sensor, etc can be implemented to prevent the system from possible theft attempts & fault conditions in the system. The mobile version of the system can be used in metro train project. VI.REFERENCES [1]. M. Silventoinen and T. Rantalainen, Mobile Station Locating in GSM. IEEE Wireless Communications System Symposium, Smithtown 28.-29-11.95. pp. 53-58. [2]. Tika Miller, “Nurse Call Systems: Impact on Nursing Performance,” Journal of Nursing Care Quality, Vol.11, Issue 3, Feb. 1997, pp. 36-43. [3] . E. L. Bunting, “Nurse Call System Including a Coaxial Conductor only connecting a plurality of signals,” US Patent [4] GSM-R Functional Group. VIC Project EIRENE Functional Requirements Specification. V7. 17 May 2006. [5] GSM-R Operators Group. VIC Project EIRENE System Requirements Specification. VIS. 17 May 2006. [6] Jorg Ebersbacher et.al., “GSM Switching Services and Protocols”, Wiley Publications, 2nd edition, 2001. [7] Hong XY, Gerla M, Pei GY, Chiang CC. A group mobility model for ad hoc wireless networks. MSWiM '99 Proceedings of the 2nd ACM international workshop on Modeling, analysis and simulation of wireless and mobile systems,Taiwan,1999: 53-60. [8] Raphael Frank, Thomas Scherer and Thomas Engel. Advanced Speech Call Items for GSM-Railway. Emergency Group Calls over Interoperable Networks. The 11th IEEE International Conference on Computational Science and Engineering-Workshops, Aalborg, 2009,131-136 . [9] Luo Junhai,Ye Danxia,Xue Liu,and Fan Mingyu.A Survey of Multicast Routing Protocols for Mobile Ad-Hoc Networks .IEEE COMMUNICATIONS SURVEYS & TUTORIALS, 2009,11 :78-91. 41
  • 8. International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 – 6464(Print), ISSN 0976 – 6472(Online) Volume 4, Issue 1, January- February (2013), © IAEME [10] Lee S J,Su W,Gerla M. On-demand multicast routing protocol. Wireless Communications and Networking Conference, New Orleans, 1999: 1298 – 1302 [11] V. Sreng, H. Yanikomeroglu, D.Falconer, “Coverage enhancement through two-hop relaying in cellular radio systems,” IEEE Wireless Communication and Networking Conference (WCNC’00), pp 7-12, Sept. 2000, Chicago, USA [12] Sushama S.Kagde And Prof.Deshmukh B.T., “Three Phase Parameter Data Logging And Fault Detection Using Gsm Technology” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume3, Issue3, 2012, pp. 324 - 332, Published by IAEME. [13] Sudha.P.N And Dr U.Eranna, “Source And Adaptive Channel Coding Techniques For Wireless Communication” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume3, Issue3, 2012, pp. 314 - 323, Published by IAEME. [14] Dr. V. Murali Krishna and Karimella Vikram, “Broadband Wireless Communication” International journal of Electronics and Communication Engineering &Technology (IJECET), Volume3, Issue2, 2012, pp. 217 - 226, Published by IAEME. 42