unkwon baud rate
Posted: Sun Feb 07, 2016 10:12 pm
i have accidentally change the baud rate of esp8266 to unknown number, what shall i do?
-->
Open Community Forum for ESP8266, Come share Arduino and IoT (Internet of Things)
https://www.esp8266.com/
martinayotte wrote:What do you mean ?
Are you using Arduino ESP or AT firmware ?
In Arduino sketch, it is up to you to define Serial.begin(<baudrate>); in your setup() loop.
If you are using AT firmware, your question should be "how to get rid of AT firmware"
esptool.py --port /dev/ttyUSB0 write_flash 0x0007e000 blank.bin