How to reboot/reset ESP32 without pressing the reboot button on the board. I'm using platformio VScode IDE. Is there a way I can do that using the IDE without touching the board?
Hi Md Ziaul Haque Zim , you can download a program (even though the same program resides already in memory) because during / after programming a reset is executed. Disadvantage: If the current program is of large size downloading might take some time.
Whenever we flash it, it will reboot automatically. But I just want to trigger it to reboot without flashing.
I was thinking, there is a possibility to reset the board via extra wires on the serial interface. (DTR and RTS) They use the two resistors next to the boot button. The espTool uses them to enter programming mode and to reset the board afterward. So it should be possible from the pc likely using the espTool with some extra arguments. Though no integration into the IDE afaik.