SparkFun_MAX3010x_Sensor_Library icon indicating copy to clipboard operation
SparkFun_MAX3010x_Sensor_Library copied to clipboard

An Arduino Library for the MAX3015 particle sensor and MAX30102 Pulse Ox sensor

Results 34 SparkFun_MAX3010x_Sensor_Library issues
Sort by recently updated
recently updated
newest added

Hi... I am using the example No5 for heart rate with max30105 from pimoroni, and i want to take one single value for average BPM when its stabilized, and i...

In case if ESP32, for example, the I2C_BUFFER_LENGTH is 128, and in that case you set it to 32 in this line: https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/d625b7e31c06d5c6a27395a46a32e6ba927b5c0b/src/MAX30105.h#L42 Maybe you should consider, instead of #else...

When using full warnings, this error breaks compilation: SparkFun_MAX3010x_Pulse_and_Proximity_Sensor_Library\src\heartRate.cpp:108:33: error: suggest parentheses around comparison in operand of '&' [-Werror=parentheses] if ((IR_AC_Max - IR_AC_Min) > 20 & (IR_AC_Max - IR_AC_Min) <...

I have no idea on how to make something that will send spo2 and heart rate to a remote server (w/ an interval in 1 sec). Can anyone please help?...

[This](https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/7803045ef4ee117dbc94ce42add6e7747b6f0737/src/MAX30105.cpp#L524) line `int8_t numberOfSamples = sense.head - sense.tail;` or [this one](https://github.com/sparkfun/SparkFun_MAX3010x_Sensor_Library/blob/7803045ef4ee117dbc94ce42add6e7747b6f0737/src/MAX30105.cpp#L606) `numberOfSamples = writePointer - readPointer;` do not seem to work if samples are lost. In this case both pointers...

To avoid the issue of duplicate definition.

I uploaded example 8 and got this. `rst:0x8 (TG1WDT_SYS_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, clock div:2 load:0x3fff0030,len:1184 load:0x40078000,len:13232 load:0x40080400,len:3028 entry 0x400805e4 ` I used esp32 doit devkit v1

This warning indicates that in the MAX30105.h header, the definition of the I2C_BUFFER_LENGTH constant conflicts with the definition in the Wire.h library. Specifically, the Wire.h library defines I2C_BUFFER_LENGTH as BUFFER_LENGTH,...

Can you please give me a code for max30102 with oled screen 0.96 i2c address on 0x3c and connect the project with blynk

So, I'm currently using the MAX30102 pulse oximeter for a project. Can I just ask, as the _"particleSensor.getRed()"_, or _"particleSensor.getIR()"_ command, what is the output's amplitude of data is it?...