Implementation of Fall Detection Positioning and Rescue System Using Smart Phone

Size: px
Start display at page:

Download "Implementation of Fall Detection Positioning and Rescue System Using Smart Phone"

Transcription

1 ISSN : (Online) ISSN : (Print) Implementation of Fall Detection Positioning and Rescue System Using Smart Phone 1 S.Suresh Kumar, 2 V.Devi Maheswaran, 3 K.Jayasree 1,2,3 Dept. of EEE, Rajalakshmi Engineering College, Chennai, India IJEAR Vo l. 6, Is s u e 1, Ja n - Ju n e 2016 Abstract In the recent years, fall accident is the major injury for the elderly persons. To prevent this accident the fall detection, patient positioning and rescue system is implemented by using android technology. In turn this system is beneficiary for elderly person, physically challenged and patients. The proposed system tracks the patient body position and health condition through smart biomedical sensors. The sensor senses the heart beat rate, blood pressure, body temperature and patient body angle detection. When the sensor signal is above the threshold level the alert message is sent to the relatives and rescue center via GSM (Global system for mobile communication) further assistance is given to the patient by the relative or rescue system with the support of GPS (Global positioning system). Keywords Bio Medical Sensor, Android-Rescue System, Patient Position, Fall Detection. I. Introduction The android technology brings a advancement for monitoring, tracking and updating the fall injury of the affected patient. It is an application based system where the emergency rescue is brought out using prioritized rescuer. The existing module uploads the fall injury information in the home based system, where in the implication of android technology in fall detection helps to upload the data s for the relevant contact. A. Bio Medical Sensors 1. Digital Sphygmomanometer This is the biomedical sensor for measuring the systolic and diastolic pressure. Electronic sphygmomanometer and mercury sphygmomanometer are used to measure the human blood pressure at present. Electronic sphygmomanometer is small, easy to operate and carry data, record the result efficiently. Hence it is better than mercury sphygmomanometer. 2. Accelerometer and Temperature Sensor This wearable sensor used to detect the human fall. Tri axis accelerometer sensor works on the principle of MEMS technology [1-6]. Temperature sensor measures the body temperature of the patient and generates the corresponding analog sensor [7]. B. GSM and GPS 1. Topology GSM optimizes the wireless network topology. In this proposed system the 2G GSM wireless mode of communication is preferred. 2. GSM Partitioning In this proposed system the GSM based SMS service occurs at the data transfer speed of 9.6kpbs.Here GSM-900 uses MHz to send information in full duplex mode. It has 124 RF channels each spaced at 200 khz. The full duplex spacing of each channel is 45 MHz. 2. Global Positioning System The location of the injured patient is sensed using Global Positioning System (GPS).The SKG13BL GPS module is implemented using embedded logger function. C. Android Technology The message based android operating software is implemented in the fall detection system. The programming code for the under running application are designed using JAVA language. The eclipse software tool is used for programming and testing. D. Controller 1. Features The oscillator generates the clock cycle for executing each instruction at 2Mhz.Serial communication is exhibited between the modules at the data rate of 9600bps.The analog inputs of the controller are enabled for each instruction to store to 10 binary bits. 2. Port Definition Five external modules are connected to the PIC18F4520 analog input port. Each module has the specific port address and timing cycle to execute the instructions. The port to port communication occurs simultaneously in sequential manner. The five ports are allowed to execute the instructions with certain delay timing cycle. Such that the overlapping of controller process during fetch cycle is limited [8]. II. Block Diagram A DC supply of 5V is applied at the Vcc PIN of microcontroller. Accelerometer sensor is the first input interfacing module with PIC18F microcontroller. It has three outputs Xout, Yout, and Zout. This sensor senses the value of angle of patient at each moment. This sensed value determines whether the patient is under fall condition. Heart beat sensor is the second input interfacing module. It measures the fluctuation present in the sensed heart beat signal. The difference in fluctuating signal is calculated by repetitive ON and OFF timing cycle. BP sensor act is the input interfacing third module. It measures the systolic and diastolic pressure of the patient. The sensed value gives current health condition of the patient. Temperature sensor is the fourth input interfacing module. It measures the temperature sensitivity of the subjective patient continuously for each timing cycle. The ADC is first four built in module of PIC18F microcontroller. It converts all the sensor analog output to digital value. These digital values are used for processing in microcontroller. The microcontroller executes each module sequentially based upon the coding flow. 48MHz is the clock frequency of the controller; this frequency is used to execute each instruction. This controller make use of a special purpose control registers for mapping hardware w w w.i j e a r.o r g International Journal of Education and applied research 15

2 IJEAR Vo l. 6, Is s u e 1, Ja n - Ju n e 2016 data and software data. The Microcontroller read and processes the sensor value and updates this information to Android mobile to monitor the status of the patient. After processing the input signal the controller will detect whether the processed (stored) signal is above the threshold value or not. If not GSM module is activated.gsm (Global System for Mobile communication) is the implemented in the form of Subscriber Identity Module (SIM).This GPS module tracks the status of the patient by using the Android technology. Android based GSM network enables the user to create application oriented software for tracking an valuable information about the status of the patient from the microcontroller. This application software is been designed for the specific purpose. ISSN : (Online) ISSN : (Print) An application is matured in android mobile. The patient unit read the sensor value and GPS value and sent through GSM and this information updated in android mobile easily to identify the status of the person. The patient module sent information to android mobile whenever sensors value increase the threshold value. The patient Microcontroller read the sensor value and display in LCD. If the sensor value is above the threshold value through serial Communication this information communicates to the Ambulance unit for medical help. In ambulance unit the Microcontroller read the data transmitted from the patient unit and display in LCD. The received data will be the patient critical data along with the user location. If the ambulance is free the Ambulance unit response the ready message with its own ID to the patient unit. The patient unit receives the message from Ambulance unit. The patient unit response the message to ambulance unit along with the ID of first message receives from the ambulance unit. The message and data communicate between patient and ambulance unit in serial communication are seen through virtual terminal. Fig. 1: Block Diagram of Patient Module There are two output units in this system, first serves for ambulance unit and other serves for relation unit. The relation unit comprises of GSM Module, Microcontroller, LCD display, Buzzer and Reset. The GSM receives status of the patient from the microcontroller of the patient unit. Fig. 3: Block Diagram of Ambulance unit 1 The virtual terminals are synchronized for timing cycle of clock signal. The buzzer gives the sound alarm if in case of emergency for the patient. The LCD displays the status of the patient as message in this prototype declaration. The RESET is used to erase the older information regarding the status of the patient is cleared. Thus these android applications bring effective rescue system for elderly patient. III. Flow Chart and Algorithm Fig. 2: Block Diagram of Ambulance unit 1 16 International Journal of Education and applied research A. Algorithm Initialization Biomedical sensors are placed on the patient body. Microcontroller read the sensor value of heart beat, blood pressure and temperature sensor. The sensor value read by Microcontroller are updated to the Android Mobile to monitor the status of the patient. If the sensor value read by Microcontroller are above the threshold value. This information convey to their relatives along with the patient location. If the sensor value read by Microcontroller are above the threshold value. This information convey to nearby Ambulance

