1

Topic: Explication Mode Terminal VSCODE ?

Hello,

Who could explain to me why my ESP32-WROOM-32 AZ-Delivery only connects on WEB when I launch the VSCODE Terminal?
As soon as I launch the Terminal the ESP32 restarts, as soon as I stop it it also restarts.
Led Start turns off and on again quickly.
How could this state be reproduced via an input for example  ?

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:1184
load:0x40078000,len:13260
load:0x40080400,len:3028
entry 0x400805e4

2

Re: Explication Mode Terminal VSCODE ?

It's hard to understand why it fails. In this case, I usually start removing pieces of code and testing. If everything works after removing a piece of code, then the problem was in that piece of code.