TomerCo / ESP8266-Modules

All kinds of useful modules for esp8266
GNU General Public License v2.0
0 stars 0 forks source link

Problem to change the baud rate of the ESP8266 #1

Closed dcoredump closed 9 years ago

dcoredump commented 9 years ago

Hi!

Thanks for your NTP firmware! I am new to ESP8266 but I got it running. But I have some trouble with the used baud rate of 115200 bps. I tried to change the baud rate with AT+CPIOBAUD=19200 which gets an ERROR. With actual "Electrodragon" firmware the command seems to work. Maybe this is a problem due to 0.9.4-based NTP-firmware?

Is there a change that you build a newer version or do you have an idea how to set the ESP up to use a lower baud rate?

Thanks, Holger

TomerCo commented 9 years ago

Hi,

The AT+CPIOBAUD command was changed to AT+IPR. So just execute AT+IPR=19200 and you should be good to go.