Using Windows 10 and USB-C cable(C cable connected to C port on motherboard of PC, not any C to A adapters, direct C-type USB cable connection).
Arduino IDE V2.2.1
Able to connect to and flash the board all worked great.
Connected an MCP9600 to it via Qwiic cable and a K-Type thermocouple to it, everything worked great.
Then I soldered header pins to all the through-hole’s and snapped it into a breadboard, connected USB and
the unit booted up and was sending data out the serial giving the temps from the MCP9600.
I then attempted to upload a new sketch and I get the following:
A fatal error occurred: Failed to connect to ESP32-S2: No serial data received.
Failed uploading: uploading error: exit status 2
I looked closely at all the header pins where I soldered them and cannot see anything abnormal, none of them soldered to anything else next to them, etc.
The board was running the sketch reading and displaying the temps from the MCP9600 and attached thermocouple with no issue, the problem started when I tried to upload a new sketch, which fails with the message above, and now I get no serial output from the board, I do not know if the old sketch is still running in it, the board connects on COM8, just not getting serial output from it.
Any ideas where to start troubleshooting?