-->
Page 1 of 1

need help to start esp8266

PostPosted: Sun Apr 22, 2018 3:22 am
by AJ123
hello
I'm interfacing esp8266 with PC via TTL to usb cable
i'm able to receive some data at power ON, but it seems to be garbage ones.
I also tried various baud rate but somehow the data received is garbage.
here is my attached snapshot.

Can somebody tell me what is default baud of esp8266 ? or else how to set esp8266 to its default configuration

Re: need help to start esp8266

PostPosted: Tue May 22, 2018 9:43 am
by kee
115200

Re: need help to start esp8266

PostPosted: Wed May 23, 2018 2:15 am
by QuickFix
No, the default rate of the ESP8266 is 74880 Baud (this is not a typo) at boot and when the actual program runs the Baud rate set in firmware (there's no default on that one, but usually 9600 or 115200 Baud). :idea: