Search found 8 matches

by KBFEDE
Tue Sep 22, 2020 7:49 am
Forum: General Discussion
Topic: Simple BT communications protocol example
Replies: 1
Views: 2501

Re: Simple BT communications protocol example

Hi,

As you know, we only do the example code to show the features of the BT profile and we think the example code you request can be implemented by SPP with real time console.

I suggest you to dig into SPP and make the example yourself.

Thank you very much.
by KBFEDE
Thu Jun 18, 2020 3:23 am
Forum: Report Bugs
Topic: 如何让wifi和bt同时工作
Replies: 1
Views: 7026

Re: 如何让wifi和bt同时工作

你好,请参考另外一个类似问题解答:

https://esp32.com/viewtopic.php?f=25&t= ... 081#p61582

谢谢
by KBFEDE
Thu Jun 18, 2020 3:22 am
Forum: ESP-IDF 中文讨论版
Topic: a2dp_source不能与esp32作为ap模式共存
Replies: 4
Views: 8576

Re: a2dp_source不能与esp32作为ap模式共存

你好,我这边写了一个小 demo,你可以把邮箱给我么?这里没有办法发送 13MB 的附件。
coex 是不受 profile 限制的,只是 BTDM controller 的操作,所以我觉得可能是因为应用层没有配置正确。

我试了在 a2dp 连接上之后,进行 wifi(sta)连接AP;或者在 wifi 连接上AP 之后去连接 a2dp 都是可以的,而且我这边还加上了 ble scan。
因为我这边环境的原因,我是在 IDF release/v3.3 上编译的,master 上大同小异,可能只有个别的 API 有改动。
by KBFEDE
Mon Apr 27, 2020 2:22 am
Forum: ESP-IDF
Topic: HFP AG Callback function not working properly [BT-776]
Replies: 4
Views: 5829

Re: HFP AG Callback function not working properly [BT-776]

Here is the link to the same issue on Github.

https://github.com/espressif/esp-idf/issues/4967

Please follow this issue and we will update this on Github.
by KBFEDE
Sun Apr 26, 2020 9:55 am
Forum: ESP-IDF
Topic: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]
Replies: 5
Views: 8272

Re: Connectivity issue with Bluetooth a2dp_source example and Echo Dot [BT-717]

Have you ever tried add the esp_avrc_tg_init(); ?
by KBFEDE
Sun Apr 26, 2020 9:07 am
Forum: ESP-IDF
Topic: HFP AG Callback function not working properly [BT-776]
Replies: 4
Views: 5829

Re: HFP AG Callback function not working properly [BT-776]

Hi, this is an already known issue on Github.
We are doing optimization of Bluedroid and maybe we shall fix this on the newer IDF version like release/v4.2.
Sorry for wasting your time, thanks.
by KBFEDE
Sun Apr 26, 2020 8:58 am
Forum: ESP-IDF
Topic: Why my Phone can't auto connect to the ESP-32 A2dp sink speaker? [BT-758]
Replies: 2
Views: 3857

Re: Why my Phone can't auto connect to the ESP-32 A2dp sink speaker? [BT-758]

It's a common strategy of connection between a BT speak and phone. Mode `Discoverable and Connectable` does not mean that the phone should tempt to reconnect the speaker all the time.