Troubleshooting

Troubleshooting MAX30102 V2.0 (SEN0344) Heart rate sensor I2C communication

userHead TRH91 2024-03-27 00:49:16 544 Views3 Replies

Hello, 

 

First time posting here so apologies if I have left anything out. I have been trying to get raw data from the MAX30102 V2.0 sensor with not much luck at all. 

 

 

So far I have found one library that works but it can't be used to obtain raw data ( https://github.com/DFRobot/DFRobot_BloodOxygen_S ). This library successfully outputs data to the serial monitor in the Arduino IDE, so it's unlikely the problem is with my connections or hardware. I have compared this library with the ones that have failed but I can't figure out why only this library will successfully connect with the sensor.  

 

I want to use a library that can obtain raw data and have tried several ( including https://github.com/DFRobot/DFRobot_MAX30102 ) but none of them seem to work - I get the error message “MAX30102 was not found” in the serial monitor whenever I use any of the examples. 

 

I am using an Arduino Uno R3 and have also tested an Atmega2560 but experience the same issues.  

 

My connections are as follows (MAX30102 → Arduino Uno):

3V3 → 5V (have also tested 3.3V) 

GND → GND

SCL → SCL (digital pin 19)  

SDA → SDA (digital pin 18)    

 

I have been struggling with this for a while now so any help would be greatly appreciated. 

2024-07-30 10:13:03

I am struggling with a similar issue.  I want to use two of the Fermion MAX30102 sensors with a multiplexer and can use the https://github.com/DFRobot/DFRobot_BloodOxygen_S library and I have success.  However, I want to control the LEDs of each one and there is nothing in this library which allows this.  If I use any other library, I get “Sensor not found” message.  Is there a solution?  Can I modify the library?  (Not sure I have that ability.)

userHeadPic Diane.Walsh
2024-07-25 06:30:25

Hi, are you using Arduino UNO R3 or Arduino UNO R4/mega etc? You have mentioned digital pin 18 and 19. But there is no D18 and D19 in Arduino UNO. Please verify the pinout and jumper wires. Here is also a fantastic project using MAX30102. You can try this someday. 

https://www.pcbway.com/project/shareproject/W260090ASJ75_gerber.html

userHeadPic lia.ifat
2024-07-23 04:03:08

Hello,
I am struggling with the same problem. The problem is the MCU on the back of the board which has been added in the later versions. 
It is between the Arduino and the MAX30102 sensor and doesnt allow to directly write and read from its registers. Therefore I don't think it is possibly to get the raw data. 

userHeadPic liekas