ESP8266 Developer Zone The Official ESP8266 Forum 2017-01-19T10:10:36+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=3269 2017-01-19T10:10:36+08:00 2017-01-19T10:10:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3269&p=11136#p11136 <![CDATA[Re: [ESP01] CIPSTART can't connect to the socket]]> That seems like the same question I have answered. I haven't noticed this question before.
Thanks

Statistics: Posted by ESP_puff — Thu Jan 19, 2017 10:10 am


]]>
2017-01-17T15:27:26+08:00 2017-01-17T15:27:26+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3269&p=11122#p11122 <![CDATA[[ESP01] CIPSTART can't connect to the socket]]>
I tried to connect to a TCP socket the ESP01, and I can't connect when run CIPSTART

On the ESP01 downloaded the lastest firmware using the command:

Code:

esptool.py --port /dev/ttyUSB0 write_flash 0x00000 boot_v1.6.bin 0x01000 at/512+512/user1.1024.new.2.bin 0x7e000 blank.bin 0x1fe000 blank.bin


The AT Command what I use are the following:

Code:

AT


OK
AT+RST


OK

 ets Jan  8 2013,rst cause:2, boot mode:(3,6)

load 0x40100000, len 2408, room 16
tail 8
chksum 0xe5
load 0x3ffe8000, len 776, room 0
tail 8
chksum 0x84
load 0x3ffe8310, len 632, room 0
tail 8
chksum 0xd8
csum 0xd8

2nd boot version : 1.6
  SPI Speed      : 40MHz
  SPI Mode       : QIO
  SPI Flash Size & Map: 4Mbit(256KB+256KB)
jump to run user1 @ 1000

����o�{��N|�l�l`��s�p��l��l ��{�$���d ��r�l����$`{$��o����B��c�"c�{�lܜpb��N�2oN��c��N$l�l��$��d���$`�N���bbl$��#���c#$�crlsd
ready
AT+CWMODE=3

OK
AT+CIPMUX=0

OK
AT+CWJAP="8ball","music789"
WIFI CONNECTED
WIFI GOT IP

OK
AT+CIFSR
+CIFSR:APIP,"192.168.4.1"
+CIFSR:APMAC,"06:00:00:00:06:00"
+CIFSR:STAIP,"8.0.0.0"
+CIFSR:STAMAC,"0c:02:0d:f0:0c:02"

OK
AT+CIPSTART="TCP","54.XXX.XXX.XXX",3000

ERROR
CLOSED

OK
AT+CIPSTART="TCP","54.XXX.XXX.XXX",3000

ERROR
CLOSED

OK
AT+CIPSTART="TCP","54.XXX.XXX.XXX",3000

ERROR
CLOSED


Someone know what is happen?

Statistics: Posted by CharlyC64 — Tue Jan 17, 2017 3:27 pm


]]>