Coordinator (Black Box) End Device (Wearable Device)

Size: px
Start display at page:

Download "Coordinator (Black Box) End Device (Wearable Device)"

Transcription

1 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 , India Nirmalkumar S. Benni** School of ECE Reva Institute of Technology and Management Bengaluru , India Sunilkumar S. Manvi*** School of Computing and IT REVA University Bengaluru , India Abstract This study is to develop a wireless detection system for health and military application. Among the elderly population falling/collapsing is a common and very serious issue. It can cause severe injuries like fractures, joint dislocations, head injuries etc. In cases where person is immobilized or lost consciousness it is not possible to seek immediate help or medical attention. There are several cases where elderly people live alone are not found for hours after the fall which makes the situation more severe. The damage caused because of failure in seeking medical attention at the right time is more than the damage and injuries caused by the fall itself. Similar cases can be found with Border Security Force soldiers and other security people standing for long hours guarding the nation borders. Also VIP securities standing in front of VIP homes are vulnerable for such attacks causing injuries. Objective of this paper is to develop a wireless fall-detection system which can sense such situations and alerts others seeking help. The sensors for fall Detection is wearable by the potentialvictim/user. Upon detection of fall/collapse the sensor system transmits the information wirelessly, which will be received by the care-taker s mobile. The sensor is a belt shaped wearable device consisting of accelerometer (tri-axial) and gyroscope. These sensors are used to classify the posture and dynamics of the user. The main aim of the project is to develop efficient algorithms to detect falls and distinguish between falls and non-falls using these sensors. The sensor is a part of zigbee node. It will communicate to the microcontroller over zigbee. Zigbee will provide an efficient wireless communication with the microcontroller with relatively small hardware size. The microcontroller is responsible for sending information to the Care taker s mobile using a GSM module interfaced to it. The microcontroller is interfaced to a PC in order to burn the program on to the microcontroller and for testing and debugging. Keywords Wireless Network; GSM model; Tri-axial accelerometers and Gyroscopes; Fall detection; lower quality of life. I. INTRODUCTION According to the World Health Organization (WHO) approximately 28-35% of people aged 65 and over fall each year increasing to 32-42% for those over 70 years of age. The frequency of falls increases with age and frailty level. In fact, falls exponentially increase with age-related biological changes, which is leading to a high incidence of falls and fall related injuries in the ageing societies. If preventive measures are not taken in the immediate future, the number of injuries caused by falls is projected to be a 100% higher in In this context, assistive devices that could help to alleviate this major health problem are a social necessity. Indeed, fall detectors are being actively investigated. A wireless detection machine can be defined as an assistive device whose essential objective is to alert whilst a fall occasion has took place. In an actual-lifestyles state of affairs, they've the ability to mitigate some of the adverse outcomes of a fall. Specifically, wireless fall detectors can have an immediate impact on the discount within the worry of falling and the rapid provision of assistance after a fall. In reality, falls and fear of falling depend upon every different an individual who falls may also sooner or later expand worry of falling and, vice versa, the worry of falling may boom the threat of laid low with a fall. Fear of falling has been proven to be associated with terrible consequences together with avoidance of sports, much less bodily hobby, falling, despair, reduced social contact and lower quality of life. Therefore, many fall detection systems have been developed. However, prevalent methods only use accelerometers to isolate falls from activities of daily living (ADL). This makes it difficult to distinguish real falls from certain fall-like activities such as sitting down quickly and jumping, resulting in many false positives. Body orientation is also used as a means of detecting falls, but it is not very useful when the ending position is not horizontal, e.g. falls happen on stairs /17 $ IEEE 161 DOI /IACC

2 Human activities are divided into two categories: static postures and dynamic transitions. By using tri-axial accelerometers and gyroscopes, four kinds of static postures are recognized they are: standing, bending, sitting, and lying. Motions between these static postures are considered as dynamic transitions. To determine whether motion transitions are intentional or not for that linear acceleration and angular velocity are measured. The block diagram of the wireless detection system (End device) is shown in the figure 1.1 If the transition before a lying posture is not intentional, a fall transition is detected. This algorithm is joined with accelerometers and gyroscopes, reduces both false positives and false negatives, for improving fall detection accuracy. Further via this solution features low computational price and actual-time reaction 2.2 Coordinator Device Fig.1.1 End Device Block Diagram The main block diagram of the wireless detection system (coordinator) is shown in the figure 2.1 Fig. 2.1 Coordinator Block Diagram II. METHODOLOGY Accelerometers and gyroscopes are made used to detect the fall. All the systems designed till date use accelerometers, but for the purpose of accuracy this solution includes a gyroscope also Hence this solution makes use of a MPU 6050 sensor. 2.1 Essential Devices Coordinator (Black Box) Wireles End Device (Wearable Device) Fig 2.1 Basic Block Diagram Two most important devices in our project are as shown in the figure 2.1. CO-ORDINATOR END DEVICE The coordinator end is a black box with power supply that can be placed at any corner of the house which houses the main operation of the Health Monitoring System. Similarly, the end device functions by detecting the fall from the wearable sensors and transmits the data to the coordinator to send emergency messages to the terminal contact (attender in this case). Fig 2.2 Coordinator Device Coordinator device is as shown in the figure 2.2. A Coordinator is a stationary device. It consists of the following: CC2430 Hardware module Maestro 100 GSM Module 3 LEDs to define operations Buzzer Power Supply Magnetic Base antenna Main functionality and the working of Coordinator device can be explained as follows: The CC2430 has 8051 microcontroller and Zigbee module integrated into the same device. This device is used as the main control unit to interface the GSM modem and to send the messages to the emergency contact and also to raise an alarm to the attender if in the vicinity of the patient using a Buzzer (PORT 1.1). The microcontroller has an in-built regulator that regulates the power supply from the 9V adapter or the battery to 3.3V. There are 3 LEDs which are used basically to represent the status of the various conditions at the Coordinator end. These conditions help the user of the device to easily setup the device. Green LED (PORT 1.2) indicates the Power ON condition. The Red LED (PORT 1.0) indicates the battery low condition at the Coordinator end when battery is used to power up the device. The Blue LED (PORT 2.0) indicates the status of the communication link between Coordinator and the end device. The GSM communicates with the CC2430 via RS 232 serial interface using UART protocol. The GSM is interface using the serial port present in CC2430. There are USART registers present in CC2430 which is set to UART mode. 162

