GHM_PREPSENTATION

56
Under the Guidance of Prof.D.B.Phatak

Transcript of GHM_PREPSENTATION

Page 1: GHM_PREPSENTATION

Under the Guidance of Prof.D.B.Phatak

Page 2: GHM_PREPSENTATION

Team members❖ Ashish Arya❖ Diganta Jena❖ Jagruti Patel❖ Jineet Doshi❖ Poonam Kumari❖ Purwa Gaikwad❖ Sameer Ranjan❖ Sanjana Dhankani❖ Vishali Somaskanthan

Page 3: GHM_PREPSENTATION

Mentors❖ Ms. Dipti Ghosalkar❖ Mr. Harshavardhan K❖ Mr. Chetan Jaiswal❖ Ms. Kirti Ambre❖ Mr. Padmakar Reddy❖ Mr. Varun Madkaikar

Page 4: GHM_PREPSENTATION

Facts More than 235 million people suffer from asthma Asthma is the most common disease among children More than 40% of adults above the age of 25 suffer from

high blood pressure Hypertension is the third leading cause of death globally Over 30% of world’s population is anemic More than 600,000 people die annually due to heart

diseases

Page 5: GHM_PREPSENTATION

GHM

“An ounce of prevention is worth a pound of cure”

-Benjamin Franklin

Page 6: GHM_PREPSENTATION

Existing Health and Fitness Devices

❖ Heart Rate❖ Temperature❖ Blood

Oxygen

❖ Blood Glucose❖ Blood Pressure❖ Sleep Monitor

❖ Movement❖ Sleep❖ Food

Angel Sensor

Jawbone UP

Samsung Gear Fit

Page 7: GHM_PREPSENTATION

Goals❖ To develop a general health monitoring system

which measures vital body parameters❖ To display the health data on the android app

and push it into the server database for future reference of the doctor and the patient

Page 8: GHM_PREPSENTATION

Architecture

Page 9: GHM_PREPSENTATION

Vital Body Parameters

❖ Peak Expiratory Flow❖ Blood Pressure ❖ Temperature❖ Oxygen Saturation Level❖ Electrocardiogram(ECG)

Page 10: GHM_PREPSENTATION

Peak Flow❖ What is it?❖ Why?❖ Sensor used: Liquid Flow Sensor❖ How does it work?❖ Normal range: 400-600 liter/min

Page 11: GHM_PREPSENTATION

Blood Pressure

❖ What is it?❖ Why?❖ Sensor used: Blood Pressure sensor❖ Sends digitals values for systolic and

diastolic BP and heart rate

Page 12: GHM_PREPSENTATION

Body Temperature❖ Why?❖ Sensor used: LM35❖ Has an output voltage that is proportional

to the Celsius temperature❖ Normal Range: Normal body temperature

is 37 degrees Celsius

Page 13: GHM_PREPSENTATION

Oxygen Saturation Level❖ What is it?❖ Sensor used: SPO2 Sensor Probe❖ How does it work?❖ Signal Conditioning circuit❖ Normal Range: 94% to 99%

Page 14: GHM_PREPSENTATION

ECG❖ What is it?❖ Why?❖ Sensor used: ECG clamps❖ Signal conditioning Circuit

Page 15: GHM_PREPSENTATION

Microcontroller STM32F303

❖High performance ARM Cortex-M4

❖ Has sensors like gyrometer and magnetometer

Page 16: GHM_PREPSENTATION
Page 17: GHM_PREPSENTATION

Why Android?❖ Most Used Operating system❖ Open Source Software Platform

Why Sqlite?❖ Small❖ Fast❖ Reliable❖ Simple - to embed in a larger program

- to maintain and customize

Page 18: GHM_PREPSENTATION

Not connected

Non Registered UserRegistered User

connected

Profile PageRegister Page

Guest Login

Page 19: GHM_PREPSENTATION

❖ Login

❖ Guest Login

❖ Sign Up

Login Page

Page 20: GHM_PREPSENTATION

Temperature

Reference Range

Value with status

Page 21: GHM_PREPSENTATION

Blood Pressure

Reference Range

Values with status

Page 22: GHM_PREPSENTATION

Peak Flow

Reference Range

Value with status

Start / stop

Page 23: GHM_PREPSENTATION

Pulse Oxy

Reference Range

Value with status

Page 24: GHM_PREPSENTATION

ECG

Livegraph

PulseStatus

Page 25: GHM_PREPSENTATION

Edit ProfileEdit Profile

Page 26: GHM_PREPSENTATION

View Messages

View message

Page 27: GHM_PREPSENTATION

Change Password

Change Password

Page 28: GHM_PREPSENTATION

Help

Help

Page 29: GHM_PREPSENTATION

Web Application

Page 30: GHM_PREPSENTATION

Types of Users❖ Admin

❖ Doctor

❖ Patient

Page 31: GHM_PREPSENTATION

Admin

Page 32: GHM_PREPSENTATION

Viewing Patient

Page 33: GHM_PREPSENTATION

Viewing Doctors

Page 34: GHM_PREPSENTATION

Doctor’s Request

Page 35: GHM_PREPSENTATION

Doctor

Page 36: GHM_PREPSENTATION

Viewing Patient

Page 37: GHM_PREPSENTATION

Health Parameters

Page 38: GHM_PREPSENTATION

Blood Pressure

Page 39: GHM_PREPSENTATION

Body Temperature

Page 40: GHM_PREPSENTATION

Peak Flow

Page 41: GHM_PREPSENTATION

Pulse Oxy

Page 42: GHM_PREPSENTATION

Electrocardiogram

Page 43: GHM_PREPSENTATION

Additional Features

Page 44: GHM_PREPSENTATION

Refer Doctor

Page 45: GHM_PREPSENTATION

Patient Request

Page 46: GHM_PREPSENTATION

Patient

Page 47: GHM_PREPSENTATION

Health Parameters

Page 48: GHM_PREPSENTATION

Adding new Doctor

Page 49: GHM_PREPSENTATION

Message from Doctor

Page 50: GHM_PREPSENTATION

Challenges

❖ Interfacing android device with micro-controller

❖ Faint ECG and Pulse Oxy signals

Page 51: GHM_PREPSENTATION

What did we learn?

❖ Integration of hardware and software❖ Micro-controller STM32F303❖ REST Web Services

Page 52: GHM_PREPSENTATION

Future Scope

❖ Integrating the sensors into one wearable device

❖ Adding more health parameters❖ Adding more features in android app

Page 53: GHM_PREPSENTATION

Conclusion

❖ Peak flow, body temperature and blood pressure is measured, displayed and logged in the database successfully.

❖ ECG and SPO2 need further work by using PCB.

Page 54: GHM_PREPSENTATION

References❖ Parekh, Dhvani. "Designing Heart Rate, Blood Pressure and Body

Temperature sensors for Mobile On-Call System." (2010).❖ Anon. ECG Measurement. Biomedical signals of the human body,

2004.❖ Mendelson, Y. “Pulse Oximetry.” Wiley Encyclopedia of Biomedical

Engineering (2006):vol. 5. Hoboken, NJ: John Wiley & Sons, Inc. Print.

❖ http://sunrom.com❖ http://developer.android.com/guide/topics/connectivity/

bluetooth.html❖ http://developer.android.com❖ http://w3schools.com❖ http://mkyong.com

Page 55: GHM_PREPSENTATION
Page 56: GHM_PREPSENTATION

Thank You !