-->
Page 1 of 1

ESP8266 issues

PostPosted: Sat May 30, 2015 4:36 am
by pouyashiri
Hi everyone!
Just started getting ESP to work, I have some problems though :(
I connect it to an AP and I start a server using AT+CIPSERVER=1,8080, and I receive the "OK" reply.
The problem is that when I use AT+CIPSEND command, the module replies "link no connect", and also no package is received.
I doubt I have a fake module.
I would be really thankful if anyone could help me with this.

Re: ESP8266 issues

PostPosted: Fri Jun 05, 2015 11:19 am
by pouyashiri
Is there anyone who could help me with this? :cry:

Re: ESP8266 issues

PostPosted: Fri Jun 05, 2015 12:01 pm
by martinayotte
It is not clear what you wish to do with your ESP.
When you do a AT+CIPSERVER, it run your ESP as a server. Then, when you do AT+CIPSEND, your asking your ESP to be a client, but your never did a AT+CIPSTART to tell which server you wish to become client. Maybe you confused between both AT+CIPSTART and AT+CIPSERVER commands.