3 The Port 0 Pin 2 and Port 0 Pin 3 are used for the purpose of transmission and reception respectively. Transmission is done by setting up the various registers such as U0CSR to the function in UART mode, setting up the port as a general purpose input or output and also setting the baud rate at One of the other register used during both transmission and reception are the transfer and receive flags which are set and cleared accordingly to perform the respective operations. By reception we mean that the device checks the information sent back by the GSM after the command messages are being sent to it. The instructions being sent from CC2430 to GSM are AT commands. AT commands are the summon set comprises of a progression of short content strings which join together to deliver complete orders for operations, for example, dialing, hanging up, and changing the parameters of the connection.. In our case these set of AT commands are specifically used for the purpose of sending messages of various cases to the emergency contact stored in the coordinator device. The flow developed for the communication between GSM and CC2430 is to first initialize the device. The second step in this process to test the communication by checking the SIM card status. The next step in this process is to send the message to stored emergency contact. As and when the conditions of fall detected or battery low at the coordinator end or at end device, sensor failure or end device out of range is detected, related functions are invoked to send the message. Whenever a data of FF arrives from the end device to the coordinator, the GSM sends a message FALL DETECTED to the contact. When a data of BB arrives a message END DEVICE BATTERY LOW is sent to the contact. The message COORDINATOR BATTERY LOW is sent according to the threshold value which is 2.5V. The coordinator device will check for a time period of 4 seconds whether there is a link between itself and the end device to invoke a END DEVICE OUT OF RANGE message. 2.3 End Device The end device block diagram is shown in figure 2.2. This is the wearable part of the project. The end device has been made into a compact unit consisting of the sensor node and the microcontroller [1]. The sensor used is MPU-6050 manufactured by Invensense. The CC2430 microcontroller module is used to control the logic of the end device. I/O ports are used to interface the microcontroller with the other devices such as sensor and LEDs. The microcontroller module consists of an in-built oscillator producing clock frequencies of 32MHz. A 2.4GHz antenna is used to communicate with the coordinator end with radio frequencies using Zigbee protocol. The MPU-6050 sensor mainly consists of an accelerometer and a gyroscope. The accelerometer is used to measures linear acceleration and tilt angle. The 3-axis accelerometer detects the combined magnitude and direction of linear and gravitational acceleration. It can be used for providing limited motion sensing functionality. For example, a device with an accelerometer can distinguish development from a vertical to horizontal state in a settled area. Accordingly, accelerometers are fundamentally utilized for detecting device introduction as for gravity. The gyroscope is used to measures the angular rate of rotation about one or more axes. The gyroscope can quantify complex movements precisely in free space, thus making it a required movement sensor for following the position and revolution of a moving object. Unlike the compasses and accelerometer, gyroscopes are not depends on any external forces such as gravity and magnetic fields, and can therefore function fairly autonomously. The gyroscope measures 1degree angular rate which corresponds to the value 131. An array of LEDs is provided on the face of the end device to provide indications to the user. The three LEDs are for power on, radio connection establishment and battery low. The LEDs are connected to the port0, pin0 for power on, pin1 for connection establishment and pin2 for battery low of the CC ohm resistors are provided to control the LEDs connected through active low logic. The device is operated by two AA 1.5V batteries. The end device can be worn around the neck as a necklace or strapped onto the chest. 2.4 Algorithm Fig 2.3 End device Fig 2.4 Flowchart of Algorithm 163

