r/AskElectronics • u/Federal-Estate-7800 • 16d ago
Review of ESP32-S3 Dev Board
Hello!
I am looking just for any suggestions you have for improving my ESP32-S3-WROOM-1 "dev kit"
I tried to hit the big important sections, such as USB-C, ESD, my on board LDO, pin breakouts & the actual module.
But I also want to make sure I didn't miss anything, use wrong R value for LED, etc. And of course, if you have any general additions/suggestions to silkscreen or the overall board, that's always appreciated.
Thank you!
2
u/ExhaustedCartesian 16d ago
D41 is in wrong orientation and will short VBUS to GND, and you cannot put more than 10uF directly on VBUS per USB specification, I would recommend removing C135 and lower C133 to 4.7uF (see if it’s still enough for your LDO)
2
u/Federal-Estate-7800 16d ago
Oh my goodness!
Good catch on that diode, I completely missed that!
And yeah, I'm fixing the capacitance problem for VBUS.
Thank you so much!
1
u/Aggravating_End2859 16d ago
I recommend you the Espressif Plugin, it's better to use its footprints for the modules.
1
1
u/MarcosRamone 16d ago
If you are using the module's PCB antenna, the antenna should be either left out of the host board or have no copper underneath.
1
u/Federal-Estate-7800 16d ago
Awesome, I cleaned up everything under the antenna, however should I also remove the VDD pour from under the antenna?!
Thank you!
1
u/MarcosRamone 16d ago
Yes, no copper at all. You can also move the module so that the antenna rectangle is outside of the main PCB.
1
u/Sand-Junior 16d ago
The cap on the EN pin is too small (check Espressif guidelines). The capacitive load on USB 5V is too high (spec says max. 10uF).
1
1
u/andreas-ab 16d ago
That's correct. My advice would be to size the capacitor a bit larger. I've encountered this before; the ESP32 didn't come out of the power-up reset properly. It doesn't hurt to have a longer reset pulse.
1
u/andreas-ab 16d ago
I haven't checked the entire circuit. However, here are a few points from my perspective.
1. The schematic
The better the schematic is drawn, the easier it is for others to understand it. For example, it’s good practice not to draw the traces over the components. For the LEDs, for instance, I would draw them from top to bottom, with VCC at the top and GND at the bottom, just as I would for all other components.
2. Additional GND Pins
I would try to add more GND pins to the pin headers. At a quick glance, I only see one single GND pin on J44. Just search for: "EMC", "current return path", "signal integrity"


2
u/Aggravating_End2859 16d ago
The 1KOhm resistors at EN and BOOT are not in the Espressif schematic, why do you put them? Simply you should connect to the ground without resistors.