Search found 3 matches
- Sun Sep 17, 2023 4:48 pm
- Forum: Hardware
- Topic: ISL29125 and ESP32
- Replies: 5
- Views: 2246
Re: ISL29125 and ESP32
Hello, no success. The sensor is recognized as a I2C device at adress 0x44, but no data transfer... I bought another sensor, but no success too...
- Sat Aug 19, 2023 1:17 pm
- Forum: Hardware
- Topic: ISL29125 and ESP32
- Replies: 5
- Views: 2246
Re: ISL29125 and ESP32
Thanks, yes of course, here the extract of the datasheet: Features • 56µA operating current, 0.5µA shutdown current • Selectable range (Via I2C) • I2C (SMBus compatible) output • ADC resolution 16 bits • Programmable interrupt windows • Two optical sensitivity ranges - Range 0 = 5.7m lux to 375 lux ...
- Sat Aug 19, 2023 12:28 pm
- Forum: Hardware
- Topic: ISL29125 and ESP32
- Replies: 5
- Views: 2246
ISL29125 and ESP32
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 witho...