4 The working of the Health Monitoring System is as follows: 1. The coordinator broadcasts for 10ms to establish a link with an end device (or a peer). 2. If the end device is not available, then it means that communication between coordinator and end device is not established. a. The coordinator now enters into sleep mode and sleeps for 2s and if the communication is established after sometime then it goes to STEP 1. b. But if the communication is not established even after sometime, then a message Patient out of range will be sent to the emergency contact. c. Also a buzzer will be triggered during this and STEP 1 will be repeated. 3. But if the end device is available, the BLUE LED at both the ends (coordinator and end device) will start blinking indicating the establishment of communication link. 4. Now, there are two possible cases here: a. The patient is in normal condition ( i.e., no fall has occurred or he is involved in a ADL activity) i. The coordinator again goes into sleep mode to save power. ii. And after waking up, keeps monitoring to see if any change has occurred. If no change continues monitoring else goes to next step. b. The patient is in abnormal condition (i.e., a fall has occurred) i. If the fall is detected, End device continuously transmits a message to the coordinator end and the buzzer will be triggered at the coordinator end. The coordinator will send an emergency message to the terminal contact. ii. If the fall is not detected, There are two possible reasons for this: Sensor failure End device out of range Either way, a corresponding emergency message will be sent to the terminal contact via the coordinator and a buzzer will be triggered. III. RESULTS AND DISCUSTION Case-1. End device Battery low: CC2430 has an inbuilt ADC, which is used to detect battery low condition. A resolution of 12 bits is set. Whenever the supply voltage reduces below 2.5V, which corresponds to a reading of 1526, the code BB is sent to the co-coordinator device. And red LED is used to indicate the low battery in end device Fig 3.1 Case-2. Patient/Soldier fall Detect: Fall is defined as a sudden transition to horizontal position. The MPU 6050 sends the accelerometer and gyroscope readings to CC2430 using I2C protocol. Thresholds are set for those readings. Threshold readings for accelerometer and gyroscope are 8000 and 5000 respectively. If the readings are above thresholds then fall is detected. After fall is detected the code FF is sent to the co-coordinator end via Zigbee protocol. The process of reading the accelerometer and gyroscope values, and comparing them with the thresholds goes on continuously once a link is established between the end device and cocoordinator. And gsm module will send the message to the mobile and buzzer is also starts beeping. Fig

5 Case-3. Out of Range: The co-coordinator end is linked with the end device through radio frequency using Zigbee protocol. The range of zigbee is 80m line of sight. If the patient crosses this range, cocoordinator end tries to link with end device for 4 seconds (50 times). If the link cannot be established even then, the co-coordinator end sends an out-of-range message to the mobile and buzzer will also start beeping. Fig 3.5 Fig 3.3 Case-4. Sensor Fail: The MPU-6050 contains an algorithm for self-test. Using this feature, the sensor failure condition can be checked. When the end device is turned on, the value in the who_am_i register is checked. If the value is equal to 68, then the sensor has passed the self-test. If the value of who_am_i is not equal to 68, then the code BB is sent via the radio frequency using Zigbee protocol to the co-coordinator. Fig 3.4 Case-5. Coordinator device Battery low: CC2430 has an inbuilt ADC, which is used to detect battery low condition. A resolution of 12 bits is set. Whenever the supply voltage reduces below 2.5V, which corresponds to a reading of 1526, the code BB is sent to the co-coordinator device and coordinator send message, and red LED is used to indicate the low battery in coordinator device. IV. APPLICATIONS Enhanced for monitoring the elderly: For their day to day health and safety this system can be used with ease and comfort. Need for a person to always stay with the elderly can be avoided and elderly people can perform their day to day activities without fear. Used in hospitals to monitor patients: Can be used to monitor patients who are required to walk after their treatment. Also the location of the patient can be easily detected by doctors. Used widely for monitoring children during their initial stage of learning to walk. Useful for epileptic patients: In most of the cases, epileptic patients fall unconscious, which may cause injuries too, by use of such systems these events, can be avoided. In Industrial settings it could alert first responders of possible incidents in the event that human reporting is slow or hesitant about reporting accidents. Monitoring of fall detection of soldiers and VIP securities in borders and VIP homes. V. CONCLUSION In this paper, a wireless sensor system is applied to measure the acceleration and angular velocity at center chest on the body for four different types of fall. The collected data is used to evaluate the performance of the wireless fall detection algorithm. There are many fall detections systems investigated in previous studied. Unlike the previous fall detection systems, we have integrated both accelerometer and gyroscope to give accurate results. Use of both these sensors together helped us to differentiate between ADL (Activities of Daily Living) and a fall. Apart from sensing the fall, we have also covered the conditions of battery low, sensor failure and patient out of range. Also the device can be installed without any complications making it easy to be operable for anyone. Also the device consumes less power making it energy efficient. We also have used small battery 165

