Open kaline opened 6 years ago
The most recent example code doesn't include any output of respiration rate. Is there older or better example code that includes that?
Hello @pzink @kaline , Sorry for the inconvenience. We are trying to fix the issues in both GUI and the code. Meanwhile if you want to check the respiration rate , you can verify in the log file created after you click record in the Processing GUI. The respiration rate is saved into the log file.
Thank you for bringing the issue forward!
@yasaswinir whether the issue resolve? because still i am facing the same problem. I am only able to view ECG not the respiration in arduino IDE.
whether the issue resolve? because still i am facing the same problem. I am only able to view ECG not the respiration in arduino IDE.
Inside the example code is not possible measure the respiration, the monitor serial always print '0': Somebody has any ideas about the problem?
The piece of code:
Serial.print("heart_rate->"); Serial.println(global_HeartRate); Serial.print("respiration_rate-> "); Serial.println(global_RespirationRate);