hello dear forum,
If I ping my ESP from PC it gives answer
however below commands return this errors
what am I doing wrong ?
thank you
====================================
AT+CWMODE=1
OK
AT+CIPMODE=0
OK
AT+CIPMUX=0
OK
AT+CWJAP="SSIDNAMEI","PASSWORD"
OK
AT+CIFSR
+CIFSR:STAIP,"192.168.1.6"
+CIFSR:STAMAC,"18:fe:34:f3:3e:81"
OK
AT+CIPSTART=0,"TCP","api.openweathermap.org",80
Link typ ERROR
AT+CIPSEND=0,72
link is not
why does my ESP return "Link typ ERROR" and "link is not" ?
Re: why does my ESP return "Link typ ERROR" and "link is not" ?
Postby ESP_Faye » Wed Nov 11, 2015 8:17 pm
Hi,
Here is the latest AT firmware : http://bbs.espressif.com/viewtopic.php?f=46&t=1123.
AT documentations : http://bbs.espressif.com/viewtopic.php?f=51&t=1022
You can test AT commands according to documentation "4B-ESP8266__AT Command Examples".
Please set "AT+CIPMUX=1" first, then "AT+CIPSTART=0,"TCP","api.openweathermap.org",80", the first parameter "0" is the link ID, only in multiple connection mode we need a link ID, in single connection mode, there is only one connection which do not need a link ID.
Thanks for your interest in ESP8266 !
Here is the latest AT firmware : http://bbs.espressif.com/viewtopic.php?f=46&t=1123.
AT documentations : http://bbs.espressif.com/viewtopic.php?f=51&t=1022
You can test AT commands according to documentation "4B-ESP8266__AT Command Examples".
Please set "AT+CIPMUX=1" first, then "AT+CIPSTART=0,"TCP","api.openweathermap.org",80", the first parameter "0" is the link ID, only in multiple connection mode we need a link ID, in single connection mode, there is only one connection which do not need a link ID.
Thanks for your interest in ESP8266 !
Who is online
Users browsing this forum: No registered users and 2 guests
Login
Newbies Start Here
Are you new to ESP8266?
Unsure what to do?
Dunno where to start?
Start right here!
Latest SDK
Documentation
Complete listing of the official ESP8266 related documentation release by ESPRESSIF!
Must read here!
- All times are UTC+08:00
- Top
- Delete all board cookies
About Us
Espressif Systems is a fabless semiconductor company providing cutting-edge low power WiFi SoCs and wireless solutions for wireless communications and Internet of Things applications. We are the manufacturer of ESP8266EX.