I have a code that should be executeted when the ESP32 (Wroom DA DEV Module) is turned on. However, the code is first executed when the EN/Reset button on the board is pressed once.
I was reading something about the board getting into the download mode because EN and Boot are active at the same time once the power turns on. It is recommended to place a capacitor between GRN and EN so that the internal capacitors before EN and GO (Boot) are different and they dont get activ at the same time. I tried several things printed down below - but nothing works.
There is no code that can cause the problem because the ESP32 does not execute any written code... so there is no meaning in posting it.
Furthermore there is no error nor Serial Print because Arduino IDEs Monitor starts after entering download mode.
I know the problem is caused by something at booting beacause the code is running normally when I pressed the reset button as I have written above.
Added a image of the boards schematics but I unfortunately do not understand the purpose of all that resistors and capacitors but I think it might be same problem as pointed here:
But all the suggestions mentioned here did not work