3 ISSN : (Online) ISSN : (Print) IJEAR Vo l. 6, Is s u e 1, Ja n - Ju n e 2016 unit for medical help. The ambulance communicate response message to patient unit ready to come with its own ID when the ambulance is free. The patient unit sent come soon message to ambulance unit with priority based first message receives from ambulance unit. Stops the execution. B. Flow Chart The Table 1 refers to the specification values of blood pressure. According to these values the blood pressure of the patient is normal when the systolic and diastolic pressure is of 90mm Hg and 60mm Hg. The patient is considered to be in low pressure when the systolic pressure is 70mm Hg and diastolic of 50mm Hg. The patient is considered to be in very high pressure when the systolic pressure is of range from 120 to 190mm Hg. Similarly the diastolic pressure of the hyper tensed patient is of range from 80mm Hg to 120mm Hg. Based upon these values the sensor module detects the status and health condition of the patient. The various blood pressure stages are discussed in the below given bar chart. Fig. 4: Flow Chart C. Flow Chart Description AMB - Ambulance, REL - Relation, HR -Heart rate, BP- Blood Pressure, ACC -Accelerometer, TH Temperature, NET- Network IV. Sensor specification and threshold values Table 1: Specification Blood Pressure STAGES SYSTOLIC DIASTOLIC (mm hg) (mm hg) Hypotension < 90 < 60 Desired Pre hypertension Stage 1 Hypertension Stage 2 Hypertension Hypertensive Crisis Fig. 5: Bar Chart for Blood Pressure Specification Table 2: Sensor Threshold Values Sensor Threshold value Function Heart beat sensor Greater than 72 Call ambulance bps. Blood pressure sensor Systolic pressure 80 mm/hg. Call ambulance Blood pressure sensor Diastolic pressure 120 mm/hg. Call ambulance Temperature sensor 37.5 degree Celsius. Call relatives 200mv/g Accelerometer Call ambulance (assumed) in sensor output. The Table 2 refers to the sensor threshold values. According to this table when the sensed values are above the threshold values then the fall alert is given to the relation and ambulance units. Figure 6: Flow Chart for threshold decision. w w w.i j e a r.o r g International Journal of Education and applied research 17

4 IJEAR Vo l. 6, Is s u e 1, Ja n - Ju n e 2016 V. Simulation Result A. Patient Module Fig. 7: Simulation Diagram for Relation Unit The result of the patient unit, ambulance units, and relation unit is synthesized using PROTEUS Simulation Software. Initially the patient module is synthesized and simulated. The result of the patient module implicates the processed and sensed values of the corresponding sensors. The patient module updates the controller output to the relation and ambulance unit by means of UART communication. For ease of simulation the UART communication between the modules are preferred instead of GSM. Up next the relation module is initialized and the response message is delivered to the patient unit. For the need of immediate recovery of patient either the relation unit or ambulance unit sends the ready message to the patient unit. Table 3: Simulation Output Process Patient unit Relation unit Ambulance unit 1 Ambulance unit 2 Read sensor value Receive data from patient unit Receive data from patient unit Receive data from patient unit ISSN : (Online) ISSN : (Print) Continuously updated the data to android mobile. Sent response message to ambulance unit Receive data from patient unit when read sensor value above the threshold level. Sent ready message when ambulance unit is free and wait for response from patient unit Sent ready message when ambulance unit is free and wait for response from patient unit The simulation of all four modules at one single is coded, designed and synthesized for effective results. B. Ambulance Unit 1 Fig. 10: Schematic Diagram for Patient Relation and Ambulance Unit Table 4: Simulation Result Fig. 8: Simulation Diagram for Ambulance Unit C. Ambulance unit 2 UNITS Patient unit Relation unit Ambulance unit 1 Ambulance unit 2 DISPLAY OUTPUT Acc value = 200 mv HR value =73 bps BP systolic =81 mm hg BP diastolic =102 mm hg Temperature = 38 deg Celsius Acc value = 200 mv HR value =73 bps BP systolic =81 mm hg BP diastolic =102 mm hg Temperature = 38 deg Celsius Acc value = 200 mv HR value =73 bps BP systolic =81 mm hg BP diastolic =102 mm hg Temperature = 38 deg Celsius Fig. 9: Simulation Diagram for Ambulance Unit 2 18 International Journal of Education and applied research The above tabular column defines the simulation results of each module for their respective sensor values. The results are furnished by the below line chart.

5 ISSN : (Online) ISSN : (Print) IJEAR Vo l. 6, Is s u e 1, Ja n - Ju n e 2016 Fig. 14: Ambulance 1 Module Fig. 15: Ambulance 2 Module Fig. 11: Line Chart for the Simulated Results VI. Hardware Result The hardware implementation of fall detection, positioning and recue system using smart phone is described by the below images. The accurate results for the conducted hardware experiments are formulated below Abnormal Fig. 16: Relation Mobile Accelerometer Temperature Heart Rate BP systolic BP diasystolic Fig. 12: Bar Chart for Hardware Result Fig. 13: Patient Module Fig. 17: Android App w w w.i j e a r.o r g International Journal of Education and applied research 19

