ESP32-C3 external reset button

userHead john.pikoulas 2025-06-19 18:05:33 276 Views1 Replies

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

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.

userHeadPic ahsrab.rifat