esp-adf icon indicating copy to clipboard operation
esp-adf copied to clipboard

IDF 5.3.3+ADF master版本,运行VOIP 例程提示i2c: CONFLICT! driver_ng is not allowed to be used with this old driver (AUD-6349)

Open likeaturtle opened this issue 7 months ago • 2 comments

Environment

  • Audio development kit: [ESP32-LyraT-Mini]
  • Audio kit version: [v1.2]
  • [Required] Module or chip used: [ESP32-WROVER-E]
  • [Required] IDF version (run git describe --tags in $IDF_PATH folder to find it): // v5.3.3
  • [Required] ADF version (run git describe --tags in $ADF_PATH folder to find it): // v2.7
  • Build system: [idf.py]
  • Operating system: [Windows]
  • (Windows only) Environment type: [PowerShell]
  • Using an IDE?: [No]
  • Power supply: [USB]

Problem Description

// 运行VOIP 例程提示i2c: CONFLICT! driver_ng is not allowed to be used with this old driver

likeaturtle avatar May 15 '25 15:05 likeaturtle

可以用 IDF 5.4 试试 问题是在 IDF 5.3 中, esp-adf 与 esp32-camera 默认依赖的 I2C 驱动是不一样的

shootao avatar May 16 '25 09:05 shootao

这个你可以在设置里面调,避免这种情况

solomonzw avatar Jun 26 '25 12:06 solomonzw