Page 1 of 1

ESP32 Wrover - required hardware for standalone and flash/debugging.

Posted: Sun Jun 17, 2018 3:50 pm
by permal
Hi,

About to start my next project based on the ESP32. Likely I'll be basing it on the Wrover module.

Is it possible to use a Wrover Kit v3 as a flash and (JTAG)debugging platform for a Wrover module mounted on another PCB?

My understanding is that I only need what is in "7. Peripherial Schematics" on my PCB to run the module stand alone and also being able to flash and debug, correct? If I'm not going to do deep-sleep, I don't need the crystal on my PCB, also correct?

Thanks,

Per

Re: ESP32 Wrover - required hardware for standalone and flash/debugging.

Posted: Mon Jun 18, 2018 12:32 am
by ESP_igrr
Yes, it's possible to use wrover-kit to debug (JTAG/UART) external chip or module. You need to remove jumpers which bridge TX, RX, MTDI, MTDO, MTCK, MTMS, and connect the FT2232 side to the external board. Also connect IO0 and EN if you are using UART download. IO0 is shared with the module mounted on the wrover-kit, which will be powered on, so make sure that the application there does not touch IO0.

Re: ESP32 Wrover - required hardware for standalone and flash/debugging.

Posted: Mon Jun 18, 2018 8:07 pm
by permal
Thanks Igrr.

Re: ESP32 Wrover - required hardware for standalone and flash/debugging.

Posted: Wed Jun 20, 2018 5:04 pm
by permal
Just making double sure - at a minimum, this'd do the trick?
Capture.PNG
Capture.PNG (26.2 KiB) Viewed 5510 times