A Functional Approach for Wearable Health Solution with Intel Galileo Gen2. M. Tech, CSE HOD, CSE Dept.

Size: px
Start display at page:

Download "A Functional Approach for Wearable Health Solution with Intel Galileo Gen2. M. Tech, CSE HOD, CSE Dept."

Transcription

1 A Functional Approach for Wearable Health Solution with Intel Galileo Gen2 Nicy Kaur Taneja Dr. S.R.N. Reddy M. Tech, CSE HOD, CSE Dept. IGDTUW Abstract- In the present scenario, the elderly age group is considered to be at high risk in terms of health and socioeconomic status. Most of the elders are suffering from either one of the health problems. Many solutions are present in the market but most of them focuses on measuring either only heart beat or ECG monitoring. The remote monitoring of such patients is carried out by saving their personal and health data on the web server installed at the healthcare center. This solution adds an additional investment in large-scale storage and processing capacity. Therefore, an enhanced health monitoring system is required that measures some health data as well as physical parameters of the patient. Keywords: Intel Galileo Gen2, health sensors, android, bluetooth I. INTRODUCTION IGDTUW Therefore, they need advanced healthcare mechanisms to live. B. Remote Health Monitoring Remote health monitoring has shown positive results in managing patients either at home or at work place. This has surely resulted in decrease of health risks in case of emergencies. The modernized healthcare systems should provide better health services to patients and care provider too. C. Intel Galileo Gen2 Development Board The first certified board in the family of Arduino IDE is Intel Galileo Gen 2 board for development and prototyping the different applications. It provides a complete open source hardware and software development environment. The microcontroller board is based on Intel Quark SoC X1000 application processor and a 32-bit Intel Pentium-class SOC [12]. A. Health Issues with Elders The elderly age also known as senior citizens are increasing in number in developing countries. The old age problems are very common in the present scenario as the children are attaining their adulthood no longer with their parents. Typically, aged people live a secluded and reclusive life with multiple problems of memory disorder, depression, falls and unsteadiness, poor nutrition, problems with self-care and other complex chronic medical conditions [3]. Figure 1: Intel Galileo Gen2 Development Board 1

2 II. LITERATURE SURVEY A. Health Monitoring Sensors In a research work, temperature sensor, heart beat sensor and ECG electrodes were used to monitor the different parameters of the patient [5]. Another solution projected combines environmental and wearable sensors (heart beat sensor, DHTH sensor, combustible gas smoke detector) so as to monitor both the surrounding space of the patient and the patient s health status at the same time. The processed signals from the sensors are now sent to microcontroller that process the received signal and displays on the development kit [6]. Another real time health monitoring system used ECG electrodes, temperature sensor (LM35), blood pressure sensor, blood glucose sensor to monitor the patient s health [7]. In one of the proposed work, in addition to heart beat sensor and temperature sensor, pulse oximeter sensor was also used to measure a patient's blood-oxygen saturation level and pulse rate [8]. Another proposed system aims at measurement of respiration rate using digital sensor extending the methods of measuring it with help of thermistor, chest expansion etc. The respiration rate is measured with the help of TMP100 a Digital temperature sensor which monitor the slightest change in temperature during inhale & exhale [3]. B. Health Monitoring Systems using Different Communication Modules 1) Health Monitoring Systems using Bluetooth The mobile software in the patient s smartphone is able to receive the sensor data. The received data is communicated by means of Bluetooth via UART serial communication with the patient s smartphone [6]. HC-05 is a class-2 Bluetooth module with serial port profile, which can configure as either master or slave, a drop in replacement for wired serial connections. 2) Health Monitoring Systems using ZigBee In one of the proposed system the patient health is continuously monitored and if a particular patient s health parameter falls below the threshold value, an automated SMS is sent to the pre-configured Doctor s mobile number using a standard GSM module interfaced to the microcontroller. Here, we are using ZigBee for wireless transmission. The Doctor can get a record of a particular patient s information by just accessing the database of the patient on his PC which is continuously updated through ZigBee receiver module [5]. 3) Health Monitoring Systems using Wi-Fi In one of the research work, the inputs from the sensors are integrated and processed. The results are sent through the Wi-Fi Module to a host computer, which stores the data into an Access Database. The values can then be displayed on the running on a computer [8] [9]. III. PROPOSED WORK The aim of the proposed system is to monitor the breathing rate, body temperature, heartbeat and position of the patient suffering from COPD (Chronic Obstructive Pulmonary Disease). The system will be composed of four sensors: respiratory rate monitor, temperature sensor, heartbeat sensor and accelerometer. The device is designed to be wearable, so that the respiratory module can be connected to the nose, the 2

3 temperature sensor will monitor the body temperature, the heart beat sensor will monitor the heartbeat rate and the accelerometer will tell about the position of the patient. The sensor values can be monitored on an android device using wireless Bluetooth communication. This paper focuses on providing health monitoring solution for an effective action in case of emergency. IV. NOVELTY OF THE SOLUTION The existing health solution provide monitoring of either one or two of the parameters. But in this paper, four health parameters will be monitored continuously. In some of the proposed solution, GSM module is used for alerting the care provider. But GSM provides interference problem, which is not good for the health of the patient. The radiations emitted by GSM can affect the health of the patient. Among the other wireless technologies, if the health kit is made to be Wi-Fi enabled, there may be possibility that the patient has Wi-Fi at home or not. But, Bluetooth is present in almost every android cellphone. ZigBee can also be used to transmit data wirelessly but in this case the care provider has to carry another device which has ZigBee receiver. V. IMPLEMENTATION A. Sensors Used in the System The different sensors that are used in the solution are: 1) Respiration Rate sensor: The sensor is used to measure the speed at which the patient is breathing. When the patient feels difficulty in breathing, it respires more abnormally than the usual speed. 2) Temperature sensor: The temperature sensor used in this system is used to measure the body temperature of the patient [13]. This sensor uses a thermistor whose resistance increases as the body temperature decreases. The detectable range of this sensor is ºC, and the accuracy is ±1.5ºC [10]. 3) Heartbeat sensor: This sensor measures the heart beat using the variation in optical power when the light is scattered or absorbed during its path through the blood as the heart beat changes. 4) Touch sensor: This sensor is used to monitor whether the patient is wearing the health kit or not. This sensor measures the change in capacitance when a finger is near-by. 5) Accelerometer: The position of the patient can be judged using accelerometer. It measure the acceleration sensed due to gravity pulling down on it. Figure 2: Sensors used in the System B. Communication Technology: Bluetooth (HC-05) HC 05 module is a serial communication Bluetooth Serial Port Protocol (SPP) module, designed for transparent wireless connection setup. The 3

4 Bluetooth Module has hardware features like 80dBm sensitivity, maximum +4dBm RF transmit power, low power 1.8V operation, from 3.3 to 5 V I/O, Universal Asynchronous Receiver Transmitter (UART) interface with programmable baud rate. It is also provided with edge connector and integrated antenna. This device permits the pairing of devices to connect and by default its auto pairing pin code is When the device is disconnected due to long range, it will Auto reconnect in 30 minutes again. C. Detailed Architecture The project monitors the breathing rate, body temperature and position of the patient suffering from COPD. The device is designed to be wearable by the patient which will help to monitor him continuously. The respiratory module will measure the breath of the patient, temperature sensor will monitor the body temperature, heart beat sensor will monitor the heartbeat rate by placing the finger for about one minute and accelerometer will tell about the position of the patient. The data will be displayed on LCD and can also be monitored on an android device using wireless Bluetooth communication. Moreover, a touch sensor is also interfaced to raise an alarm (buzzer) if the patient detaches the health kit. VI. RESULTS After interfacing all the sensors and communication module with the Intel Galileo Gen2, the sensor data was successfully displayed on LCD. In addition to it, the data was displayed on Android smartphone too. Figure 4: Sensor data displayed on LCD Figure 5: Sensor data received on Android Device Figure 3: Architecture of the Proposed System VII. CONCLUSION AND FUTURE SCOPE 4

5 The health kit provides a complete healthcare solution for measuring some health parameters and also the position of the patient. The measured data from the processor is successfully received on the android device. In future, for maintaining database in smartphone, an android application will be designed. Moreover, for analysis and storage, cloud services will be used by connecting the development board to internet through Ethernet or Wi-Fi. VIII. REFERENCES [1] D. Benhaddou, M. Balakrishnan, and X. Yuan, Remote Healthcare Monitoring System Architecture using Sensor Networks, IEEE [2] Poonam, Prof. (Dr.) Yusuf Mulge, Remote Temperature Monitoring Using LM35 sensor and Intimate Android user via C2DM Service, International Journal of Computer Science and Mobile Computing, Vol. 2, Issue. 6, June 2013, pg.32 36, ISSN X. [3] Archita Agnihotri, University of R.G.P.V, Bhopal, (M.P), Human Body Respiration Measurement Using Digital Temperature Sensor with I2c Interface, International Journal of Scientific and Research Publications, Volume 3, Issue 3, March 2013, ISSN [4] Prof.T.Chandrasekhar,.E.C.,Rajahmundry, J.S.Chakravarthi, Wireless Health Monitoring System Using ZigBee, International Journal of Web Technology, ISSN: , Vol 02, Issue 01, June [5] Purnima, Neetu Rout, Rahul Tiwary, ZIGBEE AND GSM BASED PATIENT HEALTH MONITORING SYSTEM, International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering, Vol. 3, Issue 1, January [6] Snehalatha, Shruti Malgatti, Design of a Healthcare Monitoring System Using Wearable and Environmental Sensor, International Journal of Engineering Research and General Science Volume 3, Issue 2, Part 2, March-April, [7] Amna Abdullah, Asma Ismael, Aisha Rashid, Ali Abou-ElNour, and Mohammed Tarique, REAL TIME WIRELESS HEALTH MONITORING APPLICATION USING MOBILE DEVICES, International Journal of Computer Networks & Communications (IJCNC) Vol.7, No.3, May [8] G.Vijaya Lakshmi, B.Suresh Ram, T.Ramakrishna, Health Monitoring System Using Wi-Fi as a Communication Medium on ARM7, INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY, ISSN: , September [9] Mr. Deshmukh R.S., Wi-Fi Based Vital Signs Monitoring and Tracking System for Medical Parameters, International Journal of Engineering Trends and Technology (IJETT) - Volume4 Issue5- May [10] Sergio Gonza lez-valenzuela, Xuedong Liang, Huasong Cao, Min Chen, and Victor C.M. Leung, Body Area Networks,Springer 2012, pp [11] Indira Gandhi Delhi Technical University for Women (2015, September 15), LAB-MANUAL-Intel-Galileo, [Online], Available: [12] Rob Tiffany, (2015, October 20), Getting Started with the 2nd Generation Intel Galileo Arduino Board [Online], Available: [13] _-_Temperature_Sensor 5

International Journal of Informative & Futuristic Research ISSN:

International Journal of Informative & Futuristic Research ISSN: www.ijifr.com Volume 4 Issue 8 April 2017 International Journal of Informative & Futuristic Research Patient Monitoring System Using Paper ID IJIFR/V4/ E8/ 049 Page No. 7085-7091 Subject Area Key Words

More information

Bluetooth based Low Power Data Acquisition System for BAN

Bluetooth based Low Power Data Acquisition System for BAN Volume 116 No. 24 2017, 549-557 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu Bluetooth based Low Power Data Acquisition System for BAN Kumaresan

More information

WIRELESS PATIENT HEALTH MONITORING SYSTEM USING ZIGBEE,RFID,GSM WITH WIRELESS AUTOMATIC DOCTOR ALERTING THROUGH SMS USING ARM7

WIRELESS PATIENT HEALTH MONITORING SYSTEM USING ZIGBEE,RFID,GSM WITH WIRELESS AUTOMATIC DOCTOR ALERTING THROUGH SMS USING ARM7 e-issn 2277-2685, p-issn 2320-976 IJESR/May 2014/ Vol-4/Issue-5/383-388 S. Sameer et al./ International Journal of Engineering & Science Research WIRELESS PATIENT HEALTH MONITORING SYSTEM USING ZIGBEE,RFID,GSM

