Search found 9 matches

by karansoi
Fri Apr 12, 2019 2:18 pm
Forum: ESP32 Arduino
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 11
Views: 40669

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

Hello ! After the yesterday's fiasco , today I've been trying to upload any sketch to a new, out-of-the-box ESP32-EVB. But it doesn't work. I keep getting: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header What's happening ? Maybe the ESP32-Wroom-32 is burned o...
by karansoi
Fri Apr 12, 2019 9:58 am
Forum: ESP32 Arduino
Topic: Arduino IDE Update
Replies: 0
Views: 2234

Arduino IDE Update

I had ESP32 installed in the Arduino IDE1.8.8 from Github by cloning and using GIT Bash as detailed in the readme md. When I updated the Arduino IDE to 1.8.9 my ESP32 installation is to be done again. Is there a way of installing the esp32 boards in any other way to avoid reinstalling the esp32 boar...
by karansoi
Tue Mar 12, 2019 7:44 am
Forum: ESP32 Arduino
Topic: A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Replies: 15
Views: 35092

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

Hi guys, I had the same problem, was getting a failed upload ........ fatal error....... waiting for packet header. I have a Lolin D32 board that has only a reset button. It is designed to automatically upload code by Holding the GPIO0 pin low. I tried it by holding reset button during compile and r...
by karansoi
Mon Mar 11, 2019 6:22 am
Forum: ESP32 Arduino
Topic: Download from Github
Replies: 3
Views: 6883

Re: Download from Github

@ripper121,
How did you download the file from github? Your solution may help others in the same situation.
Regards.
by karansoi
Wed Mar 06, 2019 11:56 am
Forum: ESP32 Arduino
Topic: Unable to upload ESP32 code - Invalid head of packet (0x1B)
Replies: 18
Views: 33788

Re: Unable to upload ESP32 code - Invalid head of packet (0x1B)

Hi Deepak,
Try keeping GPIO0 tied to GND during the compile and upload duration.
by karansoi
Wed Mar 06, 2019 9:02 am
Forum: ESP32 Arduino
Topic: Compile Error
Replies: 1
Views: 4041

Re: Compile Error

Did another install of Arduino IDE, and cloned the ESP32 repositiry with GIT GUI and GIT Bash.
Now it is working.
Problem Solved.
by karansoi
Wed Mar 06, 2019 6:22 am
Forum: ESP32 Arduino
Topic: Unable to upload ESP32 code - Invalid head of packet (0x1B)
Replies: 18
Views: 33788

Re: Unable to upload ESP32 code - Invalid head of packet (0x1B)

Hi Once you are getting "Connecting........___" Press and Hold "PROG or BOOT" button first, then Press and hold "RST or EN" Button second, wait for couple of second. Now release "RST or EN" Button first, then release "PROG or BOOT" button. Now ESP32 will enter into to flash mode. Hope you know how ...
by karansoi
Wed Mar 06, 2019 5:30 am
Forum: ESP32 Arduino
Topic: Unable to upload ESP32 code - Invalid head of packet (0x1B)
Replies: 18
Views: 33788

Re: Unable to upload ESP32 code - Invalid head of packet (0x1B)

During the upload process after the compile keep the GPIO0 pin connected to ground.
Try this.
by karansoi
Tue Mar 05, 2019 5:56 pm
Forum: ESP32 Arduino
Topic: Compile Error
Replies: 1
Views: 4041

Compile Error

I am using Arduino IDE 1.8.8 Things were going good. when I deleted the espressif folder from my sketch book directory. I cloned the repository from Github again but my code is not compiling. This is the error ****** Arduino: 1.8.8 (Windows 10), Board: "LOLIN D32, Default, 80MHz, 921600, None" Board...