Search found 14 matches

by besterm
Mon Aug 22, 2022 3:24 pm
Forum: ESP-IDF
Topic: A2DP-Sink Audio Sample Rate (Need 48KHz)
Replies: 2
Views: 1970

Re: A2DP-Sink Audio Sample Rate (Need 48KHz)

I haven't solved this issue yet. I was able to connect at 48KHz SBC with my chromebook and my TV, so I know it can do 48KHz. I have tested many Android phones and IPhones and could only connect at 44.1KHz. I tried to use developer mode on the Android devices, but it always reverted back to 44.1KHz. ...
by besterm
Thu Aug 04, 2022 1:12 pm
Forum: ESP-IDF
Topic: A2DP-Sink Audio Sample Rate (Need 48KHz)
Replies: 2
Views: 1970

A2DP-Sink Audio Sample Rate (Need 48KHz)

Using the A2DP-Sink project, I need to change the audio connection rate to 48KHz. I haven't had any success yet. It will only connect at 44.1KHz. Does anyone have any experience changing this setting?
by besterm
Mon Sep 27, 2021 7:16 pm
Forum: ESP-ADF
Topic: Bluetooth (A2DP) Audio to Wifi (HTTP) Bridge Possible???
Replies: 0
Views: 8322

Bluetooth (A2DP) Audio to Wifi (HTTP) Bridge Possible???

Is it possible to receive audio from a bluetooth source (such as a phone) and re-transmit it out the Wifi interface via HTTP so that multiple ESP32 boards could receive/decode the audio? Basically I want to the ESP32 to bridge my audio out as an "internet radio" device (aac or mp3). Does anyone have...
by besterm
Thu Aug 27, 2020 2:53 pm
Forum: ESP-IDF
Topic: ld_acl.c error
Replies: 0
Views: 1656

ld_acl.c error

Does anyone have any idea what this error means?

ASSERT_ERR((((uint16_t)clkoff1 << 0) & ~((uint16_t)0x000007FF)) == 0), in ld_acl.c at line 302

I don't have ld_acl.c source file in my SDK. I guess it's inside a pre-compiled library.
by besterm
Mon Jun 29, 2020 2:10 am
Forum: ESP-IDF
Topic: ESP32 Development on a Pinbook Pro
Replies: 0
Views: 1829

ESP32 Development on a Pinbook Pro

In case you are interested in developing ESP32 IDF projects on a PineBook Pro, it does work. I just had to compile the xtensa tools on the PineBook Pro first. I use the "make menuconfig", "make", "make flash", and "make monitor" commands to configure, build, program, and monitor debug output from my...
by besterm
Mon Jun 01, 2020 5:04 pm
Forum: ESP-IDF
Topic: GPIO36 GPIO Input Glitches With BT/A2DP
Replies: 5
Views: 5951

GPIO36 GPIO Input Glitches With BT/A2DP

I am using GPIO36 as a button input. It normally works fine. If I enable bluetooth audio I notice very fast pull-down pulses. These pulse occur about 0.5sec rate when BT A2DP isn't connected to my phone. When it initially connects to my phone, the glitches still occur at the same rate. If I then sta...
by besterm
Fri May 22, 2020 2:14 pm
Forum: ESP-IDF
Topic: Support For Bluetooth A2DP and HFP At The Same Time
Replies: 1
Views: 3972

Support For Bluetooth A2DP and HFP At The Same Time

Is it possible to have both an A2DP and a HFP connection to a phone at the same time from the ESP32? I currently have firmware written that uses A2DP to stream audio to a speaker. I now need to be able to periodically send the speaker's battery level information back to the phone while audio is stre...
by besterm
Tue Mar 03, 2020 1:12 pm
Forum: ESP-IDF
Topic: ESP-32 I2S Audio Data Glitch
Replies: 3
Views: 5044

Re: ESP-32 I2S Audio Data Glitch

I was incorrect. The I2S glitching still occurs whenever you resume audio playback after A2DP has been suspended (takes about 4 seconds to suspend after pausing audio when using Android device and about 1 minute to suspend when using IOS device). I have tried numerous things to fix this issue for th...
by besterm
Sat Feb 29, 2020 8:48 pm
Forum: ESP-IDF
Topic: ESP-32 I2S Audio Data Glitch
Replies: 3
Views: 5044

Re: ESP-32 I2S Audio Data Glitch

I can't send code onto the forum per my company's privacy policies. This issue appears when building with IDF Version 4.0 with VisualGDB GUI on Windows 10. Today I installed "master" (ESP-IDF v4.2-dev-459-ge36516372-dirty) version of IDF onto my Linux machine and found that I now only have a small g...
by besterm
Tue Feb 25, 2020 2:01 pm
Forum: ESP-IDF
Topic: ESP-32 I2S Audio Data Glitch
Replies: 3
Views: 5044

ESP-32 I2S Audio Data Glitch

I am randomly getting audio data glitches during initial playback of audio. It appears to be "random". Sometimes it doesn't occur, sometimes it does. I can't figure out why this is happening. I'm not getting any errors reported via the serial debug interface. Any suggestions? After about the first 1...