Hi,
I am trying to measure BPT - Systolic Diastolic pressure using SparkFun Pulse Oximeter and Heart Rate Sensor - MAX30101 & MAX32664 (Qwiic).
I reviewed code from the - https://github.com/sparkfun/SparkFun_Bi … ub_Library and there is code comment on .cpp file
// ------------------Function Below for MAX32664 Version D (Blood Pressure) ----
The Example code users readBPM() method but not sure How do I measure Pressure values?
void loop(){
body = bioHub.readBpm();
Serial.println(body.heartRate);
…
Thank You,
Nim