Skip to content

No serial output via USB on ESP32 FireBeetle. Not hardware issue. #829

@electron1979

Description

@electron1979

Hardware:

Board: DFRobot ESP-WROOM-32
Core Installation/update date: BN: Unknown board, VID: 2341, PID: 00F3
Chip: SP32D0WDQ6 (revision 0)
IDE name: Arduino IDE 1.8.4, Win10 Home, IDF component: N/A
Flash Frequency: 80, 40Mhz
Upload Speed: 9600, 115200, 921600

Description:

No serial-over-USB displayed on 'Serial Monitor' when using the Espressif 'Boards' :(

What could I be doing wrong?

I tried the DFRobot Board, from https://www.dfrobot.com/wiki/index.php/FireBeetle_ESP32..., and it works!

The Espressif Board setting compiles code all the code I have tried. Wasn't even using #include <Arduino.h> most of the time :) THANKS HEAPS:)
The DFRobot Board has difficulties compiling the very few, although different, bits of code I have tried ;(

Sketch:

#include <Arduino.h>

void setup() 
{
  delay(1000);
  Serial.begin(115200);
}
 
void loop() 
{
  Serial.println("Hello from FireBeetle ESP32 board");
  delay(2000);
}

Debug Messages:

No errors or warnings, with Max Power at the debug level controls (I be givin' it all I got cap'n).

DFRobot Board Serial Monitor output, after flash:

ets Jun 8 2016 00:22:57
rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0008,len:8
load:0x3fff0010,len:1760
load:0x40078000,len:6668
load:0x40080000,len:252
entry 0x40080034
Hello from FireBeetle ESP32 board
Hello from FireBeetle ESP32 board
Hello from FireBeetle ESP32 board
...

DFRobot Board Serial Monitor output, after reset:

rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
ets Jun 8 2016 00:22:57

rst:0x10 (RTCWDT_RTC_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0x00
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0008,len:8
load:0x3fff0010,len:1760
load:0x40078000,len:6668
load:0x40080000,len:252
entry 0x40080034
Hello from FireBeetle ESP32 board
Hello from FireBeetle ESP32 board
Hello from FireBeetle ESP32 board
...

Espressif Board Serial Monitor output, after reset:

ets Jun 8 2016 00:22:57

rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions