Search found 7 matches

by pedroATsms
Thu Apr 14, 2022 5:51 am
Forum: ESP-AT
Topic: AT+BTA2DPINIT with I2S
Replies: 3
Views: 3654

Re: AT+BTA2DPINIT with I2S

Thank you for your reply ESP_Sun.

If I understand your reply correctly, then:-

BT Sink -> I2S Master
BT Source -> No I2S

If BT Source has no I2S, how do I give it the audio?

Kind regards
Pedro
by pedroATsms
Wed Apr 13, 2022 3:18 am
Forum: ESP-AT
Topic: AT+BTA2DPSRC
Replies: 5
Views: 3882

Re: AT+BTA2DPSRC

Hi ESP_Sun, I tried the +BTA2DPSRC command as per your example, but if didn't work. These are the commands I sent:- AT+CWMODE=1 OK AT+CWJAP=<ssid>,<pw> WIFI CONNECTED WIFI GOT IP OK AT+BTINIT=1 OK AT+BTA2DPINIT=1 OK AT+BTA2DPCONN=0,<bt address> OK +BTA2DPCONN:0,<bt address> AT+BTA2DPSRC=0,"http://xx...
by pedroATsms
Tue Apr 12, 2022 3:46 am
Forum: ESP-AT
Topic: AT+BTA2DPSRC
Replies: 5
Views: 3882

Re: AT+BTA2DPSRC

Thank you again for your reply ESP_Sun.

That's cool. I'm busy on another project at the minute, but I'm keen to try that out in a couple of days...

Kind regards
Pedro
by pedroATsms
Tue Apr 12, 2022 2:57 am
Forum: ESP-AT
Topic: AT+BTA2DPSRC
Replies: 5
Views: 3882

Re: AT+BTA2DPSRC

Thank you for your reply ESP_Sun. When you say "opposite end" do you mean BT Sink? Therefore, I assume the AT+BTA2DPSRC command is given to the BT Source end, is that correct? If the command is:- AT+BTA2DPSRC=0,"http://somesite/music.mp3" how does it get the music.mp3? Does it switch to WiFi? Does r...
by pedroATsms
Mon Apr 11, 2022 2:37 am
Forum: ESP-AT
Topic: Genric library AT command?
Replies: 4
Views: 4351

Re: Genric library AT command?

Hi Arnaud,

Have you found what you are looking for?

I have some code written in C, interrupt driven, for the STM32 microprocessor. But could be adapted to any microprocessor.

PM me if you what to discuss further.

Kind regards
Pedro
by pedroATsms
Thu Apr 07, 2022 2:11 am
Forum: ESP-AT
Topic: AT+BTA2DPINIT with I2S
Replies: 3
Views: 3654

AT+BTA2DPINIT with I2S

Hi all,

I have a couple of questions about A2DP.

Using a ESP32 with AT, I have enabled A2DP support, which gives 3 I2S pins. My questions are -

1) is the I2S a master or slave?

2) What difference will the +BTA2DPINIT sink or source make to the I2S function?

Thanking you
Pedro
by pedroATsms
Wed Apr 06, 2022 1:07 am
Forum: ESP-AT
Topic: AT+BTA2DPSRC
Replies: 5
Views: 3882

AT+BTA2DPSRC

Hi all,

I am new to Esp32, although I have been working with electronics for many years.

I see that the ESP32 has a AT+BTA2DPSRC command - could someone please tell me what this does, and how to use it?

Thanking you
Pedro