6 operated devices, which can be easily wearable. Experiments to evaluate detection accuracy are conducted. The experimental results show that our detection system achieves good performance in terms of low false negative and low false positive in fall detections. This system is applicable not only to elderly but also to healthy individuals performing various activities walking, running, climbing, cycling, rolling, etc. experiencing falls due to various causes such as: unexpected health problems, inattention, dangerous environment, car accidents, attacks, etc. With the completion of this project, we have accomplished our aim of making a robust device which will be helpful to the elderly and patients making their life safer. The device offers many advantages and is greatly sophisticated than the previously implemented systems which used the same principle. Research and development in this field will prove to be extremely helpful in the Medical fraternity and Electronics industry. The project setup was designed keeping the end user in mind making it ready to be implemented in a consumer specific environment. VI. FUTURE SCOPE Wireless fall detectors want to be as accurate and dependable as feasible. A strong wireless fall detection system has to showcase each high sensitivity and specificity. That is occasionally reached in experimental environments, but whilst implemented to an actual state of affairs, the detection price decreases. Those devices are designed and tested underneath managed conditions, for example they use information from falls and ADL of younger human beings simulated on the discretion of every creator due to the dearth of a standardized process or a public database /.l3q233edd comparison. Furthermore, it's far worth pointing out that fall detectors are geared toward older people, so that they need to additionally be involved of their development. simplest few research include records from older humans, although their participation is restricted to perform a hard and fast of simulated sports of day by day dwelling for a few minutes or hours. That isn't enough to evaluate the device overall performance in a real state of affairs. Users need to wear the devices for longer durations (at least months). A few studies have labored on this course ensuing in a considerable wide variety of fake activations, amongst different issues. A wireless fall detection system has been validated to show high sensitivity and specificity results, using the combination of accelerometer and gyroscope. This system can be made even more accurate by using devices such as magnetometer and DMP. The main task ahead is not only to give a sensitive device but also miniaturize the size of the wearable device by integrating both MPU 6050 and Microcontroller onto a single chip platform. This chip can be designed to include various LED s and buzzer for ease. The end device consists of a whip antenna which can be replaced by integrating a chip dielectric antenna of dimension mm which provides the same bandwidth and range. Future development will investigate a system to include GPS and GPRS to inform medical attention. Also these systems can be used in hospitals and old age homes by simply including range extenders to cover large areas. Furthermore, an algorithm that can distinguish ADL such as walking, standing, sitting down/ standing up, running, and jumping will also be investigated. REFERENCES [1] J. Chen,K. Kwong, D. Chang, J. Luk, and R. Bajcsy Wearable sensors for reliable fall detection Shanghai, China, Sept 2005 IEEE. [2] Kangas, A. Konttila, I. Winblad, and T. Jams Determination of simple thresholds for accelerometrybased parameters for fall detection Lyon, France, Aug 2007 IEEE. [3] Qiang Li, John A. Stankovic, Mark Hanson, Adam Barth, John Lach Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information University Of Virginia. [4] Stefano Abbate, Marco Avvenuti, Paolo Corsini and AlessioVecchio Monitoring of human movements for fall detection and activities recognition in elderly care using wireless sensor network: a survey, Italy. [5]Jin Wang, Zhongqi Zhang, Yuhui Zheng, A Novel Fall Activity Recognition Method for Wireless Sensor Networks, School of computer & software, Nanjing University of information science & technology, Nanjing , China.. [6] Q. Li, J. A. Stankovic, M. A. Hanson, A. T. Barth, J. Lach, G. Zhou, Accurate, fast fall detection using gyroscopes and accelerometer-derived posture information, in: Proceedings of the International Workshop on Wearable and Implantable Body Sensor Networks, IEEE Computer Society, Berkeley, CA, USA, 2009, pp [7] D. Wild, U. Nayak, B. Isaacs, How dangerous are falls in old people at home?, British Medical Journal 282 (1981) 266. [8] S. Abbate, M. Avvenuti, P. Corsini, J. Light, A. Vecchio, Monitoring of Human Movements for Fall Detection and Activities Recognition in Elderly Care Using Wireless SensorNetwork: a Survey, in: G. V. Merret, Y. K. Tan(Eds.), Wireless Sensor Networks: Application-Centric Design, InTech, Rijeka, Croatia, 2010, pp [9] N. Noury, A. Fleury, P. Rumeau, A. Bourke, G. Laighin, V. Rialle, J. Lundy, Fall detection - principles and methods, in: Proceedings of the 29th Annual International Conference of the IEEE Engineering in Medicine and Biology Society (EMBS), pp [10] M. Kangas, I. Vikman, L. Nyberg, R. Korpelainen, J. Lindblom, T. Jms, Comparison of real-life accidental falls in older people with experimental falls in middle-aged test subjects, Gait & Posture 35 (2012) [11] S. Sadigh, A. Reimers, R. Andersson, L. La amme, Falls and fall-related injuries among the elderly: a survey of residential-care facilities in a Swedish municipality, Journal 166

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

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

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

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

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

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

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

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

A Body Area Network through Wireless Technology

A Body Area Network through Wireless Technology A Body Area Network through Wireless Technology Ramesh GP 1, Aravind CV 2, Rajparthiban R 3, N.Soysa 4 1 St.Peter s University, Chennai, India 2 Computer Intelligence Applied Research Group, School of

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

Application Note. Communication between arduino and IMU Software capturing the data

Application Note. Communication between arduino and IMU Software capturing the data Application Note Communication between arduino and IMU Software capturing the data ECE 480 Team 8 Chenli Yuan Presentation Prep Date: April 8, 2013 Executive Summary In summary, this application note is

More information

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS

GPS System Design and Control Modeling. Chua Shyan Jin, Ronald. Assoc. Prof Gerard Leng. Aeronautical Engineering Group, NUS GPS System Design and Control Modeling Chua Shyan Jin, Ronald Assoc. Prof Gerard Leng Aeronautical Engineering Group, NUS Abstract A GPS system for the autonomous navigation and surveillance of an airship

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

ATB200. Datasheet. ATB200 GPRS / GPS based Fleet Management Terminal. 1

ATB200. Datasheet. ATB200 GPRS / GPS based Fleet Management Terminal.   1 ATB200 GPRS / GPS based Fleet Management Terminal Datasheet www.dtsis.com 1 Description ATB200 is a compact, standalone and economical, but yet powerful and feature rich fleet management terminal. Comprising

More information

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station

FLCS V2.1. AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station AHRS, Autopilot, Gyro Stabilized Gimbals Control, Ground Control Station The platform provides a high performance basis for electromechanical system control. Originally designed for autonomous aerial vehicle

More information

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization)

International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering. (An ISO 3297: 2007 Certified Organization) International Journal of Advanced Research in Electrical, Electronics Device Control Using Intelligent Switch Sreenivas Rao MV *, Basavanna M Associate Professor, Department of Instrumentation Technology,

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

