-->
Page 1 of 2

ESP8266 spits out constant rubbish on UART

PostPosted: Wed Oct 17, 2018 3:10 pm
by honda4life
Hello,

Very simple question.
My ESP spits out constant rubbish on UART after flashing.
I tried different bauds, but doesn't ever get readable.
I did an erase flash, flashed nodeMCU firmware.
Reflashed empty loop, ...

The problem started after getting an error with esptool flashing: digest error or something similar.
The only error I can imagine is a pointer writed out of range and something happened.


Thanks

Re: ESP8266 spits out constant rubbish on UART

PostPosted: Thu Oct 18, 2018 3:20 am
by QuickFix
First things first:
  • Connect ESP to computer
  • Download, install and open a terminal application (eg PuTTY)
  • Create/open a session on 74880 baud
  • Reset ESP
  • Copy output and paste it on this forum

Re: ESP8266 spits out constant rubbish on UART

PostPosted: Tue Oct 23, 2018 2:29 am
by honda4life
Sorry for late reply.
This is also rubbish. I can't get any readable information out of it.
I will do again and post some screenshots so you can see it yourself.

Re: ESP8266 spits out constant rubbish on UART

PostPosted: Fri Oct 26, 2018 12:56 am
by honda4life
Solved,
Bootloader baudrate was not working on Ubuntu.
I found the error. I needed to reflash the init data.

Error I got:
Code: Select allrf_cal[0] !=0x05,is 0xFF


https://nodemcu.readthedocs.io/en/master/en/flash/

Thanks, closed.