Page 1 of 1

ESP-WROVER-KIT will not reset

Posted: Wed Mar 21, 2018 3:22 pm
by timredfern
Pressing the button marked EN is supposed to reset the ESP-WROVER-KIT.. however it doesn't work on mine (V3).

I can see on the schematic a circuit with 2 transistors and DTR/RTS which I think is UART 0.

Is anyone else having this problem? Very inconvenient.

Tim

Re: ESP-WROVER-KIT will not reset

Posted: Thu Mar 22, 2018 4:23 am
by WiFive
Have you checked the button itself with an ohmmeter?

Re: ESP-WROVER-KIT will not reset

Posted: Thu Mar 22, 2018 11:06 am
by timredfern
The button seems fine.

I'm reading 1 ohm closed, 14 k ohm open (presume the open reading is from the rest of the circuit, rather than the switch itself)

Re: ESP-WROVER-KIT will not reset

Posted: Thu Mar 22, 2018 2:03 pm
by kolban
I'm likely way off base here ... but aren't there two buttons? One labeled boot and the other EN. It is my loose thinking that it is the boot button which causes the ESP32 to restart and the EN button defines a boolean flag that can be read at boot time to allow the ESP32 to know which mode to boot up into. I'm not sure it actually means anything to press the EN button when the ESP32 is running. What do we think pressing EN by itself should actually do?

Re: ESP-WROVER-KIT will not reset

Posted: Thu Mar 22, 2018 2:29 pm
by timredfern
https://dl.espressif.com/doc/esp-idf/la ... r-kit.html
EN
Reset button: pressing this button resets the system.
Boot
Download button: holding down the Boot button and pressing the EN button initiates the firmware download mode. Then user can download firmware through the serial port.

Re: ESP-WROVER-KIT will not reset

Posted: Thu Mar 22, 2018 6:48 pm
by fly135
Just tried pressing the EN button on my ESP-WROVER-KIT and it caused a reboot.

John A

Re: ESP-WROVER-KIT will not reset

Posted: Thu Mar 22, 2018 7:20 pm
by loboris
Sometimes, if the sdcard is inserted and was used, the reset button (EN) may not work.

Re: ESP-WROVER-KIT will not reset

Posted: Fri Mar 23, 2018 2:10 pm
by timredfern
I don't have an SDcard mounted.

Is my ESP-WROVER-KIT faulty?

Re: ESP-WROVER-KIT will not reset

Posted: Tue Mar 27, 2018 9:50 am
by timredfern
I see this viewtopic.php?t=1655#p7748

"Also I have worked out that my EN/Reset button doesn't seem to work unless I have a serial connection open, very weird. I did read that there was an issue with some of the boards with the EN button, looks like mine is one of them."

Any way to identify the boards with this issue?

Re: ESP-WROVER-KIT will not reset

Posted: Mon Jun 04, 2018 8:24 am
by jakkubu
In my ESP-WROVER-KIT v3 EN button also doesn't reset the chip.

I noticed that Voltage on EN pin drops to 1,6V when EN button is pressed. Also when checking R46, R65 and R169 I always get 10K and on the schematics they are connected with 100K resistors. They are connected with Q1, Q2 and Q9 npn transistors, so I probably shouldn't show 100K (depends on your ohmmeter), but the measurements should show at least 33,3K (assuming parallel connection).

My guess is that they used smaller resistors. Because EN level depends on nRTS and nDTR levels (R1 pull up resistor is driving Q1 transistor), EN level doesn't fall enough to cause chip reset.

Currently I'm using EN pin for resetting.