Chat freely about anything...

User avatar
By fasmide
#1623 Hi

I dont know if anyone have posted anything about this, anyways:

I tried to decode the "garbage" that the esp sends when its powered on, i think its at 75000 baud - i cannot decode this stuff on my ubuntu box, properly because i have no idea how to set this baud rate. tools like stty, setserial and my favurite cu dont like this speed, just replying stuff like:

Code: Select allcu -l /dev/ttyUSB0 -s 75000
cu: Unsupported baud rate 75000



Anyone knows how to set a "special" baudrate in ubuntu?.

I am able to decode this stuff on a rigol scope, see attachment :) - it seems it have a lot it wants to say in its boot sequence, ive seen the words scandone and connect.

Is it possible for a standard 3v3 ftdi cable to decode this baudrate?

best regards
Kristian
Attachments
DS1Z_QucikPrint2.png
scope screenshot
User avatar
By RichardS
#1633 Funny, thought maybe it was try to speak Chinese.... :-)

Richard.
User avatar
By fasmide
#1636 Heh yeah :)

I actually managed to decode the stuff with an arduino, its available here

https://gist.github.com/fasmide/1312c3e23751dc97554f

I didnt knew it autoconnects to the previously used wifi network but thats cool :)

Also, its not 75000 baud, its 74880.. At least that baudrate is mentioned in their samples https://github.com/scottjgibson/esp8266 ... uart.h#L38
User avatar
By spacejunkie
#1680
fasmide wrote:Heh yeah :)

I actually managed to decode the stuff with an arduino, its available here

https://gist.github.com/fasmide/1312c3e23751dc97554f

I didnt knew it autoconnects to the previously used wifi network but thats cool :)

Also, its not 75000 baud, its 74880.. At least that baudrate is mentioned in their samples https://github.com/scottjgibson/esp8266 ... uart.h#L38


It's the boot loader trying to autobaud. The baud rate keeps changing where as your PC expects a constant baud. Rigol is probably capable of dealing with this.