Olimex Support Forum

Microcontrollers => ESP32 => Topic started by: campestring on December 23, 2020, 05:49:16 PM

Title: ESP32 - EVB programming with FTDI Module
Post by: campestring on December 23, 2020, 05:49:16 PM
Hello everyone I am trying to program my esp32-evb using esp-idf and ftdi module. but It doesn't work for now...
esptool.py v2.9-dev
Serial port COM8
Connecting........_____....._____....._____....._____....._____....._____....._____

A fatal error occurred: Failed to connect to Espressif device: Timed out waiting for packet header

Thank you !
Title: Re: ESP32 - EVB programming with FTDI Module
Post by: LubOlimex on January 05, 2021, 11:15:02 AM
What does it mean FTDI module? ESP32-EVB doesn't have FTDI.
Title: Re: ESP32 - EVB programming with FTDI Module
Post by: campestring on January 06, 2021, 11:31:07 AM
I have basic external FTDI which I plug to the uart0 !
Title: Re: ESP32 - EVB programming with FTDI Module
Post by: LubOlimex on January 07, 2021, 01:31:17 PM
But why? ESP32-EVB already has a USB-serial converter on-board. Why not just use USB cable to connect ESP32-EVB to your computer and program it?
Title: Re: ESP32 - EVB programming with FTDI Module
Post by: campestring on January 08, 2021, 12:47:16 PM
It's to ensure it's will work because I want to make a custom board !
Title: Re: ESP32 - EVB programming with FTDI Module
Post by: LubOlimex on January 11, 2021, 04:41:30 PM
Ok, but there is already USB-serial converter attached to UART0 RX and TX... You will need to disconnect it if you wish to use UART0 exactly... Search for "USB to UART CAN" part at the bottom left part of the schematic here:

https://github.com/OLIMEX/ESP32-EVB/raw/master/HARDWARE/REV-F/ESP32-EVB_Rev_F.pdf
Title: Re: ESP32 - EVB programming with FTDI Module
Post by: campestring on January 12, 2021, 01:31:30 PM
Thank you !