Search found 5 matches

by Alberto2022
Tue Sep 27, 2022 12:20 pm
Forum: General Discussion
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 8
Views: 2507

Re: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

I’ve been able to upload the firmware to the custom board, there was a problem with a diode. When I open serial monitor to see messages, I see there is a problem with ESP32 and LAN8742:
ETH_error.png
ETH_error.png (6.45 KiB) Viewed 2164 times
Do you know why this happens? Maybe a hardware issue?
by Alberto2022
Mon Sep 26, 2022 7:40 am
Forum: General Discussion
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 8
Views: 2507

Re: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

I'm using both ESP32 and USB-to-serial converter because if I only use converter I can't make it work as a programmer and terminal. As putty is using the converter port, if I try to flash the program CPU can't access converter port because it is already opened: serial.serialutil.SerialException: cou...
by Alberto2022
Fri Sep 23, 2022 7:32 am
Forum: General Discussion
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 8
Views: 2507

Re: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

You're right, crystal signal seems to be noise. That's the cleanest signal I could obtain, but that's not a 40 Mhz frequency signal: IMG_20220922_081327.jpg To use the standard terminal, I've implemented this setup: setup.jpg I use USB to UART converter (left) to flash the custom board. To see the m...
by Alberto2022
Wed Sep 21, 2022 10:27 am
Forum: General Discussion
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 8
Views: 2507

Re: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header

Hi,

Thanks for reply. The 3.3V line is stable as shown here:
IMG_20220920_095948.jpg
IMG_20220920_095948.jpg (268.1 KiB) Viewed 2443 times
40 MHz crystal seems to be oscillating too:
IMG_20220920_104343.jpg
IMG_20220920_104343.jpg (321.11 KiB) Viewed 2443 times
Related to your last question, I'm not able to use a standard terminal on my serial-to-USB converter unfortunately.
by Alberto2022
Mon Sep 19, 2022 1:21 pm
Forum: General Discussion
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 8
Views: 2507

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

Hi, I'm woking on a project with a custom board based on ESP32, I attach the schematics project. When I try to load the program into the board, I get the following error: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header. I'm using an USB to UART converter, conn...