Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Jaimesg
#68325 Hi, i've been trying to load anything on the ESP module without success. The module is a LoLIN NodeMCU v3 ESP12E with a CH340g usb to serial converter.

Error while uploading the sketch:
warning: espcomm_sync failed
error: espcomm_open failed


While uploading the sketch the blue LED blinks a couple of long times and then throws the error

Things done:
- The driver is installed and working, but i cannot see anything on the serial monitor of Arduino.
- Selecting the correct board (NodeMCU V1) on Arduino
- Selecting the correct COM port

Things that I tried:
- Last Arduino version and older ones (1.6.5)
- Last esp8266 core libraries and older ones (2.0.0)
- Different usb cables

What can it be?

Thank you!
User avatar
By QuickFix
#68459 As said above: use a slower baud-rate to start with (eg. 115200 baud) and make sure no other serial (terminal) programs are using that COM-port.
In your Arduino IDE, select "Tools" -> "Board: NodeMCU v?.?" before uploading (or use the old manual flash-method using the FLASH- and RST-buttons on the board, though the auto-flash/reset mode should work, if you selected the correct board). :idea:
Also make sure, the correct COM-port is selected in "Tools" -> "Port: COM???"