Hello, i hope someone here help me. I have a problem about combining my two sensors in Arduino nano, the MAX30102 and the MPU6050

I already test the 2 sensors (max30102 & MPU6050) to get its individual I²C address. I test this two sensors individually, and it's working and sending data properly. but when i merge this two sensors, the only working sensor and sending data is the MPU6050, but not the MAX30102. and this our prototype for our project design.

post your code using code tags < CODE/ >
also details of the wiring
you may be better off using a microcontroller with two I2C busses, e.g. ESP32

1 Like

Also post links to the max30102 & MPU6050 sensor boards you are using and, if possible, schematics. This may help show details like the values of the on-board I2C pull up resistors, max. permitted voltage on the pins etc.

1 Like