ESP8266 Developer Zone The Official ESP8266 Forum 2015-11-13T10:51:58+08:00 https://bbs.espressif.com:443/feed.php?f=65&t=957 2015-11-13T10:51:58+08:00 2015-11-13T10:51:58+08:00 https://bbs.espressif.com:443/viewtopic.php?t=957&p=4560#p4560 <![CDATA[Re: Bricked with baud rate command?]]>
If you set a baud rate that you can not use, you need to re-burn your flash, download AT bin files into your Flash.

We suggest using "UART_CUR" which would not be saved in flash to try the new configuration first, if it can not work, you can just power off and power on to recover.

The AT firmware :http://bbs.espressif.com/viewtopic.php?f=46&t=1123
Flash Download Tool : http://bbs.espressif.com/viewtopic.php?f=57&p=1658#p1658

Statistics: Posted by ESP_Faye — Fri Nov 13, 2015 10:51 am


]]>
2015-11-11T02:05:16+08:00 2015-11-11T02:05:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=957&p=4528#p4528 <![CDATA[Re: Bricked with baud rate command?]]>
I'm encountering the same issue :(
Due to wrong parameters AT command, I send a baudrate modification with RTC/CTS flow control activated.

Now, I'm unable to connect the system.

How to solve this issue ?

AT version : 0.21.0.0
SDK version : 0.9.5

Thanks a lot
Jeff

Statistics: Posted by Jaiff — Wed Nov 11, 2015 2:05 am


]]>
2015-08-18T13:55:49+08:00 2015-08-18T13:55:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=957&p=3284#p3284 <![CDATA[Re: Bricked with baud rate command?]]>
Thanks for your interest in ESP8266!

We suggest using "UART_CUR" which would not be saved in flash to try the new configuration first, if it can not work, you can just power off and power on to recover.

The last parameter "3" means UART flow control which needs your UART hardware to support flow control.

Maybe you could try to connect the CTS、RTS, and enable the flow control on your UART tool, and try again.

If it does not work, you need to re-download AT firmware to your module to recover.

Statistics: Posted by ESP_Faye — Tue Aug 18, 2015 1:55 pm


]]>
2015-08-16T17:13:29+08:00 2015-08-16T17:13:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=957&p=3267#p3267 <![CDATA[Bricked with baud rate command?]]>
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


]]>