esp32 C3 I2c error through 8,9 pins
Posted: Mon Jan 23, 2023 1:19 am
I have a esp32 C3 mini dev board, and it worked well before. Recently I used it to read distance from VL53L1x laser module through I2c port, however it always report errors and cannot detect i2c devices. I was using arduino framework and wire library , gpio 8 for sda and gpio 9 for scl. I also used a logic analyzer and find that they generated very unstable pulses. Yesterday I tried other gpios, interestingly every pair of gpios worked well except 8 and 9. Is this an hardware issue? I guess something wrong with their timing?