Hello,
I am trying to get the raw PPG readings from the pulse oximeter. Using the code provided from the Github (Example 4), I get some arbitrary values from the body.redLed and body.irLed. I am not sure what these values are based off, in the serial plotter they do not seem to represent an expected PPG waveform. I assume that the body.heartRate is using the green LED?
I was looking through the sparkfun library (SparkFun_Bio_Sensor_Hub_Library.h) but I am not too versed on navigating it. If I could get some assistance in getting the raw readings and bypassing the on board algorithms that would be greatly appreciated.
Another question, in relation to the sampling rate, it says that it can go up to 1000 samples per seconds after reducing the light widths. If I can access the raw data points can I still potentially output the full 1000 points per second in the serial monitor?
Thanks in advance!