-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Closed
Description
I'm using a PL2303 USB to TTL converter with my ESP8266 and Arduino Uno to get it working.
I connect the 3.3V power supply from the TTL converter to the ESP VCC and CH_PD and connect RX-RX and TX-TX from ESP to the Arduino. The GND pin from the TTL is connected to the GND on ESP.
When uploading an empty sketch, I get an error - espcom_open failed.
I've tried everything to make it work yet I don't understand what's wrong. Somebody help!