General

firebeetle esp32 board - unable to upload sketch

userHead pacav69 2018-04-07 04:11:32 5266 Views1 Replies
I have received my firebeetle board and setup the esp32 environment. I have connected the board to my MAC computer, selected the Firebeetle-ESP32 from the list of boards, selected the correct port /dev/cu.usbmodem1421. I selected a blink sketch using Arduino ide. i have been able to compile this sketch but when i attempt to upload the sketch it fails to upload and i get the following message.

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

It appears not to go into download mode preventing uploading of sketches.

How to resolve this issue?

================

esptool.py v2.1
Connecting........_____....._____....._____....._____....._____....._____....._____....._____....._____.....____An error occurred while uploading the sketch
_

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

==================================
2018-04-14 10:41:31 refer to my post on github
https://github.com/espressif/arduino-esp32/issues/1290
userHeadPic pacav69