KiCad / kicad-footprints

Official KiCad Footprint Libraries for Kicad version 5
https://kicad.github.io/footprints
Other
617 stars 714 forks source link

ESP-WROOM-02 Pad Width too small #1902

Open forkineye opened 4 years ago

forkineye commented 4 years ago

Foiotprint in question: https://github.com/KiCad/kicad-footprints/blob/master/RF_Module.pretty/ESP-WROOM-02.kicad_mod

Datasheet: https://www.espressif.com/sites/default/files/documentation/0c-esp-wroom-02_datasheet_en.pdf

Issue: In the footprint, the pad widths are .85mm. The recommended land pattern on page 19 of the datasheet specifies 1.5mm.

poeschlr commented 4 years ago

The suggested land pattern is new in the datasheet. We orignally needed to rely on IPC formulas to calculate it. See: https://github.com/KiCad/kicad-footprints/pull/767#issuecomment-408362758

forkineye commented 4 years ago

There are few other minor adjustments I'm finding as well. Should I submitted a PR on this once I'm doing editing it?