HAND GESTURE CONTROLLED ROBOT USING ARDUINO

HAND GESTURE CONTROLLED ROBOT USING ARDUINO HAND GESTURE CONTROLLED ROBOT USING ARDUINO Vrushab Sakpal 1, Omkar Patil 2, Sagar Bhagat 3, Badar Shaikh 4, Prof.Poonam Patil 5 1,2,3,4,5 Department of Instrumentation Bharati Vidyapeeth C.O.E,Kharghar,Navi

More information

Project Final Report: Directional Remote Control

Project Final Report: Directional Remote Control Project Final Report: by Luca Zappaterra xxxx@gwu.edu CS 297 Embedded Systems The George Washington University April 25, 2010 Project Abstract In the project, a prototype of TV remote control which reacts

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

A Solar-Powered Wireless Data Acquisition Network

A Solar-Powered Wireless Data Acquisition Network A Solar-Powered Wireless Data Acquisition Network E90: Senior Design Project Proposal Authors: Brian Park Simeon Realov Advisor: Prof. Erik Cheever Abstract We are proposing to design and implement a solar-powered

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

High Speed and Intelligent Environment Monitoring System

High Speed and Intelligent Environment Monitoring System 6th International Conference on Sensor Network and Computer Engineering (ICSNCE 2016) High Speed and Intelligent Environment Monitoring System Xiaohui Wang1, 2, a * and Lei Tian3, b 1 College of Tourism

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

A Model Based Approach for Human Recognition and Reception by Robot

A Model Based Approach for Human Recognition and Reception by Robot 16 MHz ARDUINO A Model Based Approach for Human Recognition and Reception by Robot Prof. R. Sunitha Department Of ECE, N.R.I Institute Of Technology, J.N.T University, Kakinada, India. V. Sai Krishna,

More information

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM

AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM AUTOMATIC ELECTRICITY METER READING AND REPORTING SYSTEM Faris Shahin, Lina Dajani, Belal Sababha King Abdullah II Faculty of Engineeing, Princess Sumaya University for Technology, Amman 11941, Jordan

More information

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology

Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology Volume 118 No. 20 2018, 4337-4342 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Hardware Implementation of an Explorer Bot Using XBEE & GSM Technology M. V. Sai Srinivas, K. Yeswanth,

More information

Object Motion MITes. Emmanuel Munguia Tapia Changing Places/House_n Massachusetts Institute of Technology

Object Motion MITes. Emmanuel Munguia Tapia Changing Places/House_n Massachusetts Institute of Technology Object Motion MITes Emmanuel Munguia Tapia Changing Places/House_n Massachusetts Institute of Technology Object motion MITes GOAL: Measure people s interaction with objects in the environment We consider

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

Brian Hanna Meteor IP 2007 Microcontroller

Brian Hanna Meteor IP 2007 Microcontroller MSP430 Overview: The purpose of the microcontroller is to execute a series of commands in a loop while waiting for commands from ground control to do otherwise. While it has not received a command it populates

More information

Field Testing of Wireless Interactive Sensor Nodes

Field Testing of Wireless Interactive Sensor Nodes Field Testing of Wireless Interactive Sensor Nodes Judith Mitrani, Jan Goethals, Steven Glaser University of California, Berkeley Introduction/Purpose This report describes the University of California

More information

ADAPTIVE DISTANCE ALERT SAFETY SYSTEM (ADASS) ON CHILD TRACKING USING ARDUINO

ADAPTIVE DISTANCE ALERT SAFETY SYSTEM (ADASS) ON CHILD TRACKING USING ARDUINO ADAPTIVE DISTANCE ALERT SAFETY SYSTEM (ADASS) ON CHILD TRACKING USING ARDUINO Murizah Kassim, Siti Hazirah Salih and Shahrani Shahbudin Faculty of Electrical Engineering, Universiti Teknologi MARA UiTM

More information

Motion Capture for Runners

Motion Capture for Runners Motion Capture for Runners Design Team 8 - Spring 2013 Members: Blake Frantz, Zhichao Lu, Alex Mazzoni, Nori Wilkins, Chenli Yuan, Dan Zilinskas Sponsor: Air Force Research Laboratory Dr. Eric T. Vinande

More information

2 Intelligent meter reading mode

2 Intelligent meter reading mode 3rd International Conference on Multimedia Technology(ICMT 2013) Intelligent water meter with low power consumption based on ZigBee technology Zhe Xie Rangding Wang 1 Abstract. A design of intelligent

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

Testing Properties of E-health System Based on Arduino

Testing Properties of E-health System Based on Arduino Journal of Automation and Control, 2015, Vol. 3, No. 3, 122-126 Available online at http://pubs.sciepub.com/automation/3/3/17 Science and Education Publishing DOI:10.12691/automation-3-3-17 Testing Properties

More information

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot*

EEL5666C IMDL Spring 2006 Student: Andrew Joseph. *Alarm-o-bot* EEL5666C IMDL Spring 2006 Student: Andrew Joseph *Alarm-o-bot* TAs: Adam Barnett, Sara Keen Instructor: A.A. Arroyo Final Report April 25, 2006 Table of Contents Abstract 3 Executive Summary 3 Introduction

More information

Algorithm and Experimentation of Frequency Hopping, Band Hopping, and Transmission Band Selection Using a Cognitive Radio Test Bed

