ISL29125 and ESP32
Posted: Sat Aug 19, 2023 12:28 pm
Hi all, I am trying in vain to use the ISL29125 RGB sensor with ESP32, various ESP models unsuccessfully. it works only with the arduino uno. the script always breaks off at the same point: RGB_sensor.init(). RGB_sensor is an instance of SFE_ISL29125 (SparkFunISL29125.h). the script just stops without any message. I have also tried various options with external voltage. unsuccessful. Does somebody has any idea? The example program in the library doesn't work too. ...