Electrical – Programming ESP32 Microcontroller with FTDI’s FT231XS USB Chip

esp8266ftdimicrocontrollerusb

Purchased FTDI's FT231XS from DigiKey I can see data from the ESP32 microcontroller but when I try to write to it, esptool just says connecting and nothing happens. I can use a usb to serial cable to write so I know the microcontroller is entering programming mode. I have verified continuity on ESP_EN and PROG pins. Not sure if this is a DTS/RTS issue or something else. Any help would be appreciated, I have attached schematic and layout.

enter image description here

enter image description here

enter image description here

Best Answer

Are "ESP_EN" and "EN" connected? That aspect is needed for the truth table functionality of the two transistors to work.

Related Topic