Chat freely about anything...

User avatar
By Kobi
#36054 Hi everyone,

I try to configure the BOUD RATE of the ESP8266-01 from 115200 bps to 250000 bps with the command :

AT+UART_DEF=250000,8,1,0,3

as described in the AT instruction set document published in :

http://bbs.espressif.com/viewtopic.php?f=51&t=1022

but after I power cycle the module, it returns back to 115200, means it's not restored in the flash memory of the module.
Why's that and how can I overcome this problem ?

Responding with the default BDR (115200 bps) :
Image

Stop responding after sending the AT+UART_DEF command :
Image

Responding back after power cycle the module :
Image


thanks