ESP32-DevKitC-VE not working
Posted: Sat Sep 16, 2023 9:13 pm
I purchased a new ESP32-DevKitC-VE from Mouser a couple of days ago. I can't get it to work.
I updated the ESP32 libraries and have tried all of the ESP32 generic boards. Several of them seem to be talking to the Arduino environment as it indicates a successful upload. However, the ino file doesn't work. The only thing in the file is a Serial.println("Test") followed by a delay(1000). Then another Serial.println("End Test") followed by another delay(1000). Nothing displays on the serial monitor.
When I press the reset button on the board, the serial monitor displays this:
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
What ESP32 board should be assigned to this dev kit? It has 8Mb of memory and I do set that when I select a board. Or is the board so new that there is not board file yet available for the Arduino environment?
I updated the ESP32 libraries and have tried all of the ESP32 generic boards. Several of them seem to be talking to the Arduino environment as it indicates a successful upload. However, the ino file doesn't work. The only thing in the file is a Serial.println("Test") followed by a delay(1000). Then another Serial.println("End Test") followed by another delay(1000). Nothing displays on the serial monitor.
When I press the reset button on the board, the serial monitor displays this:
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0030,len:1344
load:0x40078000,len:13964
load:0x40080400,len:3600
entry 0x400805f0
What ESP32 board should be assigned to this dev kit? It has 8Mb of memory and I do set that when I select a board. Or is the board so new that there is not board file yet available for the Arduino environment?