More information

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1).

BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). BANGLADESH UNIVERSITY OF ENGINEERING & TECHNOLOGY (BUET) DHAKA TECHNICAL SPECIFICATION FOR SUPPLY AND INSTALLATION OF LABORATORY EQUIPMENTS (PKG1). Package number: G4 NO: HEQEP/CP-3137/Procurement/PacakageG4/26-08-2015/004

More information

Wireless Wearable Body Area Network (WWBAN) for Elderly People Long-Term Health-Monitoring

Wireless Wearable Body Area Network (WWBAN) for Elderly People Long-Term Health-Monitoring Wireless Wearable Body Area Network (WWBAN) for Elderly People Long-Term Health-Monitoring Institution: Arab Academy for Science, Technology & Maritime Transport (AASTMT), Abu Kir Campus, P.O. Box 1029,

More information

Smart Band for Women Security Based on Internet of Things (IOT)

Smart Band for Women Security Based on Internet of Things (IOT) Smart Band for Women Security Based on Internet of Things (IOT) S. A. More 1, R. D. Borate 2, S. T. Dardige 3, S. S. Salekar 4, Prof. D. S. Gogawale 5 ABSTRACT 1,2,3,4 U. G. Students, Department of Computer

More information

A Novel Implementation for Automated Health Monitoring System

A Novel Implementation for Automated Health Monitoring System A Novel Implementation for Automated Health Monitoring System Praveen B Sarangamath 1, Dr. Kiran A Gupta 2 1 M.Tech. Dept of E&CE, Dayananda Sagar College, Bangalore, Karnataka, India 2 Prof. and Head

More information

Controlling and Monitoring Of Industrial Parameters by Using GSM

Controlling and Monitoring Of Industrial Parameters by Using GSM Controlling and Monitoring Of Industrial Parameters by Using GSM GUIDE: Mr. S. CHANDRA SHEKAR, PROFESSOR IN ECE P.WASEEM NAZMA, G.SUDHA PRIYANKA, S.DHANA LAKSHMI, SK.SHAHID DEPARTMENT OF ELECTRONICS AND

More information

BIO-MEDICAL BASED PROJECTS

BIO-MEDICAL BASED PROJECTS ************************************************************************ INNOVATIVE & APPLICATION ORIENTED PROJECTS ON SVSEMBEDDED SYSTEMS (8051/AVR/ARM7/MSP430/RENESAS/ARM cortex M3) ************************************************************************

More information

On Pulse Sensor based u-healthcare Monitoring Application with

On Pulse Sensor based u-healthcare Monitoring Application with On Pulse Sensor based u-healthcare Monitoring Application with Arduino 1 1 Hermawan Kemis, 1 Ndibanje Bruce, 3 Hoon Jae Lee Department of Ubiquitous IT, Graduate School of Dongseo University, h.kemis@gmail.com

More information

SMART SYSTEM FOR MONITORING OF PHYSIOLOGICAL PARAMETERS USING ANDROID APPLICATION

SMART SYSTEM FOR MONITORING OF PHYSIOLOGICAL PARAMETERS USING ANDROID APPLICATION SMART SYSTEM FOR MONITORING OF PHYSIOLOGICAL PARAMETERS USING ANDROID APPLICATION *W. Swarnima and S. Rubina Department of Electronics and Communication, Acropolis Institute of Technology and Research,

More information

A Monitoring System for EPW Safe Use

A Monitoring System for EPW Safe Use A Monitoring System for EPW Safe Use M. H. ALSIBA 1*, N. N. N. Hamran 1, Abdul Nasir 1 and A. A. Abdullah 2 1 Faculty of Engineering Technology, University Malaysia Pahang, Gambang - Kuantan, Malaysia.

More information

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2

AUTOMATED GARBAGE COLLECTION USING GPS AND GSM. Shobana G 1, Sureshkumar R 2 Volume 118 No. 20 2018, 751-755 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu AUTOMATED GARBAGE COLLECTION USING GPS AND GSM Shobana G 1, Sureshkumar

More information

ONLINE REAL TIME HEALTH MONITORING OF PATIENT USING INTRABODY COMMUNICATION

ONLINE REAL TIME HEALTH MONITORING OF PATIENT USING INTRABODY COMMUNICATION Volume: 03 Issue: 12 Dec -2016 www.irjet.net p-issn: 2395-0072 ONLINE REAL TIME HEALTH MONITORING OF PATIENT USING INTRABODY COMMUNICATION Kirti Thosar 1, Geetha Narayanan 2 1P.G. Student, Department of

More information

An Ethernet Based Control and Monitoring System Using ARM Processor

An Ethernet Based Control and Monitoring System Using ARM Processor An Ethernet Based Control and Monitoring System Using ARM Processor Pingale Vaishali S, Nikalje komal M, Chavan Snehal S, Prof. B.C.Kulkarni Department of Electronics And Telecommunication Engineering

More information

Innovative M-Tech projects list

Innovative M-Tech projects list 1 Technologies: Innovative M-Tech projects list 1. ARM-7 TDMI - LPC-2148 2. Image Processing 3. MATLAB Embedded 4. GPRS Mobile internet 5. Touch screen. IEEE 2012-13 papers 6. Global Positioning System

More information

Application of Android Mobile Platform in Remote Medical Monitoring System

Application of Android Mobile Platform in Remote Medical Monitoring System Application of Android Mobile Platform in Remote Medical Monitoring System Prof D Somashekara Reddy 1, Lokesh G 2 1,2 Master of Computer Applications, NHCE Bengaluru Abstract : Due to the actual demand

More information

Android based Elderly Assistive System using PSOC

Android based Elderly Assistive System using PSOC IJIRST International Journal for Innovative Research in Science & Technology Volume 3 Issue 01 June 2016 ISSN (online): 2349-6010 Android based Elderly Assistive System using PSOC Madhuri Lokare PG Student

More information

