DIY Smart WiFi Oximeter using MAX30102 and ESP32

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ก.ย. 2024
  • For complete project details (schematics + source code), visit ► tutorials.prob...
    Also available on Github ► github.com/Pro...
    In this video we will show to how to build a Smart WiFi Oximeter that will sense and display Heart Rate + SP02 Values on a smartphone. We use MAX30102 sensor for sensing and the ESP32 for processing the transmitting the values to a smartphone!

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

  • @92Amt
    @92Amt หลายเดือนก่อน +1

    Thanks

  • @kunalpatil3645
    @kunalpatil3645 5 หลายเดือนก่อน +1

    Even After making all the connections correctly the led on the sensor is not glowing, does anyone have any idea why it is happening so?

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

    Can this integrated into home assistant via esphome? Thx~

  • @Remiliascarlet-n9w
    @Remiliascarlet-n9w ปีที่แล้ว

    why my Blynk app looks different from the one in the vedio

  • @Ideas3D-rh4iv
    @Ideas3D-rh4iv ปีที่แล้ว

    It’s still working in 2023?

  • @Projectswithmani
    @Projectswithmani 2 ปีที่แล้ว

    can i impliment this using esp 8266? mwith the code given in descriptioin

  • @johanbos3651
    @johanbos3651 3 ปีที่แล้ว +3

    Hi Abhishek S ,
    Great project.
    Before starting to copy this project I have following questions:
    Q1: Because there is so little hardware needed does this project also work via a battery ?
    Q2: If Yes which type of battery should that be then , could a 18650 battery do the job ?
    Q3: Is a Whadda WPSE473 also a good Max30102 Pulsoxymeter ?
    Thanks in advance.
    Johan

    • @probotstechnosolutions8911
      @probotstechnosolutions8911  3 ปีที่แล้ว +2

      Yes. You can run it from a battery. Simplest option is use an ESP32 Development Board that runs from a lithium ion battery. You can use this board - www.probots.co.in/esp32-development-board-lite-lolin32-wifi-ble-battery-charger.html

  • @damselindisguise5357
    @damselindisguise5357 2 ปีที่แล้ว

    hi i keep getting error that ledc is not initialized? even though I followed exactly your provided codes. what would be issue here PLEASE HELPME

  • @pixelsafoison
    @pixelsafoison 2 ปีที่แล้ว

    Were you truly at 95% sat... You wouldn't be feeling so good right now

    • @probotstechnosolutions8911
      @probotstechnosolutions8911  2 ปีที่แล้ว +1

      You are absolutely right. It is a DIY Smart WiFi Oximeter not Professional Medical Grade Oximeter.

  • @hynos9285
    @hynos9285 2 ปีที่แล้ว

    Is it normal that I get this message from arduino : spo2_algorithm: No such file or directory ??

    • @probotstechnosolutions8911
      @probotstechnosolutions8911  2 ปีที่แล้ว

      happens when library is not installed correctly. Try to install the library again.

  • @atinmajumdar3069
    @atinmajumdar3069 2 ปีที่แล้ว

    after uploading the code , the device is being shown as offline on blynk

    • @probotstechnosolutions8911
      @probotstechnosolutions8911  2 ปีที่แล้ว

      Blynk has released a new version. The high-level procedure is still the same. Modify code by using the inbuilt blynk example and documentation as reference.

  • @camilo_rubiano3689
    @camilo_rubiano3689 2 ปีที่แล้ว

    What code could I use in an ESP32 TTGO T-Call v1.4 module to realize this oximeter project?

  • @damselindisguise5357
    @damselindisguise5357 2 ปีที่แล้ว

    hi can i request for a written codes just to send the data to serial monitor?

  • @homeautomationmadeeasy3276
    @homeautomationmadeeasy3276 2 ปีที่แล้ว

    hows the accuracy?

    • @pratheekn8249
      @pratheekn8249 2 ปีที่แล้ว +1

      seems ok. Nice for evaluating what the MAX30102 sensor is capable of. But definitely not medical grade. Lots of improvements are required to make it medical grade like - sourcing original sensor ICs from Maxim, using professional designed PCBs and calibrating against a reputed oximeter. This project is the first step towards it.