auto-reset circuit vs continuously running application
Posted: Sun May 03, 2020 5:13 pm
I built custom board with ESP32-WROVER, FTDI231X and auto-reset circuit which can be found in the reference schematic. Flash erasing and programming works with esptool without any issues.
However, in my application I need to have the ESP32 running continuously (powered from different power source than USB). When necessary I want to be able to connect to serial port of ESP32 via USB connection. The problem is that when USB is connected FTDI chip resets ESP32 via auto-reset circuit. This is obviously not an issue for single power supply development boards but it is an issue for my application.
How would you solve this problem?
However, in my application I need to have the ESP32 running continuously (powered from different power source than USB). When necessary I want to be able to connect to serial port of ESP32 via USB connection. The problem is that when USB is connected FTDI chip resets ESP32 via auto-reset circuit. This is obviously not an issue for single power supply development boards but it is an issue for my application.
How would you solve this problem?