Wireless Health Monitoring System Using ZigBee

Wireless Health Monitoring System Using ZigBee Wireless Health Monitoring System Using ZigBee Prof.T.Chandrasekhar G.E.C.,Rajahmundry assprof@gmail.com J.S.Chakravarthi Asst. Professor G.E.C.,,Rajahmundry. jsuneelchakravarthi@gmail.com Abstract Recent

More information

Smart Tablet Box for Patient

Smart Tablet Box for Patient Smart Tablet Box for Patient KoreShirnisha 1, KarangaleDhanashri 2, Gangurde Rani 3 Electronics and Telecommunication Department, Pune University NDMVPS s KBT COE, Nashik (India) shirnisha911@gmail.com

More information

July - September JCPS Volume 9 Issue 3

July - September JCPS Volume 9 Issue 3 www.jchps.com ISSN: 0974-2115 A System for Patient Status updating in mobile phones and patient monitoring using Li-Fi S.Kavitha*, A.Preethi Rani, S.Shiny Testimona, T.K.B.Radhika # Department of Electronics

More information

Bio Medical Sensor Network for Patient Monitoring

Bio Medical Sensor Network for Patient Monitoring RESEARCH ARTICLE OPEN ACCESS Bio Medical Sensor Network for Patient Monitoring R.Durga 1, T.Suresh 2 1 (PG Student, Applied Electronics) Department of Electronics and Communication Engineering, RMK Engineering

More information

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530

Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Study ON Remote Medical Monitoring System Based ON MSP430 AND CC2530 SONG Aijuan, SI Guangyuan, GU Qiongchan

More information

ET16 Continuous Vital Signs Monitoring using Smartphones

ET16 Continuous Vital Signs Monitoring using Smartphones ET16 Continuous Vital Signs Monitoring using Smartphones Nazrul Anuar Nayan, Faizatul Azwa Azami Department of Electrical, Electronic and System Engineering, Faculty of Engineering and Built Environment,

More information

Design and Implementation of Remote Medical Monitoring System for. Homecare

Design and Implementation of Remote Medical Monitoring System for. Homecare 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design and Implementation of Remote Medical Monitoring System for Homecare Juan Zhong1, a, * Hua Liao2, b 1 College

More information

A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4

A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4 A RFID System for Recognizing Activity Using Radio Patterns Shwetha R 1, Sushmitha P 2, Swathi MS 3, Poonam Kumari 4 1 BE Student, CSE, RRCE, Karnataka, India 2 BE Student, CSE, RRCE, Karnataka, India

More information

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda

Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Leveraging IoT Biometrics and Zephyr RTOS for Neonatal Nursing in Uganda Teresa Cauvel Co-founder, Neopenda 11 October, 2016 - ELCE OpenIoT Summit TM Agenda Problem statement Introduction to Neopenda Prototypes

More information

A Smart E-Health Care System with Health Sensors and Cloud

A Smart E-Health Care System with Health Sensors and Cloud I J C T A, 9(9), 2016, pp. 3651-3657 International Science Press A Smart E-Health Care System with Health Sensors and Cloud S. Elayabharathi 1 and N. Ananthasaravanan 2 ABSTRACT E-health care system is

More information

HEALTHCARE MONITORING USING LIFI TECHNOLOGY

HEALTHCARE MONITORING USING LIFI TECHNOLOGY HEALTHCARE MONITORING USING LIFI TECHNOLOGY G.Sheeba *1,P. Deepak Kumar 2, P. Hemanth Kumar 3, S. Krishna Kumar 4 *1 Assistant Professor, New Prince Shri Bhavani College of Engineering and Technology,

More information

A Bluetooth Enabled Personal Health Monitoring System Using Android Device

A Bluetooth Enabled Personal Health Monitoring System Using Android Device A Bluetooth Enabled Personal Health Monitoring System Using Android Device 1 Dhaval Bhatt, 2 Tarulata Chauhan Department of Computer Engineering L.J. Institute of Engineering & Technology, Ahmedabad, India

More information

Context Monitoring Of A Patient Using Wireless Networks

Context Monitoring Of A Patient Using Wireless Networks Context Monitoring Of A Patient Using Wireless Networks N.Keerthana ECE Department Excel college of engineering and technology Abstract The paper describes a network that has been intended for context

More information

Bluetooth Based Smart Automation System Using Android

Bluetooth Based Smart Automation System Using Android Bluetooth Based Smart Automation System Using Android Ms. Poonam V. Gaikwad Department of Computer Science and Engineering SVERI s College of Engineering, Pandharpur, Maharashtra, India Prof. Mr. Yoginath

More information

Design & Development of My SmartPhone Kit:

Design & Development of My SmartPhone Kit: Design & Development of My SmartPhone Kit: A Practical Approach for Technical Education Jasleen Kaur Dept. of Computer Science Indira Gandhi Delhi Technical University for Women Delhi, India jasleenkochar89@gmail.com

More information

WireLess Health Monitoring System Using ZigBee

WireLess Health Monitoring System Using ZigBee WireLess Health Monitoring System Using ZigBee T.Chandrasekhar 1, J.S.Chakravarthi 2, V.Srikanth 3 Professor, Department of Electronics and Comm. Engineering, GIET Engineering College, Rajahmundry, Andhra

More information

CHAPTER - 2 LITERATURE SURVEY

CHAPTER - 2 LITERATURE SURVEY 10 CHAPTER - 2 LITERATURE SURVEY Table of Contents S.No. Name of the sub-title Page No. 2 Literature Survey 12-22 11 1. LITERATURE SURVEY In early 1960 s, Kadish used a system, which includes several things

More information

Transmitting Patient Vitals Over a Reliable ZigBee Mesh Network

Transmitting Patient Vitals Over a Reliable ZigBee Mesh Network Accepted at the 2014 IEEE Canada International Humanitarian Technology Conference (IHTC). Transmitting Patient Vitals Over a Reliable ZigBee Mesh Network Reza Filsoof, Alison Bodine, Bob Gill, Stephen

More information

Detection And Warning System for Heart Attacks using IoT