Algorithm and Experimentation of Frequency Hopping, Band Hopping, and Transmission Band Selection Using a Cognitive Radio Test Bed Algorithm and Experimentation of Frequency Hopping, Band Hopping, and Transmission Band Selection Using a Cognitive Radio Test Bed Hasan Shahid Stevens Institute of Technology Hoboken, NJ, United States

More information

REMOTE TRACKING SOLUTION. User Manual Name. CS-P000-TS-1N-Rev.A This document provides the technical specification SOLUTION.

REMOTE TRACKING SOLUTION. User Manual Name. CS-P000-TS-1N-Rev.A This document provides the technical specification SOLUTION. REMOTE TRACKING SOLUTION CS-P00C-RS-1B-Rev.A This document provides the technical specification of REMOTE TRACKING SOLUTION. User Manual Name Ionos E1 Document GL865 numberquad band GSM Module CS-P000-TS-1N-Rev.A

More information

ADVANCED FALL IDENTIFICATION SYSTEM

ADVANCED FALL IDENTIFICATION SYSTEM ADVANCED FALL IDENTIFICATION SYSTEM ROHIT KUMAR 1, S. SRI SURYA SRIKANTH 2 Abstract: The population of 65-and over aged people in the developed countries will approach 20% of total population in the next

More information

Robust Wrist-Type Multiple Photo-Interrupter Pulse Sensor

Robust Wrist-Type Multiple Photo-Interrupter Pulse Sensor Robust Wrist-Type Multiple Photo-Interrupter Pulse Sensor TOSHINORI KAGAWA, NOBUO NAKAJIMA Graduate School of Informatics and Engineering The University of Electro-Communications Chofugaoka 1-5-1, Chofu-shi,

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

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Gesture Controlled Car

Gesture Controlled Car Gesture Controlled Car Chirag Gupta Department of ECE ITM University Nitin Garg Department of ECE ITM University ABSTRACT Gesture Controlled Car is a robot which can be controlled by simple human gestures.

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

1. INTRODUCTION. Road Characterization of Digital maps. A. Technical Background. B. Proposed System

1. INTRODUCTION. Road Characterization of Digital maps. A. Technical Background. B. Proposed System 1. INTRODUCTION Here, implementation a novel system to detect, maintain and warn the forthcoming road inconsistencies. In hilly, fog affected and unmaintained areas, vehicles/ motorists are more prone

More information

Above All. The most sophisticated unit for tracking containers in real time for security and management.

Above All. The most sophisticated unit for tracking containers in real time for security and management. * The most sophisticated unit for tracking containers in real time for security and management. The French comedian Pierre Dac once said, To see into the distance, you simply need to get closer. That applies

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

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands!

Initial Project and Group Identification Document September 15, Sense Glove. Now you really do have the power in your hands! Initial Project and Group Identification Document September 15, 2015 Sense Glove Now you really do have the power in your hands! Department of Electrical Engineering and Computer Science University of

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

IMU: Get started with Arduino and the MPU 6050 Sensor!

IMU: Get started with Arduino and the MPU 6050 Sensor! 1 of 5 16-3-2017 15:17 IMU Interfacing Tutorial: Get started with Arduino and the MPU 6050 Sensor! By Arvind Sanjeev, Founder of DIY Hacking Arduino MPU 6050 Setup In this post, I will be reviewing a few

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

Speed Rate Corrected Antenna Azimuth Axis Positioning System

Speed Rate Corrected Antenna Azimuth Axis Positioning System International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 2 (2017) pp. 151-158 Research India Publications http://www.ripublication.com Speed Rate Corrected Antenna Azimuth

More information

ARDUINO BASED MEDICINE REMINDER

ARDUINO BASED MEDICINE REMINDER ARDUINO BASED MEDICINE REMINDER *Urvashi Sharma, Chetna Chauhan, Himani Sharma, **Anjali Sharma *Student, Department of ECE, AP Goyal Shimla University, Shimla, India sharmaura02@gmail.com, chetnachauhan18@gmail.com,

More information

A Microcontroller Based Smart Helmet Using GSM &GPS Technology in Construction Sites

A Microcontroller Based Smart Helmet Using GSM &GPS Technology in Construction Sites International Journal of Computer Engineering in Research Trends Multidisciplinary, Open Access, Peer-Reviewed and fully refereed Research Paper Volume-5, Issue-2,2018 Regular Edition E-ISSN: 2349-7084

More information

University of Toronto. Companion Robot Security. ECE1778 Winter Wei Hao Chang Apper Alexander Hong Programmer

University of Toronto. Companion Robot Security. ECE1778 Winter Wei Hao Chang Apper Alexander Hong Programmer University of Toronto Companion ECE1778 Winter 2015 Creative Applications for Mobile Devices Wei Hao Chang Apper Alexander Hong Programmer April 9, 2015 Contents 1 Introduction 3 1.1 Problem......................................

More information

Index Terms IR communication; MSP430; TFDU4101; Pre setter

Index Terms IR communication; MSP430; TFDU4101; Pre setter Design and Development of Contactless Communication Module for Pre setter of Underwater Vehicles J.Lavanyambhika, **D.Madhavi *Digital Systems and Signal Processing in Electronics and Communication Engineering,

More information

Controlling Robot through SMS with Acknowledging facility

Controlling Robot through SMS with Acknowledging facility IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. III (May Jun. 2014), PP 65-69 Controlling Robot through SMS with Acknowledging

More information

