Remote Activity Monitoring of the Elderly Using a Two-Axis Accelerometer
|
|
|
- Abner Snow
- 9 years ago
- Views:
Transcription
1 Remote Activity Monitoring of the Elderly Using a Two-Axis Accelerometer Kai-Tai Song and Yao-Qing Wang Department of Electrical and Control Engineering, National Chiao Tung University 11 Ta Hsueh Road, Hsinchu, Taiwan 3, R.O.C [email protected]; [email protected] Abstract This paper presents a design and experimental study of a remote posture monitoring system. The monitoring system aims for applications in activity analysis of the elderly. We propose a wearable sensor system, which consists of a two-axis accelerometer and RF wireless communication modules. The acquired body motion signals from accelerometers are transmitted to a host computer via RF link for feature extraction and pattern recognition. Wavelet transform techniques are adopted for feature extraction of human body postures. The signal is decomposed into five levels and low-frequency components are extracted to obtain useful features. Pattern recognition techniques are then applied to distinguish five basic postures: up stairs, down stairs, walking, standing, and sitting. Experimental results are presented to show the effectiveness of the proposed method. Keywords: Posture estimation, activity analysis, wearable sensor, pattern recognition. 1. Introduction Due to rapid progress in medical and medi-care technologies, human life has lengthened for the past decades. The population of elder people is thus increasing globally. Most developed countries including European countries and Japan are already so called society of silver-hairs. Homecare and home assistance of the elderly have become important issues of future society. Many researchers have been working on various assistant devices to allow the elderly still have an independent living standard for their aging life. Among many advanced healthcare technologies, a remote activity monitoring system facilitate assistance for safety warning and life-saving of the elderly. Currently, human-behavior monitoring systems can be divided into two types. The first type of activity monitoring system consists of multiple sensors installed in a room for monitoring the body activities. Ogawa et al. [1] developed a remote monitoring system for elderly patients in their domestic house. Several sensors were installed, including infrared sensors to detect human movement, magnetic switches to detect the opening and closing of doors, wattmeters embedded in wall sockets to detect the use of household appliances, and a CO sensor to detect the presence of a subject in a room. Noguchi et al. [] also developed a system for detecting human behaviors in a room by several types of sensors embedded in the room. In the second type of activity monitoring system, portable sensor modules are placed on human body to detect and record body posture signals. Noury [3] ultilized piezoelectric accelerometer, tilt switch and vibration sensors to construct a sensor system to detect whether the elderly fall down or not. The sensor signals were transmitted to a processor by using RF wireless communication. Najafi and Aminian[4] developed a kinematic sensor for detecting human body posture as well as the time of walking. Mathie et al. [5] monitored human posture using a tri-axial accelerometer. The acceleration signals are transmitted to a computer for processing via RF wireless communication. Sekine and Tamura [6][7] placed an accelerometer and a memory card on a belt for measuring and recording the body motion. Five postures were recognized using a wavelet transform design. Lee and Mase[8] designed a portable sensor module, which is composed of accelerometer and a gyroscope for recognize sitting, standing and walking postures. A dead-reckoning method was adopted to determine the human position in a room. For practical applications, however, a simple, light-weighted and reliable posture estimation system is still a challenging task. In this paper, we present a method for posture estimation based on a wearable sensor module attached to the human body. A signal processing algorithm is proposed to process measured posture signal and classify human posture using time-frequency analysis of wavelet transform. The developed human posture recognition system aims to combine with a home assistant robot. Activity analysis thus provides a powerful tool for the robot to understand the elderly and can consequently be used as a robot-human interaction device.. Wearable sensor system The hardware sensor module consists of a two-axis accelerometer, an 8-bit microcontroller and a RF transmission module. The sensor module is integrated into a small box and can be attached to the thigh of a human being. Figure 1 shows the mounted sensor module on a human in testing. This sensor
2 Figure 1. The mounted sensor module Human Robot Accelerometer Signal x Signal y 8 bit Microcontroller clock clock RF Transmitter RF Receiver Microcontroller Serial port recoded for every recognition cycle and the low-frequency components are extracted using wavelet transform. We extract six-frequency band wavelet coefficients for feature extraction in the horizontal and vertical directions respectively. In this study, five postures are trained using K-Nearest Neighbor method. The detailed design will be described in the following sections. The hardware of complete sensor system consists of the posture measurement module and the receiver module. The posture measurement module is composed of a two-axis accelerometer, a microcontroller and a RF module. Figure 3 shows the photo of the implemented sensor/transmitter module. The receiver electric circuit includes a RF module, microcontroller and circuitry for RS3 link. Figure 4 shows a photo of the receiver module. A two-axis accelerometer ADXLJE from Analog Devices was used in this design. Its output is a PWM wave form. From the duty cycle of the PWM, one can calculate the acceleration value. Since the PWM signal period of is fixed, one can use a timer and interrupt function to count the duration of its high state. A 9V battery was used for power supply of the system. Since the accelerometer as well as the microcontroller needs a voltage of 5V, a 785 voltage regulator was used to reduce the voltage from 9V to 5V. The RF IC requires a power supply of 1.9~3.6 V, PC Preprocessing W avelet Transform Nearest Neighbor Clustering F v = ( v1, v,... v Posture Result Figure. Architecture of the posture recognition system Figure 3 Photo of the transmitter module module measures body accelerations in the horizontal and vertical directions. The transmitted signal is received by a receiver module through RF wireless link. The receiver module consists of a RF device to receive the signal and an 8-bit microcontroller. A RS3 interface was utilized for delivering to the robot onboard computer for signal processing and recognition. The onboard computer is responsible for recognizing five types of human postures, namely move upstairs, downstairs, walking, standing and sitting. The system architecture of the complete system is illustrated in Figure. In the signal processing part, a batch of 1 is received and Figure 4. Photo of the receiver module
3 Accelerometer ADXLE X Y Micro Controller PWR_UP Chip Select (CS) Chip Enable(CE) clk nrf41 Transmitter FIFO Start Initial µ controller and RF Stop Timer Check INT1 =hi? nrf41 Receiver FIFO PWR_UP Chip Select (CS) Chip Enable(CE) clk Data Ready(DR) Micro Controller Figure 5. Interface design of the transmitter and receiver so we reduce 5 V to.6v using 4 diodes. Figure 5 shows the interface design of the RF transceiver and receiver module. Popular 89C51 microcontrollers were adopted as the core of this interface design. The transmitter microcontroller is responsible for calculating the acceleration values of two directions and delivering the acceleration to the RF module for transmission. In this design, we first set the RF configuration via three pins on the RF IC, namely PWR_UP, CE, and CS. Set PWR_UP, CS high but CE low,. for one transaction, the RF module in the transmitter mode will send 1 bytes at 1Mbps. These include information about transmission mode, frequency band, CRC bits, address and the size of. In this design, the size is 4 bytes in each transmission of acceleration values in two directions. The Interrupt and Interrupt1 of the microcontroller were applied to calculate high-level duration of horizontal and vertical acceleration signal. The Interrupt detects the high level rising edge in the vertical direction acceleration signal. It starts the Timer accordingly. The Tmer stops counting when Interrupt detects the falling edge of the high level acceleration signal. The counter value is expressed by bytes. After Timer calculation completes, Timer1 calculates the high-level duration of horizontal direction acceleration signal in a similar way. The measured two-axis acceleration values are transmitted by 4 bytes to the host computer through the RF module. The processing procedure will be described in section 3. In the host computer, a RF receiver module was installed. The microcontroller in the receiver module receives the from the RF link. As shown in Fig. 5, when come to the RF receiver from transmitter RF, the DR pin will send a high-level signal to the microcontroller. The RF transmitter/receiver IC used in this work is from Awin, serial number AM4BS-RA transceiver module. The microcontrollers provide clock to the RF transveivers and transmit/receive to/from the pin. In the PC side, the microcontroller provides to the processor for pattern recognition through the serial port PC Check INT =hi? Start Timer External interrupt detect falling edge Start Timer 1 External interrupt detect falling edge Stop Timer 1 Transmit Figure 6. Flow chart of the accelerometer interface program with a baud rate of 576 bps. Figure 6 illustrates the programming of th e accelerometer module using the microcontroller 89C Signal Processing 3.1 Wavelet transform In this work, we extract features in different frequency bands of time-frequency domain to recognize the posture by using wavelet transform. Fourier transform and short-time Fourier transform(stft) have been widely used for transforming signals from time domain to frequency domain in order to obtain frequency spectrum information. However, Fourier transform is suitable for stationary signals, while the posture patterns are too short to use Fourier transform. The frequency resolution will be too poor to obtain effective information for classifying posture patterns. On the other hand, although STFT may be employed to analyze non-fixed signals, a time window needs to be specified. For a non-stationary signal, STFT will not be suitable in this case. We adopted wavelet transform in this work to extract posture features for pattern recognition. Wavelet analysis is based on two basic functions, the mother function and the scaling function as shown below:. ψ ( t ) = g( n) ψ (t n) (1) n φ ( t ) = h( n) φ(t n) () n
4 In discrete wavelet transform, the scaling function and the wavelet function are determined to reconstruct the signal. The wavelet function is then given by: j / j ψ j, n ( t) = ψ ( t n), j, n R (3) The scaling function is expressed as : j / j φ j, n ( t) = φ( t n), j, n R (4) In the discrete wavelet transform, a signal is split into an approximation signal and a detail signal using the coefficients of a discrete low-pass filter and a high-pass filter. The approximation signal is then itself split into a second level approximation signal and the detail signal. The process is repeated, as shown in Fig Posture recognition design Figure 8 shows the posture recognition procedure. On the human body, the acceleration-measuring device is attached to measure horizontal and vertical acceleration signals. The acceleration value is obtained after microcontroller processing and then transmitted to the host computer by wireless RF transmission. In the computer, wavelet decomposition is applied to obtain six components of low frequency bands. The wavelet coefficients of these frequency bands are used as features for recognition. In the training phase, each posture generated by a tester goes through ten cycles of training. Each posture is trained by using twelve feature parameter vectors, six for each measuring direction. In this study, five postures were considered for feature parameter vectors, namely, F sit, Fs tan d, F upstair, F downstair and F walk. In applications, the measured signals are compared with the trained samples, exploiting the K-Nearest Neighbor classification principle. 3.3 Preprocessing In preprocessing, the wavelet coefficients are obtained from on-line acceleration signals. We take bytes of acceleration in a cycle of pattern recognition. Each direction of acceleration contains 1 bytes. If too few signal are acquired, it will degrade the recognition rate due to not enough features. If too many are used, the system will take too much time to recognize a posture. For the current implementation, it takes about 8~9 seconds for a cycle of posture recognition. Figure 9 depicts the d 1 (n) h[n] a (n) g[n] a 1 (n) h[n] d (n) ACC. sensor X Y 信 號 接 收 RF receiver Datax=[aa..]1X1 Datay=[bb..]1X1 Preprocessing F k = ( fk 1, fk, fk 3... fk Wavelet Transform Fv = ( f1, f, f3... f Trainning K-Nearest Neighbor Figure 8. Posture recognition procedure F up = ( fup fup... fup F sown = ( fdown fdown... fdown F walk = ( f1 walk, fwalk... fwalk F sta = ( fsta fsta... fsta F sit = ( fsit fsit... fsit Data Based Results 1. Up Stairs. Down Stairs 3. Walking 4. Standing 5. Sitting preprocessing of both horizontal and vertical acceleration. Original bytes are decomposed into six low frequency components in each direction. As shown in Fig. six levels of signal are selected after the wavelet decomposition: A5 (~1.56Hz), D5 (1.56~3.1Hz), DA4 (3.1~4.68Hz), DD4 (4.68~6.5Hz), DA3 (6.5~9.38Hz), DD3 (9.38~1.5Hz). With acceleration signals from two perpendicular directions, twelve elements are obtained to form a feature vector. The feature vector is then exploited for posture recognition. 3.4 K-nearest neighbor clustering There are several popular classification method including nearest neighbor method (K-Nearest Neighbor, KNN)[9], maximum and minimum distance method[9], Hidden Markov model based method[1], etc. In this work, we adopted the KNN approach considering the system only g acceleration W indow 1 W indow W indow 3 tim e Figure 9. Signal preprocessing A3(~6.5Hz) A(~1.5Hz) A1(~5Hz) D3(6.5~1.5Hz) Orignal posture frequency ~5HZ D(1.5~5Hz) sec D1( 5~ 5Hz) A4(~3.1Hz) D4(3.1~6.5Hz) DA3(6.5~9.38Hz) DD3(9.38~1.5Hz) g[n] Figure 7. Discrete wavelet transform a (n) A5(~1.56Hz) D5(1.56~3.1Hz) DA4(3.1~4.68Hz) Figure 1. Wavelet decomposition DD4(4.68~6.5Hz)
5 needs to classify several (five) kinds of postures with only one-dimensional information. The main steps in KNN are as follows: 1.) Training stage: In this stage, training are collected for each tester and for all five postures. The 1-dimensional feature vectors established using wavelet transformation are used in the training stage. For each posture, ten training cycles are performed. The mean of these ten values are used as the feature vector of recognition. We obtain F sit Fs tan d F upstair F downstair and F walk five groups of postures feature vectors..) Recognition stage: In the recognition stage, test of 1-dimentional vectors are obtained on line. With the test feature vector, the distance between it and five trained standard vectors are calculated. The one with the smallest distance will be classified as the posture. 4. Experimental Results This section describes the experiments and experimental results of the human posture recognition system. In the prelliminary phace, we verified the system recognition rate by following two experiments. 1). In the first experiment, the sensor module was attached to the thigh of testers to acquire acceleration signal. Five testers were asked to walk normally, upstairs, downstairs, stand still and sit down in order to collect of five postures. Each posture was then to be recognized for twenty times, and the statistics of recognition rate for each tester as well as an average recognition rate of five testers are calculated. Figures depict the experimental results of, respectively, upstairs, downstairs, walking, standing and sitting. Table 1 shows the average recognition rate of five testers. ). In the second experiment, a tester was asked to move with different postures continuously. Recognition rates of six testers were collected. Each tester made continuous posture change including sitting, upstairs, standing, downstairs and walking. In the experiment, each posture was recognized twice; therefore for each posture there are twelve recognition results. Finally we calculate the average recognition rates, as shown Table. Figure 1. Measured signal of walking downstairs Figure 13. Measured signal of walking Figure 14. Measured signal of standing Figure 15. Measured signal of sitting Table 1. Average recognition rate Real posture Upstairs Recognition result Down stairs Walking Standing Sitting Upstairs 7 11 Downstairs Walking Standing Sitting R ecognition rate 7% % 89% 91% 1% Figure 11. Measured signal of walking upstairs It can be seen from the experimental results that very high recognition rate can be obtained for stand and sit postures. This is mainly due to the acceleration is asserted in different directions respectively by the
6 Table. Average recognition rate of different posture in a continuous motion Real posture Down Sitting Upstairs Standing Recognition stairs Walking result Sitting 1 Upstairs Downstairs Standing Walking Recognition rate 1 5 1% % 1% 5% 1% gravity. When a human is standing, the acceleration in vertical direction is asserted by gravity and one obtain larger coefficient in low frequency bands. As a human is sitting, the horizontal signal is affected by gravity and one gets larger coefficient in low frequency bands. For postures of up, down stairs and walking, because the dynamic states vary not much, these three postures inherently are more difficult to recognize. But the proposed system still can find out the differences in the low-frequency components of horizontal signals. 5. Conclusions This paper proposes a body posture recognition system. A portable acceleration sensor module has been designed and implemented to measure human body motion. A wavelet-based algorithm has been proposed to exbstract features from -D motion signals for recognizing human postures. The presented system can recognize five postures including upstairs, downstairs, walking, sitting and standing. Experimental resuls collected from five testers reveal satisfactory recognition rate except fro the cases of upstairs and downstairs motion. However, several limitations are also observed for the system. Firstly, the motion needs to be smooth. For rapid posture change and sudden jumps, the recognition rate will decrease significantly. Secondly, signal transmission distances are not sufficient. A more powerful RF module needs to be employed. There also several places for future improvement. On one hand, the proceessing time needs to be reduced. For the present system, it takes about 8 seconds for one cycle. It can be reduced if less samples are needed for recognitiog or a faster transmission can be used. On the other hand, dynamic posture recognition can be achieved if combining more sensors, such as gyroscopes and accelerometers. 6. References [1] M. Ogawa, R. Suzuki, S. Otake, T. Izutsu, and T. Iwaya, Long-Term Remote Behavioral Monitoring of the Elderly Using Sensors Installed In Domestic Houses, in Proc. of the 4th Annual Conf. Meeting of the Biomedical Engineering Society, Houston,TX, USA, Oct. 3-6,, pp [] K. Noguchi, P. Somwong, T. Matsubara, and Y. Nakauchi, Human Intention Detection and Activity Support System for Ubiquitous Autonomy, in Proc. of IEEE Int. Conf. Computational Intelligence in Robotics and Automation, Japan, July 16-, 3, pp [3] N. Noury, A Smart Sensor for the Remote Follow up of activity and Fall Detection of the Elderly, in Proc. of Annual Int. IEEE-EMBS Special Topic Conf. Microtechnologies in Medicine & Biology, Madison, Wisconsin, USA, May -4,, pp [4] B. Najafi, K. Aminian, A. Parachiv-Ionescu, F. Loew, and P. Robert, Ambulatory System for Human Motion Analysis Using a Kinematic Sensor : Monitoring of Daily Physical Activity in the Elderly, IEEE Trans. Biomedical Engineering, vol.5, issue.6, pp , 3. [5] M.J. Mathie, J. Basilakis, and B.G. Celler, A System For Monitoring Posture And Physical Activity Using Accelerometer, in Proc. of the 3rd Annual EMBS Int. Conf. Medicine and Biology Society, Istanbul, Turkey, Oct. 5-8, pp [6] M. Sekine and T. Tamura, Classification of Acceleration Waveform In a Continuous Walking Record, in Proc. of the th Annual Int. Conf. Medicine and Biology Society, vol.3, 1998, pp [7] M. Sekine and T. Tamura, Discrimination of Walking Patterns Using Wavelet-Based Fractal Analysis, IEEE Trans. Neural Systems and Rehabilitation Engineering, vol. issue.3, pp ,. [8] S. W. Lee and K. Mase, Activity and Location Recognition Using Wearable Sensors, IEEE Trans. Pervasive Computing, vol. issue.3, pp.4 3,. [9] M. Friedman and A. Kandel, Introduction To Pattern Recognition, Imperial College Press, [1] A. Sundaresan and A. RoyChowdhury, A Hidden Markov Model Based Framework for Recognition of Humans From Gait Sequences, in Proc. of IEEE Int. conf. Image Processing, vol., Sep , 3, pp.ii Acknowledgements This work was supported by the National Science Council, Taiwan, R.O.C, under grant NSC E-9-63.
Multi-Person Pose Recognition Using a Zigbee Sensor Network
Proceedings of the 7th World Congress The International Federation of Automatic Control Seoul, Korea, July 6, 8 Multi-Person Pose Recognition Using a Zigbee Sensor Network Kai-Tai Song and Chun-Wei Chen
A Surveillance Robot with Climbing Capabilities for Home Security
Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology IJCSMC, Vol. 2, Issue. 11, November 2013,
Hand Gestures Remote Controlled Robotic Arm
Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 5 (2013), pp. 601-606 Research India Publications http://www.ripublication.com/aeee.htm Hand Gestures Remote Controlled
Original Research Articles
Original Research Articles Researchers Mr.Ramchandra K. Gurav, Prof. Mahesh S. Kumbhar Department of Electronics & Telecommunication, Rajarambapu Institute of Technology, Sakharale, M.S., INDIA Email-
Design of Wireless Home automation and security system using PIC Microcontroller
IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill
Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.
Recognition of Day Night Activity Using Accelerometer Principals with Aurdino Development Board
Recognition of Day Night Activity Using Accelerometer Principals with Aurdino Development Board Swapna Shivaji Arote R.S. Bhosale S.E. Pawar Dept. of Information Technology, Dept. of Information Technology,
Fingerprint Based Biometric Attendance System
Fingerprint Based Biometric Attendance System Team Members Vaibhav Shukla Ali Kazmi Amit Waghmare Ravi Ranka Email Id [email protected] [email protected] Contact Numbers 8097031667 9167689265
Design and Implementation of Home Monitoring System Using RF Technology
International Journal of Advances in Electrical and Electronics Engineering 59 Available online at www.ijaeee.com & www.sestindia.org/volume-ijaeee/ ISSN: 2319-1112 Design and Implementation of Home Monitoring
Wireless Home Security System
Wireless Home Security System Group: D14 Members: Vaibhav Singh (05D07026) Abhishek Tiwari (05D07028) Sauvik Chowdhury (05D07029) 1. Abstract The project is aimed at designing a low cost and reliable wireless
A MOTION ACTIVITY MONITOR MONITOR POHYBOVÉ AKTIVITY
A MOTION ACTIVITY MONITOR MONITOR POHYBOVÉ AKTIVITY Josef Marek, Ladislav Štěpánek 1 Summary: The paper deals with motion and vital activity monitoring of person in the case of dangerous environment (rescue
Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information
Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information Qiang Li, John A. Stankovic, Mark Hanson, Adam Barth, John Lach University of Virginia {lq7c, stankovic, mah6s,
Intelligent Home Automation and Security System
Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology
Computer Aided Design of Home Medical Alert System
Computer Aided Design of Home Medical Alert System Submitted to The Engineering Honors Committee 119 Hitchcock Hall College of Engineering The Ohio State University Columbus, Ohio 43210 By Pei Chen Kan
Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information
Accurate, Fast Fall Detection Using Gyroscopes and Accelerometer-Derived Posture Information Qiang Li, John A. Stankovic, Mark A. Hanson, Adam T. Barth, John Lach University of Virginia Email: {lq7c, stankovic,
PCM Encoding and Decoding:
PCM Encoding and Decoding: Aim: Introduction to PCM encoding and decoding. Introduction: PCM Encoding: The input to the PCM ENCODER module is an analog message. This must be constrained to a defined bandwidth
Plc Based Monitoring and Controlling System Using Wi-Fi Device
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 9, Issue 4, Ver. II (Jul - Aug. 2014), PP 29-34 Plc Based Monitoring and Controlling System
Design and Implementation of an Accidental Fall Detection System for Elderly
Design and Implementation of an Accidental Fall Detection System for Elderly Enku Yosef Kefyalew 1, Abubakr Rahmtalla Abdalla Mohamed 2 Department of Electronic Engineering, Tianjin University of Technology
Figure 1.Block diagram of inventory management system using Proximity sensors.
Volume 1, Special Issue, March 2015 Impact Factor: 1036, Science Central Value: 2654 Inventory Management System Using Proximity ensors 1)Jyoti KMuluk 2)Pallavi H Shinde3) Shashank VShinde 4)Prof VRYadav
Microtronics technologies Mobile: 99707 90092
For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.
Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester
Leonardo Journal of Sciences ISSN 1583-0233 Issue 20, January-June 2012 p. 31-36 Microcontroller Based Low Cost Portable PC Mouse and Keyboard Tester Ganesh Sunil NHIVEKAR *, and Ravidra Ramchandra MUDHOLKAR
Fall Detection System Using Tri-Accelerometer for Wireless Body Area Network
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 10, Issue 2, Ver. II (Mar - Apr.2015), PP 25-29 www.iosrjournals.org Fall Detection System
Design and Development of SMS Based Wireless Home Appliance Control and Security System
Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al
Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring
, pp.18-22 http://dx.doi.org/10.14257/astl.2015.98.05 Vibration Measurement of Wireless Sensor Nodes for Structural Health Monitoring Surgwon Sohn, Seong-Rak Rim, In Jung Lee Div. of Computer and Information
A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM
ISTANBUL UNIVERSITY JOURNAL OF ELECTRICAL & ELECTRONICS ENGINEERING YEAR VOLUME NUMBER : 2009 : 9 : 1 (921-927) A DESIGN OF DSPIC BASED SIGNAL MONITORING AND PROCESSING SYSTEM Salih ARSLAN 1 Koray KÖSE
Automated Monitoring System for Fall Detection in the Elderly
Automated Monitoring System for Fall Detection in the Elderly Shadi Khawandi University of Angers Angers, 49000, France [email protected] Bassam Daya Lebanese University Saida, 813, Lebanon Pierre
Human Activities Recognition in Android Smartphone Using Support Vector Machine
2016 7th International Conference on Intelligent Systems, Modelling and Simulation Human Activities Recognition in Android Smartphone Using Support Vector Machine Duc Ngoc Tran Computer Engineer Faculty
Implementation of Wireless Gateway for Smart Home
Communications and Network, 2013, 5, 16-20 doi:10.4236/cn.2013.51b005 Published Online February 2013 (http://www.scirp.org/journal/cn) Implementation of Wireless Gateway for Smart Home Yepeng Ni 1, Fang
Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee
Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee A. B. Tagad 1, P. N. Matte 2 1 G.H.Raisoni College of Engineering & Management, Chas, Ahmednagar, India. 2 Departments
Design and Implementation of a Wireless Gesture Controlled Robotic Arm with Vision
Design and Implementation of a Wireless Gesture Controlled Robotic Arm with Vision Love Aggarwal Varnika Gaur Puneet Verma B.Tech (ECE), GGSIPU B.Tech (ECE), GGSIPU B.Tech (ECE), GGSIPU ABSTRACT In today
Study on Differential Protection of Transmission Line Using Wireless Communication
Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,
Location-Aware and Safer Cards: Enhancing RFID Security and Privacy
Location-Aware and Safer Cards: Enhancing RFID Security and Privacy 1 K.Anudeep, 2 Mrs. T.V.Anantha Lakshmi 1 Student, 2 Assistant Professor ECE Department, SRM University, Kattankulathur-603203 1 [email protected],
A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation
A Novel Method to Improve Resolution of Satellite Images Using DWT and Interpolation S.VENKATA RAMANA ¹, S. NARAYANA REDDY ² M.Tech student, Department of ECE, SVU college of Engineering, Tirupati, 517502,
A DECISION TREE BASED PEDOMETER AND ITS IMPLEMENTATION ON THE ANDROID PLATFORM
A DECISION TREE BASED PEDOMETER AND ITS IMPLEMENTATION ON THE ANDROID PLATFORM ABSTRACT Juanying Lin, Leanne Chan and Hong Yan Department of Electronic Engineering, City University of Hong Kong, Hong Kong,
Cell Phone Based Liquid Inventory Management Using Wireless System
Sciknow Publications Ltd. JMIR 2013, 1(1):1-6 Journal of Mechanics & Industry Research DOI: 10.12966/JMIR.05.01.2013 Attribution 3.0 Unported (CC BY 3.0) Cell Phone Based Liquid Inventory Management Using
Online Communication of Critical Parameters in Powerplant Using ZIGBEE
International Journal of Engineering Science Invention Volume 2 Issue 2 ǁ February. 2013 Online Communication of Critical Parameters in Powerplant Using ZIGBEE D.Santhiya 1, R.Renita Priyatharshini 2,K.C.Dhivya
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING Question Bank Subject Name: EC6504 - Microprocessor & Microcontroller Year/Sem : II/IV UNIT I THE 8086 MICROPROCESSOR 1. What is the purpose of segment registers
STMicroelectronics is pleased to present the. SENSational. Attend a FREE One-Day Technical Seminar Near YOU!
SENSational STMicroelectronics is pleased to present the SENSational Seminar Attend a FREE One-Day Technical Seminar Near YOU! Seminar Sensors and the Internet of Things are changing the way we interact
Wireless Security Camera
Wireless Security Camera Technical Manual 12/14/2001 Table of Contents Page 1.Overview 3 2. Camera Side 4 1.Camera 5 2. Motion Sensor 5 3. PIC 5 4. Transmitter 5 5. Power 6 3. Computer Side 7 1.Receiver
Automatic Fall Detector based on Sliding Window Principle
Automatic Fall Detector based on Sliding Window Principle J. Rodriguez 1, M. Mercuri 2, P. Karsmakers 3,4, P.J. Soh 2, P. Leroux 3,5, and D. Schreurs 2 1 UPC, Div. EETAC-TSC, Castelldefels, Spain 2 KU
REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET
REMOTE ELECTROCARDIOGRAM MONITORING BASED ON THE INTERNET Khalid Mohamed Alajel*, Khairi Bin Yosuf, Abdul Rhman Ramli, El Sadig Ahmed Department of Computer & Communication System Engineering Faculty of
Tire pressure monitoring
Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction
Sensor network infrastructure for intelligent building monitoring and management system
Sensor network infrastructure for intelligent building monitoring and management system 1 R.VENKATESH, 2 K.RADHA, 3 M.GANTHIMATHI 1.B.E-CSE, Muthayammal Engineering College, Rasipuram. 2. Assistant Professor
Indoor Surveillance Security Robot with a Self-Propelled Patrolling Vehicle
C Indoor Surveillance Security Robot with a Self-Propelled Patrolling Vehicle Hou-Tsan Lee, Wei-Chuan Lin, Jing-Siang Huang Department of Information Technology, TakMing University of Science and Technology
Android Phone Controlled Robot Using Bluetooth
International Journal of Electronic and Electrical Engineering. ISSN 0974-2174, Volume 7, Number 5 (2014), pp. 443-448 International Research Publication House http://www.irphouse.com Android Phone Controlled
An Embedded Based Web Server Using ARM 9 with SMS Alert System
An Embedded Based Web Server Using ARM 9 with SMS Alert System K. Subbulakshmi 1 Asst. Professor, Bharath University, Chennai-600073, India 1 ABSTRACT: The aim of our project is to develop embedded network
CHAPTER 11: Flip Flops
CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach
Accurate Measurement of the Mains Electricity Frequency
Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC [email protected] Abstract The frequency of the mains electricity supply
Navigation Aid And Label Reading With Voice Communication For Visually Impaired People
Navigation Aid And Label Reading With Voice Communication For Visually Impaired People A.Manikandan 1, R.Madhuranthi 2 1 M.Kumarasamy College of Engineering, [email protected],karur,india 2 M.Kumarasamy
Embedded Systems Design Course Applying the mbed microcontroller
Embedded Systems Design Course Applying the mbed microcontroller Serial communications with SPI These course notes are written by R.Toulson (Anglia Ruskin University) and T.Wilmshurst (University of Derby).
DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET
DESIGN OF 6 DOF ROBOTIC ARM CONTROLLED OVER THE INTERNET G. Rajiv and Sivakumar Sathyabama University, Chennai, India E-Mail: [email protected] ABSTRACT The purpose of the project is to build a robotic
1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver
Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,
FRC WPI Robotics Library Overview
FRC WPI Robotics Library Overview Contents 1.1 Introduction 1.2 RobotDrive 1.3 Sensors 1.4 Actuators 1.5 I/O 1.6 Driver Station 1.7 Compressor 1.8 Camera 1.9 Utilities 1.10 Conclusion Introduction In this
The Research and Application of College Student Attendance System based on RFID Technology
The Research and Application of College Student Attendance System based on RFID Technology Zhang Yuru, Chen Delong and Tan Liping School of Computer and Information Engineering, Harbin University of Commerce,
Design and Development of SMS Based Wireless Home Appliance Control and Security System
Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad 1, Md. Al Muzahid 2 and Md. Saifuddin Faruk 3 The rapid change in the wireless communication
Room Temperature based Fan Speed Control System using Pulse Width Modulation Technique
Room Temperature based Fan Speed Control System using Pulse Width Modulation Technique Vaibhav Bhatia Department of Electrical and Electronics Engg., Bhagwan Parshuram Institute of Technology, New Delhi-110089,
Serial Communications
Serial Communications 1 Serial Communication Introduction Serial communication buses Asynchronous and synchronous communication UART block diagram UART clock requirements Programming the UARTs Operation
Monitores Equipos Móviles Especificaciones de Producto
EquipManager -4 F/-20 C to +140 F/+60 C (optional heater available for cold room applications) 0 100% noncondensing User-adjustable threshold 0.3G to 7G 10G (nondestructive)/100g (destructive) Piezoelectric
Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep
Engineering, 23, 5, 88-92 doi:.4236/eng.23.55b8 Published Online May 23 (http://www.scirp.org/journal/eng) Electroencephalography Analysis Using Neural Network and Support Vector Machine during Sleep JeeEun
Design of Strong-motion Monitoring System for Dam-reservoir D s e i s gn of Stro r ng-mo m tion Monito t ri r ng Syst s em
Design of Strong-motion Monitoring System for Dam-reservo eservoir Li Caihua Li Xiaojun Institute of Engineering Mechanics, China Earthquake Administration China Harbin 150080 Abstract: One strong-motion
International Journal of Engineering Research & Management Technology
International Journal of Engineering Research & Management Technology March- 2015 Volume 2, Issue-2 Radio Frequency Identification Security System Mr. Shailendra Kumar Assistant Professor Department of
Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant
International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,
MEMS ACCELEROMETER BASED PASSWORD RECOGNITION SYSTEM USING GSM
Int. J. Engg. Res. & Sci. & Tech. 2014 K Chandrasekar and M Surumbar khuzhali, 2014 Research Paper ISSN 2319-5991 www.ijerst.com Vol. 3, No. 2, May 2014 2014 IJERST. All Rights Reserved MEMS ACCELEROMETER
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations
Development of Integrated Management System based on Mobile and Cloud service for preventing various dangerous situations Ryu HyunKi, Moon ChangSoo, Yeo ChangSub, and Lee HaengSuk Abstract In this paper,
Design And Implementation Of Bank Locker Security System Based On Fingerprint Sensing Circuit And RFID Reader
Design And Implementation Of Bank Locker Security System Based On Sensing Circuit And RFID Reader Khaing Mar Htwe, Zaw Min Min Htun, Hla Myo Tun Abstract: The main goal of this system is to design a locker
Detecting Human Falls with a 3-Axis Digital Accelerometer
Detecting Human Falls with a 3-Axis Digital Accelerometer By Ning Jia Foreword For a human, experiencing a fall unobserved can be doubly dangerous. The obvious possibility of initial injury may be further
SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A
International Journal of Science, Engineering and Technology Research (IJSETR), Volume, Issue, January SPEECH SIGNAL CODING FOR VOIP APPLICATIONS USING WAVELET PACKET TRANSFORM A N.Rama Tej Nehru, B P.Sunitha
Embedded Systems on ARM Cortex-M3 (4weeks/45hrs)
Embedded Systems on ARM Cortex-M3 (4weeks/45hrs) Course & Kit Contents LEARN HOW TO: Use of Keil Real View for ARM Use ARM Cortex-M3 MCU for professional embedded application development Understanding
Below is a diagram explaining the data packet and the timing related to the mouse clock while receiving a byte from the PS-2 mouse:
PS-2 Mouse: The Protocol: For out mini project we designed a serial port transmitter receiver, which uses the Baud rate protocol. The PS-2 port is similar to the serial port (performs the function of transmitting
AN1200.04. Application Note: FCC Regulations for ISM Band Devices: 902-928 MHz. FCC Regulations for ISM Band Devices: 902-928 MHz
AN1200.04 Application Note: FCC Regulations for ISM Band Devices: Copyright Semtech 2006 1 of 15 www.semtech.com 1 Table of Contents 1 Table of Contents...2 1.1 Index of Figures...2 1.2 Index of Tables...2
Understanding Mechatronics Engineering Using a School Project
The International Journal of Engineering And Science (IJES) Volume 2 Issue 1 Pages 10-17 2013 ISSN: 2319 1813 ISBN: 2319 1805 Understanding Mechatronics Engineering Using a School Project Philip Adesola
A Multilevel Home Security System (MHSS)
A Multilevel Home Security System (MHSS) Jer-Vui Lee, Yea-Dat Chuah and Chin-Tin Chai Department of Mechatronics and Biomedical Engineering, Faculty of Engineering and Science, Universiti Tunku Abdul Rahman,
UPS PIco. to be used with. Raspberry Pi B+, A+, B, and A. HAT Compliant. Raspberry Pi is a trademark of the Raspberry Pi Foundation
UPS PIco Uninterruptible Power Supply with Peripherals and I 2 C control Interface to be used with Raspberry Pi B+, A+, B, and A HAT Compliant Raspberry Pi is a trademark of the Raspberry Pi Foundation
Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries
Applying Web Based GPS/GPRS Ticketing and Tracking Mechanism to Reduce Traffic Violation in Developing Countries Saed Tarapiah 1, Rajaa AbuHania 2, Islam Hindi 3, Diana Jamal 4 Telecommunication Engineering
Chip Card & Security ICs Mifare NRG SLE 66R35
Chip Card & Security ICs Mifare NRG Intelligent 1 Kbyte Memory Chip with Interface for Contactless Transmission according to the Mifare -System Short Product Information April 2007 Short Product Information
Data Transmission Using Laser Light
Data Transmission Using Laser Light Amit Agrawal*, Gaurav kumar, Maheshwari narayan singh, Pradeep kumar, Pransu mathur Galgotias College of Engineering and Technology, Greater Noida, India [email protected]
Human Detection Robot using PIR Sensors
Human Detection Robot using PIR Sensors Saravana Kumar K, Priscilla P, Germiya K Jose, Balagopal G Abstract: Human Detection Robot is a robot that can detect the presence of human; it sends the signal
Lab Experiment 1: The LPC 2148 Education Board
Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,
Effective Use of Android Sensors Based on Visualization of Sensor Information
, pp.299-308 http://dx.doi.org/10.14257/ijmue.2015.10.9.31 Effective Use of Android Sensors Based on Visualization of Sensor Information Young Jae Lee Faculty of Smartmedia, Jeonju University, 303 Cheonjam-ro,
IMPLEMENTING VEHICLE LOCATION SYSTEM FOR PUBLIC BUSES IN SINGAPORE
IMPLEMENTING VEHICLE LOCATION SYSTEM FOR PUBLIC BUSES IN SINGAPORE Silvester Prakasam 1 and Adeline Wang 1 ABSTRACT A Vehicle Location System will be implemented in Singapore in conjunction with the contactless
A Review of Security System for Smart Home Applications
Journal of Computer Science 8 (7): 1165-1170, 2012 ISSN 1549-3636 2012 Science Publications A Review of Security System for Smart Home Applications Mohammad Syuhaimi Ab-Rahman and Mohd Ariff Razaly Department
The I2C Bus. NXP Semiconductors: UM10204 I2C-bus specification and user manual. 14.10.2010 HAW - Arduino 1
The I2C Bus Introduction The I2C-bus is a de facto world standard that is now implemented in over 1000 different ICs manufactured by more than 50 companies. Additionally, the versatile I2C-bus is used
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES
ANDROID APPLICATION DEVELOPMENT FOR ENVIRONMENT MONITORING USING SMART PHONES ABSTRACT K. Krishnakanth 1 and P. Kavipriya 2 1 M.E Embedded Systems, Sathyabama University, Chennai, India. [email protected]
Implementation of Knock Based Security System
Implementation of Knock Based Security System Gunjan Jewani Student, Department of Computer science & Engineering, Nagpur Institute of Technology, Nagpur, India ABSTRACT: Security is one of the most critical
ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK
ANYTIME ANYPLACE-REMOTE MONITORING OF STUDENTS ATTENDANCE BASED ON RFID AND GSM NETWORK Mr.C.S.Karthikeyan 1 S.Murugeswari 2 Assistant professor, Dept. of ECE, Kamaraj College of Engineering and Technology,
Smart Home System Using Android Application
Smart Home System Using Android Application Karlapudi Siva Krishna Mr. Md Mohiddin Dr. M. Narendra Kumar, Dr. S. Sreenatha Reddy Student (M. Tech) Embedded Sys Asst. Prof, ECE Prof & Vice-Principal Prof
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2
Design of a Wireless Medical Monitoring System * Chavabathina Lavanya 1 G.Manikumar 2 1 PG Student (M. Tech), Dept. of ECE, Chirala Engineering College, Chirala., A.P, India. 2 Assistant Professor, Dept.
Remote PLC system using GSM network with application to home security system
PLC using GS with application to home security A. Alheraish, W. Alomar, and. Abu-Al-Ela Department of Electrical Engineering, King Saud University, Riyadh, Saudi Arabia PLC using GS Keywords Programmable
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Arifa Ferdousi 1 and Sadeque Reza Khan 2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh
A Wireless Medical Monitoring Over a Heterogeneous Sensor Network
A Wireless Medical Monitoring Over a Heterogeneous Sensor Network Mehmet R. Yuce, Peng Choong Ng, Chin K. Lee, Jamil Y. Khan, and Wentai Liu Abstract This paper presents a heterogeneous sensor network
AVR Timer/Counter. Prof Prabhat Ranjan DA-IICT, Gandhinagar
AVR Timer/Counter Prof Prabhat Ranjan DA-IICT, Gandhinagar 8-bit Timer/Counter0 with PWM Single Compare Unit Counter Clear Timer on Compare Match (Auto Reload) Glitch-free, Phase Correct Pulse Width Modulator
Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller
Implementing a Digital Answering Machine with a High-Speed 8-Bit Microcontroller Zafar Ullah Senior Application Engineer Scenix Semiconductor Inc. Leo Petropoulos Application Manager Invox TEchnology 1.0
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 8, Issue 3 (Nov. - Dec. 2013), PP 88-92 Bus Data Acquisition and Remote Monitoring System
