Shubham Shinganapure
Published © CC BY-NC-SA

DIY Pulse Oximeter

Hello all, I Hope you all are safe. I'm here with another project which you can build with very few components. So let's See...

IntermediateProtip3 hours11,245
DIY Pulse Oximeter

Things used in this project

Hardware components

Arduino Pro Mini 328 - 5V/16MHz
SparkFun Arduino Pro Mini 328 - 5V/16MHz
×1
0.96" OLED 64x128 Display Module
ElectroPeak 0.96" OLED 64x128 Display Module
×1
Linear Regulator (7805)
Linear Regulator (7805)
×1
IR receiver (generic)
×1
IR transmitter (generic)
×1
5 mm LED: Red
5 mm LED: Red
×1
General Purpose Transistor NPN
General Purpose Transistor NPN
×1
Resistor 10k ohm
Resistor 10k ohm
×1
Resistor 4.75k ohm
Resistor 4.75k ohm
×2
Battery, 9 V
Battery, 9 V
×1

Software apps and online services

Arduino IDE
Arduino IDE

Story

Read more

Code

pulse_oximeter.ino

Arduino
Error opening file.

Code snippet #1

Plain text
        //
        // SATURTION IS A FUNCTION OF R (calibration)
        // Y = k*x + m  // change the value of m  increase or decrease it  as per your reading 
        // k and m are calculated with another oximeter
               SpO2 = -19 * R + 99; // <br>

Credits

Shubham Shinganapure

Shubham Shinganapure

19 projects • 126 followers
I am an Electronics Engineer and hobbyist. Love to work with Machines.

Comments