I am having some trouble connecting both the MAX30102 and MPU6050 sensors to my ESP8266 board. Both sensors use the I2C communication protocol to interface with the microcontroller.
I have tried writing some baremetal code to read data from both sensors, but I am not getting any output values from either of them. I have also checked my wiring connections and confirmed that the sensors are receiving power.
I would really appreciate any suggestions or advice on how to troubleshoot and resolve this issue. Specifically, I would like to know if there are any common issues that arise when using I2C communication with multiple sensors on an ESP8266 board. Additionally, if anyone has successfully interfaced these sensors with an ESP8266 board and can share their code or any tips, it would be greatly appreciated.