From 098d65a0a74d9a62b0348ab0c8bea1d3f7e9e174 Mon Sep 17 00:00:00 2001 From: Ravi Shah Date: Mon, 18 Nov 2024 21:37:03 -0600 Subject: [PATCH 1/2] add symbol for PMV35EPE mosfet --- utsvt-chips.kicad_sym | 273 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 272 insertions(+), 1 deletion(-) diff --git a/utsvt-chips.kicad_sym b/utsvt-chips.kicad_sym index 9cd5504..c38e327 100644 --- a/utsvt-chips.kicad_sym +++ b/utsvt-chips.kicad_sym @@ -4653,6 +4653,277 @@ ) ) ) + (symbol "PMV35EPE" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 4.318 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PMV35EPE" + (at 10.414 -2.032 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_TO_SOT_SMD:SOT-23" + (at 0.254 13.208 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2211010930_VBsemi-Elec-NDS356AP-VB_C710027.pdf" + (at 5.334 -13.208 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "30 V, P-channel Trench MOSFET" + (at 7.366 -16.002 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PMV35EPE_0_1" + (polyline + (pts + (xy -1.016 0) (xy -3.81 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 1.905) (xy -1.016 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 -1.27) (xy -0.508 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 0.508) (xy -0.508 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 2.286) (xy -0.508 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 2.54) (xy 1.27 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -2.54) (xy 1.27 0) (xy -0.508 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 1.778) (xy 2.032 1.778) (xy 2.032 -1.778) (xy -0.508 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0) (xy 0 0.381) (xy 0 -0.381) (xy 1.016 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.524 -0.508) (xy 1.651 -0.381) (xy 2.413 -0.381) (xy 2.54 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.032 -0.381) (xy 1.651 0.254) (xy 2.413 0.254) (xy 2.032 -0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0.381 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 1.27 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 1.27 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "PMV35EPE_1_1" + (pin input line + (at -6.35 0 0) + (length 2.54) + (name "G" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 1.27 -5.08 90) + (length 2.54) + (name "S" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 1.27 5.08 270) + (length 2.54) + (name "D" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) (symbol "UCC37321" (pin_names (offset 1.016) @@ -4863,4 +5134,4 @@ ) ) ) -) \ No newline at end of file +) From 9184d2e51803d25dc1594bbd932c84c44704fcb5 Mon Sep 17 00:00:00 2001 From: Ravi Shah Date: Mon, 18 Nov 2024 21:38:33 -0600 Subject: [PATCH 2/2] add datasheet --- utsvt-chips.kicad_sym | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utsvt-chips.kicad_sym b/utsvt-chips.kicad_sym index c38e327..ba2226e 100644 --- a/utsvt-chips.kicad_sym +++ b/utsvt-chips.kicad_sym @@ -4682,7 +4682,7 @@ (hide yes) ) ) - (property "Datasheet" "https://www.lcsc.com/datasheet/lcsc_datasheet_2211010930_VBsemi-Elec-NDS356AP-VB_C710027.pdf" + (property "Datasheet" "https://www.mouser.com/datasheet/2/916/PMV35EPE-1539905.pdf" (at 5.334 -13.208 0) (effects (font