ESP32 Based Pulse-Oximeter using MAX30102

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 มิ.ย. 2024
  • Basic operating principle of pulse-oximetry, a look at the MAX30102 breakout board being used in this example, and a demonstration of it in action. Code listing used here, along with references included in the link below.
    0:00 - Introduction
    0:27 - Theory of Operation
    4:40 - MAX30102 Device and Breakout Board Overview
    6:05 - Connectivity and Code Overview
    7:26 - Demonstration
    Link to code used in this video: tinkerfoundry.blogspot.com/20...
    #esp32 #esp32project #pulseoxymeter
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 14

  • @user-ip1co5uc8m
    @user-ip1co5uc8m 5 หลายเดือนก่อน

    This helps a lot in the project I'm currently working on. Thank you so much!

  • @MrDrosini
    @MrDrosini 10 หลายเดือนก่อน

    Amazing! I tested your code in Arduino Mega 2560 and it works flawless. Thank you very much!

  • @vicenteiturra5243
    @vicenteiturra5243 3 หลายเดือนก่อน

    Hello, I wanted to ask you if you have managed to calculate bpm and spo2 at the same time in the same code, if so, your advice would help me a lot.

  • @jamesconway3900
    @jamesconway3900 11 หลายเดือนก่อน +3

    The linked code is goobered up at line 118-ish after this: double R = (sqrt(sumredrms) /
    I would like to try this code if you could post an update. Thanks!

    • @jamesconway3900
      @jamesconway3900 11 หลายเดือนก่อน +3

      Probably it was meant to be:
      double R = (sqrt(sumredrms) / avered) / (sqrt(sumirrms) / aveir);

    • @henriquegalli4272
      @henriquegalli4272 8 หลายเดือนก่อน

      Tu salvou meu TCC. Manda o pix

    • @calipsonikopony806
      @calipsonikopony806 7 หลายเดือนก่อน

      you fixed it! lo arreglaste! ahora el código me funciona, ahora tengo que entenderlo para acoplarlo a mi proyecto. ¿como supiste completar el codigo? how did you figuredout the missing code?

  • @mercedesmura8301
    @mercedesmura8301 7 หลายเดือนก่อน

    i would like to know how did you connect the MAX to the ESP32, because in the video I’m not really able to see. If you could tell me, it would be great. Excellent video btw!

    • @maford552
      @maford552 7 หลายเดือนก่อน

      my to

  • @saadounana4363
    @saadounana4363 4 หลายเดือนก่อน

    hello good work thanks.i have problem why the oxygen satiration is show in serial monitor is negative valeu like this Red: 108617,Infrared: 100617. Oxygen % = -5176478.00%

  • @guntherborg
    @guntherborg ปีที่แล้ว

    Can't see shit on the arduino log , its too white and washed out in the video

    • @tinkerfoundry
      @tinkerfoundry  ปีที่แล้ว

      Will watch out for that next time...

  • @user-ip1co5uc8m
    @user-ip1co5uc8m 5 หลายเดือนก่อน

    This helps a lot in the project I'm currently working on. Thank you so much!!