Connecting Board via CP2102 Breakout
Posted: Mon Jan 23, 2017 5:10 pm
Hi,
So I have a NodeMCU board that I can connect to my laptop via micro usb. However, I want to tinker with some non-dev boards that don't have micro usb so I bout a CP2102 breakout. I'm trying to connect my Node MCU board and flash new software via arduino IDE as I do when connected via micro usb.
Right now I have connections:
CP2102 --> NodeMCU board
GND --> GND
CTS --> [NOT CONNECTED]
VCC --> VIN
TX0 --> TX
RX1 --> RX
DTR --> RST
When I try to upload my sketch the blue light flashes once or twice but then I get:
warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
Please let me know what I am doing wrong.
So I have a NodeMCU board that I can connect to my laptop via micro usb. However, I want to tinker with some non-dev boards that don't have micro usb so I bout a CP2102 breakout. I'm trying to connect my Node MCU board and flash new software via arduino IDE as I do when connected via micro usb.
Right now I have connections:
CP2102 --> NodeMCU board
GND --> GND
CTS --> [NOT CONNECTED]
VCC --> VIN
TX0 --> TX
RX1 --> RX
DTR --> RST
When I try to upload my sketch the blue light flashes once or twice but then I get:
warning: espcomm_sync failed
error: espcomm_open failed
error: espcomm_upload_mem failed
Please let me know what I am doing wrong.