whiledo wrote:... create an UDP Server need to use the AT+CIPSERVER ... but it is not the right way.
So if someone else is still struggling with this matter I can say to you that the right command to use is AT+CIPSTART…..
I looked at the document and I see the extra params, but I am trying to make sense of how to use this to open a UDP server socket/connection.
AT+CIPSTART=0,UDP,<remote ip?>,<remote port?>,<local port>
How are "remote ip" and "remote port" used for a UDP server?