Simple Optical Heart Rate Monitor: Difference between revisions

From PC5271 wiki
Jump to navigation Jump to search
YMT (talk | contribs)
YMT (talk | contribs)
Line 16: Line 16:
::Jumper wires and cables
::Jumper wires and cables
::16X2 I2C LCD Display
::16X2 I2C LCD Display


===Circuit Overview===
===Circuit Overview===

Revision as of 10:42, 16 April 2024

Here are some thoughts about the project

Team members

Yang Meng Ting

Idea

Photoplethysmography is a non-invasive optical technique used in commercial wearables and pulse oximeters to monitor heart rate. Our goal is to reproduce the core concept with a simple DIY device to gain a better understanding of this technology.

Setup(Tentative)

Equipment

Device setup
Pulse Sensor
An ear clip
Arduino Uno (microcontroller)
Jumper wires and cables
16X2 I2C LCD Display




Circuit Overview

Software

Measurements

Procedure

1. Attach the sensor (LED and photodiode) to a fingertip (or earlobe).

2. Connect to acquisition system (DAQ or microcontroller).

3. Observe the raw PPG signal data.

4. Calculate and display heart rate output.

Expected Results

We expect to see a pulsatile waveform corresponding to the heartbeat in the raw data. We can then compare the observed results with those observed by professional heart rate monitor.