Skip to content

Reduce LGA stencil mask area to 50-70% coverage per IPC for ESP32 family

Ed Peguillan III requested to merge github/fork/yankee14/modify_ESP32 into master

Reduce LGA stencil mask area to 50-70% coverage per IPC recommendation for:

  • ESP32-WROOM-32
  • ESP32-WROOM-32U
  • ESP32-S2-WROVER

For ESP32-WROOM-32 and ESP32-WROOM-32U, the center pad is 5mm x 5mm for an area of 25mm^2. 60% of that is 15mm^2. I elected to divide this area into 9 squares, which each square having dimensions ((15mm^2) / 9)^(1/2) ~= 1.3mm x 1.3mm.

For ESP32-S2-WROVER, the center pad is 4.1mm x 4.1mm, for an area of 16.81mm^2. 60% of that is ~=10mm^2. I elected to divide this area into 4 squares, with each square having dimensions ((10mm^2) / 4)^(1/2) ~= 1.6mm x 1.6mm.

Screencaps:

ESP32-S2-WROVER: image

ESP32-WROOM-32x: image


All contributions to the kicad library must follow the KiCad library convention

Thanks for creating a pull request to contribute to the KiCad libraries! To speed up integration of your PR, please check the following items:

  • Provide a URL to a datasheet for the footprint(s) you are contributing
  • An example screenshot image is very helpful
  • If there are matching symbol or 3D model pull requests, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required
  • Give a reason behind any intentional library convention rule violation.

Be patient, we maintainers are volunteers with limited time and need to check your contribution against the datasheet. You can speed up the process by providing all the necessary information (see above). And you can speed up the process even more by providing a dimensioned drawing of your contribution. A tutorial on how to do that is found here: https://forum.kicad.info/t/how-to-check-footprint-correctness/9279 (This is optional!)

Edited by kliment

Merge request reports