Chat freely about anything...

User avatar
By yukardo
#47491 Hi everybody,

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
User avatar
By yukardo
#47520 I open a web browser with the IP address and the port.

The serial monitor does not show anything.

I saw some tutorials and it said that it could appear a message in the serial monitor.

Is there another way to test it?

Thanks.