Search found 4 matches

by NiceAlpha
Wed Nov 23, 2022 9:14 am
Forum: ESP-ADF 中文讨论版
Topic: 求助:pipeline_a2dp_source_stream 例程执行到蓝牙的地方就出问题,是不是板子蓝牙的部分坏掉了?
Replies: 0
Views: 2037

求助:pipeline_a2dp_source_stream 例程执行到蓝牙的地方就出问题,是不是板子蓝牙的部分坏掉了?

有没有大佬给看一下,这是不是板子坏了? 板子是 ESP32-LyraTD-MSC V2.2 早先的时候还能跑pipeline_a2dp_source_stream这个例程,后来跑代码的时候有一次忘记改 Audio HAL了,那时候应该是默认设置的ESP32 Lyrat V4.3 不知道是不是把板子给烧坏了 我试了下官方的例程 pipeline_wav_amr_sdcard还是能正常运行的。感觉好像就是蓝牙这里有问题。 pipeline_a2dp_source_stream这个程序,不打开我的耳机和他连接的时候还正常运行,一直在检测附近的蓝牙设备,一旦我开启蓝牙耳机与他连接,就直接开始连接,然后...
by NiceAlpha
Mon Oct 24, 2022 1:32 am
Forum: ESP-ADF 中文讨论版
Topic: ESP-ADF环境配置有问题 Failed to resolve component 'esp-adf-libs'.
Replies: 3
Views: 7266

Re: ESP-ADF环境配置有问题 Failed to resolve component 'esp-adf-libs'.

git ESP-ADF时候
git clone --recursive https://github.com/espressif/esp-adf.git
--recursive那个是递归的git,连带子模块一起git下来了
我当时用了tortoiseGit,只拷贝了地址,没勾选“递归”的选项,所以没下对应的子模块
by NiceAlpha
Mon Oct 17, 2022 2:51 am
Forum: ESP-ADF 中文讨论版
Topic: ESP-ADF环境配置有问题 Failed to resolve component 'esp-adf-libs'.
Replies: 3
Views: 7266

Re: ESP-ADF环境配置有问题 Failed to resolve component 'esp-adf-libs'.

我整明白了
esp-adf-libs是ESP-ADF下的一个子模块
把ESP-ADF git下来之后还需要更新子模块

ESP-ADF 用的2.4
ESP-IDF用的realese/v4.4
by NiceAlpha
Sun Oct 16, 2022 10:28 am
Forum: ESP-ADF 中文讨论版
Topic: ESP-ADF环境配置有问题 Failed to resolve component 'esp-adf-libs'.
Replies: 3
Views: 7266

ESP-ADF环境配置有问题 Failed to resolve component 'esp-adf-libs'.

E:\ESP32\play_mp3_control>idf.py set-target esp32 Adding "set-target"'s dependency "fullclean" to list of commands with default set of options. Executing action: fullclean Build directory 'e:\esp32\play_mp3_control\build' not found. Nothing to clean. Executing action: set-target Set Target to: esp32...