Bluetooth based Low Power Data Acquisition System for BAN

Size: px
Start display at page:

Download "Bluetooth based Low Power Data Acquisition System for BAN"

Transcription

1 Volume 116 No , ISSN: (printed version); ISSN: (on-line version) url: ijpam.eu Bluetooth based Low Power Data Acquisition System for BAN Kumaresan P 1 and Prabukumar M 2 Professors, SITE, VIT University, Vellore pkumaresan@vit.ac.in, mprabukumar@vit.ac.in Abstract: Rapidly growing wireless technologies is contributing from decades in healthcare. There has been a need to screen a patient from a remote area. As the need for medical services areexpanding and meantime the cost also. Although many research and implementation are taken place till now in remote health monitoring systems so that they can reach those people who are out of the range. The performance of the system are properly measured, recorded, and analyzed through the patient s data.the proposed system implements a network on health monitoring interface. The system is efficiently and reliably performs the transmission of the data module through sensors to the remote network. The patient need not travel to hospital; systems can monitor around the world and provide details about the health. This remote monitoring can also indicate the critical health condition about the patient. The healthcare experts can access the reports and give their opinion from anywhere at any time. Keywords: Bluetooth, Arduino, Sensors, Android Application, Low power, Patient Monitoring, Healthcare. 1. Introduction The demand of excellent healthcare systems increasing day by day. Designing these kindof systems which are helpful for society and easily access by less fortunate people. Furthermore, in hospitals, generally doctor needs to move from one patient to another for checking them. Hence it may not feasible for them to monitor a patient again and again. There would be more circumstance when there is large number of patients. To overcome from this issue the system proposed which measures heart rate and temperature of a patient and remotely get status. The patient can monitor himself and certain significance will lead to an initial treatment if needed. This experimentation will keeps person healthy and monitored. It helps the patient to test and improve the health. One of the restrictions of the proposed health monitoring system is that it will measure the data in the specific area. It is not possible for experts to monitor patient from out of coverage area.the proposed system basically works on Arduino environment with the respective sensors. The implementation of both hardware and software through the respective modules. The sensors result will display on the Arduino software environment. The Bluetooth module will send the analyzed data between these components. The person or an expert gets periodically updates of result by displaying it to the android mobile application. The system consumes low power energy. It designed as per low cost and portable. Figure1Overview of Monitoring System 2. Related Works 549

2 SalomiS. Thomas et al.implements that the digitally working on variety of sensors and allow a person to measure their mean arterial pressure in one minute. At a certain interval of time alert would be generated and displayed on the screen. Khalifa Al Sharqi et al. proposes in the field of wireless technology. The person should wear the sensors and then it would send and receive the data using Zigbee. Those data readings would get displayed on Labview software. Qingchao Gong et al. implements that the pulse signal framework in view of Bluetooth transmission is another arrangement that used to take care of the demand of high automation and helpful drug. The system is minimal in cost, highly reliable, basic structure and free in transmission. The pulse motion is gathered through pulse sensor, and after that send to microchip for ongoing preparing, compute related information furthermore, show critical data on PC administration platform. The pulse signal is beneficial health monitoring for humans. Prasad Kumari Nisha et al. implements and displays the usage of heart rate checking interface including ease Arduino board and other effectively accessible assets. This project was effectively executed and the yield showed on the visualizer. Heart beat for one moment is counted and the yield is shown on the LCD. Information transmission from Arduino to the cell phone through Bluetooth was likewise accomplished. As per the proposed interface specialist does not should be available while checking the heart rate. The specialist can get the heart rate of patient remotely. 3. System Architecture The proposed system is to obtain the parameters from various sensors such as temperature sensor and pulse rate sensor. These sensor parameters are analysed by implementing with the Arduino..The integration of sensors and Bluetooth module with Arduino is likewise formed that it will transmit every signal to the doctor or patient itself. The inputs given by the patient on the sensors are displayed on software serial monitor of Arduino IDE environment or on android application. These accurate parameters of an person are fetched and transmitted by the Bluetooth module. The Bluetooth module transmits the signals and gets display on android device Bluetooth list for connection. Figure2 System Architecture The option for accessing the parameters is not for all only those person access these parameters who know the password which has been set to Bluetooth module. For connecting the android device to the module, a person must enter the password which has been set in Bluetooth module. So that an unauthorized person will not able to access the values. The android device is start receiving the data through Bluetooth and displayed on the application. The doctor must be within the range of Bluetooth module so that they will stay connected and fetch the readings on his/her application. The patient can choose to be self-monitored in order to improve his/her health. The smartphone have user-friendlygui so that the elderly patient will also easy to access it. Therefore, a visual display will be added so that a patient get periodically monitored and updated by his/her health status. 4. System Design and Implementation The proposed system has implemented on Arduino Uno where all interface takes place on bread board. There are three components temperature sensor, pulse rate sensor and Bluetooth module which connected to 5 volts of Arduino. So that the Arduino supplies the 5 volts to the breadboard by which all those pins which needed 5 volts are connected. Although the Ground pin also connected 550 to breadboard through jumper wires. The analog pins are used to read the values from specified pins.

3 Figure3 System Design 4.1Arduino Uno Arduino/Genuino Uno is a microcontroller board simply connects it to a computer with a USB cable or powers it with aac-to-dc adapter or battery to get started. Here it plays an major role in both software and hardware environment. Figure4Arduino Uno 4.2 Temperature sensor LM35which detect the body temperature here. The temperature sensor holds in fist of human to identify body temperature. The body temperature gets displayed on serial monitor and through Bluetooth module it will get displayed on application. The LM35 connected to breadboard and Arduino. The pin of temperature sensor is connected to particular nodes. 551

4 Figure 5Temperature sensor Here the first pins have been connected to 4 to 20 volts in breadboard. The second one to the analog pin and the third one to the Ground. The doctor gets the value displayed on an app within the range. 4.3 Pulse rate Sensor Pulse rate is sense by the pulse sensor in which the pulse rate per minute can be measured. When a person keep finger on the LED of the pulse sensor which emits light. The pulse sensor emits light into the skin and measure the amount of light that scattered by blood flow. The values are get displayed on serial monitor and through Bluetooth module to app. S of pulse sensor is connected to the analog pin A0. The - of pulse sensor is connected to the GND. The + of pulse sensor is connected to +5V. The doctor gets value on his app within the range. Figure 6 Pulse rate sensor 4.4 Bluetooth module The HC-05 Bluetooth module can be set as a transmitter or receiver. It can easily transfer the data through the wireless communication. Here through the program its communicating the data to the application within the range of Bluetooth connected. The Bluetooth should be connected to the mobile then it will get the values. Figure 7Bluetooth module The respective 5 volts and GND pins connected to the breadboard. The TX/RX pins cannot be used for digital input output. It is used for serial communication (e.g. Serial. begin) which begins the communication. The system connected the temperature sensor, pulse rate sensor and Bluetooth module through jumper wires to bread broad and Arduino, 552

5 Figure 8 Implementation The peopledo activity on various sensors and get the result on Arduino IDE environment and via Bluetooth module to application. 4.5 Android Module. We are displaying the data in Android application and we have set a timer of 30 seconds which is in sync with the Arduino Module. As soon as the cycle of 30 secs finishes new value is updated in the Android Application.. We have set the threshold value for heart beat to 150 bpm and temperature to be 40 C. Whenever the reading from the Arduino Module exceeds 150 bpm and temperature exceeds 40 C, on the Android Application displays with the message the your heart beat and temperature exceeds 150 bpm and 40 C respectively. 5. Monitoring and alert System Case I: When Heart Rate is less than 110 and Temperature sensor is less than 40 C.Data is successfully displayed on the Android App. Case II: When Heart Rate is less than 110 but Temperature sensor is more than 40 C.Data is successfully displayed on the Android App activated to notify that the temperature has exceeded the threshold value. Case III:When Heart Rate is more than 110 and Temperature reading is less than 40 C. displayed on the Android App to notify heart Rate sensor exceeded the threshold value. Data is successfully Case IV:When Heart Rate is more than 150 and Temperature is more than 40 C.Data is successfully displayed and updated in the Android App and displays with the message the heart beat and temperature exceeds 150 bpm and 40 C respectively. 6. Experimental results The snapshot defines that Figure 11 output is generated. Although will verify the program in Arduino software environment and then upload it to Arduino hardware. The hardware interact with the interface setup between all these components and the human activity on it. The respective output will shown on serial monitor 553

