Help: Sketch uploaded but not started.
Posted: Sun Jan 08, 2017 8:11 am
Hi,
I am newbie in ESP+Arduino IDE. I am trying to create and upload easy sketch, which just sends text into Serial at startup time.
Hardware Platform: H801WiFi unit, described at https://eryk.io/2015/10/esp8266-based-wifi-rgb-controller-h801/
Arduino IDE: 1.6.12
Board: Generic ESP8266 Module.
Sketch compiled and uploaded without any issues. But when module restarted Serial Monitors shows booloader info at 74880 baud and nothing happens.
As I saw there is quite standard issue, but I didn't found solution for it.
The same sketch at ESP-12 works fine.
Have somebody any ideas?
Thanks a lot!
I am newbie in ESP+Arduino IDE. I am trying to create and upload easy sketch, which just sends text into Serial at startup time.
Hardware Platform: H801WiFi unit, described at https://eryk.io/2015/10/esp8266-based-wifi-rgb-controller-h801/
Arduino IDE: 1.6.12
Board: Generic ESP8266 Module.
Sketch compiled and uploaded without any issues. But when module restarted Serial Monitors shows booloader info at 74880 baud and nothing happens.
Code: Select all
ets Jan 8 2013,rst cause:2, boot mode:(3,2)
load 0x4010f000, len 1384, room 16
tail 8
chksum 0x2d
csum 0x2d
v09f0c112
~ld
As I saw there is quite standard issue, but I didn't found solution for it.
The same sketch at ESP-12 works fine.
Have somebody any ideas?
Thanks a lot!