6 IJEAR Vo l. 6, Is s u e 1, Ja n - Ju n e 2016 VII. Conclusion Thus the implementation of smart phone accomplished ANDROID technology implicates the immediate rescue for the healthily challenged citizens. This system helps in monitoring the status of unconditional heart beat rate and blood pressure. The accelerometer detects the un-positioned pace of the patient and the processed signal is instantly updated to the ambulance unit and specified motile GSM number. The technical scenic advancement brought in this system is a newer version of fall detection for healthily challenged citizen via GSM and android technology. References [1] J.Wang, Z.Zhang, Bin.L,S. Lee, S.Sherratt, An enhanced fall detection system for elderly Person monitoring using consumer home network, IEEE Transactions on Consumer Electronics, 60 (1), [2] S. Abbate, M. Avvenuti, G. Cola, P. Corsini, J.V. Light, A.Vecchio, Recognition of false alarms in fall detection systems, in Proc IEEE Consumer Communications and Networking Conference, Las Vegas, USA, pp , Jan [3] Tal Shany, Stephen J. Redmond, Michael R, Sensors-Based Wearable Systems for Monitoring of Human Movement and Falls, IEEE Sensors Journal, Vol. 12, No. 3, March [4] Y.W Bai, S.C. Wu, C.L. Tsai, Design and implementation of a fall monitor system by using a 3-axis accelerometer in a smart phone, IEEE TransConsumer Electron., Vol. 58, No. 4, pp , Nov [5] S. Abbate, M. Avvenuti, F. Bonatesta, G. Cola, P. Corsini, A.Vecchio, A smartphone-based fall detection system, Pervasive and Mobile Computing, Vol. 8, No. 6, pp , Dec [6] M. Yu, A. Rhuma, S. Naqvi, L. Wang, J. Chambers, A posture recognition based fall detection system for monitoring an elderly person in a smart home environment, IEEE Trans. Infor. Tech. Biom., Vol. 16, No. 6, pp , Aug [7] Joyashree Bag, Subhashis Roy, Subir Kumar Sarkar, FPGA Implementation of Advanced Health Care system using Zig- Bee enabled RFID Technology", IEEE International Advance Computing Conference (IACC), [8] D.M. Karantonis, M.R. Narayanan, M. Mathie, Implementation of a real time human movement classifier using a triaxial accelerometer for ambulatory monitoring, IEEE Trans. Infor. Tech. Biom., Vol. 10, No. 1,pp , Jan [9] Hairong Yan, HongweiHuo, Mikael Gidlund, Wireless Sensor Network Based E-Health System Implementation and Experimental Results, IEEE Transactions on Consumer Electronics, Vol. 56, No. 4, November ISSN : (Online) ISSN : (Print) Mrs. Devi Maheswaran completed her bachelor degree (1998) in University Visveswarayya College of Engineering, Bangalore University and completed her master degree (2007) in College of Engineering Guindy, Anna University. She is currently working as Associate professor, in Electrical and Electronics Engineering (EEE) department at Rajalakshmi Engineering College, Thandalam. She is currently pursuing her Ph.D at VIT University, Chennai. Her current research areas includes design of SMPS, converter topologies, solar energy harvesting techniques, Embedded controllers, FACTS devices and design of driver circuit for LED lighting. Suresh Kumar S completed his bachelor degree (2013) in University College of Engineering Villupuram (UCEV), Anna University and he is currently pursuing his master degree in Embedded System Technologies in Electrical and Electronics Engineering department in Rajalakshmi Engineering College, Thandalam. 20 International Journal of Education and applied research

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS

HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS HUMAN BODY MONITORING SYSTEM USING WSN WITH GSM AND GPS Mr. Sunil L. Rahane Department of E & TC Amrutvahini College of Engineering Sangmaner, India Prof. Ramesh S. Pawase Department of E & TC Amrutvahini

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 119 No. 1 2018, 88-891 ISSN: 1314-339 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ 6 ACCIDENT DETECTION AND ALERTING SYSTEM USING GPS & GSM Ajith Kumar.A 1,Jaganivasan.V

More information

An Enhanced Fall Detection System for Elderly Person Monitoring using Consumer Home Networks

An Enhanced Fall Detection System for Elderly Person Monitoring using Consumer Home Networks J. Wang et al.: An Enhanced Fall Detection System for Elderly Person Monitoring using Consumer Home Networks 23 An Enhanced Fall Detection System for Elderly Person Monitoring using Consumer Home Networks

More information

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

RFID- GSM- GPS Imparted School Bus Transportation Management System

RFID- GSM- GPS Imparted School Bus Transportation Management System International Journal of Research Studies in Science, Engineering and Technology Volume 3, Issue 8, August 2016, PP 12-16 ISSN 2349-4751 (Print) & ISSN 2349-476X (Online) RFID- GSM- GPS Imparted School

More information

Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication

Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication Debasmita Manna 1, BhaswatiPal 2, Debarshi Das 3, Dhritiman Som 4, Biswajit Sarkar 5, Akash Sengupta 6 Assistant Professor,

More information

Accident prevention and detection using internet of Things (IOT)

Accident prevention and detection using internet of Things (IOT) ISSN:2348-2079 Volume-6 Issue-1 International Journal of Intellectual Advancements and Research in Engineering Computations Accident prevention and detection using internet of Things (IOT) INSTITUTE OF

More information

Smart Monitoring and Power Factor Correction of Distribution Transformer using IOT

Smart Monitoring and Power Factor Correction of Distribution Transformer using IOT GRD Journals Global Research and Development Journal for Engineering National Conference on Emerging Research Trend in Electrical and Electronics Engineering (ERTEE-2018) March 2018 e-issn: 2455-5703 Smart

More information

Voice Activated Hospital Bed, Herat Beat, Temperature Monitoring and Alerting System

Voice Activated Hospital Bed, Herat Beat, Temperature Monitoring and Alerting System International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 5 (2017) pp. 643-647 Research India Publications http://www.ripublication.com Voice Activated Hospital Bed, Herat

More information

JOURNAL OF ADVANCEMENT IN ENGINEERING AND TECHNOLOGY

JOURNAL OF ADVANCEMENT IN ENGINEERING AND TECHNOLOGY Research Article JOURNAL OF ADVANCEMENT IN ENGINEERING AND TECHNOLOGY Journal homepage: http://scienceq.org/journals/jaet.php Development of a GSM Based Health Monitoring System for Elderly People Ahmed

More information