Accelerometer Products

Accelerometer Products Accelerometer Products What Is an Accelerometer and When Do You Use One? An accelerometer is a sensor which converts an acceleration from motion or gravity to an electrical signal. MOTION INPUT 5% 5% Tilt

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

[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

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

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

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O

DNT2400. Low Cost 2.4 GHz FHSS Transceiver Module with I/O 2.4 GHz Frequency Hopping Spread Spectrum Transceiver Point-to-point, Point-to-multipoint, Peer-to-peer and Tree-routing Networks Transmitter Power Configurable from 1 to 63 mw RF Data Rate Configurable

More information

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM

ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM ARM BASED DISTRIBUTED ELECTRICITY MONITORING AND CONTROL USING GSM MODEM Pankaj Chitte 1, Vikas Gujar 2, Sarang Mahajan 3, Savita Shete 4 1 Professor, Electronics Engg. Pravara Rural Engg. College, Loni,

More information

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO

MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO MULTI ROBOT COMMUNICATION AND TARGET TRACKING SYSTEM AND IMPLEMENTATION OF ROBOT USING ARDUINO K. Sindhuja 1, CH. Lavanya 2 1Student, Department of ECE, GIST College, Andhra Pradesh, INDIA 2Assistant 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

Android Phone Based Assistant System for Handicapped/Disabled/Aged People

Android Phone Based Assistant System for Handicapped/Disabled/Aged People IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 10 March 2017 ISSN (online): 2349-6010 Android Phone Based Assistant System for Handicapped/Disabled/Aged People

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

SELF STABILIZING PLATFORM

SELF STABILIZING PLATFORM SELF STABILIZING PLATFORM Shalaka Turalkar 1, Omkar Padvekar 2, Nikhil Chavan 3, Pritam Sawant 4 and Project Guide: Mr Prathamesh Indulkar 5. 1,2,3,4,5 Department of Electronics and Telecommunication,

More information

Master Op-Doc/Test Plan

Master Op-Doc/Test Plan Power Supply Master Op-Doc/Test Plan Define Engineering Specs Establish battery life Establish battery technology Establish battery size Establish number of batteries Establish weight of batteries Establish

More information

A Wireless Mesh IoT sensor system FEATURES DESCRIPTION. Vicotee Njord series Nodes

A Wireless Mesh IoT sensor system FEATURES DESCRIPTION. Vicotee Njord series Nodes A Wireless Mesh IoT sensor system Vicotee Njord series Nodes FEATURES A SmartMesh IP network consists of a highly scalable self-forming multi-hop mesh of wireless nodes, known as motes, which collect and

More information

Get your daily health check in the car

Get your daily health check in the car Edition September 2017 Smart Health, Image sensors and vision systems, Sensor solutions for IoT, CSR Get your daily health check in the car Imec researches capacitive, optical and radar technology to integrate

More information

Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator

Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator www.semargroups.org, www.ijsetr.com ISSN 2319-8885 Vol.02,Issue.10, September-2013, Pages:984-988 Hardware/Software Co-Simulation of BPSK Modulator and Demodulator using Xilinx System Generator MISS ANGEL

More information

AUTOMATIC RAILWAY CROSSING SYSTEM

AUTOMATIC RAILWAY CROSSING SYSTEM International Journal of Electrical and Electronics Engineering (IJEEE) ISSN(P): 2278-9944; ISSN(E): 2278-9952 Vol. 3, Issue 4, July 2014, 17-22 IASET AUTOMATIC RAILWAY CROSSING SYSTEM AKRITI & UPENDRA

More information

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS

SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS SENLUTION Miniature Angular & Heading Reference System The World s Smallest Mini-AHRS MotionCore, the smallest size AHRS in the world, is an ultra-small form factor, highly accurate inertia system based

More information

Implementation of Fall Detection Positioning and Rescue System Using Smart Phone

Implementation of Fall Detection Positioning and Rescue System Using Smart Phone ISSN : 2348-0033 (Online) ISSN : 2249-4944 (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,

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

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM

WIRELESS RF TRANSCEIVER FOR ENERGY METER READING SYSTEM International Journal of Advanced Research in Engineering ISSN: 2394-2819 Technology & Sciences Email:editor@ijarets.org May-2016 Volume 3, Issue-5 www.ijarets.org WIRELESS RF TRANSCEIVER FOR ENERGY METER

More information

Mobile Agent Based Intelligence Power Distribution Control System

Mobile Agent Based Intelligence Power Distribution Control System IJIRST International Journal for Innovative Research in Science & Technology Volume 4 Issue 11 April 2018 ISSN (online): 2349-6010 Mobile Agent Based Intelligence Power Distribution Control System Pratik

More information

AEIJST May Vol 5 - Issue 05 ISSN

AEIJST May Vol 5 - Issue 05 ISSN Design and Development of Single Axis Solar Tracking System using C8051F120 (CYGNAL) Microcontroller *B.Bilvika **Dr.M.V. Lakshmaiah ***Dr.G.Pakardin ****U.Meenakshi *Department of Electronics, Sri Krishnadevaraya

More information

International Journal OF Engineering Sciences & Management Research

International Journal OF Engineering Sciences & Management Research EMBEDDED MICROCONTROLLER BASED REAL TIME SUPPORT FOR DISABLED PEOPLE USING GPS Ravi Sankar T *, Ashok Kumar K M.Tech, Dr.M.Narsing Yadav M.S.,Ph.D(U.S.A) * Department of Electronics and Computer Engineering,

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

IMU Platform for Workshops

IMU Platform for Workshops IMU Platform for Workshops Lukáš Palkovič *, Jozef Rodina *, Peter Hubinský *3 * Institute of Control and Industrial Informatics Faculty of Electrical Engineering, Slovak University of Technology Ilkovičova

More information

RFID Integrated Teacher Monitoring

RFID Integrated Teacher Monitoring RFID Integrated Teacher Monitoring Introduction Article by Adewopo Adeniyi M.Sc, Texila American University, Nigeria Email: preciousadewopon@yahoo.com Radio Frequency Identification (RFID) is a generic

More information

III. MATERIAL AND COMPONENTS USED

III. MATERIAL AND COMPONENTS USED Prototype Development of a Smartphone- Controlled Robotic Vehicle with Pick- Place Capability Dheeraj Sharma Electronics and communication department Gian Jyoti Institute Of Engineering And Technology,

More information

The Mote Revolution: Low Power Wireless Sensor Network Devices

The Mote Revolution: Low Power Wireless Sensor Network Devices The Mote Revolution: Low Power Wireless Sensor Network Devices University of California, Berkeley Joseph Polastre Robert Szewczyk Cory Sharp David Culler The Mote Revolution: Low Power Wireless Sensor

More information

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang

Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant. Guide: Dr. Kai Huang Master Thesis Presentation Future Electric Vehicle on Lego By Karan Savant Guide: Dr. Kai Huang Overview Objective Lego Car Wifi Interface to Lego Car Lego Car FPGA System Android Application Conclusion

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

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements

15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements 15. ZBM2: low power Zigbee wireless sensor module for low frequency measurements Simas Joneliunas 1, Darius Gailius 2, Stasys Vygantas Augutis 3, Pranas Kuzas 4 Kaunas University of Technology, Department

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

JEPPIAAR SRR Engineering College Padur, Ch

JEPPIAAR SRR Engineering College Padur, Ch An Automated Non-Invasive Blood Glucose Estimator and Infiltrator M. Florence Silvia 1, K. Saran 2, G. Venkata Prasad 3, John Fermin 4 1 Asst. Prof, 2, 3, 4 Student, Department of Electronics and Communication

More information

Control System Design for Tricopter using Filters and PID controller

Control System Design for Tricopter using Filters and PID controller Control System Design for Tricopter using Filters and PID controller Abstract The purpose of this paper is to present the control system design of Tricopter. We have presented the implementation of control

More information

WIRELESS SENSOR NETWORK BASED CONVEYOR SURVEILLANCE SYSTEM

WIRELESS SENSOR NETWORK BASED CONVEYOR SURVEILLANCE SYSTEM ALS Advanced Logistic Systems WIRELESS SENSOR NETWORK BASED CONVEYOR SURVEILLANCE SYSTEM Attila Trohák, Máté Kolozsi-Tóth, Péter Rádi University of Miskolc, Hungary Abstract: In the paper we will introduce

More information

Design and implementation of GSM based and PID assisted speed control of DC motor

Design and implementation of GSM based and PID assisted speed control of DC motor Design and implementation of GSM based and PID assisted speed control of DC motor Prithviraj Shetti 1, Shital S. Bhosale 2, Amrut Ubare 3 Lecturer, Dept. of ECE, Ashokrao Mane Polytechnic, Wathar, Kolhapur-416

More information

Keyword: - GSM kit, Transformer, sensors, rectifier, microcontroller, power supply, LCD.. Vol-3 Issue INTRODUCTION

Keyword: - GSM kit, Transformer, sensors, rectifier, microcontroller, power supply, LCD.. Vol-3 Issue INTRODUCTION GSM BASED DISTRIBUTION TRANSFORMER MONITORING SYSTEM Bhakare Govind A. 1, Dabe Nilesh P. 2,Pawar S. D. 3. 1 UG Student, Electrical Engineering, ATCFOE, Ahmednagar, Maharashtra, India 2UG Student, Electrical

More information

Pixie Location of Things Platform Introduction

Pixie Location of Things Platform Introduction Pixie Location of Things Platform Introduction Location of Things LoT Location of Things (LoT) is an Internet of Things (IoT) platform that differentiates itself on the inclusion of accurate location awareness,

More information

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living

Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Multi-sensory Tracking of Elders in Outdoor Environments on Ambient Assisted Living Javier Jiménez Alemán Fluminense Federal University, Niterói, Brazil jjimenezaleman@ic.uff.br Abstract. Ambient Assisted

More information

An implementation for efficient 8 two way traffic signal system for pedestrian and ambulance along with violation detection

An implementation for efficient 8 two way traffic signal system for pedestrian and ambulance along with violation detection An implementation for efficient 8 two way traffic signal system for pedestrian and ambulance along with violation detection Riya Paul 1, Mrs. Amrutha Benny 2, Dr. Vince Paul 3 1 (M.tech student, Sahrdaya

More information

Automated Mobility and Orientation System for Blind

Automated Mobility and Orientation System for Blind Automated Mobility and Orientation System for Blind Shradha Andhare 1, Amar Pise 2, Shubham Gopanpale 3 Hanmant Kamble 4 Dept. of E&TC Engineering, D.Y.P.I.E.T. College, Maharashtra, India. ---------------------------------------------------------------------***---------------------------------------------------------------------

More information