udayankumar / heart-rate-raspberry-pi

Heart Beat sensor using Raspberry Pi and Pulse Sensor
MIT License
16 stars 15 forks source link

How to use Max30100 sensor instead? #1

Open st118173 opened 7 years ago

st118173 commented 7 years ago

Hello i'm using Raspberry pi with MAX30100 to detect heart beat and oxygen levels in blood so how can your code will help and if u know can i get source code please?

muratagenc commented 6 years ago

https://github.com/mfitzp/max30100

udayankumar commented 6 years ago

I dont have access to this hardware. Can't help, sorry. Have you tried following the documentation at repo that you mentioned?

On Fri, Jan 12, 2018 at 6:53 PM, Murat A. Genc notifications@github.com wrote:

https://github.com/mfitzp/max30100

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/udayankumar/heart-rate-raspberry-pi/issues/1#issuecomment-357404622, or mute the thread https://github.com/notifications/unsubscribe-auth/AFZbws411PaF0Uo29CtFQrrF3cbbhxxMks5tKBqngaJpZM4OFrJq .

urvashibhat commented 6 years ago

Hi! Pl let me know the pin connections of MAX30100 to Raspberry pi

muratagenc commented 6 years ago

hi, I used standard I2C pins. you can learn more about it here: https://learn.sparkfun.com/tutorials/raspberry-pi-spi-and-i2c-tutorial best -murat

On Tue, Apr 24, 2018 at 8:45 PM, urvashibhat notifications@github.com wrote:

Hi! Pl let me know the pin connections of MAX30100 to Raspberry pi

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/udayankumar/heart-rate-raspberry-pi/issues/1#issuecomment-384124646, or mute the thread https://github.com/notifications/unsubscribe-auth/AKg52qJ27koSIoR_79jWPs3OuosvFf_nks5tr8cggaJpZM4OFrJq .

Phi-Van-Lam commented 6 years ago

muratagenc, Could you shown me how to do it by C/C++ on raspbi?