Pulse Oximeter Using Arduino
Pulse Oximeter Using Arduino
using Arduino
“Design and development of pulse
oximeter”
SUBJECT : Physiology
UNIVERSITY: Mehran
University of Engineering Presented by :
and Technology 23bm041 [Areesha]
23bm042 [Ayat]
DEPARTMENT: 23bm012 [Areej ]
Biomedical Engineering. 23bm024 [Alishba ]
INTRODUCTION:
Requirements (Components):
1. MAX30100: Measures SpO2 and pulse rate using light emitters
and detectors.
2. Arduino Nano: Compact microcontroller for data processing
and display output.
3. 0.96" OLED Display: Shows pulse rate and Sp02 levels
4. 4.7k Resistors: Control current flow for proper power supply.
5. Breadboard: Platform for circuit assembly and testing.
•THEORY:
•Pulse Oximeter Working
Principle:
VCC (Power Input) of the OLED display connects to 5V on the Arduino Nano.
SCL (Clock) of the OLED display connects to A5 (Analog Pin 5) on the Arduino Nano.
SDA (Data) of the OLED display connects to A4 (Analog Pin 4) on the Arduino Nano.
12C Communication:
Both the MAX30100 sensor and theOLED display are using the same 12C communication
pins (A4 for SDA andA5 for SCL). The 2C bus allows multiple devices to share the same
communication lines while using different device addresses.
Power:
The entire circuit is powered through the Arduino Nano, which is supplied with 5V. The
MAX30100 and OLED display are both powered from the 5V line on the Arduino.
This setup allows the MAX30100 sensor to gather pulse oximetry data, which is processed
by the Arduino Nano and displayed on the OLED screen.
Results:
• Expected stable and accurate Sp02 and pulse rate readings.
• Any deviations indicate need for calibration or better components.
Conclusion:
• Essential tool for non-invasive monitoring of
oxygen and heart rate.• Demonstrated
potential for improved patient care.• Future
improvements: Enhance accuracy and
portability.
APPLICATION:
1. Respiratory Monitoring: Tracks oxygen levels conditions like COPD, asthma,
and pneumonia.
2. COVID-19: Monitors blood oxygen for early detection of silent hypoxia.
10. Heart Conditions: Monitors oxygen in patients with chronic heart diseases.
11. Home Health: Used for regular at-home oxygen and heart rate monitoring.