Have questions about FETS, transistors, measurement, power supplies, or anything else electrical?

User avatar
By M.Mahdi
#93255 Hi
I have an esp8266 01 buy a accidentally set a wrong baud rate to that
Now it doesn't work :cry:
I cant connect to it with any baud rate
Can I return the baud rate to default?
User avatar
By JurajA
#93258 try to clear the settings with
this is for 1 MB flash
esptool.py write_flash 0xfe000 blank.bin 0x7e000 blank.bin

for 512 kB
esptool.py write_flash 0x7a000 blank.bin 0x7e000 blank.bin

blank.bin is attached.
https://github.com/espressif/esptool#in ... pendencies
Attachments
(172 Bytes) Downloaded 146 times