Search found 1 match

by newacecorp
Mon Oct 14, 2024 3:07 am
Forum: ESP-IDF
Topic: Unexpected I2C timeout on ESP32
Replies: 4
Views: 3916

Re: Unexpected I2C timeout on ESP32

The Ublox chipsets employ I2C clock stretching, where the SCL line is held low for extended periods of time (I've observed in excess of 10ms in some cases). This causes I2C bus timeouts unless the I2C driver timeouts are increased. If you cannot make driver timeout changes, you may consider using th...