6 Figure 9 Run on Serial monitor Android application is activated and turns on our mobile Bluetooth.Then get connected to the HC-05 Bluetooth module which is displayed on the list of Bluetooth devices. Remind the password to connect with the Bluetooth. The app is now connected with Bluetooth module and now it will display the data. The data which get display on serial monitor likewise the data get on our mobile Android Application in Figure 10. Figure 10 Android Application 7. Case Study Table 1 Test Case I CASE Status I Monitor Patient heart condition and body temperature. Heart Rate is less than 110 and temperature is less than 40 C System Expected output Acquired value Patient post Temperature sensor and Heart Rate sensor is constantly is in contact with the patient. Data is displayed successfully in Android Application.Alert notification is deactivated. Temperature = 36 C Heart rate = 95 Data is displayed successfully in android application and noalert notification is generated. Normal - application is waiting to get next value from the sensors. Table 2Test Case II CASE Status II Monitor patient heart condition and body temperature Heart Rate is less than 110 but temperature is more than 40 C. 554

7 System Expected output Acquired value Patient post Temperature sensor and Heart Rate sensor is constantly is in contact with the patient. Data is displayed successfully in Android Application. Notification is activated for body temperature. Temperature = 42 C Heart rate = 87 Data is displayed successfully in android application and alert notification is generated for temperature. Temperature deviation-application is waiting to get next value from the sensors. Table 3Test Case III CASE Status System Expected output Acquired Value Patient post III Monitor patient heart condition and body temperature Heart Rate is more than 110 but temperature is less than 40 C. Temperature sensor and Heart Rate sensor is constantly is in contact with the patient. Data is displayed successfully in Android Application. Notification is activated for heart rate. Temperature = 36 C Heart rate = 137 Data is displayed successfully in android application and alert notification is generated for heart rate. Abnormal heart rate- Application is waiting to get next values from the sensors. Table 4Test Case IV CASE Status System Expected output Acquired value Patient Post IV Monitor patient heart condition and body temperature Heart Rate is more than 110 and temperature is more than 40 C. Temperature sensor and Heart Rate sensor is constantly is in contact with the patient. Data is displayed successfully in Android Application. Notification is activated for both temperature and heart rate Temperature = 43 C Heart rate = 140 Data is displayed successfully in Android application and alert notification is generated for temperature and heart rate. Temperature deviation and abnormal heart rate.application is waiting toget next value from the sensors. 8. Conclusion In this proposed framework a successful health monitoring system which is build which is reliable and low cost. The system has been tested and as per the results 555 shown it will work accurate. Although the system is based on Bluetooth so it consumes low power energy. In future the proposed system should connect to the internet while

