max30102-tutorial-raspberrypi
max30102-tutorial-raspberrypi copied to clipboard
This repository is unofficial porting of Arduino sample code of MAXRESDEF117#(max30102) HR/SpO2 sensor
Your Qitta [https://qiita.com/vrn/items/1ac58c61194b23af1d8c](url) was very helpful. I also translated algorithm.cpp from C to Python. `Ir_dc_max` in the code below became a problem. `nume = red_ac * ir_dc_max (n_y_ac *n_x_dc_max)` I...
Hi! Im using your code and the problem i have is that my results in IR and RED data are somehow swapped i guess? I mean, in logs you've uploaded...
Hello ! Does the script work woth MAX30100 chip ? I try it but nothing happen. No red light is on... Regards
Hi i wrote a simpel code to check is it work or not. when m=max30102.MAX30102(), it prints (Channel = 1 , Address 87) and stucks in red, ir = m.read_sequential...
Hi, I just wondered about setting sample rate. In max30100.py lib there is an option to choose sample rate. In Max30102, how can we cchange the sample rate ratio? Have...
Hi, What do you mean after loading red and ir for the hrcalc code given in the readme?
I have the max30102.py script in my folder and i have made sure that my rpi is detecting the sensor via i2c it even shows on address 57, however when...