ESP32-C3 external reset button

Hi,
I have a Beetle ESP32-C3 and I am looking on howto implement an external reset button. I have searched the forum haven't found any topics referring to this, so I thought to ask the community.
I have tried grounding pin 8 but didn't work.
I appreciate any suggestions.
Regards,
John
2025-06-29 20:57:11
ahsrab.rifat
On ESP32-C3 (like other ESP32 chips), the EN pin (sometimes labeled as RST or RESET on other boards) is the reset pin.
Pulling the EN pin low (to GND) will reset the chip.
