I am new using the ESP8266 module.
I have it connected to an Arduino Nano. I am sending AT commands through the serial monitor.
I have achieved connecting the module to my wifi, it got the IP address.
But I want to configure it as a web server.
I send the commands AT+CIPMUX=1 and T+CIPSERVER=1,80.
It show me ok, but it does not work.
This is the firmware version
AT version;0.40.0.0(Atg 8 2015 14:45:58)
SDK version:1.3.0c18
I hope you can help me.
Thanks