Soldier Tracking and Health Indication System Using ARM7 LPC-2148

Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Soldier Tracking and Health Indication System Using ARM7 LPC-2148 Shraddha Mahale, Ekta Bari, Kajal Jha Mechanism under Guidance of Prof. Elahi Shaikh (HOD) Electronics Engineering, Mumbai University Email:

More information

A Smart Device Integrated with an Android for Alerting a Person s Health Condition: Internet of Things

A Smart Device Integrated with an Android for Alerting a Person s Health Condition: Internet of Things Indian Journal of Science and Technology, Vol 9(6), DOI: 10.17485/ijst/2016/v9i6/69545, February 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 A Smart Device Integrated with an Android for Alerting

More information

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service

An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Engineering, Technology & Applied Science Research Vol. 8, No. 4, 2018, 3238-3242 3238 An IoT Based Real-Time Environmental Monitoring System Using Arduino and Cloud Service Saima Zafar Emerging Sciences,

More information

IMMEDIATE ASSISTANT AND REMOTE MONITORING FOR HOME ALONE ELDERLY PERSONS

IMMEDIATE ASSISTANT AND REMOTE MONITORING FOR HOME ALONE ELDERLY PERSONS IMMEDIATE ASSISTANT AND REMOTE MONITORING FOR HOME ALONE ELDERLY PERSONS Kaviarasan.S 1, Appas.J 2 1 UG Scholar, Dept. of EEE., V.R.S College of Engineering & Technology, Villupuram, Tamilnadu, India,

More information

GSM BASED PATIENT MONITORING SYSTEM

GSM BASED PATIENT MONITORING SYSTEM GSM BASED PATIENT MONITORING SYSTEM ABSTRACT This project deals with the monitoring of the patient parameters such as humidity, temperature and heartbeat. Here we have designed a microcontroller based

More information

Design and Development of Pre-paid electricity billing using Raspberry Pi2

Design and Development of Pre-paid electricity billing using Raspberry Pi2 International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 7 (2017) pp. 995-1005 Research India Publications http://www.ripublication.com Design and Development of Pre-paid

More information

Automatic Load Sharing of Transformers using Microcontroller

Automatic Load Sharing of Transformers using Microcontroller Automatic Load Sharing of Transformers using Microcontroller Akhil Krishnan V 1, Arun P S 1, D Yathishan 1, Jomice Thomas 1, D K Narayanan 2 U.G. Students, Department of Electrical and Electronics Engineering,

More information

SMS Based Kids Tracking and Safety System by Using RFID and GSM

SMS Based Kids Tracking and Safety System by Using RFID and GSM SMS Based Kids Tracking and Safety System by Using RFID and GSM Nitin Shyam1 (nitinshyam109@gmail.com), Narendra Kumar2 (nkkumarnarendra27@ gmail.com), Maya Shashi3 (aj.kumar29stm@gmail.com), Devesh Kumar4

More information

Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles

Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles Wireless Black Box Using MEMs Accelerometer And GPS Tracking For Accidental Monitoring Of Vehicles Abinaya.V, Dhana sekar.a, Hari prasaath.r, Kavitha.R, Dinesh kumar.m Department of ECE, Knowledge Institute

More information

Real time Recognition and monitoring a Child Activity based on smart embedded sensor fusion and GSM technology

Real time Recognition and monitoring a Child Activity based on smart embedded sensor fusion and GSM technology The International Journal Of Engineering And Science (IJES) Volume 4 Issue 7 Pages PP.35-40 July - 2015 ISSN (e): 2319 1813 ISSN (p): 2319 1805 Real time Recognition and monitoring a Child Activity based

More information

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology.

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology. Design of an Intelligent Auto Traffic Signal Controller with Emergency Override * Geetha.E 1, V.Viswanadha 2, Kavitha.G 3 Abstract- The main objective of this project is to design an intelligent auto traffic

More information

TOUCH SCREEN BASED SPEED CONTROL OF SINGLE PHASE INDUCTION MOTOR

TOUCH SCREEN BASED SPEED CONTROL OF SINGLE PHASE INDUCTION MOTOR TOUCH SCREEN BASED SPEED CONTROL OF SINGLE PHASE INDUCTION MOTOR Neetu Singh M.R 1, Sarat Kumar Sahoo 2 1 Student, 2 Assistant Professor, School of Electrical Engineering, VIT University, (India) ABSTRACT

More information

Smart Incubator using Internet of Things

Smart Incubator using Internet of Things Available online at: http://www.ijmtst.com/vol4issue9.html International Journal for Modern Trends in Science and Technology ISSN: 2455-3778 :: Volume: 04, Issue No: 09, September 2018 Smart Incubator

More information

Health Monitoring System with Real Time Tracking

Health Monitoring System with Real Time Tracking Health Monitoring System with Real Time Tracking Ms. P Sravani, Dr.B.K.Madhavi, Ms. Giligittha Swetha Abstract--With the advancement of technology in every walk of life the importance of safety of people

More information

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION

PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION PHYSIOLOGICAL SIGNALS AND VEHICLE PARAMETERS MONITORING SYSTEM FOR EMERGENCY PATIENT TRANSPORTATION Dhiraj Sunehra 1, Thirupathi Samudrala 2, K. Satyanarayana 3, M. Malini 4 1 JNTUH College of Engineering,

More information

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)

International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) 0976 INTERNATIONAL 6464(Print), ISSN 0976 6472(Online) JOURNAL Volume OF 4, Issue ELECTRONICS 1, January- February (2013), AND IAEME COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) ISSN 0976 6464(Print)

More information

Automatic Two Wheeler Driving Licence System by Using Labview

Automatic Two Wheeler Driving Licence System by Using Labview Automatic Two Wheeler Driving Licence System by Using Labview D.Sarathkumar 1, C.K Sathish Kumar 2, S.Nithya 3, E.Thilagavathi 4 Assistant Professor, Department of EEE, Kongu Engineering College, Perundurai,

More information

Accident Sensor with Google Map Locator

Accident Sensor with Google Map Locator IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Accident Sensor with Google Map Locator Steffie Tom Keval Velip Aparna

More information

AUTOMATED WATER METER READING

AUTOMATED WATER METER READING AUTOMATED WATER METER READING Padmini M S(Assistant Professor) 1, Sejal S Kulkarni 2, Shruthi K Bhat 3, Shruti S Uppin 4 Dept. of Computer Science and Engineering,National Institute Of Engineering,Mysore,

