Search found 3 matches

by elnino_cs
Thu Jan 20, 2022 5:24 pm
Forum: ESP-IDF
Topic: ESP-IDF and printf() function
Replies: 1
Views: 4165

ESP-IDF and printf() function

Hi, a strange thing happens to me. I created a sketch where I use bluetooth to communicate with external apps and it happens in some cases that the execution of the sketch stops if I insert the printf () function; Faccio un esempio: if(param->write.value[2] == 8){ valore0 = param->write.value[0]; va...
by elnino_cs
Mon Mar 29, 2021 1:52 pm
Forum: ESP-IDF
Topic: ESP32 BT/BLE COEX Problem
Replies: 0
Views: 1229

ESP32 BT/BLE COEX Problem

Hi, I'm trying to integrate a2dp and BLE bluetooth audio on esp32 based on the "a2dp_gatts_coex" sketch. Everything works fine but if I connect a device to BLE while playing audio, the audio stream is no longer constant and BLE becomes slow.
Thanks to those who can help me
by elnino_cs
Fri Jan 22, 2021 10:33 am
Forum: ESP-IDF
Topic: HFP Audio quality during call with A2DP External DAC
Replies: 0
Views: 1356

HFP Audio quality during call with A2DP External DAC

Hi everyone, I created a sketch based on the "a2dp_sink" example, using the external DAC and integrated TAS5806M. The sketch works great using it as a Bluetooth audio device and the audio is great. Now I am trying to integrate the HFP to be able to receive calls as well. The problem I have encounter...