Skip to content

Update various protection diode symbols

evanshultz requested to merge github/fork/evanshultz/power-prot into master

Our generic zener from diode.lib looks like this (same as IEEE 315 style 1): image

There are a few symbols in power_protection.lib that I recall creating or merging which don't follow this convention, so I fixed them up. If there are other changes you'd like me to make please let me know.

  • Changed "bar" style on the cathode: ESDA6V1-5SC6, ESDA6V1BC6
  • Added junction dots: ESDA6V1BC6
  • Split by package into separate symbols and add unique footprints: PESD*
  • Fix pin name offset from 40mil to 20mil:

image

image

https://assets.nexperia.com/documents/data-sheet/PESDXL4UF_G_W.pdf https://assets.nexperia.com/documents/data-sheet/PESDXL5UF_V_Y.pdf

I don't know why it appears that I added TPD6F003 since it clearly already exists at https://github.com/KiCad/kicad-symbols/blob/master/Power_Protection.lib.


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 symbol(s) you are contributing
  • An example screenshot image is very helpful
  • Ensure that the associated footprints match the official footprint library
  • If there are matching footprint PRs, provide link(s) as appropriate
  • Check the output of the Travis automated check scripts - fix any errors as required

Merge request reports