More information

Real Time Heart Attack and Heart Rate Monitoring Android Application

Real Time Heart Attack and Heart Rate Monitoring Android Application Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 6.017 IJCSMC,

More information

Wireless Data Acquisition and Transmission System Design Using Arduino (for Military Jawan alive Detection Network)

Wireless Data Acquisition and Transmission System Design Using Arduino (for Military Jawan alive Detection Network) Wireless Data Acquisition and Transmission System Design Using Arduino (for Military Jawan alive Detection Network) Radhika S. Mundhada (M.tech) Dept. of Electronics & Communication Engg, VIT College of

More information

Prototype Model of Li-Fi Technology using Visible Light Communication

Prototype Model of Li-Fi Technology using Visible Light Communication Prototype Model of Li-Fi Technology using Visible Light Communication Rashmi.T 1, Rajalaxmi.R 2, Mr.Balaji.V.R 3 1,2 UG Student, 3 Assistant Professor Department of ECE, St. Joseph s Institute of Technology

More information

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM

IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM IOT BASED AUTOMATIC VEHICLE ACCIDENT DETECTIONANDRESCUE INFORMATION SYSTEM Supriya 1, Ajayakumar Gooli 2, Harshitha.R 3, Harshitha S 4, Dilip Chandra E 5 12345 Electronics and Communication Engineering,

More information

GSM Based Water Billing System

GSM Based Water Billing System Reviewed Paper Volume 2 Issue 7 March 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 GSM Based Water Billing System Paper ID IJIFR/ V2/ E7/ 087 Page No. 2379-2385

More information

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT

SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT SOLDIER NAVIGATION AND HEALTH RECORDING SYSTEM USING IOT Mr.C.SATHEESWARAN* 1, AYISHA.R* 2, BIBI FATHIMA.J* 3 *1 Assistant Professor, Department of ECE, Dhaanish Ahmed College of Engineering, Padappai.

More information

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES

LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES LABORATORY AND FIELD INVESTIGATIONS ON XBEE MODULE AND ITS EFFECTIVENESS FOR TRANSMISSION OF SLOPE MONITORING DATA IN MINES 1 Guntha Karthik, 2 Prof.Singam Jayanthu, 3 Bhushan N Patil, and 4 R.Prashanth

More information

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications

International Journal for Research in Applied Science & Engineering Technology (IJRASET) DTMF Based Robot for Security Applications DTMF Based Robot for Security Applications N. Mohan Raju 1, M. Naga Praveen 2, A. Mansoor Vali 3, M. Amrutha 4, K. Jaya Theertha 5 1,2,3,4,5 Department of ECE, JNTUA Abstract: The main idea is to implement

More information

Monitoring the Transformer Oil Temperature and Load Sharing Using Gsm

Monitoring the Transformer Oil Temperature and Load Sharing Using Gsm Monitoring the Transformer Oil Temperature and Load Sharing Using Gsm Ramadas.K 1, Madasamy.P 2 1, 2 Assistant Professor, Department of Electrical and Electronics Engineering, Aliquippa Chettiar College

More information

International Journal of Pure and Applied Mathematics

International Journal of Pure and Applied Mathematics Volume 119 No. 15 2018, 761-768 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ ULTRASONIC BLINDSTICK WITH GPS TRACKING Vishnu Srinivasan.B.S 1, Anup Murali.M

More information

Design of a prototype to detect mobile phone usage in restricted areas

Design of a prototype to detect mobile phone usage in restricted areas Design of a prototype to detect mobile phone usage in restricted areas Shruthi.K #1, Ramaprasad.P *2 # Assistant Professor Senior Scale, Dept. of E&C, Manipal Institute of Technology, Manipal University,

More information

International Journal of Advance Engineering and Research Development

International Journal of Advance Engineering and Research Development Scientific Journal of Impact Factor (SJIF): 4.14 International Journal of Advance Engineering and Research Development Volume 3, Issue 3, March -2016 DIGITAL FUEL INDICATOR Ashish S. Dain 1, Akshay U.

More information

EMBEDDED BOOST CONVERTER USING VOLTAGE FEEDBACK TECHNIQUE

EMBEDDED BOOST CONVERTER USING VOLTAGE FEEDBACK TECHNIQUE IMPACT: International Journal of Research in Engineering & Technology (IMPACT: IJRET) ISSN(E): 2321-8843; ISSN(P): 2347-4599 Vol. 2, Issue 2, Feb 2014, 207-212 Impact Journals EMBEDDED BOOST CONVERTER

More information

AMBULANCE TRACKING AND ALTERNATE ROUTING

AMBULANCE TRACKING AND ALTERNATE ROUTING AMBULANCE TRACKING AND ALTERNATE ROUTING E.Abinaya 1, M.Arul Kumar 2, N.Abinaiya 3, RA.Saraswathi 4 1,2 PG student / VLSI Design, SNS College of Technology, Coimbatore, (India) 3 PG student / Communication

More information

Design of WSN for Environmental Monitoring Using IoT Application

Design of WSN for Environmental Monitoring Using IoT Application Design of WSN for Environmental Monitoring Using IoT Application Sarika Shinde 1, Prof. Venkat N. Ghodke 2 P.G. Student, Department of E and TC Engineering, DPCOE Engineering College, Pune, Maharashtra,

More information

Monitoring and Protection of Distribution Transformer Using GSM Module Jenifer A 1, Bharathi B R 2, Shanthi Mounika B 3

Monitoring and Protection of Distribution Transformer Using GSM Module Jenifer A 1, Bharathi B R 2, Shanthi Mounika B 3 RESEARCH ARTICLE International Journal of Engineering and Techniques - Volume 4 Issue 1, Jan Feb 2018 Monitoring and Protection of Distribution Transformer Using GSM Module Jenifer A 1, Bharathi B R 2,

More information

A MODERN HEALTH CARE SYSTEM USING VISIBLE LIGHT COMMUNICATION TECHNOLOGY

A MODERN HEALTH CARE SYSTEM USING VISIBLE LIGHT COMMUNICATION TECHNOLOGY A MODERN HEALTH CARE SYSTEM USING VISIBLE LIGHT COMMUNICATION TECHNOLOGY M.B. Abinaya 1, G. Aarthi 2, Mrs. V. Chinnammal 3 1,2Department of Electronics and Communication, Rajalakshmi Institute of Technology.

