Download as pdf or txt
Download as pdf or txt
You are on page 1of 1

KNOWLEDGE INSTITUTE OF TECHNOLOGY, SALEM 637504

DEPARTMENT OF ECE

HEALTH MONITORING SYSTEM

BLOCK DIAGRAM / CIRCUIT DIAGRAM:

ABSTRACT:

In this project, you will learn to make MAX30100 Pulse


Oximeter Webserver using Node MCU ESP8266. In today’s
project, we will monitor Heart Rate and oxygen saturation (Sp02)
values on the ESP8266 Node MCU Web Server. You can monitor
those values from any device which has wifi support and
browsing capabilities.

INTRODUCTION:
To make an ESP8266 based MAX30100 Pulse oximeter, CONCLUSION:
you will need the Node MCU ESP8266 Development board. A The design and implementation of a health monitoring system using
MAX30100 Pulse oximeter sensor, few jumper cables, and a bread IoT are presented in this study. This IoT-based device allows users
board. The Circuit assembly for MAX30100 Pulse Oximeter to determine their health parameters, which could help regulate their
Webserver using Node MCU is very simple. The MAX30100 health over time. Eventually, the patients could seek medical
Oximeter Sensor works with the I2C bus. So, Interface the I2C assistance if the need arises. They could easily share their health
pins (SCL &SDA) oximeter modules with D1 and D2 pins of parameter data instantly within one application with the doctor. As
Node MCU. Connect the INT pin to the Node MCU D0 pin. we know, the IoT is now considered one of the most desirable
Similarly, provide 3.3V power to the VCC and Ground the GND solutions in health monitoring. It makes sure that the parameter data
pin. Basically, you can follow the circuit diagram to make your is secured inside the cloud, and the most important thing is that any
connections. doctor can monitor the health of any patient at any distance. The
paper is about an IoT-based health monitoring system using Arduino
METHODOLOGY / DESCRIPTION: that has been developed. The system will measure a patient’s body
temperature, heartbeat, and the SpO2 levels in the blood.
The sensor has two LEDs, one emitting red light, the other
emitting infrared light. Infrared light is required for pulse rate. SNAPSHOT:
But, Both red light and infrared light are required for measuring
Sp02 levels in the blood. When the heart pumps the blood, the
oxygen level is increased because there is more blood. But, when
the heart rests, there is a decrease in oxygenated blood. Hence, the
pulse rate is determined by getting the time between the rise and
fall of oxygenated blood. he oxygenated blood absorbs more
infrared light and passes more red light. But, deoxygenated blood
absorbs red light and passes more infrared light. Basically, the
MAX30100 sensor reads the absorption levels for both light
sources and stores them in a buffer that can be read via I2C pins.
To install the library, First, download them and install them from
the library manager. else, navigate to the Sketch > Include Library
> Manage Libraries… Wait some time for Arduino IDE to update
the list of installed libraries.

STUDENT NAME:SANDHIYA DEVI T, KARTHIK KUMAR M, SHANMATHI M, VASANTHA KUMAR R, SRIKANTH R


GUIDED BY: DR.V.SARAVANAN, ASS PROFESSOR/ECE

You might also like