-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
global_respirationRate is null #9
Comments
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 , 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. |
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);
The text was updated successfully, but these errors were encountered: