Chat freely about anything...

User avatar
By noisette
#23747 Hi every body

I just received my new esp boards, and I see that with the new firmware, I cannot launch an UDP server with the AT commands
AT+GMR gives me this :
Code: Select allAT version:0.21.0.0
SDK version:0.9.5


When I start a server with AT+CIPSERVER=1,80
I have only a TCP server
anybody has an idea about this ?
is it normal ? can I start a UDP server ?
User avatar
By rjhllr
#23861 Hey,
according to each and every AT command spec I could find (e.g. https://nurdspace.nl/ESP8266#Commands or the one I downloaded right from Espressif the only mention of UDP I can find is connecting to UDP servers (or, technically correct, sending UDP packets) - no UDP server in here. The nurdspace reference even has a "type column" where CIPSERVER is referenced as a TCP/IP function. Maybe you should try out nodemcu or ESP8266 Arduino IDE, from what I've read both feature UDP servers.