Hi all,
What are the cybersecurity related certifications for esp32 pico mini? such as PSA. Thank you.
Search found 6 matches
- Fri Jun 27, 2025 1:47 pm
- Forum: General Discussion
- Topic: ESP32 cybersecurity certifications
- Replies: 0
- Views: 60
- Thu Jun 12, 2025 4:44 am
- Forum: ESP-IDF
- Topic: HFP choppy audio from Windows
- Replies: 1
- Views: 1448
Re: HFP choppy audio from Windows
Hi, Did you solve the problem?
- Fri May 30, 2025 11:43 am
- Forum: ESP-IDF
- Topic: BT_BTM: SCO xmit Q overflow
- Replies: 0
- Views: 25
BT_BTM: SCO xmit Q overflow
hi forum, I am encountering this error in the hf application. I am sharing my hf handler codes below. What could be the problem? Thank you!
static uint32_t bt_app_hf_client_outgoing_cb(uint8_t *p_buf, uint32_t sz)
{
//request 240 byt read per time from bt stack cb
int32_t out_len_bytes = 0 ...
static uint32_t bt_app_hf_client_outgoing_cb(uint8_t *p_buf, uint32_t sz)
{
//request 240 byt read per time from bt stack cb
int32_t out_len_bytes = 0 ...
- Tue Apr 22, 2025 4:34 am
- Forum: ESP-ADF
- Topic: Using AEC algorithm with A2DP Sink and HFP
- Replies: 0
- Views: 266
Using AEC algorithm with A2DP Sink and HFP
I could not add the AEC algorithm to the HFP application. Can you give me an idea of what path I should follow? If anyone has tried it, does it solve the echo problem? Thxx
- Thu Apr 10, 2025 6:18 am
- Forum: ESP-ADF
- Topic: Is psram required in pipeline a2dp sink and hfp example
- Replies: 1
- Views: 209
Re: Is psram required in pipeline a2dp sink and hfp example
I'm currently working on the pico-mini. I want to switch from pico-mini to esp32-mini for pipeline a2dp sink and hfp project. I am not sure what kind of impact the psram feature might have on the project.
- Wed Apr 09, 2025 6:01 am
- Forum: ESP-ADF
- Topic: Is psram required in pipeline a2dp sink and hfp example
- Replies: 1
- Views: 209
Is psram required in pipeline a2dp sink and hfp example
I need to choose a different esp32 series for pipeline_a2dp_sink_and_hfp application. Do I need to pay attention to psram issue? Thank you!