Search found 5 matches

by dimfred
Tue Mar 31, 2020 6:30 pm
Forum: General Discussion
Topic: A2dp sink not working :(
Replies: 3
Views: 5938

Re: A2dp sink not working :(

Got it working by switching replacing: in i2s_config_t communication_format=I2S_COMM_FORMAT_I2S_MSB to communication_format : I2S_COMM_FORMAT_PCM my sound was terrible then, so I added https://github.com/espressif/esp-idf/issues/1614 what @macaba mentioned to improve the quality, it still sucks but ...
by dimfred
Tue Mar 31, 2020 3:29 pm
Forum: General Discussion
Topic: A2dp sink not working :(
Replies: 3
Views: 5938

Re: A2dp sink not working :(

+1, same problem here.
by dimfred
Fri Apr 26, 2019 3:18 pm
Forum: ESP-IDF
Topic: Can't send data with a UDP socket as a broadcast
Replies: 3
Views: 6610

Re: Can't send data with a UDP socket as a broadcast

Hello Alvin, thank you for your response. Now I have another question, since I still have problems of acquiring the antenna for wifi, while the a2dp sink is active. Could you maybe explain some steps on how I could achieve my a2dp sink + sending wifi? I am currently sending ~2 packages/min, but have...
by dimfred
Thu Apr 25, 2019 2:51 pm
Forum: ESP-IDF
Topic: Can't send data with a UDP socket as a broadcast
Replies: 3
Views: 6610

Can't send data with a UDP socket as a broadcast

Hello, I have posted the question on stackoverflow. Hope that maybe someone here can help. https://stackoverflow.com/questions/55831612/udp-client-doesnt-broadcast-message-on-esp32 Main thing is I know in my example, that my server works. When I send data over the terminal as a broadcast the server ...
by dimfred
Mon Apr 22, 2019 3:52 pm
Forum: ESP-IDF
Topic: a2dp sink and WiFi coexistence
Replies: 2
Views: 5875

Re: a2dp sink and WiFi coexistence

Hallo guys, I would also be interested. Do you made any progress on that topic? I am currently trying mostly the same. But I want the esp to use as an AP and SINK at the same time. But everytime the a2dp stream starts, it consumes the whole power and my station gets disconnected. Would be great to h...