Disclaimer: The Pulse Sensor you make for this activity should not be used for diagnostic purposes. If at any point you are concerned about your heart rhythm, you should consult your physician.
Materials for this activity:
What is the Pulse Oximeter Sensor?
The pulse sensor is just a Red light, an IR light, and a photodetector. The sensor is measuring how much of the light is penetrating your finger.
Measuring the Heart BeatHere is a video that shows a similar sensor to what you will build. This way, you know what to expect. We will use a sensor to get a plot of our heartbeat. Specifically, the sensor measures the IR light going through/off your skin. As blood pumps, this value changes.
|
|
Measuring Pulse
Pulse is one of the simplest and main resources healthcare professionals can use to know if something is wrong with you. This activity will help you learn basic Arduino wiring, how to read data from a sensor, and how to get information to display on your computer monitor.
Before we write the code, we need to get the library that runs the SpO2 sensor.
In Arduino IDE:
Before we write the code, we need to get the library that runs the SpO2 sensor.
In Arduino IDE:
- Go to Sketch -> Include Library -> Manage Libraries
- Type in “max3010x” into the search box
- Install/Download the “Sparkfun MAX3010x Pulse and Proximity Sensor Library”
Now we are ready to wire and code the sensor.