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

I also got better results by using FIFO reading. for (byte i = 75; i < 100; i++) { while (particleSensor.available() == false) //do we have new data? particleSensor.check(); //Check...

Hardware: Board: Sparkfun ESP32 Thing Plus Core Installation version: 1.0.5-rc2 IDE name: Arduino IDE 1.8.13 Flash Frequency: Both 40Mhz and 80Mhz PSRAM enabled: no Upload Speed: 115200 Computer OS: Windows...

Hello, My sensor model is GY-MAX30100 picture attached. I am trying Example8_SPO2, and in the serial monitor I get below, _ets Jan 8 2013,rst cause:4, boot mode:(3,6) wdt reset load...

Hi, I'm playing with a MAX30102 sensor using this library on Arduino Nano board. Trying to configure the code I came across with some guy who used this sensor in...

Hi I am using example 8 on my MAX30102 to detect oxygen level, but I am getting very wrong numbers. values range in 10-100 and sometimes I get -999. Did...

Hi, I'm currently trying to implement a function that will allow the Max30101 to fill up its FIFO and trigger an interrupt when its close to full. However you say...

The example8_SPO2 doesn't work on esp32 using max30102. The compilation is ok but after loading the program on esp32 no leds light up on sensor and no data on serial...

**This library should work with other MAX3010x sensors including the MAX30102, MAX30101, and MAX30100.** How could it be if MAX30105 ID (declared in MAX30105.cpp in string #136) = 0x15, while...

Program Example8_SPO2 compiled successfully and got uploaded to Wemos D1 Mini. Board I'm using MAX30102. Wire connection is as below: WeMos D1 -> MAX30102 5V Vin G Gnd D1 SCL...

Hi there I have used sparkfun library with MAX30102 one Arduino MKR1010. Example4_HeartBeat_Plotter.ino works well on Arduino MKR1010, but Example8_SPO2 does not work at all for some unknown reason. Example8_SPO2...