We are making a simple pulse oximeter device with nanoan Arduino Nano and max30102a MAX30102 sensor.
The problem is the spo2SpO2 reading and processing algorithm of the maxMAX30102 library litterallyliterally does signal processing on arduinothe Arduino with large arrays of data and because of that, when you do bpmBPM and spo2SpO2, the 2kb memory of arduinothe Arduino is already full.
Can you guys fivegive me some advice to overcome this problem. Thanks in advance.?