More information

An Intelligent Wearable e-belt for Continuous Monitoring of Sinus Rhythm

An Intelligent Wearable e-belt for Continuous Monitoring of Sinus Rhythm 1 An Intelligent Wearable e-belt for Continuous Monitoring of Sinus Rhythm Arun.P 1, Amala M.C 2, Anjaly M 3, Githin T.S 4, Jomin J 5 1 Assistant Professor, 2,3,4,5 UG Scholar, Department of Electronics

More information

ECONOMICAL HEART RATE MEASUREMENT DEVICE WITH REMOTE MONITORING USING FINGERTIP

ECONOMICAL HEART RATE MEASUREMENT DEVICE WITH REMOTE MONITORING USING FINGERTIP ECONOMICAL HEART RATE MEASUREMENT DEVICE WITH REMOTE MONITORING USING FINGERTIP PROJECT REFERENCE NO. : 37S1390 COLLEGE : SRI SIDDHARTHA INSTITUTE OF TECHNOLOGY, TUMKUR. BRANCH : TELECOMMUNICATION ENGINEERING

More information

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE

ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE Int. J. Chem. Sci.: 14(4), 2016, 3107-3112 ISSN 0972-768X www.sadgurupublications.com ADVANCED TRAFFIC CLEARANCE SYSTEM FOR AMBULANCE CLEARANCE USING RF-434 MODULE R. SURSHKUMAR *, R. BALAJI, G. MANIKANDAN

More information

Luxurious Transporting System

Luxurious Transporting System Luxurious Transporting System R. Venkatesh rentalavenkatesh@gmail.com Abstract In today s world the accident prone countries are more. Among those countries INDIA ranks first. There are three accidents

More information

Intelligent Traffic Light Controller

Intelligent Traffic Light Controller International Journal of Emerging Engineering Research and Technology Volume 3, Issue 3, March 2015, PP 38-50 ISSN 2349-4395 (Print) & ISSN 2349-4409 (Online) ABSTRACT Intelligent Traffic Light Controller

More information

Critical Sign Tracking

Critical Sign Tracking Critical Sign Tracking May 14-18 Client: Dr. Halil Ceylan Advisor: Dr. Daji Qiao Group Members: Simeng Liu, Aaron Cannon, Zheng Luo, David-Paul Adeola Website: http://seniord.ece.iastate.edu/may1418/index.html

More information

BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING

BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING BULLET SPOT DIMENSION ANALYZER USING IMAGE PROCESSING Hitesh Pahuja 1, Gurpreet singh 2 1,2 Assistant Professor, Department of ECE, RIMT, Mandi Gobindgarh, India ABSTRACT In this paper, we proposed the

More information

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application

Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Wireless Sensor Network for Intra-Venous Fluid Level Indicator Application Abstract Wireless sensor networks use small, low-cost embedded devices for a wide range of applications such as industrial data

More information

Anti Drowning system using remote alert

Anti Drowning system using remote alert IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 1, PP 38-42 www.iosrjen.org Anti Drowning system using remote alert Tejaswini Chaudhari, Yash Kava, Gaurang Pandit,

More information

Design and Simulation of Universal Asynchronous Receiver Transmitter on Field Programmable Gate Array Using VHDL

Design and Simulation of Universal Asynchronous Receiver Transmitter on Field Programmable Gate Array Using VHDL International Journal Of Scientific Research And Education Volume 2 Issue 7 Pages 1091-1097 July-2014 ISSN (e): 2321-7545 Website:: http://ijsae.in Design and Simulation of Universal Asynchronous Receiver

More information

Training Schedule. Robotic System Design using Arduino Platform

Training Schedule. Robotic System Design using Arduino Platform Training Schedule Robotic System Design using Arduino Platform Session - 1 Embedded System Design Basics : Scope : To introduce Embedded Systems hardware design fundamentals to students. Processor Selection

More information

Automatic Monitoring and Controlling of Distribution Transformer using Power Line Communication

Automatic Monitoring and Controlling of Distribution Transformer using Power Line Communication Automatic Monitoring and Controlling of Distribution Transformer using Power Line Communication Harshitha Keshav1, Dr. B. Yogesha2 1PG student of ME Dept., Malnad College of Engineering. 2Professor of

More information

THIS SPEC IS OBSOLETE

THIS SPEC IS OBSOLETE THIS SPEC IS OBSOLETE Spec No: 001-62651 Spec Title: PSOC(R) 3 / PSOC 5 - BLOOD PRESSURE MONITOR ANALOG FRONT END - AN62651 Sunset Owner:Praveen Sekar (PFZ) Replaced by: None PSoC 3 / PSoC 5 - Blood Pressure

More information

GSM based Patient monitoring system

GSM based Patient monitoring system For more Project details visit: http://www.projectsof8051.com/patient-monitoring-through-gsm-modem/ Code Project Title 1615 GSM based Patient monitoring system Synopsis for GSM based Patient monitoring

More information

Intelligent Accident Detection System

Intelligent Accident Detection System GRD Journals Global Research and Development Journal for Engineering National Conference on Emerging Research Trend in Electrical and Electronics Engineering (ERTEE-2018) March 2018 e-issn: 2455-5703 Intelligent

More information

Feeder Protection From Over Load and Earth Fault Relay

Feeder Protection From Over Load and Earth Fault Relay Feeder Protection From Over Load and Earth Fault Relay Prof. Vaneela Pyla 1, Uma N. Bhimnath 2, Archana M. Bhosale 3, Apurva V. Khachane 4 Assistant Professor, Electrical Engineering Department, NBN Sinhgad

More information

Trains Collision Avoidance System by Using RFID and GSM Technology

Trains Collision Avoidance System by Using RFID and GSM Technology Trains Collision Avoidance System by Using RFID and GSM Technology Smita S. Bhavsar 1, A. N. Kulkarni 2 Student, Electronics and Telecommunication Department, Zeal College of Engineering &Research Pune,

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

More information

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN

International Journal of Advance Engineering and Research Development ADVANCED NAVIGATOR AND MONITORING SYSTEM FOR FISHERMAN Scientific Journal of Impact Factor(SJIF): 3.134 International Journal of Advance Engineering and Research Development Volume 3,Issue 3, March -2016 e-issn(o): 2348-4470 p-issn(p): 2348-6406 ADVANCED NAVIGATOR

More information

Smart Security System using Arduino and Wireless Communication

Smart Security System using Arduino and Wireless Communication Volume: 06 Issue: 01 Jan 2019 www.irjet.net p-issn: 2395-0072 Smart Security System using Arduino and Wireless Communication Raghavendra G S 1, Aakash Koul 2 1Associate Professor, S. D. M College of Engineering

More information

Wireless Heartbeat Monitoring System Using Android

Wireless Heartbeat Monitoring System Using Android Wireless Heartbeat Monitoring System Using Android ANITHA.A 1, SUDHARSHAN BANAKAR 2, TEJASHWINI A. I. 3 1,2 Department of ECE, Rao Bahadur Y Mahabaleshwarappa Engineering College, Ballari, India 3 Dept

More information

WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE

WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE WIRELESS ELECTRONIC STETHOSCOPE USING ZIGBEE Ms. Ashlesha Khond, Ms. Priyanka Das, Ms. Rani Kumari 1 Student, Electronics and Communication Engineering, SRM IST, Tamil Nadu, India 2 Student, Electronics

More information

Design and Implementation of Integrated Smart Township

Design and Implementation of Integrated Smart Township IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 11, Issue 2 Ver. I (Mar. Apr. 2016), PP 18-24 www.iosrjournals.org Design and Implementation

More information

OPEN CV BASED AUTONOMOUS RC-CAR

OPEN CV BASED AUTONOMOUS RC-CAR OPEN CV BASED AUTONOMOUS RC-CAR B. Sabitha 1, K. Akila 2, S.Krishna Kumar 3, D.Mohan 4, P.Nisanth 5 1,2 Faculty, Department of Mechatronics Engineering, Kumaraguru College of Technology, Coimbatore, India

More information

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard.

Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Design of Virtual Sphygmomanometer Based on LABVIEWComparison, Reflection, Biological assets, Accounting standard. Li Su a, Boxin Zhang b School of electronic engineering, Xi'an Aeronautical University,

More information

Coordinator (Black Box) End Device (Wearable Device)

Coordinator (Black Box) End Device (Wearable Device) 2017 IEEE 7th International Advance Computing Conference WIRELESS DETECTION SYSTEM FOR HEALTH AND MILITARY APPLICATION Yallalinga* School of ECE Reva Institute of Technology and Management Bengaluru-560064,

More information

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor

[Kumar, 5(12): December2018] ISSN DOI /zenodo Impact Factor GLOBAL JOURNAL OF ENGINEERING SCIENCE AND RESEARCHES IOT BASED TRACKING AND MONITORING SYSTEM FOR SCHOOL CHILDREN SAFETY D. Lokesh Sai Kumar *1, B. Vishnu Vardhan 2 & A. Yuva Krishna 3 *1,2&3 Asst. Professor,

More information

Vehicle Accident Automatic Detection and Remote Alarm Device

Vehicle Accident Automatic Detection and Remote Alarm Device International Journal of Reconfigurable and Embedded Systems (IJRES) Vol. 1, No. 2, July 2012, pp. 49~54 ISSN: 2089-4864 49 Vehicle Accident Automatic Detection and Remote Alarm Device Varsha Goud*, V.Padmaja**

More information

Application of Digital Slope Compensation in Peak Current Mode Control of Buck- Boost Converter

Application of Digital Slope Compensation in Peak Current Mode Control of Buck- Boost Converter ISSN (Online) : 2319-8753 ISSN (Print) : 2347-6710 International Journal of Innovative Research in Science, Engineering and Technology Volume 3, Special Issue 3, March 2014 2014 International Conference