Detection And Warning System for Heart Attacks using IoT Detection And Warning System for Heart Attacks using IoT 1 Femi Antony, 2 Ann Mary Joseph, 3 Jency K Davis, 4 Diffeena Stenislawoos Research Scholars Department of Computer Science Sahrdaya College of

More information

Interface Design for Multi Parameter Health Monitoring System Based on PLC

Interface Design for Multi Parameter Health Monitoring System Based on PLC Interface Design for Multi Parameter Health Monitoring System Based on PLC Panduranga H V 1, D S Suresh 2, Rajendra C J 3, R Sekar 4 P.G. Student, Department of Electronics & Communication Engineering,

More information

Arduinodroid Controlled Car

Arduinodroid Controlled Car Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IMPACT FACTOR: 5.258 IJCSMC,

More information

Healthcare to go. WAC, Katarzyna, BULTS, Richard. Abstract

Healthcare to go. WAC, Katarzyna, BULTS, Richard. Abstract Article Healthcare to go WAC, Katarzyna, BULTS, Richard Abstract A combination of very local and very long-distance wireless networks is bringing remote personal health Reference WAC, Katarzyna, BULTS,

More information

(IJCRME) 6.925, ISSN , 1, 2018 WIRELESS BODY AREA NETWORK (WBAN) FOR HEALTH MONITORING SYSTEM USING SENSORS AND ANDROID APPLICATION P.

(IJCRME) 6.925, ISSN , 1, 2018 WIRELESS BODY AREA NETWORK (WBAN) FOR HEALTH MONITORING SYSTEM USING SENSORS AND ANDROID APPLICATION P. WIRELESS BODY AREA NETWORK (WBAN) FOR HEALTH MONITORING SYSTEM USING SENSORS AND ANDROID APPLICATION P. Adhirai*, K. Suganthi**, S. Gayathri*** & B. Shoba**** Department of Electronics and Communication

More information

A Raspberry Pi Based System for ECG Monitoring and Visualization

A Raspberry Pi Based System for ECG Monitoring and Visualization A Raspberry Pi Based System for ECG Monitoring and Visualization S. Pisa, E. Pittella, E. Piuzzi, L. Cecchini, M. Tomassi Dept. of Information Engineering, Electronics and Telecommunications Sapienza University

More information

BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ANDROID APPLICATION

BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ANDROID APPLICATION International Journal of Advanced Research in Engineering and Technology (IJARET) Volume 10, Issue 2, March-April 2019, pp. 449-456. Article ID: IJARET_10_02_043 Available online at http://www.iaeme.com/ijaret/issues.asp?jtype=ijaret&vtype=10&itype=02

More information

A Wireless Process Monitoring And Control System With Zigbee

A Wireless Process Monitoring And Control System With Zigbee American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-7, Issue-2, pp-177-183 www.ajer.org Research Paper Open Access A Wireless Process Monitoring And Control System

More information

WEARABLE SAFETY WRISTBAND DEVICE FOR ELDERLY HEALTH MONITORING

WEARABLE SAFETY WRISTBAND DEVICE FOR ELDERLY HEALTH MONITORING Int. J. Chem. Sci.: 14(S3), 2016, 829-834 ISSN 0972-768X www.sadgurupublications.com WEARABLE SAFETY WRISTBAND DEVICE FOR ELDERLY HEALTH MONITORING L. K. HEMA *, T. C. KRISHNANUNNI, V. K. ABDUL MAJID and

More information

Data Collector by Using Wireless Technologies IEEE and Bluetooth

Data Collector by Using Wireless Technologies IEEE and Bluetooth Data Collector by Using Wireless Technologies IEEE 802.15.4 and Bluetooth KSV Pavan Kumar 1, R.Srinivasa Rao 2 1 Scholars, KITS, Khammam, India 2 Associate Professor, KITS, Khammam, India E-Mail- pavan101088@gmail.com

More information

Remotely Accessible Healthcare at Home. User Guide for Devices

Remotely Accessible Healthcare at Home. User Guide for Devices RAH@H A Patient Centric 24/7 Connected Health Model to Improve Healthcare Outcomes through Technology for Education, Engagement, Empowerment, Monitoring & Treatment of Patients Virtually User Guide for

More information

DESIGN OF SMART NEONATAL HEALTH CARE MONITORING SYSTEM USING IOT

DESIGN OF SMART NEONATAL HEALTH CARE MONITORING SYSTEM USING IOT DESIGN OF SMART NEONATAL HEALTH CARE MONITORING SYSTEM USING IOT N.V.Subbareddy 1,Dasthagiraiah.A 2,Lakshmi prasanna M 3,Bhuvaneswari A 4,Sowjanya E 5,Abdul Muzakir SK 6 1 HOD of E.C.E, 2 Assiatant professor,

More information

MICROPROCESSOR BASED SYSTEM DESIGN

MICROPROCESSOR BASED SYSTEM DESIGN MICROPROCESSOR BASED SYSTEM DESIGN Lecture # 03-04 BY PROF. DR. B. S. CHOWDHRY Microprocessor / Microcontroller based Biomedical application Projects Microprocessor based ECG ambulatory(walking or Moving)

More information

mhealth MEDICAL WEARABLE DEVICES AND EQUIPMENT: DEVICE TYPES, TECHNOLOGIES & COMPONENTS

mhealth MEDICAL WEARABLE DEVICES AND EQUIPMENT: DEVICE TYPES, TECHNOLOGIES & COMPONENTS mhealth MEDICAL WEARABLE DEVICES AND EQUIPMENT: DEVICE TYPES, TECHNOLOGIES & COMPONENTS Proposed Scope SensiAn Research Research Proposal June 2014 The wearable devices market is emerging as one of the

More information

Smart Restaurant Menu Ordering System

Smart Restaurant Menu Ordering System IJSTE - International Journal of Science Technology & Engineering Volume 2 Issue 09 March 2016 ISSN (online): 2349-784X Smart Restaurant Menu Ordering System Mrs. Anisha Cotta Assistant professor Miss.

More information

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez

