Page 1 of 1

Example DLNA - failed WLAN connection

Posted: Wed Mar 15, 2023 9:54 pm
by melchi
Hello together,

I'm quite new within ESP32 programming, so might be a stupid question. I have a LYRAT V4.3 board and I want to start working with this.
I started with example "pipeline_http_mp3" everything is fine, some sound is on my headset.
Within config I adapted SSID/Password accordingly and I can see the LYRAT board within my network. ==> connection to WLAN is possible

Now I try the example "dlna" with SSID/Password with adaptions as done before.
Here I don't get any connection to my WiFi.
Serial Output tells me:

Code: Select all

AUDIO_EVT: There is no space in external queue
PERIPH_WIFI: Wi-Fi disconnected from SSID ESP-Audio, auto-reconnect enabled, reconnect after 1000ms
I have no idea about the difference, I would have expected, that WLAN connection is possible, as it was possible within the other example.
What kind of events might occur, and why do AUDIO_EVT disabale WiFi? I hope questions are OK, because I am a newbie.
On the LYRAT I have only my headset and no passive loudspeaker. Does this matter here but not within the other example?

best regards...