I updated my ESP8266 to latest version (0.30 and 1.2) using AT+CIUPDATE and everything was working except that when sending commands to it it sometimes "catches" command sometimes not. So I thought its baud rate it too fast maybe (115200). So I opened in terminal and changed baud rate to 9600 like this:
AT+UART_DEF=9600,8,1,0,3
But now my ESP8266 does not work on any baud rate I tried all of them and all of them produce garbage. Some of them produce garbage but also I can see string Fatal error (28) on some bout rate immediately after reset. When I connect on 76800 I get this:
load 0x3ffe8000, len 776, room 0
tail 8
chksum 0xd9
load 0x3ffe8308, len 412, room 0
tail 12
chksum 0xb9
csum 0xb9
2nd boot version : 1.3(b3)
SPI Speed : 40MHz
SPI Mode : QIO
SPI Flash Size : 8Mbit
jump to run user2
R
Is it bricked with AT+UART_DEF command? Is there any way to recover it? Anyone knows why did it missed receiving commands from time to time in the first place anyway?
Thanks in advance!Statistics: Posted by borgdrone7 — Sun Aug 16, 2015 5:13 pm
]]>