More information

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP ( 33

Published by: PIONEER RESEARCH & DEVELOPMENT GROUP (  33 Resource Efficient Wireless Sensor Networks for Temperature and Gas Monitoring Ilavarasan.S 1, Latha.P 2, Vijayaraj.A 3 1,2,3 Department of Information Technology, Saveetha Engineering College Thandalam,

More information

Design and Implementation of Smart Car Driving Kulkarni S.D.

Design and Implementation of Smart Car Driving Kulkarni S.D. Design and Implementation of Smart Car Driving Kulkarni S.D. Shendge P.S Dixit P.K. Raut S.A Jadhav D.A. Department of Electronics & Telecommunication Engineering, BMIT, Solapur Abstract In this paper

More information

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION

BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION BOAT LOCALIZATION AND WARNING SYSTEM FOR BORDER IDENTIFICATION Mr.Vasudevan, Ms.Aarthi.C, Ms.Arunthathi.M, Ms.Durgakalaimathi.L.T, Ms.Evangelin Darvia.P 1Professor, Dept. of ECE, Panimalar Engineering

More information

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM

DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM DISTRIBUTION TRANSFORMER MONITORING AND CONTROL SYSTEM FOR REMOTE ELECTRIC POWER GRIDS THROUGH GSM KIRAN DILIP DESAI 1, RAMCHANDRA P.HASABE 2 Electrical Engg.Department, Walchand College of Engg., Sangli.

More information

Design and FPGA Implementation of a High Speed UART. Sonali Dhage, Manali Patil,Navnath Temgire,Pushkar Vaity, Sangeeta Parshionikar

Design and FPGA Implementation of a High Speed UART. Sonali Dhage, Manali Patil,Navnath Temgire,Pushkar Vaity, Sangeeta Parshionikar 106 Design and FPGA Implementation of a High Speed UART Sonali Dhage, Manali Patil,Navnath Temgire,Pushkar Vaity, Sangeeta Parshionikar Abstract- The Universal Asynchronous Receiver Transmitter (UART)

More information

6545(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJEET)

6545(Print), ISSN (Online) Volume 4, Issue 2, March April (2013), IAEME & TECHNOLOGY (IJEET) INTERNATIONAL International Journal of JOURNAL Electrical Engineering OF ELECTRICAL and Technology (IJEET), ENGINEERING ISSN 0976 & TECHNOLOGY (IJEET) ISSN 0976 6545(Print) ISSN 0976 6553(Online) Volume

More information

PORTABLE ECG MONITORING APPLICATION USING LOW POWER MIXED SIGNAL SOC ANURADHA JAKKEPALLI 1, K. SUDHAKAR 2

PORTABLE ECG MONITORING APPLICATION USING LOW POWER MIXED SIGNAL SOC ANURADHA JAKKEPALLI 1, K. SUDHAKAR 2 PORTABLE ECG MONITORING APPLICATION USING LOW POWER MIXED SIGNAL SOC ANURADHA JAKKEPALLI 1, K. SUDHAKAR 2 1 Anuradha Jakkepalli, M.Tech Student, Dept. Of ECE, RRS College of engineering and technology,

More information

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction

Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction Advanced Soldier Monitoring and Tracking System Using GPS and GSM Introduction The infantry soldier of tomorrow promises to be one of the most technologically advanced modern warfare has ever seen. Around

More information

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee.

Keyword: AVR Microcontroller, GSM, LCD, remote monitoring, Sensors, ZigBee. Volume 3, Issue 7, July 2013 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design & Implementation

More information

Sensor Based Train Collision Identification and Avoidance System

Sensor Based Train Collision Identification and Avoidance System Sensor Based Train Collision Identification and Avoidance System Malyala Prabhakar M.Tech (VLSI & Embedded Systems), Siddhartha Institute of Engineering and Technology. A. Ashok Babu Assistant Professor,

More information

High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE

High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE High Impedance Fault Detection and Location in a Power Transmission Line Using ZIGBEE J.Gopinath, A.V.Manirathnam, K.Manoj Kumar, C.Murugan M. Tech, Dept. of ECE, VELTECH, Chennai, India ABSTRACT: An effective

More information

Activity Tracker Wrist Band for Children Monitoring using IOT

Activity Tracker Wrist Band for Children Monitoring using IOT Activity Tracker Wrist Band for Children Monitoring using IOT T. Bhanupriya II ME Embedded System Technologies Sri Shakthi Institute of Engineering and Technology Coimbatore, Tamilnadu, India e-mail: riyainfo25@gmail.com

More information

Implementation of Fall Detection System Based on Data Fusion Technology

Implementation of Fall Detection System Based on Data Fusion Technology , pp.1-8 http://dx.doi.org/10.14257/ijunesst.2016.9.4.01 Implementation of Fall Detection System Based on Data Fusion Technology Xianwei Wang and Hongwu Qin College of Electronic Information and Engineering,

More information

DESIGN AND IMPLEMENTATION OF MOBILE WIRELESS OSCILLOSCOPE AND FUNCTION GENERATOR

DESIGN AND IMPLEMENTATION OF MOBILE WIRELESS OSCILLOSCOPE AND FUNCTION GENERATOR Volume 119 No. 15 2018, 793-798 ISSN: 1314-3395 (on-line version) url: http://www.acadpubl.eu/hub/ http://www.acadpubl.eu/hub/ DESIGN AND IMPLEMENTATION OF MOBILE WIRELESS OSCILLOSCOPE AND FUNCTION GENERATOR

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

Design and Implementation of Modern Digital Controller for DC-DC Converters

Design and Implementation of Modern Digital Controller for DC-DC Converters Design and Implementation of Modern Digital Controller for DC-DC Converters S.Chithra 1, V. Devi Maheswaran 2 PG Student [Embedded Systems], Dept. of EEE, Rajalakshmi Engineering College, Chennai, Tamilnadu,

More information

Data Transmission in Ships Based on Light Fidelity

Data Transmission in Ships Based on Light Fidelity Volume 114 No. 12 2017, 469-476 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Data Transmission in Ships Based on Light Fidelity Dr.A.Kalirasu Professor

More information

International Journal Of Engineering Research & Management Technology

International Journal Of Engineering Research & Management Technology International Journal Of Engineering Research & Management Technology PREPAID ENERGY METER FOR IMPROVED METERING AND BILLING SYSTEM Amit, Assistant professor Nikhil Vijay, Farhaz Malik, Abhinav Sharma,

More information

Vehicle rescue system for medical emergency

Vehicle rescue system for medical emergency ISSN: 2347-3215 Volume 3 Number 3 (March-2015) pp. 52-61 www.ijcrar.com Vehicle rescue system for medical emergency Yogini Krishna Nangare* and S.G. Hate 1 ME (VLSI & Embedded System), G.H. Raisoni College

More information

Cortex-M3 based Prepaid System with Electricity Theft Control

Cortex-M3 based Prepaid System with Electricity Theft Control Research Inventy: International Journal of Engineering And Science Vol.6, Issue 4 (April 2016), PP -139-146 Issn (e): 2278-4721, Issn (p):2319-6483, www.researchinventy.com Cortex-M3 based Prepaid System

More information

Keywords: Electronic Patch, Wireless Reflectance Pulse Oximetry, SpO2, Heart Rate, Body Temperature.

Keywords: Electronic Patch, Wireless Reflectance Pulse Oximetry, SpO2, Heart Rate, Body Temperature. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Electronic Patch Wireless Reflectance Pulse Oximetry for Remote Health Monitoring S.Venkatesh Department of ECE, Anna University,Chennai,

More information

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool

Design and Implementation of Digital Stethoscope using TFT Module and Matlab Visualisation Tool World Journal of Technology, Engineering and Research, Volume 3, Issue 1 (2018) 297-304 Contents available at WJTER World Journal of Technology, Engineering and Research Journal Homepage: www.wjter.com

More information

Density Based Traffic Control with Emergency Override

Density Based Traffic Control with Emergency Override National conference on Engineering Innovations and Solutions (NCEIS 2018) International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume

More information

Patient Monitoring System Using LabVIEW

Patient Monitoring System Using LabVIEW International Journal of Emerging Technology in Computer Science & Electronics (IJETCSE) ISSN: 0976-1353 Volume 24 Issue 4 MARCH 2017. Patient Monitoring System Using LabVIEW Mohanraj T #1 and Keshore

More information

Design of Low Power Reduced Area Cyclic DAC

Design of Low Power Reduced Area Cyclic DAC Design of Low Power Reduced Area Cyclic DAC Laya Surendran E K Mtech student, Dept. of Electronics and Communication Rajagiri School of Engineering & Technology Cochin, India Rony P Antony Asst. Professor,

More information