FTDI to USB cable: the selected serial port does not exist or your board is not connected

Hello. I am trying to upload code using an FTDI to USB cable. The code is the OTA Web Uploader code that lets me utilize the ESP32-WROOM-32 wifi chip on the board that lets me upload code wirelessly. The FTDI cable is connected to the ftdi pins on my Fluxamasynth 32 module. For some reason, the Arduino IDE program is not recognizing the FTDI to USB cable i am using. My guess is that the cable is faulty, or I chose a wrong board that doesnt work with my cable:

cable on amazon that I am using:

error message:

rArduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "ESP32-WROOM-DA Module, Default 4MB with spiffs (1.2MB APP/1.5MB SPIFFS), 240MHz (WiFi/BT), QIO, 80MHz, 4MB (32Mb), 921600, Core 1, Core 1, None, Disabled"

Sketch uses 771861 bytes (58%) of program storage space. Maximum is 1310720 bytes.

Global variables use 45768 bytes (13%) of dynamic memory, leaving 281912 bytes for local variables. Maximum is 327680 bytes.

esptool.py v4.2.1

Serial port COM3

Connecting......................................

A fatal error occurred: Failed to connect to ESP32: Invalid head of packet (0x00): Possible serial noise or corruption.

does not exist or your board is not connected

I have no experience what-so-ever with ESP32 boards.

You have selected COM3 from the tools menu; does that port disappear from the tools menu when you remove the TTL-to-USB converter? If not, it's not your FTDI adapter.

If yes, you can try the loopback test by disconnecting the cable from the board and connecting RX and TX of the cable. That should give you the indication if the adapter is OK or not.

And that's how far I can help, I think.

Make sure that the ground wire of the FTDI cable, the black wire, is on pin 6 of the FTDI connector of the Fluxamasynth. The yellow wire is the RX which should line up with pin 2 and the orange wire is TX which should line up with pin 3. I think the supplied connector is configured how you want it just make sure the black wire goes to pin 6.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.