I2C scan in UART shell is not detecting any I2C devices on ESP32 #33954
Labels
area: I2C
bug
The issue is a bug, or the PR is fixing a bug
platform: ESP32
Espressif ESP32
priority: low
Low impact/importance bug
Describe the bug
When using I2C scan in the UART console no I2C devices get detected
To Reproduce
CONFIG_NET_SHELL
to y in prj.confwest build -p always -b esp32
west flash;minicom
i2c scan I2C_0
in the uart command lineExpected behavior
Using the following example using Arduino IDE detects my I2C devices:
This returns:
Impact
Showstopper because sensors do not get detected.
Logs and console output
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: