Hii, I’m designing a dev board based on ESP32- C3 (ESP32- C3FN4) and I’m not sure if I’m good with connections for download boot.
Is it enough to put tactile switched on GPIO2 and GPIO8 towards VCC and pull down on GPIO9?
Also, should I include a connector in case the device needs to be flashed?
Hello, You need to start your esp32 with the Low position on the Boot pin to begin the bootloader. In normal mode, u can hold a HIGH position on this pin by pullup him up with 10k, for example. Generally, you can use 2 buttons for switching modes, 1- to connect the boot pin to GND, 2- to pull the RSRead more
Hello, You need to start your esp32 with the Low position on the Boot pin to begin the bootloader. In normal mode, u can hold a HIGH position on this pin by pullup him up with 10k, for example. Generally, you can use 2 buttons for switching modes, 1- to connect the boot pin to GND, 2- to pull the RST( EN) pin to GND- for resuming esp32 (you need to pull up it too). Also, you can use special schemes which will do it automatically.
See less