Simultaneous steaming of raw and processed data with SEN15219

Does anyone know if it is possible to simultaneously stream raw PPG data simultaneously with the MAX32664 algorithm outputs with SEN-15219 using the sparkfun biosensor hub library on Arduino?

Thank you in advance.

The short answer is yes…but you’ll have to modify the code yourself

https://learn.sparkfun.com/tutorials/sp … bpm-mode-2 Mode 2 allows more data as a pre-configured improvement…but as Example 3 says to stream them simultaneously you’ll need to create that code (or find it online from someone else?)

Thanks for your reply. I see that example 2 provides access to the confidence and r value metrics. I am hoping to gain access to the raw PPG signals that the MAX32664 is retrieving from the MAX30101. To confirm, this functionality is not currently supported by the biosensor hub library and the modifications would need to take place at the .cpp and .h level, correct?

Thanks!