You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second I2C bus fails to initialise and propprely work
I have checked Hardware connections and ruled them out using diffrent variations of pins and sensors corretly as well as checking indiviual I2C channels one at a time (both happy with own sets and issue chases the second initalised, not the GPIO pins)
But when attemping to run two the second I2C will fail to initialose and cause an error if attempting to read.
If done on another microcontroller (e.g. ESP32-S3) it dosnt seem to be an issue and it will show any I2C devices Ive put on as normal
Board
ESP32-C6 Dev Module
Device Description
DevKit on a bread board As well as wokwi simulation.
An I2C deivce connected on each I2C bus (3.3v) Breakours have own pull up resistors (Checked with OLED scrren, and TOF sensor)
Hardware Configuration
I2C_Bus1 : SDA Pin4, SLC Pin3
I2C_Bus1 : SDA Pin5, SLC Pin6
Version
latest master (checkout manually)
IDE Name
Ardunio IDE
Operating System
Ubuntu
Flash frequency
80MHz
PSRAM enabled
yes
Upload speed
921600
Description
The second I2C bus fails to initialise and propprely work
I have checked Hardware connections and ruled them out using diffrent variations of pins and sensors corretly as well as checking indiviual I2C channels one at a time (both happy with own sets and issue chases the second initalised, not the GPIO pins)
But when attemping to run two the second I2C will fail to initialose and cause an error if attempting to read.
If done on another microcontroller (e.g. ESP32-S3) it dosnt seem to be an issue and it will show any I2C devices Ive put on as normal
After searching i found https://github.com/espressif/arduino-esp32/issues/6966 But belive this is a diffrent issue as the same code i have used works fine on the other ESP32's ive tried
Sketch
Debug Message
Other Steps to Reproduce
As well as the physical ESP32-C6 I used the onlike wokwi to simulate it, same results. But when used on an ESP32-S3 it works fine
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: