Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By maxime1234
#54203 Hi guys,

I'm doing some arduino since about 6 months and I was doing well since now. I wanted to add some "wifi fun" to my projects using the esp8266 but it seems like I'm out of luck.

After following numerous number of tutorial and after reading many post on this forum, i'm now out of ressources.

I'm using the esp8266 through an arduino UNO using the serial monitor. I can see my local network and connect to it using the appropriates commands.

My problem is with the AT+CIPSTART command when I try to connect to any website. I only receive "ERROR" back in the monitor ...

My firmware version is :
AT+GMR
AT version:0.40.0.0(Aug 8 2015 14:45:58)
SDK version:1.3.0
Ai-Thinker Technology Co.,Ltd.
Build:1.3.0.2 Sep 11 2015 11:48:04

This is the command to try to connect to google :
AT+CIPSTART="TCP","google.com",80

I have do some tests with a local IP where I have a website on using appache and stuffs and I have got the same error each time.

Any advice from you guy?

Thank you