Simple Optical Heart Rate Monitor: Difference between revisions
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
===Expected Results=== | ===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. | 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. | ||
===Results=== |
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

- 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.