Unable to connect to an ESP32S2

I am unable to connect even though my PC says it has com port 1. But the ESP32S2 doesn't recognize it. Here are the message I get at the bottom of the arduino ide:

ESP32S2 Dev Module, Disabled,Disabled,Disabled,UART0, Disabled, Default 4MB with spiffs(1.2MB APP/1.5MB SPIFFS), 240Mhz(WiFi), QIO, 80Mhz, 4MB(32Mb) 921600, None on COM1

Any help would be appreciated.

Paul

In the IDE (Integrated Development Environment) be sue you select the correct board, there are bunches of them.

If you disconnect the board, does COM1 disappear? If not, it's not the ESP32S2.

I'm not familiar with your board but looking at (what I think is) the schematic of your board, there is a CP2102 TTL-to-USB converter on the board and you might have to install the driver for that chip.

Schematic that I found: https://dl.espressif.com/dl/schematics/ESP32-S2-SAOLA-1_V1.1_schematics.pdf

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