B4R Question ESP8266 programming problem

mrossen

Active Member
Licensed User
Longtime User
Hi,

I uploaded the source code from "Support for ESP8266 board" to a ESP8266 01 Wifi module.

Everything seems to go fine but the program will not start after flash.

See picture.

Any know what I am doing wrong?

Mogens


upload_2018-3-28_9-51-8.png
 

mrossen

Active Member
Licensed User
Longtime User
Hi,

You are right. But I dont think it is the app there is the problem.

But here it is.
 

Attachments

  • ESP8266.zip
    1.1 KB · Views: 220
Upvote 0

mrossen

Active Member
Licensed User
Longtime User
Thank you for your time,

I figured it out.

The upload baud rate has to be "115200" (Default) but the baud rate has to be "74880" not "115200" on this module.

After the flash it need at reset.

So now I get response in the log :)

Mogens
 
Upvote 0
Top