You are browsing as a guest. Sign up (or log in) to start making projects!

voidless_psycho

@voidless_psycho

Joined June 4th, 2026

  • 2Devlogs
  • 3Projects
  • 0Ships
  • 0Votes
Open comments for this post

1h 56m 41s logged

June 28 P2: Footprint Assignment and Beginning PCB Design

After completing the schematic, I began with assigning footprints to all my symbols.

The 10uF capacitor and led have a 0603 footprint, and the remaining capacitors, fuses, resistors have a 0402 footprint. I used the easyeda2kicad script to get footprints for buttons, the wroom module, ldo, and usb-c receptacle. I did a lot of research on which footprints to use for which components, and also measured my current devboards to see what they use.

I then began designing my PCB.

I made it so the wroom module and USB are on opposite ends of the PCB. The height of the pcb is the height of the header pins + the height of the wroom module except for the antenna, which hangs over the edge.
The components near the USB-C receptacle are the LED, USB ESD, LDO, Fuse, Diode, etc. All things that make sure the power doesn’t blow up the chip.

I also began adding some of the traces for the header pins but then decided to wait until all the other important things were done.

Time spent this session: 2 hours

0
0
2
Open comments for this post

2h 48m 2s logged

June 28, 2026: Created Schematic

Today, I wanted to make an ESP32 Devboard. I had previously had problems with ESP32 because all the modules I found were too wide to fit on a breadboard. This is why I decided to embark on creating my own ESP32 devboard that would fit on a breadboard.

First, I selected which ESP32 microcontroller I wanted to use as the core of my project. There were many different types, such as the ESP32-S3 and -C3. I decided on using the ESP32-S3-WROOM-1 Module because it had a good balance of most features and less complexity. I used Gemini/ChatGPT for advice and also looked through an Instructables guide and the EspressIF documentation and hardware references.

I started with the WROOM module in the center.

USB/LDO:
Then, I added the USB-C receptacle, the 14-pin one as it worked for USB 2.0 and had a simplified schematic to make it easier to route everything. I first used the AP2112K-3.3TRG1 low-dropout regulator to convert the 5v from the USB to 3.3v that the ESP32 runs on.
However, I later realized that I also want to have a input power header pin, that can have up to 12v of input voltage. To accomplish this, I switched from the AP2112 to the SGM2212-3.3XKC3G in the ESP32-S3-DevKitC schematic. I also added capacitors around this LDO and also a resistor coming out of it into an LED as a power-on indicator.

Power:
I also had to add decoupling capacitors around the 3.3v pin on the ESP32 to smooth out power oscillations. I used the hardware references to understand which capacitors to include.

Buttons:
I decided to include BOOT/RESET buttons as they were included in my current ESP32 module. I wanted to add these just in case right now so I could use them in my module if the need arised.
While reviewing my schematic and the hardware reference, I realized I left the GPIO0 (Boot) and CHIP_PU pins floating. After checking the hardware peripheral guidelines, I connected the buttons to the 3v3 line.

Header Pins:
I labeled the header pins in the order that would make it easiest to make a PCB.

Basically, since my ESP32 module was gonna be above all the header pins (as putting it in between would make it too wide for the breadboard), I wanted to make it so that the PCB traces from the header pins to the ESP32 pins wouldn’t be overlapping too much. The incomplete illustration above kind of shows my thought process with how I was gonna make the traces and which ESP32 pins went where on the header pin connector.

This is how I designed my schematic for my ESP32 board that I want to be able to fit on a breadboard.

2
0
20

Followers

Loading…