The Heart Buddy. Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez The Heart Buddy Andrew Pagan, Andrew Villagomez, Jose Reyes, Jairo Hernandez What is the Heart Buddy? The Heart Buddy is a low-profile, portable armband specialized in getting help to individuals before

More information

Intel Galileo gen 2 Board

Intel Galileo gen 2 Board Intel Galileo gen 2 Board The Arduino Intel Galileo board is a microcontroller board based on the Intel Quark SoC X1000, a 32- bit Intel Pentium -class system on a chip (SoC). It is the first board based

More information

IEEE PROJECTS ON EMBEDDED SYSTEMS

IEEE PROJECTS ON EMBEDDED SYSTEMS S.NO 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 PROJECT TITLES EMACS: Design And Implementation Of Indoor Environment Monitoring And Control System VOT-EL: Three Tier Secured State Of

More information

Emergency Pulse Rate Monitoring and Detecting the Location of Handicapped People

Emergency Pulse Rate Monitoring and Detecting the Location of Handicapped People GRD Journals- Global Research and Development Journal for Engineering Volume 3 Issue 1 December 2017 ISSN: 2455-5703 Emergency Pulse Rate Monitoring and Detecting the Location of Handicapped People Dr.

More information

Embedded Systems. Cristian Rotariu

Embedded Systems. Cristian Rotariu Embedded Systems Cristian Rotariu Dept. of of Biomedical Sciences Grigore T Popa University of Medicine and Pharmacy of Iasi, Romania cristian.rotariu@bioinginerie.ro May 2016 Introduction An embedded

More information

IoT BASED PATIENT MONITORING SYSTEM USING RASPBERRY PI 3 and LabVIEW

IoT BASED PATIENT MONITORING SYSTEM USING RASPBERRY PI 3 and LabVIEW Pak. J. Biotechnol. Vol. 14 (3) 337-343 (2017) ISSN Print: 1812-1837 www.pjbt.org ISSN Online: 2312-7791 IoT BASED PATIENT MONITORING SYSTEM USING RASPBERRY PI 3 and LabVIEW K. Mohanraj 1, N. Balaji 2,

More information

Automation of Weather Station in Agricultural Zone

Automation of Weather Station in Agricultural Zone 2018 IJSRST Volume 4 Issue 3 Print ISSN : 2395-6011 Online ISSN: 2395-602X National Conference on Advances in Engineering and Applied Science (NCAEAS) 29 th January 2018 Organized by : Anjuman College

More information

Enabling Breakthroughs in Medical Electronics. Karthik Vasanth, Ph.D General Manager, Medical and High Reliability Business Unit

Enabling Breakthroughs in Medical Electronics. Karthik Vasanth, Ph.D General Manager, Medical and High Reliability Business Unit Enabling Breakthroughs in Medical Electronics Karthik Vasanth, Ph.D General Manager, Medical and High Reliability Business Unit Outline Trends driving the medical market Semiconductors in healthcare Diverse

More information

Wearables and Remote Patient Monitoring

Wearables and Remote Patient Monitoring Wearables and Remote Patient Monitoring Walt Maclay President at Voler Systems Walt@VolerSystems.com Accurate & holistic health data Lifestyle choices, health history, symptoms, medication, treatment information,

More information

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN:

International Journal of Innovative Research in Advanced Engineering (IJIRAE) ISSN: PATIENT MONITORING SYSTEM USING IOT SUREKHA N *, YAMUNA N *, AKHIL KUMAR A J *, NAVEEN KUMAR K G * B E Student, Department of electronics and communication Engg. Dr.TTIT, KGF & VTU surekha.ttit@gmail.com;

More information

Advanced Packaging for Wearables (Vital Signs Monitoring) Vikram Venkatadri IMAPS New England 5/1/2018

Advanced Packaging for Wearables (Vital Signs Monitoring) Vikram Venkatadri IMAPS New England 5/1/2018 Advanced Packaging for Wearables (Vital Signs Monitoring) Vikram Venkatadri IMAPS New England 5/1/2018 Healthcare at ADI Improving Quality of Life Through Better Care Technology Diagnostics & therapy Imaging

More information

ISSN (PRINT): , (ONLINE): , VOLUME-4, ISSUE-11,

ISSN (PRINT): , (ONLINE): , VOLUME-4, ISSUE-11, NATURAL LANGUAGE PROCESSING BASED HOME AUTOMATION SYSTEM USING SMART PHONE AND AURDINO MICROCONTROLLER BOARD Burgoji Santhosh Kumar Assistant Professor, Dept Of Ece, Anurag Group Of Institutions, Hyderabad,

More information

Developing Internet of Things (IoT) application using Tiva ARM Cortex M4 Microcontroller

Developing Internet of Things (IoT) application using Tiva ARM Cortex M4 Microcontroller Developing Internet of Things (IoT) application using Tiva ARM Cortex M4 Microcontroller Ms. Prajakta P. Tundalwar 1, Dr. Vasif Ahmed 2 1 M.E.Digital Electronics (Student), Department of electronics and

More information

Bluetooth Based Home Appliance Control System with Feedback Voice Response Using Android Application

Bluetooth Based Home Appliance Control System with Feedback Voice Response Using Android Application Bluetooth Based Home Appliance Control System with Feedback Voice Response Using Android Application Md. Ismail Husain 1, Md. Emdadul Haque 2 and Md. Harun. or. Rashid 3 1, 2, 3 Department of Information

More information

Health Monitoring Using Fitness Band and IOT

