Fire Beetle ESP32-E UPLOAD Problems MAC

Using

  • Arduino IDE: v 2.2.1
    • Version: 2.2.1
    • Date: 2023-08-31T14:26:39.874Z
    • CLI Version: 0.34.0

on

  • ProductName: macOS
  • ProductVersion: 14.2
  • BuildVersion: 23C64

With Board Fire Beetle ESP32-E

Gravity: IO Shield for FireBeetle 2

Errors

When trying to upload sketch:

/Users/jim/Library/Arduino15/packages/DFRobot/tools/xtensa-esp32-elf-gcc/gcc8_4_0-esp-2020r3/bin/xtensa-esp32-elf-size -A /private/var/folders/97/4ntvdgtn4cg6l3rtf1ld56dw0000gn/T/arduino/sketches/8865207B887F07D506C53A356F6A8CF3/Firebeetle-2-ESP32-E-test.ino.elf
Sketch uses 210140 bytes (16%) of program storage space. Maximum is 1310720 bytes.
Global variables use 12272 bytes (3%) of dynamic memory, leaving 315408 bytes for local variables. Maximum is 327680 bytes.
"/Users/jim/Library/Arduino15/packages/DFRobot/tools/esptool_py/3.0.0/esptool" --chip esp32 --port "/dev/cu.URT1" --baud 115200  --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size detect 0xe000 "/Users/jim/Library/Arduino15/packages/DFRobot/hardware/esp32/0.2.1/tools/partitions/boot_app0.bin" 0x1000 "/private/var/folders/97/4ntvdgtn4cg6l3rtf1ld56dw0000gn/T/arduino/sketches/8865207B887F07D506C53A356F6A8CF3/Firebeetle-2-ESP32-E-test.ino.bootloader.bin" 0x10000 "/private/var/folders/97/4ntvdgtn4cg6l3rtf1ld56dw0000gn/T/arduino/sketches/8865207B887F07D506C53A356F6A8CF3/Firebeetle-2-ESP32-E-test.ino.bin" 0x8000 "/private/var/folders/97/4ntvdgtn4cg6l3rtf1ld56dw0000gn/T/arduino/sketches/8865207B887F07D506C53A356F6A8CF3/Firebeetle-2-ESP32-E-test.ino.partitions.bin" 
esptool.py v3.1-dev
Serial port /dev/cu.URT1
Connecting........_____....._____....._____....._____....._____....._____....._____

A fatal error occurred: Failed to connect to ESP32: Timed out waiting for packet header
Failed uploading: uploading error: exit status 2

When trying Tools->Get Board Info

Native serial port, can't obtain info.

What I have tried

# With nothing connected
ll /dev/{tty,cu}.*
crw-rw-rw-  1 root  wheel  0x9000003 Dec 18 08:15 /dev/cu.BLTH
crw-rw-rw-  1 root  wheel  0x9000005 Dec 18 07:33 /dev/cu.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel  0x9000001 Dec 18 07:47 /dev/cu.URT1 
crw-rw-rw-  1 root  wheel  0x9000002 Dec 18 07:27 /dev/tty.BLTH   
crw-rw-rw-  1 root  wheel  0x9000004 Dec 18 07:27 /dev/tty.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel  0x9000000 Dec 18 07:27 /dev/tty.URT1
# With arduino UNO WIFI 
ll /dev/{tty,cu}.*
crw-rw-rw-  1 root  wheel  0x9000003 Dec 21 15:32 /dev/cu.BLTH
crw-rw-rw-  1 root  wheel  0x9000005 Dec 21 14:19 /dev/cu.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel  0x9000001 Dec 21 14:41 /dev/cu.URT1
crw-rw-rw-  1 root  wheel  0x9000007 Dec 21 15:32 /dev/cu.usbmodemF412FAA081C02
crw-rw-rw-  1 root  wheel  0x9000002 Dec 21 14:19 /dev/tty.BLTH
crw-rw-rw-  1 root  wheel  0x9000004 Dec 21 14:19 /dev/tty.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel  0x9000000 Dec 21 14:19 /dev/tty.URT1
crw-rw-rw-  1 root  wheel  0x9000006 Dec 21 15:32 /dev/tty.usbmodemF412FAA081C02
# FireBeetle 2 ESP32-E
ll /dev/{tty,cu}.*
crw-rw-rw-  1 root  wheel  0x9000003 Dec 21 15:34 /dev/cu.BLTH
crw-rw-rw-  1 root  wheel  0x9000005 Dec 21 14:19 /dev/cu.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel  0x9000001 Dec 21 14:41 /dev/cu.URT1
crw-rw-rw-  1 root  wheel  0x9000002 Dec 21 14:19 /dev/tty.BLTH
crw-rw-rw-  1 root  wheel  0x9000004 Dec 21 14:19 /dev/tty.Bluetooth-Incoming-Port
crw-rw-rw-  1 root  wheel  0x9000000 Dec 21 14:19 /dev/tty.URT1 <-- Do not show in IDE

## What Works
Same setup appears to work fine with Arduino UNO 4 for both getting Board Information and uploads.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.