Arduino Heart rate monitor using MAX30100

  Рет қаралды 23,297

MakerUSA

MakerUSA

Күн бұрын

Пікірлер: 47
@puneitsingh
@puneitsingh 4 жыл бұрын
Works like a charm! Thank you for the great work.
@gorgar6059
@gorgar6059 7 жыл бұрын
Doest this sensor require to be attached to the finger or can it be any part of the body? Thx
@hamzanat5381
@hamzanat5381 5 жыл бұрын
thank you so much sir for your work, but i dont understand how to calculate the averege (formul? )
@vicesde
@vicesde 6 жыл бұрын
Very good project I'm doing it with a max30102 sensor and it does not work. The sensor does not turn on. You can help me thanks.
@ChunkySteveo
@ChunkySteveo 7 жыл бұрын
Cool project, and a great help for me in getting my Max30100 working. Just a question - you have a "filterweight" variable set to 0.5. On all test scripts and yours, my bpm were coming back about half. Setting your adjustable variable "filterweight" to 1.0 set the bpm correct, but I am not sure why my max30100 is so far out to begin with?? Any help or pointers? I did have to put two 4.7k pull up resistors onto the i2c lines, but I assume this would just make it communicate or not - not skew the results. The oxygen levels are correct too - about 93-95% etc, so that value is right, it's just the bpm coming back halved?? Am I dying??!! haha Steve
@MakerUSA
@MakerUSA 7 жыл бұрын
You are right about the pull up, I am sure that should not make any difference. It's been a while since I did this I would need review it to remind myself about the values. To be honest I just played around with the numbers till I started getting reasonable results.
@ChunkySteveo
@ChunkySteveo 7 жыл бұрын
Express-Reviewed thanks for getting back to me. You're rigjt, reading the GitHub documents the IR amp value needs to be adjusted till you get accurate readings. I got there! Great little script!
@MakerUSA
@MakerUSA 7 жыл бұрын
Glad to be able to help.
@pradeepsahoo7243
@pradeepsahoo7243 7 жыл бұрын
Stephen Ludgate Hi Steve, did you finally get it to work? I have been trying this for sometime and even followed Oxullo instructions but it still didn't work perfectly. Did you ground the RD and IRD pins? Did you use the INT with pull-ups? What current value did you use for the IR sensor? Thanks in advance.
@dominicswpoazo3410
@dominicswpoazo3410 4 жыл бұрын
what should I do, if I want to change the 128x32 OLED to 128x64OLED?
@jungcookie7041
@jungcookie7041 3 жыл бұрын
How to connect this on esp8266
@jdsr1986
@jdsr1986 6 жыл бұрын
Can you do the same with Max301002, i am trying but your code doesnt work for it
@bikinngakak9836
@bikinngakak9836 5 жыл бұрын
if i want to use max30102. what the source code?
@COLDYSHOP
@COLDYSHOP 7 жыл бұрын
Give the library to the project, I can not find them anywhere!
@MakerUSA
@MakerUSA 7 жыл бұрын
github.com/oxullo/Arduino-MAX30100
@pradeepsahoo7243
@pradeepsahoo7243 7 жыл бұрын
For the OLED: downloads.arduino.cc/libraries/github.com/olikraus/U8g2-2.20.13.zip
@AhmadAnsari-hw6ez
@AhmadAnsari-hw6ez 7 жыл бұрын
@MakerUSA 1.Need some help when i am connecting ird and rd to common ground the red led doesn't light up, but if i keep ird open the red is light up.When red led light up the sensor didn't get initialised. And on running test module the red=0 and ir=0. And do i have to connect interrupt to any digital pin and if it has to be pulled up or down. 2.After done uploading "Place finger on the sensor" prints on Serial monitor but after this nothing to be happen. What I do for?
@MakerUSA
@MakerUSA 7 жыл бұрын
Are you following the instructions linked in the video ? I don't fully understand the issue you are having.
@AhmadAnsari-hw6ez
@AhmadAnsari-hw6ez 7 жыл бұрын
1.I am using Arduino nano.If I am connecting the wires like you did, the sensor does not respond. It got respond when I connect the less than 4.7k(220 ohm)pullup resisters to SDA and SCL pin but red lED does not light up. 2.The red LED lighten when it goes to the GND alone but didn't happen any thing i.e it does not measure the Beat or Spo2 . 3.when I connect both IRD and RED LED to the common GND ,the RED Led does not light up but sensor is in working mode. 4.May I connect the RED and IR LED to the common GND or only we have to connect the RED LED to the GND. what we have to do in any case?
@pradeepsahoo7243
@pradeepsahoo7243 7 жыл бұрын
Try connecting the PINS like below: VIN -> Nano 5V GND -> Nano GND INT to Nano Digital PIN 2 SCL to Nano A5 SDA to Nano A4 Now try the following... In the setup part add the following line of code before pox.begin() pox.setIRLedCurrent(MAX30100_LED_CURR_7_6MA);
@YARii7
@YARii7 7 жыл бұрын
please help me ,,,,, i use oled 6 pin spi and i need the code to with mu oled please
@stathiseleuthriou1629
@stathiseleuthriou1629 7 жыл бұрын
hey i am trying to do something like you are project can i have the code only for pulse oximeter and not for the screen the one with serial print i mean.
@stathiseleuthriou1629
@stathiseleuthriou1629 7 жыл бұрын
sorry you got in serial also in githum thank you for you are help . the library that you used is the max30100 ?
@mostafakenawy9482
@mostafakenawy9482 7 жыл бұрын
I followed the instructions in the github but the code does not proceed after place your finger could someone tell me what is the problem ??
@pradeepsahoo7243
@pradeepsahoo7243 7 жыл бұрын
add the following line in the setup before pox.begin() pox.setIRLedCurrent(MAX30100_LED_CURR_7_6MA);
@Villealvarado
@Villealvarado 6 жыл бұрын
friend try to do it but I send the following problem, MAX30100_Heart_Beat:124: error: stray '\357' in program pox.setIRLedCurrent(MAX30100_LED_CURR_7_6MA); ^ MAX30100_Heart_Beat:124: error: stray '\273' in program MAX30100_Heart_Beat:124: error: stray '\277' in program exit status 1 stray '\357' in program
@omoivo6525
@omoivo6525 7 жыл бұрын
Pleas How ist conected Chip max? Sda, Scl,vin and grd ! Right
@MakerUSA
@MakerUSA 7 жыл бұрын
Yes, the OLED and the sensor module share the I2C bus.
@arivuselvirajaganesh5020
@arivuselvirajaganesh5020 7 жыл бұрын
Can you please post the code you have used??
@MakerUSA
@MakerUSA 7 жыл бұрын
Hi, The code is linked in the video details. It's on Github
@marinolimatorres4024
@marinolimatorres4024 7 жыл бұрын
Necesito lo programación por favor
@hotmatualubis8771
@hotmatualubis8771 6 жыл бұрын
Can I do this with arduino pro mini?
@MakerUSA
@MakerUSA 6 жыл бұрын
Hi, yes it can be, completely certain about pro mini 328P, but I think 168P should work too. regards.
@hotmatualubis8771
@hotmatualubis8771 6 жыл бұрын
MakerUSA when I try compile a program why there are many error message like : in file include from C : arduino\libraries\max30100_pulseoximeter.h:27:0?
@MakerUSA
@MakerUSA 6 жыл бұрын
What's the error message, difficult to say what exactly is the issue you are having.
@fitrianurazizah6601
@fitrianurazizah6601 6 жыл бұрын
can i do this project with max30102?
@MakerUSA
@MakerUSA 6 жыл бұрын
Hi, You should be able to, I have some of those modules like these ones www.ebay.com/itm/392044272961 that I will be testing soon.
@BenRush
@BenRush 5 жыл бұрын
Seriously, if you have an o2 sat of 92, you should get yourself checked out.
@jagadeeshn7449
@jagadeeshn7449 7 жыл бұрын
can i get max30100 code of esp32 idf
@MakerUSA
@MakerUSA 7 жыл бұрын
I need to work on that will try and update soon.
@makersengineering530
@makersengineering530 6 жыл бұрын
Full of Errors.Code Doesn't work.
@MakerUSA
@MakerUSA 6 жыл бұрын
Care to explain? I obviously compiled it and had it working. what errors are you getting?
@sid280
@sid280 6 жыл бұрын
Without seeing the code, your oxygen level is saying 93%, so either you, your code, or the sensor are sick.
She made herself an ear of corn from his marmalade candies🌽🌽🌽
00:38
Valja & Maxim Family
Рет қаралды 18 МЛН
Enceinte et en Bazard: Les Chroniques du Nettoyage ! 🚽✨
00:21
Two More French
Рет қаралды 42 МЛН
Cat mode and a glass of water #family #humor #fun
00:22
Kotiki_Z
Рет қаралды 42 МЛН
So Cute 🥰 who is better?
00:15
dednahype
Рет қаралды 19 МЛН
Workbench Essentials When Starting Arduino! (Beginner Guide)
8:14
#093 Cheap Heart Sensors: Are they good enough? // Review
4:59
I Made The Ultimate Cheating Device
9:39
ChromaLock
Рет қаралды 1,8 МЛН
Measure Heart Rate/BPM and SpO2 with MAX30102 + Arduino
21:22
SurtrTech
Рет қаралды 180 М.
Arduino Pulse (Heart beat) sensor with "ECG" display
23:53
XTronical
Рет қаралды 15 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,5 МЛН
Лайфхак: Легально делать деньги
0:43
Что такое дагестанский кирпичный завод!
0:53
АВТОБРОДЯГИ - ПУТЕШЕСТВИЯ НА МАШИНЕ
Рет қаралды 746 М.
Лайфхак: Легально делать деньги
0:43
LNS - 2 cô gái tốt bụng || Kind 2 girls #shorts
0:47
Linh Nhi Shorts
Рет қаралды 4,2 МЛН
ПОСТАРЕЛА ЗА 1 ДЕНЬ НА 20 ЛЕТ - МУЖСКОЕ ЖЕНСКОЕ
55:44
ПРИЯТНЫЙ ИЛЬДАР
Рет қаралды 677 М.