ESP8266 Developer Zone The Official ESP8266 Forum 2017-09-25T11:05:26+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=6512 2017-09-25T11:05:26+08:00 2017-09-25T11:05:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6512&p=16005#p16005 <![CDATA[Re: Sending data from SoftAP to client]]>
Sorry that we cannot reproduce your problem.

1. Could you have a try with the latest ESP8266 AT?
2. If the problem is still unsolved, could you provide the full AT logs (both UART0 and UART1) for debugging?

Thanks for your interest in ESP8266!

Statistics: Posted by ESP_Faye — Mon Sep 25, 2017 11:05 am


]]>
2017-09-22T17:51:06+08:00 2017-09-22T17:51:06+08:00 https://bbs.espressif.com:443/viewtopic.php?t=6512&p=15928#p15928 <![CDATA[Sending data from SoftAP to client]]>
I would appreciate some help understanding why my AT+CIPSEND command fails.

My firmware is:
AT+GMR
AT version:1.3.0.0(Jul 14 2016 18:54:01)
SDK version:2.0.0(656edbf)
compile time:Jun 7 2017 11:29:24
OK

I execute in order the following AT commands:
AT+RST
AT+CWMODE_DEF=2
AT+CWSAP_DEF="DEMONSTRATION","RICHARDB",5,4
AT+CIPAP_DEF="192.168.0.1"
AT+CWDHCP_DEF=0,1
AT+CIPMUX=1
AT+CIPSERVER=1,80

No errors at this point.

After a connection:
0,CONNECT

+IPD,0,275:GET / HTTP/1.1
Host: 192.168.0.1
User-Agent: Mozilla/5.0 (Android; Tablet; rv:23.0) Gecko/23.0 Firefox/23.0
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-US,en;q=0.5
Accept-Encoding: gzip, deflate
Connection: keep-alive


I use the command AT+CIPSEND=0,114

but I get ERROR instead of >

Please help.

Many thanks
Richard

Statistics: Posted by VK6TT — Fri Sep 22, 2017 5:51 pm


]]>