8 receiving the data. The data should periodically update on some storage or on cloud. The proposed system can be extended by including more sensors like ECG sensor, Muscle sensor etc. There would be more parameters which are added instead of using Bluetooth module use ZigBee or Wi-Fi module to widen the range of communication. This proposed system is time saver and adjustable for both patient and doctor. Further the above proposed model has been validated for different cases for both temperature and heart rate. 7. References [1] SalomiS.Thomas, Mr. Amar Saraswat, Anurag Shashwat,Dr.Vishal Bharti, Sensing Heartbeat and BodyTemperatureDigitally using Arduino, 2016 International conference on signal Processing, Communication, Power and Embedded Systems (SCOPES), IEEE, [2] KhalifaAlSharqi, AbdelrahimAbdelbari, Ali Abou-ElnourandMohammed Tarique(2014). Zigbee based wearableremote healthcare monitoring system for elderly patients,internationaljournal of Wireless & Mobile Networks (IJWMN),Vol. 6, No.3,June [3]A.Deepa, P.Nirmal Kumar(2013), Patient Health MonitoringBased on ZigBee Module,IEEConference on Optical Imaging Sensor and Security, [4]Md. Asaduzzaman Miah,Mir Hussain Kabir,Md. SiddiqurRahman Tanveer and M. A. H. Akhand(2015), ContinuousHeart Rate and Body Temperature Monitoring System usingarduino UNO and Android Device, InternationalConference on Electrical Information and CommunicationTechnology (EICT) IEEE, [5] ChengchengDing,Xiaopei WuZhao lv(2009), Design andimplementation of the Zigbee-based bodysensor networksystem, International conference on Wireless Communications, Networking and MobileComputing,WiComIEEE, [6] Qingchao Gong, Guangming Li, Peng Sun andyongpang(2015), Design and Implementation of PulseSignalDetection System Based on Bluetooth Transmission,International Journal of Control and Automation, Vol. 8, No.7 (2015), pp [7] Prasad Kumari Nisha, Yadav Vinita(2015), Heart RateMonitoring and Data Transmission via Bluetooth, InternationalJournal of Innovative and Emerging Researchin Engineering,Volume 2, Issue 2, [8] P.Kumaresan, S.Subha, A LOW COST MULTI-FUNCTIONAL ROBOT PROTOTYPE FOR INTELLIGENT SERVICES", International Journal of Pharmacy and Technology, Vol. 8, No. 3, pp , [9] P. Kumaresan M. Prabukumar, YokeshBabuSundaresan, AN ADAPTABLE WEB BASED LIGHT WEIGHT FRAMEWORK FOR REMOTE HVAC SYSTEM USING PROGRAMMABLE THERMOSTAT",International Journal of Pharmacy and Technology, Vol. 8, No. 3, pp ,

9 557

10 558

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

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

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

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

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

A Functional Approach for Wearable Health Solution with Intel Galileo Gen2. M. Tech, CSE HOD, CSE Dept. 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 nicytaneja18@gmail.com Abstract- In the present scenario,

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

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

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

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

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

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

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

WIFI ENABLED SMART ROBOT

WIFI ENABLED SMART ROBOT WIFI ENABLED SMART ROBOT Shashank U Moro School of Mechanical and Building Science, VIT University, Vellore-632014, TamilNadu, India moroshash@gmail.com; +91-9597428287 Abstract: The field of robotics

More information

Arduino Based Speech Controlled Robot for Human Interactions

Arduino Based Speech Controlled Robot for Human Interactions Arduino Based Speech Controlled Robot for Human Interactions B. Sathish kumar 1, Dr. Radhika Baskar 2 1BE Scholar, Electronics and Communication Engineering, Saveetha School of Engineering, Kuthamakkam,

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

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

GSM BASED TELEALERT SYSTEM

