Hi,
I would like to create a socket UDP (broadcast) to accept requests on port 8000.
In ESP-AT User Guide, the command AT+CIPSERVER is present to create a server, but UDP is not accepted as a type.
How can I accomplish that?
Thanks and Regards
ESP32 - How to start a UDP socket
Re: ESP32 - How to start a UDP socket
These examples may help. https://docs.espressif.com/projects/esp ... mples.html
Re: ESP32 - How to start a UDP socket
you can execute AT+CIPSTART=4,"UDP","192.168.3.102",8080,8000,2 in multiple connectins. For the <”remote host”> and <remote port> parameters, you just need to meet the specifications (It means you can set it freely, but it should meet the specifications)
Who is online
Users browsing this forum: No registered users and 13 guests