Page 1 of 1

ESP_32 WIFI_UDP [Access point] Configuration for sent audio buffer data ??

Posted: Fri Feb 12, 2021 11:01 am
by Venketraj
Hii all,
Ill working on the transmission of audio data which received from codec and to transmit over Wi-Fi using UDP protocol. For that how to configure the UDP protocol??
I am using Eclipse IDE for firmware development . esp32 acts as a access point(UDP SERVER) and the mobile acts as a client .
I have surf lots of document but i didn't find how to configure udp for eclipse :| . I want to know how to cofigure wifi udp server in ecclipse IDE.

Please let me know if anyone know about this. I will grateful to you.!!

Thankyou for your support in advance!!

Re: ESP_32 WIFI_UDP [Access point] Configuration for sent audio buffer data ??

Posted: Fri Feb 12, 2021 5:08 pm
by Agree007
You can find example code for UDP server for both esp-idf and arduino, you can use in eclipse idé, use Google to find it.

UDP might not be ok for handling your audio, if that the case you can use TCP.

Re: ESP_32 WIFI_UDP [Access point] Configuration for sent audio buffer data ??

Posted: Sun Feb 14, 2021 7:39 am
by Venketraj
Also tried in all ways. could you share any references ??