Chat freely about anything...

User avatar
By nickml
#20537 My ESP8266 came in the mail today (wasn't expecting it till the end of the month.) I have found that I can set the baud rate to 9600 but upon a power cycle it resets to 115200. Don't know if it's a bug that's been fixed in a later firmware version, although it appears to be a recent firmware version. I read someone had the same issue a few months ago.

Code: Select allAT+GMR

AT version:0.23.0.0(Apr 24 2015 21:11:01)
SDK version:1.0.1
Ai-Thinker Technology Co. Ltd.
Apr 27 2015 13:55:14

OK
User avatar
By hoodoo
#24943 I'll post and answer rather then some cryptic non-sense.

AT+CIOBAUD=9600 is not persistent when the ESP8266 is reset.
AT+IPR=9600 kills the ESP8266 and you will have to reflash the firmware to get it working again.
AT+UART=9600,8,1,0,0 will set the baud speed to 9600 and it is persistent after a rest.