Hi,
Thank you for suggestion,
We will consider it and let you know further updates.
Alternatively , does ESP32-S3 mini supports clock stretching, when it is acting as master ?
Search found 5 matches
- Tue Aug 19, 2025 6:38 am
- Forum: General Discussion
- Topic: I2C BUS Error
- Replies: 9
- Views: 1165
- Thu Aug 14, 2025 6:36 am
- Forum: General Discussion
- Topic: I2C BUS Error
- Replies: 9
- Views: 1165
Re: I2C BUS Error
Hi Sprite,
We have observed that the previously mentioned I²C bus issue also occurs when the MPPT charger (LT8491) is powered and it is continuously occurring but rather randomly . Could you please confirm whether the ESP32, when operating as the master, supports I²C clock stretching?
Thanks and ...
We have observed that the previously mentioned I²C bus issue also occurs when the MPPT charger (LT8491) is powered and it is continuously occurring but rather randomly . Could you please confirm whether the ESP32, when operating as the master, supports I²C clock stretching?
Thanks and ...
- Mon Aug 11, 2025 5:09 am
- Forum: General Discussion
- Topic: I2C BUS Error
- Replies: 9
- Views: 1165
Re: I2C BUS Error
Hi Sir,
The ESP32S3 always has support for clock stretching enabled.
Is it applicable for ESP32S3 acting as master also.
Then that is your problem. The LT8491 is getting starved for power, and tries to draw current from your I2C lines to stay alive; unsurprisingly, an I2C bus doesn't really like ...
The ESP32S3 always has support for clock stretching enabled.
Is it applicable for ESP32S3 acting as master also.
Then that is your problem. The LT8491 is getting starved for power, and tries to draw current from your I2C lines to stay alive; unsurprisingly, an I2C bus doesn't really like ...
- Fri Aug 08, 2025 2:18 pm
- Forum: General Discussion
- Topic: I2C BUS Error
- Replies: 9
- Views: 1165
Re: I2C BUS Error
Thanks, Sprite,
For your support,
Is there any way we can enable clock stretching in the master mode.
"Sounds like the LT8491 is only using the solar panel as the power source, and effectively takes down the I2C bus when that doesn't provide enough power (probably because of internal ESD diodes ...
For your support,
Is there any way we can enable clock stretching in the master mode.
"Sounds like the LT8491 is only using the solar panel as the power source, and effectively takes down the I2C bus when that doesn't provide enough power (probably because of internal ESD diodes ...
- Thu Aug 07, 2025 8:25 am
- Forum: General Discussion
- Topic: I2C BUS Error
- Replies: 9
- Views: 1165
I2C BUS Error
Hi Sir
In my project I am using ESP32-S3-MINI-1U-N8 as the main controller unit, It has 4 slaves in its I2C
1)EEPROM
2) Fuel Gauge
3)MPPT Charger
4) GPIO Expander
The LT8491 is battery charger IC whose input is from solar panel. When I probe the I2C SCL line of the MPPT charger LT8491 we found ...
In my project I am using ESP32-S3-MINI-1U-N8 as the main controller unit, It has 4 slaves in its I2C
1)EEPROM
2) Fuel Gauge
3)MPPT Charger
4) GPIO Expander
The LT8491 is battery charger IC whose input is from solar panel. When I probe the I2C SCL line of the MPPT charger LT8491 we found ...