Hi,
I am working on a project where I am using a MAX32664 HR Sensor to detect HR and SpO2.
I would like to minimize power consumption in this battery-powered application, by putting it in a low-power mode.
I found the max30101Control(DISABLE) in the Arduino library, and it seems I can put the MAX30101 to sleep (and wake it back up).
Another constraint I have though, is that the finger will be present on wake-up, so (I believe) I need to run with agc turned off (as in normal configuration, like with the Examples, if I turn on the sensor on and configure it with a finger on it, it doesn’t give me valid data)
I would like to know what agc is doing, and how I can configure the device myself, without it. Is this possible?
Sincerely,
Duane Kaufman