I am not much of an EE and I was wondering if there is a place where I can find schematics of popular esp32 dev boards? My hope is that I can do placement and wire routing on a known good schematic. I know that PDF version of the schematic is available and technically it is possible to recreate it in KiCad but I’m hoping to find something in native KiCad format so that I have a good starting point for making custom board shapes.
Here’s the official schematic for the module. It’s from the esp32 hardware reference in the official docs, under devkitc v4
https://dl.espressif.com/dl/schematics/esp32_devkitc_v4-sch-20180607a.pdf
Probably your best bet!
Thanks!