Health Monitoring Using Fitness Band and IOT IOSR Journal of Computer Engineering (IOSR-JCE) e-issn: 2278-0661,p-ISSN: 2278-8727 PP 41-46 www.iosrjournals.org Health Monitoring Using Fitness Band and IOT Roshan Kumbhar (Dept. of Electronics and Communication,

More information

A Review:Internet of Things(IoT) Based Smart Home Automation

A Review:Internet of Things(IoT) Based Smart Home Automation A Review:Internet of Things(IoT) Based Smart Home Automation Vimal Nakrani 1, Mayank Panchal 2, Dipesh Thakkar 3,Sanket Pednekar 4, Prof. Yogita Mane 5 1,2,3,4 Information Technology, Universal College

More information

Smart and Secure Future Health Prediction Using Hadoop

Smart and Secure Future Health Prediction Using Hadoop Smart and Secure Future Health Prediction Using Hadoop Dr.Shubhangi D.C HOD Dept. Of CS & Engg, VTU PG Center,Kalaburagi, Karnataka,India. Aafiya Noorian PG Student Dept. of CS & Engg,VTU PG Center, Kalaburagi,

More information

Home Automation Using Smartphone Application

Home Automation Using Smartphone Application Home Automation Using Smartphone Application T.Rajesh, R.Rahul, M.Malligarjun, M.Suvathi Associate Professor, Department of EEE, Info Institute of Engineering, Kovilpalayam, Coimbatore, Tamilnadu, India.

More information

Patient Monitoring and Spontaneous alerting system using ADT

Patient Monitoring and Spontaneous alerting system using ADT Indian Journal of Science and Technology, Vol 9(30), DOI: 10.17485/ijst/2016/v9i30/98696, August 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Patient Monitoring and Spontaneous alerting system

More information

ZIGBEE BASED WSN AND SERVICE ROBOT INTO AN INTELLIGENT

ZIGBEE BASED WSN AND SERVICE ROBOT INTO AN INTELLIGENT HOME SYSTEM USING ARM 7 ZIGBEE BASED WSN AND SERVICE ROBOT INTO AN INTELLIGENT Kajal R. Gat 1, Prof. V.G.Puranik 2 Volume 6, Issue 6, June (2015), pp. 48-56 Article Id: 40120150606007 International Journal

More information

Human heart rate detector based on photoelectric volume

Human heart rate detector based on photoelectric volume Abstract Human heart rate detector based on photoelectric volume Jian Du, Jie Hu Southwest Petroleum University, Chengdu 610500, China. At present, the most effective and intuitionistic method for detecting

More information

EMBEDDED MAJOR PROJECTS LIST

EMBEDDED MAJOR PROJECTS LIST EMBEDDED MAJOR PROJECTS LIST GSM AND GPS BASED REAL TIME APPLICATIONS 1. AGRICULTURE FIELD MOTOR CONTROL SYSTEM USING GSM. 2. FIRE DETECTION AND AUTOMATIC ALERT SYSTEM. 3. WEATHER MONITORING SYSTEM IN

More information

WIRELESS ECG. V.RAGHUVEER, Dept of ECE. BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool

WIRELESS ECG. V.RAGHUVEER, Dept of ECE. BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool WIRELESS ECG ABSTRACT V.RAGHUVEER, Dept of ECE BRINDAVAN INSTITUTE OF TECHNOLOGY&SCIENCE, Kurnool Email: raghuveerv1@gmail.com, raghuv.raghuveer@yahoomail.com Mobile No: 09030428059 signals from the monitoring

More information

NECTAR. This work has been submitted to NECTAR, the Northampton Electronic Collection of Theses and Research. Article

NECTAR. This work has been submitted to NECTAR, the Northampton Electronic Collection of Theses and Research. Article This work has been submitted to NECTAR, the Northampton Electronic Collection of Theses and Research. Article Title: Design and implementation a real time healthcare system based on WSN Creators: Kadim,

More information

Smart Hospital Using Iot

Smart Hospital Using Iot IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Volume 9, PP 26-32 www.iosrjen.org Smart Hospital Using Iot 1 Jinal Shah, 2 Sahil Soni, 3 Falguni Darji, 4 Prof: Sumita Chandak,

More information

Wi-Fi Based Remotely Operated Smart Home Automated System using the Concept of Internet of Things

Wi-Fi Based Remotely Operated Smart Home Automated System using the Concept of Internet of Things Wi-Fi Based Remotely Operated Smart Home Automated System using the Concept of Internet of Things 1 M.Muni sankar, 2 B.Madhavi, 3 C.VijayaLakshmi 1.2.Assistant Professor, Dept.of. ECE,3.Academic Consultant,

More information

Wireless Communication Using Zigbee Module and Aurdino

Wireless Communication Using Zigbee Module and Aurdino International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 6 Issue 4 Ver. I ǁ 2018 ǁ PP. 66-70 Wireless Communication Using Zigbee Module

More information

Bhusawal, Maharashtra, India

Bhusawal, Maharashtra, India Home Automation System: A Step Forward To Better Lifestyle 1 R. R. Singh, 2 Prathmesh Patil, 3 Harshada Chaudhari and 4 Priyanka Rahane, 1 Assistant Professor, 2, 3, 4 B.E- CSE Students, 1,2,3,4 Department

More information

Intelligent Mining: A Monitoring and Security System for Coal Mine Workers

Intelligent Mining: A Monitoring and Security System for Coal Mine Workers Intelligent Mining: A Monitoring and Security System for Coal Mine Workers Nisha Dube 1, Prof. K.S.Ingle 2 PG Student, Dept. of ECE, Deogiri Engineering College, Aurangabad, Maharashtra India 1 Assistant

More information

Innovative M-Tech projects list IEEE papers

Innovative M-Tech projects list IEEE papers Innovative M-Tech projects list IEEE-2013-14 papers 1. Analysis and Practical Considerations in Implementing Multiple Transmitters for Wireless Power Transfer via Coupled Magnetic Resonance (IEEE 2014)

More information

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION

HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION HEXIWEAR COMPLETE IOT DEVELOPMENT SOLUTION NXP SEMICONDUCTORS PUBLIC THE ONLY SUPPLIER TO PROVIDE COMPLETE IoT SOLUTIONS DSPs, MCUs & CPUs Suite of Sensors NFC, BLE, Thread, zigbee, sub-ghz Wireless Interconnects

More information

Smart Door Security Control System Using Raspberry Pi

Smart Door Security Control System Using Raspberry Pi Smart Door Security Control System Using Raspberry Pi 1 Nareshkumar R. M., 2 Apoorva Kamat, 3 Dnyaneshvari Shinde Computer Department, Dr. D.Y. Patil Institute of Engineering, Management and Research,

More information

EMBEDDED MAJOR PROJECTS LIST

EMBEDDED MAJOR PROJECTS LIST CODE PROJECT TITLE APPLICATION TECHNOLOGY /CORE KTEMB 01 KTEMB 02 KTEMB 03 A Location Aided Flooding Mechanism In Community Based Iot Networks An Iot Based Fire Alarming And Authentication System For Workhouse

More information

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 6 Intel Galileo and Edison Prototype Development Platforms. Chapter-8 L06: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 6 Intel Galileo and Edison Prototype Development Platforms 1 Intel Galileo Gen 2 Boards Based on the Intel Pentium architecture Includes features of single threaded, single core and 400 MHz constant

More information

Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS

Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS Kostas Giokas MONITORING OF COMPLIANCE ON AN INDIVIDUAL TREATMENT THROUGH MOBILE INNOVATIONS AIM RESEARCH TEAM BIOMEDICAL ENGINEERING LABORATORY NATIONAL TECHNICAL UNIVERSITY OF ATHENS WHAT IS MHEALTH?

More information

Portable Health Monitoring Systems using Wearable Devices

Portable Health Monitoring Systems using Wearable Devices Indian Journal of Science and Technology, Vol 9(36), DOI: 10.17485/ijst/2016/v9i36/102699, September 2016 ISSN (Print) : 0974-6846 ISSN (Online) : 0974-5645 Portable Health Monitoring Systems using Wearable

More information

A Survey on Secured ECG Monitoring System Using Wireless Sensor Networks and IOT

A Survey on Secured ECG Monitoring System Using Wireless Sensor Networks and IOT A Survey on Secured ECG Monitoring System Using Wireless Sensor Networks and IOT [1] Femi Antony, [2] ANN Mary Joseph, [3] Jency K Davis, [4] Diffeena Stenislawoos [1][2] [3] [4] Sahrdaya College of Engineering

More information

Research Article Volume 6 Issue No. 8

Research Article Volume 6 Issue No. 8 ISSN XXXX XXXX 2016 IJESC Research Article Volume 6 Issue No. 8 A Heart Rate Monıtoring Applicatıon Using Wireless Sensor Network System Based on Bluetooth Wıth Matlab GUI Ziya Uysal 1, Gizem Kalkancı

More information

Keywords: wearable system, flexible platform, complex bio-signal, wireless network

Keywords: wearable system, flexible platform, complex bio-signal, wireless network , pp.119-123 http://dx.doi.org/10.14257/astl.2014.51.28 Implementation of Fabric-Type Flexible Platform based Complex Bio-signal Monitoring System for Situational Awareness and Accident Prevention in Special

More information

Case study of Wireless Technologies in Industrial Applications

Case study of Wireless Technologies in Industrial Applications International Journal of Scientific and Research Publications, Volume 7, Issue 1, January 2017 257 Case study of Wireless Technologies in Industrial Applications Rahul Hanumanth Rao Computer Information

More information

Design & Implementation of Smart Energy Meter for the Smart Grid

Design & Implementation of Smart Energy Meter for the Smart Grid This work by IJARBEST is licensed under a Creative Commons Attribution 4.0 International License. Available at: https://www.ijarbest.com/ Design & Implementation of Smart Energy Meter for the Smart Grid

More information

VEHICLE NETWORKING USINGCONTROL AREA NETWORK

VEHICLE NETWORKING USINGCONTROL AREA NETWORK VEHICLE NETWORKING USINGCONTROL AREA NETWORK Satyam Singh 1, Ravi Kiran V 2,Pavan Kumar P 3, Rahul Koudal 4, Prameela Kumari N 5 1,2,3,4,5 School of Electronics and Communication, REVA University,(India)

More information

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use.

An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi v3 An open-source, multi-parameter, full fledged human body vital sign monitoring HAT for Raspberry Pi as well as standalone use. HealthyPi is the first fully open-source, full-featured vital

More information

PhysioLab Product Guide

PhysioLab Product Guide co., Ltd. www.physiolab.co.kr Product Guide Biosignal measurement & monitoring Electrochemical measurement BME-KIT Experimental kit to train biosignal measurement Assemble KIT ECG-KIT PPG-KIT EMG-KIT Test

More information

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy

Wireless Connectivity Options for IoT. By: MIST Makers John Varela and Nicholas Landy Wireless Connectivity Options for IoT By: MIST Makers John Varela and Nicholas Landy Outline Introduction to the Internet of Things (IoT) Wireless Communication in IoT Current Standards IEEE 802.11 (Wi-

More information

COMPUTER BASED DEVICE CONTROLLING USING ZIGBEE

COMPUTER BASED DEVICE CONTROLLING USING ZIGBEE COMPUTER BASED DEVICE CONTROLLING USING ZIGBEE Arjun Sarath 1,Mohit Sachdev 2 1,2 Arjun Sarath, Amity Institute of Telecom Engineering and Management, Amity University Abstract We are in an era where the

More information

Designed & Developed By: Ms. Jasleen Kaur, PhD Scholar, CSE. Computer Science & Engineering Department

Designed & Developed By: Ms. Jasleen Kaur, PhD Scholar, CSE. Computer Science & Engineering Department Design & Development of IOT application using Intel based Galileo Gen2 board A Practical Approach (Experimental Manual For B.Tech & M.Tech Students) For SoC and Embedded systems in association with Intel

More information

Home Automation using IoT

Home Automation using IoT International Journal of Electronics Engineering Research. ISSN 0975-6450 Volume 9, Number 6 (2017) pp. 939-944 Research India Publications http://www.ripublication.com Home Automation using IoT Dr. A.

More information

Wireless Biomedical Parameter Monitoring System Using Arm Microcontroller: A Review

Wireless Biomedical Parameter Monitoring System Using Arm Microcontroller: A Review IOSR Journal of Engineering (IOSRJEN) ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 05 (May. 2014), V3 PP 01-05 www.iosrjen.org Wireless Biomedical Parameter Monitoring System Using Arm Microcontroller:

More information