GSM BASED TELEALERT SYSTEM RESEARCH ARTICLE OPEN ACCESS GSM BASED TELEALERT SYSTEM Prerana G. Patil*, S. D. Sawant** *(Department of Electronics and Telecommunication, GSM college of Enginnering, Savitribai Phule Pune University,

More information

IOT BASED MOBILE CHARGING WITH SOLAR ENERGY BY COIN INSERTION

IOT BASED MOBILE CHARGING WITH SOLAR ENERGY BY COIN INSERTION IOT BASED MOBILE CHARGING WITH SOLAR ENERGY BY COIN INSERTION 1 GURURAJ. P. MATHAD, 2 SHARATH REDDY, 3 PUNITH C M, 4 B.T. VENKATESH MURTHY 1,2,3 Department of Electronics & Communication Engineering, Siddaganga

More information

Real time health monitoring system using Arduino and LabVIEW with GSM Technology

Real time health monitoring system using Arduino and LabVIEW with GSM Technology International Seminar On Non-Conventional Energy Sources for Sustainable Development of Rural Areas, IJAERD- International Journal of Advance Engineering & Research Development e-issn: 2348-4470, p-issn:2348-6406

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

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

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

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

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

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

Self Power Temperature and Humidity Data Logger

Self Power Temperature and Humidity Data Logger Self Power Temperature and Humidity Data Logger Sharifah Saon, Tay Chee Boon, Abd Kadir Mahamad Faculty of Electrical and Electronic Engineering Universiti Tun Hussein Onn Malaysia 86400, Parit Raja, Batu

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

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

Smart Helmet Based On IoT Technology

Smart Helmet Based On IoT Technology Smart Helmet Based On IoT Technology Mohammed Khaja Areebuddin Aatif 1, Ainapurapu Manoj 2 1,2 Dept. of Computer Science and Engineering, Vasavi College of Engineering (Autonomous) Ibrahimbagh, Hyderabad-31,

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

Real time data acquisition using mobile robot

Real time data acquisition using mobile robot I J C T A, 9(41), 2016, pp. 401-406 International Science Press ISSN: 0974-5572 Real time data acquisition using mobile robot Nitin Kumar*, Rupendeep Kaur** and Anshul Mahajan*** ABSTRACT These days many

More information

Home Automation System Using Bluetooth Technology

Home Automation System Using Bluetooth Technology Home Automation System Using Bluetooth Technology Karanjeet Indrajeet Chauhan 1, Indrajit Chauhan 2, Shashikant Yadav 3, Saurabh Suman 4 1,2,3 Shree L.R. Tiwari College of Engineering 4 Assistant Professor,

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

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

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

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT

TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT TA0139 USER MANUAL ARDUINO 2 WHEEL DRIVE WIRELESS BLUETOOTH ROBOT KIT I Contents Overview TA0139... 1 Getting started: Arduino 2 Wheel Drive Wireless Bluetooth Robot Kit using Arduino UNO... 1 2.1. What

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

Cloud Integrated Low Cost Customizable Smart Medical Chair for Diagnosis and Doctor Assistance

Cloud Integrated Low Cost Customizable Smart Medical Chair for Diagnosis and Doctor Assistance International Journal of Intelligent Engineering & Systems http://www.inass.org/ Cloud Integrated Low Cost Customizable Smart Medical Chair for Diagnosis and Doctor Assistance Yokesh Babu Sundaresan 1,

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

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT

INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT INDUCTION MOTOR CONDITION MONITORING AND CONTROLLING BASED ON IOT Seenivasan V 1,Ponkumar K 1,Venkatraman R 1, Jeslindrusilanesamalar J 2 1Dept of Electrical and Electronics Engineering, Kamaraj College

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

Christian Brothers University 650 East Parkway South Memphis, TN

Christian Brothers University 650 East Parkway South Memphis, TN Christian Brothers University 650 East Parkway South Memphis, TN 38103-5813 WIRELESS SMART THERMOSTAT Martin Tribo Student IEEE Membership Number 90671969 Submitted for consideration in Region 3, IEEE

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

ECE Fall 2016

ECE Fall 2016 ECE 4901 - Fall 2016 Team 1714: Smartwatch-like Device and Apps for Continuous Glucose Monitoring Evan Brown - Electrical Engineering Magda Kaczynska - Electrical Engineering Brian Marquis - Electrical

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

Simple Method for Non Contact Thickness Gauge using Ultrasonic Sensor and Android Smartphone

Simple Method for Non Contact Thickness Gauge using Ultrasonic Sensor and Android Smartphone TELKOMNIKA Indonesian Journal of Electrical Engineering Vol. 15, No. 1, July 2015, pp. 191 ~ 196 DOI: 10.11591/telkomnika.v15i1.7187 191 Simple Method for Non Contact Thickness Gauge using Ultrasonic Sensor

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

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

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

REMOTE AUTOMATION SYSTEM CONTROL USING ARDUINO BOARD

REMOTE AUTOMATION SYSTEM CONTROL USING ARDUINO BOARD REMOTE AUTOMATION SYSTEM CONTROL USING ARDUINO BOARD Kusay F. Al-Tabatabaie 1, Koraw Dara Hama 2 International Journal of Latest Trends in Engineering and Technology Vol.(8)Issue(3), pp.161-167 DOI: http://dx.doi.org/10.21172/1.83.022

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

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

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

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM

VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM VOICE CONTROLLED WIRELESS HOME AUTOMATION SYSTEM Authors: Ezhil Venthan S & Gokulapriyan A, Computer Science and Engineering, Kingston Engineering College, Vellore. Guide: Dr.U.V.Arivazhagu M.E.,M.B.A.,Ph.d.,

More information

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: "Internet of Things ", Raj Kamal, Publs.: McGraw-Hill Education

Lesson 5 Arduino Prototype Development Platforms. Chapter-8 L05: Internet of Things , Raj Kamal, Publs.: McGraw-Hill Education Lesson 5 Arduino Prototype Development Platforms 1 Arduino Boards, Modules And Shields Popular AVR MCU based products Each board has clear markings on the connection pins, sockets and in-circuit connections

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

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

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

DynaPulse DP5200A Pathway (USB & Bluetooth) Hardware Instruction Quick Guide

DynaPulse DP5200A Pathway (USB & Bluetooth) Hardware Instruction Quick Guide DynaPulse DP5200A Pathway (USB & Bluetooth) Hardware Instruction Quick Guide Thank you for choosing DynaPulse DP5200A/Pathway noninvasive blood pressure monitoring system. Please read this instruction

More information

Embedded Surveillance System using Multiple Ultrasonic Sensors

Embedded Surveillance System using Multiple Ultrasonic Sensors IJSRD - International Journal for Scientific Research & Development Vol. 3, Issue 05, 2015 ISSN (online): 2321-0613 Embedded Surveillance System using Multiple Ultrasonic Sensors Harshad S. Patil 1 Dr.

More information

Affordable Smart Health Accessory

Affordable Smart Health Accessory Affordable Smart Health Accessory Keeping it Smart and Simple Table of Contents What is +... 1 + Features... 1 Using +... 2 Key Highlights... 2 Usage Scenarios... 3 Specifications... 3 + App... 4 Portfolio...

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

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

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

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

International Journal of Advance Engineering and Research Development REMOTE WEB BASED ECG MONITORING USING MQTT PROTOCOL FOR IOT IN HEALTHCARE

International Journal of Advance Engineering and Research Development REMOTE WEB BASED ECG MONITORING USING MQTT PROTOCOL FOR IOT IN HEALTHCARE Scientific Journal of Impact Factor (SJIF): 5.71 International Journal of Advance Engineering and Research Development Volume 5, Issue 04, April -2018 e-issn (O): 2348-4470 p-issn (P): 2348-6406 REMOTE

More information

A Zigbee Based Wireless Datalogging System

A Zigbee Based Wireless Datalogging System International Journal of Scientific & Engineering Research Volume 3, Issue 9, September-2012 1 A Zigbee Based Wireless Datalogging System Author: Arun Kumar Abstract This paper is designed using embedded

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

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

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN:

2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 2017 2nd International Conference on Information Technology and Management Engineering (ITME 2017) ISBN: 978-1-60595-415-8 Design and Implementation of a Mobile Healthcare Management Platform Based on

More information

Application Of Internet Of Things

Application Of Internet Of Things Application Of Internet Of Things (Applied to Wheelchair for Monitoring and Security Purpose) Kawinna Nipatphonsakun, Alongkot Charoenchit, Chanakarn Klaw-om, Asa Prateepasen Production Engineering King

More information

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 3, May Jun 2017

International Journal of Computer Science Trends and Technology (IJCST) Volume 5 Issue 3, May Jun 2017 RESEARCH ARTICLE OPEN ACCESS Personalized Health Monitoring System Using IOT and Cloud S. Ramamoorthy Assistant Professor Department of Computer Science and Engineering SCSVMV University India ABSTRACT

More information

Re: ENSC 305/440 Functional Specification for Heart Rate and Motion Monitoring System

Re: ENSC 305/440 Functional Specification for Heart Rate and Motion Monitoring System Functional Specification for Heart Rate Motion Monitoring System February 17 th, 2008 Mr. Patrick Leung School of Engineering Science Simon Fraser University Burnaby, British Columbia V5A 1S6 Re: ENSC

More information

GE-INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH VOLUME -3, ISSUE -5 (May 2015) IF ISSN: ( )

GE-INTERNATIONAL JOURNAL OF ENGINEERING RESEARCH VOLUME -3, ISSUE -5 (May 2015) IF ISSN: ( ) DESIGN AND IMPLEMENTATION OF MICROCONTROLLER BASED SPEED DATA LOGGER Kriti Jain *, Prem Chand #, Saad Shamsi #, Dimple Taneja #, Rahul Yadav #, Sanjeev Yadav # *Assistant Professor, ECE Department, Amity

More information

SMARTPHONE BASED SURVEILLANCE SYSTEM WITH INTRUSION DETECTION

SMARTPHONE BASED SURVEILLANCE SYSTEM WITH INTRUSION DETECTION International Journal of Computer Engineering and Applications, Volume XI, Special Issue, May 17, www.ijcea.com ISSN 2321-3469 SMARTPHONE BASED SURVEILLANCE SYSTEM WITH INTRUSION DETECTION Sneha Khandare

More information

War Field Spy Robot Using Night Vision Technology

War Field Spy Robot Using Night Vision Technology RESEARCH ARTICLE War Field Spy Robot Using Night Vision Technology S.Sivakumar 1, K.Venkata Pallavi 2,V.Tharun 3,K.Yashoda 4 1.(Assistant professor,department of ECE, Annamacharya institute of technology

More information

A Design of U-Health System on Smart Phone Using ISO/IEEE PHD Standard

A Design of U-Health System on Smart Phone Using ISO/IEEE PHD Standard A Design of U-Health System on Smart Phone Using ISO/IEEE 11073 PHD Standard Dokyeong Lee, Gihyun Bang, Sejin Han and Deokjai Choi Electronics and Computer Engineering, Chonnam National University 77 Yongbong-ro,

More information

Real Time Monitoring of Solar Panel Using IoT #1 Gajanan Manohar Chinke, #2 Nikhil Diliprao Payal, #3 Atul Bhagwan Patil,

Real Time Monitoring of Solar Panel Using IoT #1 Gajanan Manohar Chinke, #2 Nikhil Diliprao Payal, #3 Atul Bhagwan Patil, ISSN 2395-1621 Real Time Monitoring of Solar Panel Using IoT #1 Gajanan Manohar Chinke, #2 Nikhil Diliprao Payal, #3 Atul Bhagwan Patil, #4 Shubham Mahadev More, #5 Prof. Neha Avinash Zope 3 atul.patil074@gmail.com

More information

Industrial Appliances Control Using Android Mobile & Bluetooth Technology

Industrial Appliances Control Using Android Mobile & Bluetooth Technology International Journal of Engineering and Manufacturing Science. ISSN 2249-3115 Volume 8, Number 1 (2018) pp. 33-42 Research India Publications http://www.ripublication.com Industrial Appliances Control

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

A Network Based Fetal ECG Monitoring Algorithm

A Network Based Fetal ECG Monitoring Algorithm Australian Journal of Basic and Applied Sciences, 5(11): 1505-1512, 2011 ISSN 1991-8178 A Network Based Fetal ECG Monitoring Algorithm 1 M.I. Ibrahimy, 1 M.A. Hasan, 2 S.M.A Motakabber 1 Electrical and

More information

AN INVESTIGATION ON MONITORING CARDIAC ACTIVITIES USING MICROCONTROLLER

AN INVESTIGATION ON MONITORING CARDIAC ACTIVITIES USING MICROCONTROLLER AN INVESTIGATION ON MONITORING CARDIAC ACTIVITIES USING MICROCONTROLLER *Dr. S.R.BOSELIN PRABHU, ** Dr. E.GAJENDRAN *Assistant Professor, Department of Electronics and Communication Engineering, SVS College

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

Android Application Based Bluetooth Controlled Robotic Car

Android Application Based Bluetooth Controlled Robotic Car International Journal of Intelligent Information Systems 2017; 6(5): 62-66 http://www.sciencepublishinggroup.com/j/ijiis doi: 10.11648/j.ijiis.20170605.12 ISSN: 2328-7675 (Print); ISSN: 2328-7683 (Online)

More information

IMPLEMENTATION OF BI-DIRECTIONAL BLUETOOTH ZIGBEE GATEWAY FOR MULTIPURPOSE APPLICATIONS IN IOT

IMPLEMENTATION OF BI-DIRECTIONAL BLUETOOTH ZIGBEE GATEWAY FOR MULTIPURPOSE APPLICATIONS IN IOT Volume 117 No. 16 2017, 583-589 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu IMPLEMENTATION OF BI-DIRECTIONAL BLUETOOTH ZIGBEE GATEWAY FOR MULTIPURPOSE

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

Remote Monitoring of Solar Inverter (An application of IOT)

Remote Monitoring of Solar Inverter (An application of IOT) American Journal of Engineering Research (AJER) e-issn: 2320-0847 p-issn : 2320-0936 Volume-6, Issue-7, pp-70-74 www.ajer.org Research Paper Open Access Remote Monitoring of Solar Inverter (An application

More information

Remote Area Monitoring Robot

Remote Area Monitoring Robot IJSTE - International Journal of Science Technology & Engineering Volume 3 Issue 09 March 2017 ISSN (online): 2349-784X Muthukkumar R Manikandan P Sudalai Muthu Vignesh B Sivakumar S Assistant Professor

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

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture

Main objectives or functions can be modelled like different blocks or components that can be observed in Figure 1. Figure 1: HOPE System Architecture Overall Approach HOPE system can be modelled as a distributed system where many agents (subsystem located in each patient 's home) are connected to a main agent, the HOPE server, using IP communication

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

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

Date of Publication: THREE PHASE LINE FAULT DETECTION ON DISTRIBUTION LINES USING GSM TECHNIQUE

Date of Publication: THREE PHASE LINE FAULT DETECTION ON DISTRIBUTION LINES USING GSM TECHNIQUE International Journal of Emerging Technology and Innovative Volume 2, Issue 3, March 2016 (ISSN: 2394 6598) Date of Publication: 29.03.2016 THREE PHASE LINE FAULT DETECTION ON DISTRIBUTION LINES USING

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

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

Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth

Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth Communication Stability Experiment of IOT Car Based on WIFI and Bluetooth Xiaojia Lin 1, a, Junxing Li 1, b, Yushang Du 2, c and Yuhong Lin 1, d 1School of Electromechanical Engineering, Guangdong University

More information

Automatic Environmental Monitoring System using Wireless Sensor Network

Automatic Environmental Monitoring System using Wireless Sensor Network Automatic Environmental Monitoring System using Wireless Sensor Network Soniya Sunny Department of Electronics and Communication Engineering Believers Church Caarmel Engineering College, Pathanamthitta,

More information

Health Detector Android Application using IOT for Rural Area

Health Detector Android Application using IOT for Rural Area Health Detector Android Application using IOT for Rural Area Mr.Sachin R. Jadhav e-mail: srjadhav02gmail.com Mr.Rohit P. Shinde e-mail:rohitshinde5654@gmail.com Mr.Pratik S. Patil e-mail:pratikpatil502@gmail.com

More information

Human Body Temperature Monitoring System

Human Body Temperature Monitoring System ISSN 2278 0211 (Online) Human Body Temperature Monitoring System P. V. Patel Department of Electronics & Communication School of Engineering, R. K. University, Rajkot, India N. P. Joshi Professor, Department

More information

A Home Automation Control System using IoT with Arduino.

A Home Automation Control System using IoT with Arduino. A Home Automation Control System using IoT with Arduino. Atish Samantaray 1, Chandrashekhar Yadav 1, Aditya Dwivedi 1, Dr. G. Paavai Anand 2 SRM Institute of Science And Technology, Vadapalani, India 1.

More information