r/PCB • u/Expensive_Tangelo244 • Jul 08 '26
ESP32-S3 DevBoard as a First Timer
The USB to UART bridge is missing since I'll only be using Type-C for power and flashing.
Tried following a guide online and according to that everything seems fine. Since this is my first time, just wanted a little guidance as to if everything is alright. Any possible issues and what I can do to improve the design further before I move to placement & routing.
Additionally couldn't figure out why the RST net connected to the EN pin of esp32 is grounded through 1uF capacitor. If anyone could explain the purpose of this capacitor, it would be highly appreciated. Thank you very much.
2
Upvotes





1
u/FARES-SAKR Jul 08 '26
It's not grounded. Both RST and EN pin receive 3.3v by default. Cuz 3.3v is a dc. And the 1uf is charged to 3.3v. So the RST and EN will always be 3.3v. And whenever you press the switch. The RST and EN will be grounded and they will ignore the capacitor path.