Search found 4 matches
- Tue Apr 04, 2023 8:07 am
- Forum: ESP-IDF 中文讨论版
- Topic: BLUFI设备名称修改之后,EspBlufi无法查询到设备
- Replies: 0
- Views: 955
BLUFI设备名称修改之后,EspBlufi无法查询到设备
#ifdef CONFIG_BT_BLUEDROID_ENABLED #include "esp_gap_ble_api.h" #endif #define BLUFI_APP_UUID 0xFFFF #define BLUFI_DEVICE_NAME "BLUFI_DEVICE" 我是修改了frameworks\esp-idf-v4.4.1\components\bt\common\btc\profile\esp\blufi\include\esp_blufi.h头文件里的"BLUFI_DEVICE"名称,编译运行之后,手机蓝牙设置里面可以看到,但是在EspBlufi里面刷新看不到新的设备名...
- Thu Jun 23, 2022 7:14 am
- Forum: ESP-ADF
- Topic: No sound from mic
- Replies: 0
- Views: 2250
No sound from mic
After compiling the running routine pipeline_a2dp_sink_and_hfp, music can be played normally when connected to the mobile phone. But when I talk on the phone, I can't hear the voice when I talk into the mic. Why is that? the development board is the Lyrat Mini V1.2.
- Wed Jun 22, 2022 2:06 am
- Forum: ESP-ADF 中文讨论版
- Topic: element_wav_amr_sdcard编译运行后出错Not found right xTaskCreateRestrictedPinnedToCore
- Replies: 2
- Views: 4373
element_wav_amr_sdcard编译运行后出错Not found right xTaskCreateRestrictedPinnedToCore
I (0) cpu_start: App cpu up. I (1292) spiram: SPI SRAM memory test OK I (1300) cpu_start: Pro cpu start user code I (1300) cpu_start: cpu freq: 240000000 I (1300) cpu_start: Application information: I (1303) cpu_start: Project name: element_wav_amr_sdcard I (1309) cpu_start: App version: 1 I (1314) ...
- Tue Jun 21, 2022 2:06 am
- Forum: ESP-ADF 中文讨论版
- Topic: ADF蓝牙双向语音
- Replies: 1
- Views: 2509
ADF蓝牙双向语音
想实现类似蓝牙耳机的功能,能够连接手机实现语音播放下行,打电话时实现语音录入上行。不知道ADF是否支持呢?