- Fri Feb 27, 2015 7:10 pm
#10940
Thank you Gerard for your answer.
You are right and finally I discovered how to create an UDP Server on ESP8226.
As you know there are so many documents, posts and information about ESP8226 that it is very difficult each time to find the right way to follow.
My first error was to think that to create an UDP Server I need to use the AT+CIPSERVER command , but it is not the right way.
This command will works only for TCP Server.
So if someone else is still struggling with this matter I can say to you that the right command to use is AT+CIPSTART….. yes it was strange also for me but when in UDP mode there are two more parameters that will do the job.
Have a look to the "AT Espressif AT Instruction set” document for more information or feel free to ask me if you want more details.