-->
Page 2 of 2

Re: Code upload to ESP8266 runs, but does not seem to execut

PostPosted: Sun Oct 23, 2022 11:14 am
by AcmeUK
If you are getting gibberish whenever you push the button on the controller, THEN that will be messages from the boot ROM a 74880 baud.
If your sketch does not run, then the boot messages will give an error code.

Re: Code upload to ESP8266 runs, but does not seem to execut

PostPosted: Sun Oct 23, 2022 1:11 pm
by David_B
bra1n wrote:Is the baud rate in your serial monitor set to 115200 (I suspect not)

rooppoorali wrote:As the previous answerer said, this type of garbage value appears in the serial monitor due to a baud rate mismatch. Kindly check that.

I'm pretty sure the baud rate is correct. Here's a screenshot of what I see. The gibberish output came from pushing the button.

Image

AcmeUK wrote:If you are getting gibberish whenever you push the button on the controller, THEN that will be messages from the boot ROM a 74880 baud.
If your sketch does not run, then the boot messages will give an error code.
I don't see an option for a 74880 baud in the list?

Re: Code upload to ESP8266 runs, but does not seem to execut

PostPosted: Sat Nov 26, 2022 12:54 pm
by AcmeUK
Hi

The Arduino IDE did have 74880 added to to it. Not sure if the new V2 has it, I have not upgraded on my system.

I prefer to use CoolTerm to see serial data. See HERE for details.

Re: Code upload to ESP8266 runs, but does not seem to execut

PostPosted: Sun Nov 27, 2022 11:27 am
by jorefim
rooppoorali wrote:As the previous answerer said, this type of garbage value appears in the serial monitor due to a baud rate mismatch. Kindly check that.

ya I'll check that and it work proper for me