Search found 4 matches

by jatkins2431
Fri Aug 02, 2024 1:26 am
Forum: Hardware
Topic: Custom ESP32 PCB Not Recognized by PC
Replies: 4
Views: 1206

Re: Custom ESP32 PCB Not Recognized by PC

Possibly not in bootloader mode? It will recognize and unrecognize when not in bootloader. You can resolve by holding boot, clicking reset, then releasing boot button. A working minimalist schematic for a custom esp32c3 board can be found here if you want to compare your c6: https://www.roboticworx....
by jatkins2431
Mon Jun 17, 2024 1:54 am
Forum: Hardware
Topic: Can not program ESP-S3 with Flash Download Tool
Replies: 6
Views: 5278

Re: Can not program ESP-S3 with Flash Download Tool

Possibly. If any, I seem to recall that for an S3 the bootloader starts at address 0. Not sure if PIO works that way as well, but for ESP-IDF, after flashing, you can find a file called 'flash_args' in the build folder that tells you where the binaries should be flashed. This was correct and fixed ...
by jatkins2431
Mon Jun 17, 2024 1:15 am
Forum: Hardware
Topic: ESP32-S3 Flash Download Tool Error: NO XMC flash detected!
Replies: 3
Views: 2634

Re: ESP32-S3 Flash Download Tool Error: NO XMC flash detected!

I'm having the same problem and am new to the flasher tool. I currently have the main.bin, partition_table.bin, and bootloader.bin selected. Are these correct? Thanks
by jatkins2431
Mon May 20, 2024 2:20 am
Forum: Hardware
Topic: ESP32S3 rebooting when connecting the USB cable
Replies: 1
Views: 6360

Re: ESP32S3 rebooting when connecting the USB cable

Had the same problem. Turns out, my serial terminal was open! Closing the terminal resolved the problem. You can also test this by using a USB cable with only power lines.