From 68334a51710f279ab7fde4dedda7682bffae08d7 Mon Sep 17 00:00:00 2001 From: Folkert Kevelam Date: Fri, 20 Jun 2025 21:39:54 +0200 Subject: [PATCH] Squashed 'Library/' content from commit 2bc7f66 git-subtree-dir: Library git-subtree-split: 2bc7f66e7d30012decd01112a78659b89c6f06f4 --- .gitignore | 1 + .../Abracon-ABM8-272-T3.kicad_mod | 270 ++++ .../CFPX-180.kicad_mod | 190 +++ .../ECS-250-CDX-2523.kicad_mod | 270 ++++ ...P_3.95x3.95mm_P0.5mm_2.55x2.55mm.kicad_mod | 610 ++++++++ .../QFN-2L.kicad_mod | 266 ++++ ...1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm.kicad_mod | 188 +++ .../QFP-44_10x10_Pitch0.8mm.kicad_mod | 564 +++++++ .../SOIC-8_5.28x5.28mm_P1.27mm.kicad_mod | 46 + .../SSOP-16_5.85x7.5mm_P0.65mm.kicad_mod | 332 +++++ .../PowerDI3333-8-UX.kicad_mod | 282 ++++ .../WSON-12-1EP_3x3mm_P0.5mm.kicad_mod | 289 ++++ .../SOT23-5_2.6W.kicad_mod | 272 ++++ .../SOT23-6L.kicad_mod | 274 ++++ .../SOT23-6_2.6W.kicad_mod | 280 ++++ .../SOT323-3L.kicad_mod | 217 +++ .../SOT323-5L.kicad_mod | 215 +++ .../SOT323-6L.kicad_mod | 233 +++ README.md | 0 Symbols/Pyllr_74xx.kicad_sym | 346 +++++ Symbols/Pyllr_Comparator.kicad_sym | 235 +++ Symbols/Pyllr_Converter_DCDC.kicad_sym | 469 ++++++ Symbols/Pyllr_Interface_Ethernet.kicad_sym | 859 +++++++++++ Symbols/Pyllr_Interface_USB.kicad_sym | 516 +++++++ Symbols/Pyllr_Isolator_USB.kicad_sym | 378 +++++ Symbols/Pyllr_MCU.kicad_sym | 1092 ++++++++++++++ Symbols/Pyllr_Memory_Flash.kicad_sym | 424 ++++++ Symbols/Pyllr_Power_Protection.kicad_sym | 1294 +++++++++++++++++ Symbols/Pyllr_Transistor_FET.kicad_sym | 408 ++++++ 29 files changed, 10820 insertions(+) create mode 100644 .gitignore create mode 100644 Footprints/Pyllr_Package_Crystal.pretty/Abracon-ABM8-272-T3.kicad_mod create mode 100644 Footprints/Pyllr_Package_Crystal.pretty/CFPX-180.kicad_mod create mode 100644 Footprints/Pyllr_Package_Crystal.pretty/ECS-250-CDX-2523.kicad_mod create mode 100644 Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-24_1EP_3.95x3.95mm_P0.5mm_2.55x2.55mm.kicad_mod create mode 100644 Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-2L.kicad_mod create mode 100644 Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-56_1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm.kicad_mod create mode 100644 Footprints/Pyllr_Package_QFP.pretty/QFP-44_10x10_Pitch0.8mm.kicad_mod create mode 100644 Footprints/Pyllr_Package_SO.pretty/SOIC-8_5.28x5.28mm_P1.27mm.kicad_mod create mode 100644 Footprints/Pyllr_Package_SO.pretty/SSOP-16_5.85x7.5mm_P0.65mm.kicad_mod create mode 100644 Footprints/Pyllr_Package_SON.pretty/PowerDI3333-8-UX.kicad_mod create mode 100644 Footprints/Pyllr_Package_SON.pretty/WSON-12-1EP_3x3mm_P0.5mm.kicad_mod create mode 100644 Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-5_2.6W.kicad_mod create mode 100644 Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6L.kicad_mod create mode 100644 Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6_2.6W.kicad_mod create mode 100644 Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-3L.kicad_mod create mode 100644 Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-5L.kicad_mod create mode 100644 Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-6L.kicad_mod create mode 100644 README.md create mode 100644 Symbols/Pyllr_74xx.kicad_sym create mode 100644 Symbols/Pyllr_Comparator.kicad_sym create mode 100644 Symbols/Pyllr_Converter_DCDC.kicad_sym create mode 100644 Symbols/Pyllr_Interface_Ethernet.kicad_sym create mode 100644 Symbols/Pyllr_Interface_USB.kicad_sym create mode 100644 Symbols/Pyllr_Isolator_USB.kicad_sym create mode 100644 Symbols/Pyllr_MCU.kicad_sym create mode 100644 Symbols/Pyllr_Memory_Flash.kicad_sym create mode 100644 Symbols/Pyllr_Power_Protection.kicad_sym create mode 100644 Symbols/Pyllr_Transistor_FET.kicad_sym diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..751553b --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.bak diff --git a/Footprints/Pyllr_Package_Crystal.pretty/Abracon-ABM8-272-T3.kicad_mod b/Footprints/Pyllr_Package_Crystal.pretty/Abracon-ABM8-272-T3.kicad_mod new file mode 100644 index 0000000..60eddaf --- /dev/null +++ b/Footprints/Pyllr_Package_Crystal.pretty/Abracon-ABM8-272-T3.kicad_mod @@ -0,0 +1,270 @@ +(footprint "Abracon-ABM8-272-T3" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -2.7 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "3c3bcabb-d4b4-401d-a068-348687ae511f") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "Abracon-ABM8-272-T3" + (at 0.5 -0.1 0) + (unlocked yes) + (layer "F.Fab") + (uuid "b22d7093-967f-47d9-a413-eaf8fe76b5ea") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 6.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0f41cdce-2f3f-409e-aff1-9b8eb2f63912") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 6.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "98d23bb1-6930-4a16-8a91-cc5857caedf5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 6.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "48b75010-7efe-4963-9068-1663450eed40") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -2 0.5) + (end -2 1.75) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "ad5adb73-3fe0-4b73-914b-1071ff3bc11f") + ) + (fp_line + (start -2 1.75) + (end -0.75 1.75) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "f16e79c5-865e-4fc2-b66b-c35e08091ab5") + ) + (fp_line + (start -1.75 -1.5) + (end 1.75 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "6ca7cca9-3c32-4b7f-9c8f-e65e05d65f59") + ) + (fp_line + (start -1.75 0) + (end -1.75 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "d01612cc-c618-46ff-9ede-1f334455814a") + ) + (fp_line + (start -1.75 1.5) + (end -1.75 0) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "61c7c14c-562b-4165-9f45-08a221eb9850") + ) + (fp_line + (start 1.75 -1.5) + (end 1.75 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "67e5c809-290a-4858-a7e1-7dcd003311da") + ) + (fp_line + (start 1.75 1.5) + (end -1.75 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "17c0f6de-992a-43e9-8976-be8d813d2b2e") + ) + (fp_line + (start -2 -1.75) + (end 2 -1.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "eef35e35-1d2e-4098-8829-9e02bbf02763") + ) + (fp_line + (start -2 1.5) + (end -2 -1.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "5c67f828-8bbf-46c5-83a3-8cb431b30d83") + ) + (fp_line + (start 2 -1.75) + (end 2 1.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "ea8bd3ce-81d5-44ed-a873-3e0367632251") + ) + (fp_line + (start 2 1.75) + (end -2 1.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "bd49e11d-19a2-4606-9ec0-3e7873eb1b54") + ) + (fp_line + (start -1.75 -1.5) + (end -1.75 0) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "8735dfa5-efff-4162-aae6-7fc20a34a9d8") + ) + (fp_line + (start -1.75 0) + (end -0.5 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "c52b3822-8b75-4004-9b3d-473304f39cbf") + ) + (fp_line + (start -0.5 1.5) + (end 1.75 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "e944700e-316c-4180-88a5-039f60851882") + ) + (fp_line + (start 1.75 -1.5) + (end -1.75 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "890a3e22-3779-4e19-8577-97156c870b8b") + ) + (fp_line + (start 1.75 1.5) + (end 1.75 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "300aa18c-69bd-42b6-9e74-ab2278a2d816") + ) + (fp_text user "${REFERENCE}" + (at 0 2.9 0) + (unlocked yes) + (layer "F.Fab") + (uuid "44133aa1-1c01-470a-a360-a07c34c31786") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.05 0.75) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "4989b252-88e9-4949-9eb2-697b26332601") + ) + (pad "2" smd rect + (at 1.05 0.75) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "58bcfb85-1144-43ba-9b7e-9c43c9cebef9") + ) + (pad "3" smd rect + (at 1.05 -0.75) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "8ed1d85c-8801-486f-bb57-d70d054ee186") + ) + (pad "4" smd rect + (at -1.05 -0.75) + (size 0.9 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "d33a3c4e-8961-4db2-948a-9ae6fa74ab4e") + ) +) diff --git a/Footprints/Pyllr_Package_Crystal.pretty/CFPX-180.kicad_mod b/Footprints/Pyllr_Package_Crystal.pretty/CFPX-180.kicad_mod new file mode 100644 index 0000000..a5851f0 --- /dev/null +++ b/Footprints/Pyllr_Package_Crystal.pretty/CFPX-180.kicad_mod @@ -0,0 +1,190 @@ +(footprint "CFPX-180" + (version 20241229) + (generator "pcbnew") + (generator_version "9.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -18 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "4a9330dd-dcae-45bf-a44b-3a92e40d292f") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "CFPX-180" + (at 0 -16.5 0) + (unlocked yes) + (layer "F.Fab") + (uuid "668a301f-16d5-48ec-8761-7bb86f32486b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 -17.5 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ecb966d4-5c0f-469d-be35-eaf8e24740b8") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 -17.5 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4be833af-e61b-4497-bef4-17d0fc363868") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -2.25 -1.5) + (end -2 -1.75) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "756234dc-b567-4e65-86e6-f97cee946eb4") + ) + (fp_line + (start -2.25 1.5) + (end -2.25 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "b38e6f66-940d-4311-a25d-00e2c00c8222") + ) + (fp_line + (start -2 -1.75) + (end 2 -1.75) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "4b9d311e-295a-4b39-97c3-93881ad85dca") + ) + (fp_line + (start -2 1.75) + (end -2.25 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "cbc84da9-5be9-4f02-a7cd-36c7fd28c48f") + ) + (fp_line + (start 2 -1.75) + (end 2.25 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "e9076973-356d-4c4f-b8df-ab896fe13974") + ) + (fp_line + (start 2 1.75) + (end -2 1.75) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "84d0f444-0f6b-46f2-9ead-cab52e4339eb") + ) + (fp_line + (start 2.25 -1.5) + (end 2.25 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "a8c7f27b-b989-4e3e-bc57-52f6096f889e") + ) + (fp_line + (start 2.25 1.5) + (end 2 1.75) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "1cd29e89-8ba1-4c15-bd95-8beb5de56b5c") + ) + (fp_poly + (pts + (xy -1.75 2) (xy -2.5 2) (xy -2.5 1.25) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill yes) + (layer "F.SilkS") + (uuid "42161764-82dd-4d91-b3f9-2879b9f5b7be") + ) + (fp_text user "${REFERENCE}" + (at 0 -15 0) + (unlocked yes) + (layer "F.Fab") + (uuid "27886e04-7a58-46c9-b853-af3c495cf4a6") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.1 0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Mask" "F.Paste") + (thermal_bridge_angle 45) + (uuid "fc67050b-b53d-40c1-a163-12c35f74c67f") + ) + (pad "2" smd rect + (at 1.1 0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Mask" "F.Paste") + (thermal_bridge_angle 45) + (uuid "f1d3eb37-8e3b-404b-8c59-3431ea26c9f0") + ) + (pad "3" smd rect + (at 1.1 -0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Mask" "F.Paste") + (thermal_bridge_angle 45) + (uuid "0ab22fb4-cb05-4a53-a9ef-5347f43a7498") + ) + (pad "4" smd rect + (at -1.1 -0.85) + (size 1.4 1.2) + (layers "F.Cu" "F.Mask" "F.Paste") + (thermal_bridge_angle 45) + (uuid "42494829-f97e-4907-8ba2-988f30168f93") + ) + (embedded_fonts no) +) diff --git a/Footprints/Pyllr_Package_Crystal.pretty/ECS-250-CDX-2523.kicad_mod b/Footprints/Pyllr_Package_Crystal.pretty/ECS-250-CDX-2523.kicad_mod new file mode 100644 index 0000000..ebbd68b --- /dev/null +++ b/Footprints/Pyllr_Package_Crystal.pretty/ECS-250-CDX-2523.kicad_mod @@ -0,0 +1,270 @@ +(footprint "ECS-250-CDX-2523" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -13.25 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "c3ae6c87-c534-4ef9-9079-70d42c3a15c7") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "ECS-250-CDX-2523" + (at 0 -11.75 0) + (unlocked yes) + (layer "F.Fab") + (uuid "6dff62da-d5ca-4ae8-940b-014c35af0e62") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 -12.75 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "15c0bf41-ead2-4ce2-9afc-463a45a12c11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 -12.75 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7757ee95-c566-4f4c-af7e-7b5bc9dd8cac") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 -12.75 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "efc41324-29c6-4da2-9146-166207150740") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -2.6 2.2) + (end -2.6 0.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "f0160721-67f9-4264-8fb6-6f3fbd5d966f") + ) + (fp_line + (start -2.2 -1.8) + (end -2.2 1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "dbbace33-2fef-426c-b53a-7f9065e4c891") + ) + (fp_line + (start -2.2 1.8) + (end 0 1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "02d8629d-0e45-437d-ba1e-1172db9d64ec") + ) + (fp_line + (start -1.2 2.2) + (end -2.6 2.2) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "03e1571a-d3b4-44b5-8f73-15e468280625") + ) + (fp_line + (start 0 1.8) + (end 2.2 1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "44146a9b-12fe-4f4e-ba79-6c3b7538e079") + ) + (fp_line + (start 2.2 -1.8) + (end -2.2 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "4fddd978-d52c-4512-9146-4dff457a912e") + ) + (fp_line + (start 2.2 1.8) + (end 2.2 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "6329b45d-0b70-43bd-9de6-4660d4cc9e16") + ) + (fp_line + (start -2.6 -2.2) + (end 2.6 -2.2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "706bd306-b72b-4a82-a473-cc18ea47dc32") + ) + (fp_line + (start -2.6 2.2) + (end -2.6 -2.2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "7fd2827d-e92a-48a4-9cad-fc64d76f0c07") + ) + (fp_line + (start 2.6 -2.2) + (end 2.6 2.2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "28d7f423-8ce8-4f28-8d62-8de995d8ac93") + ) + (fp_line + (start 2.6 2.2) + (end -2.6 2.2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "5a151d3c-9e0b-45b9-93f0-757e84f7983c") + ) + (fp_line + (start -2.2 -1.8) + (end -2.2 0.4) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "817be1f4-1ed7-4265-b982-bd2572d8a5e6") + ) + (fp_line + (start -2.2 0.4) + (end -0.6 1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "48ce3523-ae5d-49b3-ac13-9136e925068d") + ) + (fp_line + (start -0.6 1.8) + (end 2.2 1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "f18466cd-ff5a-4d5d-8afa-815582f317f8") + ) + (fp_line + (start 2.2 -1.8) + (end -2.2 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "357bae82-26b2-4f3b-a2f2-93eb5029db7b") + ) + (fp_line + (start 2.2 1.8) + (end 2.2 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "User.1") + (uuid "065a3b87-d86c-4b14-b647-bd0cc4c24d37") + ) + (fp_text user "${REFERENCE}" + (at 0 -10.25 0) + (unlocked yes) + (layer "F.Fab") + (uuid "6457ce43-4f7c-4e25-a2e7-6b51e22cebd1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.15 0.95) + (size 1.3 1.1) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "ace33be4-47a4-4bbf-a895-37aea6f0dc29") + ) + (pad "2" smd rect + (at 1.15 0.95) + (size 1.3 1.1) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "47c0158c-fe76-4559-93ce-fcb6d74d5b84") + ) + (pad "3" smd rect + (at 1.15 -0.95) + (size 1.3 1.1) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "4f79fdee-667d-4c21-ace1-9f6183f2eeff") + ) + (pad "4" smd rect + (at -1.15 -0.95) + (size 1.3 1.1) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "2b89e939-7fd4-4e3b-b8ad-084914fcb11a") + ) +) diff --git a/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-24_1EP_3.95x3.95mm_P0.5mm_2.55x2.55mm.kicad_mod b/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-24_1EP_3.95x3.95mm_P0.5mm_2.55x2.55mm.kicad_mod new file mode 100644 index 0000000..ab84a77 --- /dev/null +++ b/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-24_1EP_3.95x3.95mm_P0.5mm_2.55x2.55mm.kicad_mod @@ -0,0 +1,610 @@ +(footprint "QFN-24_1EP_3.95x3.95mm_P0.5mm_2.55x2.55mm" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -3.5 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "4f128c1c-1e34-4f07-a33c-3ab6bc2b2ea4") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "QFN-24_1EP_3.95x3.95mm_P0.5mm_2.55x2.55mm" + (at 0 2.85 0) + (unlocked yes) + (layer "F.Fab") + (uuid "6ba0a7f7-b36e-4530-acbf-580bc7af6609") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0.1 -19.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "e160877b-1fc2-410e-ac58-c99430f1a6a5") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0.1 -19.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "a250c7a1-e5ef-4e84-9431-ed4b798b449e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0.1 -19.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6773a3d1-b677-4011-a572-ed56c980aea4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -2.35 2.35) + (end -2.35 1.75) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "5257b784-bf62-4979-b5f3-9d2919614b49") + ) + (fp_line + (start -1.75 -2.35) + (end -2.5 -2.35) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "2651aa06-412d-4fd9-9081-9fb0b96f35cf") + ) + (fp_line + (start -1.75 2.35) + (end -2.35 2.35) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "39e74765-0d5d-4c80-bb3d-ccf5655e9e0c") + ) + (fp_line + (start 1.75 -2.35) + (end 2.35 -2.35) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "5d28ef22-33fb-4e13-85ab-516a724edd75") + ) + (fp_line + (start 1.75 2.35) + (end 2.35 2.35) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "7d8c2944-8200-4afc-be8a-111cabc83e01") + ) + (fp_line + (start 2.35 -2.35) + (end 2.35 -1.75) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "7ede1bbd-6690-4e19-a857-fb04157eb9d6") + ) + (fp_line + (start 2.35 2.35) + (end 2.35 1.75) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "2caec2ea-2706-4fe3-82b1-44d822abafce") + ) + (fp_line + (start -2.75 -2.75) + (end 2.75 -2.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "7b479c48-8132-4d16-809b-8f7305bbad8a") + ) + (fp_line + (start -2.75 2.75) + (end -2.75 -2.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "5f72eb22-b1d6-4596-81ad-c07b11f7b6fb") + ) + (fp_line + (start 2.75 -2.75) + (end 2.75 2.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "4c1fc5d5-04a9-45fd-b9c7-ffd406f656e5") + ) + (fp_line + (start 2.75 2.75) + (end -2.75 2.75) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "44aa55a6-74b3-40bc-b2cb-96277770f107") + ) + (fp_line + (start -2.2 -1.2) + (end -2.2 2.2) + (stroke + (width 0.15) + (type default) + ) + (layer "F.Fab") + (uuid "c2430806-fc76-49e0-998f-a77330ef3b81") + ) + (fp_line + (start -2.2 2.2) + (end 2.2 2.2) + (stroke + (width 0.15) + (type default) + ) + (layer "F.Fab") + (uuid "c09402c5-5579-4f43-9f84-d542be258d60") + ) + (fp_line + (start -1.2 -2.2) + (end -2.2 -1.2) + (stroke + (width 0.15) + (type default) + ) + (layer "F.Fab") + (uuid "042026ea-9e1d-466a-929d-39c189bf3494") + ) + (fp_line + (start 2.2 -2.2) + (end -1.2 -2.2) + (stroke + (width 0.15) + (type default) + ) + (layer "F.Fab") + (uuid "73141144-76bb-48b8-aa21-bcd6c6eb653a") + ) + (fp_line + (start 2.2 2.2) + (end 2.2 -2.2) + (stroke + (width 0.15) + (type default) + ) + (layer "F.Fab") + (uuid "f254bf19-3556-419a-970d-29adfd87921f") + ) + (fp_text user "${REFERENCE}" + (at -0.05 -0.05 0) + (unlocked yes) + (layer "F.Fab") + (uuid "f416fa8a-5252-475b-ad0c-6bd7d78fd701") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "" smd rect + (at -0.95625 -0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "1a45595e-f881-47b0-b3d8-8f587aed205d") + ) + (pad "" smd rect + (at -0.95625 -0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "1b8b7db6-cb7b-44f1-9f12-ffc441fcf79c") + ) + (pad "" smd rect + (at -0.95625 0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "89dfa5af-1f0a-4314-b9a2-01891afeb7cb") + ) + (pad "" smd rect + (at -0.95625 0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "7ef9c9b8-87a5-4374-a857-e37dd52262e4") + ) + (pad "" smd rect + (at -0.31875 -0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "7f1af74a-5d7c-47a4-9b9f-7014dd810fc9") + ) + (pad "" smd rect + (at -0.31875 -0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "08bb14a9-510f-4e83-a74d-e6cf14a51d5e") + ) + (pad "" smd rect + (at -0.31875 0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "3efa04e9-9a48-4354-8aba-6d6d4fb7e7ad") + ) + (pad "" smd rect + (at -0.31875 0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "2aa31bb0-a9c8-44b3-92e7-f84c282ca3a4") + ) + (pad "" smd rect + (at 0.31875 -0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "93016fc1-2576-4c0d-8b11-b4bc4df2c320") + ) + (pad "" smd rect + (at 0.31875 -0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "1b75b3ec-ba0d-47ef-81bc-a17334039a27") + ) + (pad "" smd rect + (at 0.31875 0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "9d8c340f-f144-4505-86ba-13d115ca6724") + ) + (pad "" smd rect + (at 0.31875 0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "58dfedc9-e1fb-42f7-94af-a5e51b1e0462") + ) + (pad "" smd rect + (at 0.95625 -0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "15e94dc3-bcba-45a4-86b4-7d516c0017f0") + ) + (pad "" smd rect + (at 0.95625 -0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "89973c8d-e8ea-45f6-92f1-94e7bf0a6531") + ) + (pad "" smd rect + (at 0.95625 0.31875) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "9375a4d3-1eaf-4fa6-ae05-db77a2c577e0") + ) + (pad "" smd rect + (at 0.95625 0.95625) + (size 0.000001 0.000001) + (layers "F.Paste") + (thermal_bridge_angle 45) + (uuid "1a803d93-761c-4ef7-b7dc-0304949b0b81") + ) + (pad "1" smd oval + (at -1.9 -1.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "656ad0af-91c5-4e18-9354-2c94a876dff7") + ) + (pad "2" smd oval + (at -1.9 -0.75 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "c30abd45-dbe0-4e12-96f4-c9e88bbbce0e") + ) + (pad "3" smd oval + (at -1.9 -0.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "d3c4d6b3-a9eb-4a8a-ac9f-6207464b7132") + ) + (pad "4" smd oval + (at -1.9 0.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "fbd34914-f9b0-4e51-a428-e6f292cbfb6d") + ) + (pad "5" smd oval + (at -1.9 0.75 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "3c666ad7-6308-4ea7-89b6-762ada6ae68d") + ) + (pad "6" smd oval + (at -1.9 1.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "9779b1bf-3c0b-407f-92b9-9339346782a4") + ) + (pad "7" smd oval + (at -1.25 1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "256ad2c4-b087-42d5-9be6-c790bb9b2548") + ) + (pad "8" smd oval + (at -0.75 1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "50a9877f-eabb-4d3f-bef4-6d74e2a9b87a") + ) + (pad "9" smd oval + (at -0.25 1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "97563d33-0df0-45c4-8fd9-c4f4d2c0f053") + ) + (pad "10" smd oval + (at 0.25 1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "73990dff-a49d-4e79-adf7-f094263bfabc") + ) + (pad "11" smd oval + (at 0.75 1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "bd866e2a-397a-4909-bf02-35d13b5048f4") + ) + (pad "12" smd oval + (at 1.25 1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "e9fcbe0c-2837-4b77-b791-75c972e52487") + ) + (pad "13" smd oval + (at 1.9 1.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "77cc0ec5-7f2f-404b-b013-b811d3933543") + ) + (pad "14" smd oval + (at 1.9 0.75 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "79822659-0ed4-4905-9a06-2e9487fbd6ac") + ) + (pad "15" smd oval + (at 1.9 0.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "0c19f6e9-2dbb-4304-8323-eb47fadf4d38") + ) + (pad "16" smd oval + (at 1.9 -0.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "50d92628-2674-4985-956b-937c8767a4f2") + ) + (pad "17" smd oval + (at 1.9 -0.75 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "bc9d1a01-0da4-4bb7-8a5d-1b3d6321157e") + ) + (pad "18" smd oval + (at 1.9 -1.25 90) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "218e8e94-b6b7-450a-a75c-5c4b5eb4e128") + ) + (pad "19" smd oval + (at 1.25 -1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "4900d481-29ae-40e0-9a01-475f2eef0664") + ) + (pad "20" smd oval + (at 0.75 -1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "14db5123-ebcc-4cdd-97b8-3f0b66964174") + ) + (pad "21" smd oval + (at 0.25 -1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "58a59091-1b55-4ed8-96d0-be7a6ba872fd") + ) + (pad "22" smd oval + (at -0.25 -1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "e705b193-5be8-4b7e-b85e-7741d546e2d1") + ) + (pad "23" smd oval + (at -0.75 -1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "59738316-c0c7-4e06-a756-5984f6767c4f") + ) + (pad "24" smd oval + (at -1.25 -1.9) + (size 0.25 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "d70433bd-868b-4ae3-8264-8d41b3bb330f") + ) + (pad "25" thru_hole circle + (at -0.6375 -0.6375) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "a925eec3-511c-4d4a-b133-de7e9a8bd7fb") + ) + (pad "25" thru_hole circle + (at -0.6375 0) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "507d81df-3c09-4b33-b697-1a53078bb6f9") + ) + (pad "25" thru_hole circle + (at -0.6375 0.6375) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "473497ff-faff-4678-847b-e4e04ab90f2f") + ) + (pad "25" thru_hole circle + (at 0 -0.6375) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "adea7fef-f8d5-45e2-97d4-939f99d35cce") + ) + (pad "25" thru_hole circle + (at 0 0) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "c5212b74-8980-4f02-8170-de22c08e5f0d") + ) + (pad "25" smd rect + (at 0 0) + (size 2.55 2.55) + (layers "F.Cu" "F.Mask") + (thermal_bridge_angle 45) + (uuid "b89b68bd-cee5-417e-85c0-bf9a80bb90a8") + ) + (pad "25" thru_hole circle + (at 0 0.6375) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "3de944f9-47e3-4228-8b06-7976bd4be239") + ) + (pad "25" thru_hole circle + (at 0.6375 -0.6375) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "2d4883b5-678d-475d-8fe0-25112956ec50") + ) + (pad "25" thru_hole circle + (at 0.6375 0) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "922e4490-cb2e-40bc-8136-11b4816fcdb5") + ) + (pad "25" thru_hole circle + (at 0.6375 0.6375) + (size 0.31875 0.31875) + (drill 0.159375) + (property pad_prop_heatsink) + (layers "*.Cu" "*.Mask") + (remove_unused_layers no) + (uuid "105c258e-5e5c-4c1a-a170-dbe0a309073a") + ) +) diff --git a/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-2L.kicad_mod b/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-2L.kicad_mod new file mode 100644 index 0000000..1e296c1 --- /dev/null +++ b/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-2L.kicad_mod @@ -0,0 +1,266 @@ +(footprint "QFN-2L" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -1.5 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "ed19a0a2-c1ab-4bb1-82b0-49799630c471") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "QFN-2L" + (at 0 1.7 0) + (unlocked yes) + (layer "F.Fab") + (uuid "8fd0c918-fdd8-44dc-abff-c63bdb5ce97d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "2548d17f-71b3-4af0-83fc-710171736fd3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "8a65cbb9-fb73-4f85-a997-c8e7575e409d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b418a1f1-59f5-4b75-98a8-42593fffd1a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.1 -0.4) + (end -1.1 0.4) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "482027c3-04d5-4818-acdb-741ae3743165") + ) + (fp_line + (start 1.1 -0.6) + (end 0 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "1f60a462-42fd-4ad8-8cd8-ad2084ccf5fb") + ) + (fp_line + (start 1.1 -0.6) + (end 1.1 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "78069618-488e-408c-bb82-aba1b55e3835") + ) + (fp_line + (start 1.1 0.6) + (end 0 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "9c446b25-24ce-4d5d-b41d-71911e02ad77") + ) + (fp_line + (start -1.1 -0.6) + (end -1.1 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "a04a1f9a-c7bb-428d-8015-971b10da2952") + ) + (fp_line + (start -1.1 0.6) + (end 1.1 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "0dc98e66-6c8e-4014-a733-174fecdaaa5f") + ) + (fp_line + (start -0.2 -0.2) + (end -0.2 0.2) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "dd3c3480-c392-462f-a135-027a7b6c2e9a") + ) + (fp_line + (start -0.2 0) + (end -0.7 0) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "af7495b1-2db2-4576-a355-a9a2431735ce") + ) + (fp_line + (start -0.2 0.2) + (end 0.1 0) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "d9886bf9-5baf-436f-b895-d20c975c940b") + ) + (fp_line + (start 0.1 -0.2) + (end 0 -0.3) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "0985f846-0dcd-4245-861c-f23cf597664a") + ) + (fp_line + (start 0.1 0) + (end -0.2 -0.2) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "4316520f-409b-4c70-8c4d-52224f6f95b2") + ) + (fp_line + (start 0.1 0) + (end 0.1 -0.2) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "ca709d36-a01f-433f-9f4b-1b50ef6a41cc") + ) + (fp_line + (start 0.1 0) + (end 0.1 0.2) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "f8e867d5-edaa-4b8b-9bf5-58f0b935f4d5") + ) + (fp_line + (start 0.1 0) + (end 0.7 0) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "0f7d480b-55f4-4a05-9098-7ecd179a3e1c") + ) + (fp_line + (start 0.1 0.2) + (end 0.2 0.3) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "6dc2683b-da98-47b2-af2c-8e6ccb4773a5") + ) + (fp_line + (start 1.1 -0.6) + (end -1.1 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "8e1a5a49-cb9d-40f0-b561-7518d6446bc6") + ) + (fp_line + (start 1.1 0.6) + (end 1.1 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "b673c981-55d7-4369-82ad-32d066da6862") + ) + (fp_text user "${REFERENCE}" + (at 0 -1.5 0) + (unlocked yes) + (layer "F.Fab") + (uuid "0e660ce2-0c52-4ba6-bea1-0d677dc44f7c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at 0.625 0) + (size 0.55 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "a5bca14d-f94b-4cbe-bc76-da57c2d67941") + ) + (pad "2" smd rect + (at -0.625 0) + (size 0.55 0.8) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "fffa4211-7d81-459e-98d5-c61434e5207e") + ) +) diff --git a/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-56_1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm.kicad_mod b/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-56_1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm.kicad_mod new file mode 100644 index 0000000..43a88ed --- /dev/null +++ b/Footprints/Pyllr_Package_DFN_QFN.pretty/QFN-56_1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm.kicad_mod @@ -0,0 +1,188 @@ +(footprint "QFN-56_1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm" (version 20221018) (generator pcbnew) + (layer "F.Cu") + (attr smd) + (fp_text reference "REF**" (at 0 -5.55) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 81c3f24d-b630-403e-bd71-04002b55d922) + ) + (fp_text value "QFN-56_1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm" (at 0 5.55) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp 56f40ffd-3439-4208-af37-8c48d3a79f51) + ) + (fp_line (start -4.025 4.025) (end -4.025 3) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 1ad973ea-0945-4279-bc0c-447bfcb5a692)) + (fp_line (start -3 -4.025) (end -4.3125 -4.025) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 39a2e91e-bcab-47b5-b6de-37b832616c0e)) + (fp_line (start -3 4.025) (end -4.025 4.025) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp f31d6238-6f06-4872-8243-e170c3aafef6)) + (fp_line (start 3 -4.025) (end 4.025 -4.025) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp b89db8d8-1076-4a23-ab31-65c2b338aaa1)) + (fp_line (start 3 4.025) (end 4.025 4.025) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 95314a27-2ed9-47d6-924e-0202427936cc)) + (fp_line (start 4.025 -4.025) (end 4.025 -3) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 4e87acf6-4e86-4e35-a9a0-14c946fc74ae)) + (fp_line (start 4.025 4.025) (end 4.025 3) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 462d19c0-2077-47da-95da-3b4059aad211)) + (fp_line (start -4.55 -4.55) (end 4.55 -4.55) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 7eb9678f-29e1-4725-ab28-75d08ac69fb7)) + (fp_line (start -4.55 4.55) (end -4.55 -4.55) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp c937b6ab-cabb-461f-99c2-c9f7b32eff2d)) + (fp_line (start 4.55 -4.55) (end 4.55 4.55) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp b680e6e9-3e00-4c02-818c-3cefb7fd0072)) + (fp_line (start 4.55 4.55) (end -4.55 4.55) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 5a3d8f42-2e06-4da4-8a39-5ec675e373b6)) + (fp_line (start -3.875 -2.875) (end -3.875 3.875) + (stroke (width 0.15) (type default)) (layer "F.Fab") (tstamp 5308afb4-2780-4bef-b7b9-be7783650d40)) + (fp_line (start -3.875 3.875) (end 3.875 3.875) + (stroke (width 0.15) (type default)) (layer "F.Fab") (tstamp 8acf0393-7a7f-4163-914d-fa56ab2180ef)) + (fp_line (start -2.875 -3.875) (end -3.875 -2.875) + (stroke (width 0.15) (type default)) (layer "F.Fab") (tstamp 61a0e0ef-d05e-47f0-b2d8-7326224346fb)) + (fp_line (start 3.875 -3.875) (end -2.875 -3.875) + (stroke (width 0.15) (type default)) (layer "F.Fab") (tstamp 9484a183-be27-48a7-a0f4-44e6eb9edc8a)) + (fp_line (start 3.875 3.875) (end 3.875 -3.875) + (stroke (width 0.15) (type default)) (layer "F.Fab") (tstamp ddecd5ed-e707-47b1-a9f3-5332cf9b6690)) + (pad "1" smd oval (at -3.4375 -2.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp f4bc3893-031f-43ab-8fb0-bf3940bf04d7)) + (pad "2" smd oval (at -3.4375 -2.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 044caacd-427f-48a9-8db3-724c87b3cf73)) + (pad "3" smd oval (at -3.4375 -1.8 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 7911d075-8df5-47de-a1a6-dac52a17eb0f)) + (pad "4" smd oval (at -3.4375 -1.4 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp f6e9ba63-e14f-4ad8-8f76-d74898003559)) + (pad "5" smd oval (at -3.4375 -1 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp e456c826-2236-432b-b8e5-b74c050a954e)) + (pad "6" smd oval (at -3.4375 -0.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 0e7ba88c-cde6-4a63-a9a4-7131dfdae7e8)) + (pad "7" smd oval (at -3.4375 -0.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp fedbd8cd-5b82-4db6-a169-f7cc12139488)) + (pad "8" smd oval (at -3.4375 0.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 6e63e416-5b28-4abb-84f2-7d4f9b9e7e07)) + (pad "9" smd oval (at -3.4375 0.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 6a8d2310-d713-4beb-a1c9-9f4f4b3fec56)) + (pad "10" smd oval (at -3.4375 1 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 24c86fa5-bc86-4359-a009-55f817740bda)) + (pad "11" smd oval (at -3.4375 1.4 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp c400d944-63e3-41f2-8b61-d756bf0c920a)) + (pad "12" smd oval (at -3.4375 1.8 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp b599645e-2fe2-43a7-ba55-11912e519239)) + (pad "13" smd oval (at -3.4375 2.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 89eda445-62d5-4e67-a0f7-3194b7d1b12c)) + (pad "14" smd oval (at -3.4375 2.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp e931aeb4-685c-44db-a9e8-21106428bbc4)) + (pad "15" smd oval (at -2.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 0595e693-d9f4-491d-9233-62db084f929b)) + (pad "16" smd oval (at -2.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 0c0a219f-09c5-41da-a118-526858c89584)) + (pad "17" smd oval (at -1.8 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 218119e6-af3e-4b58-888c-48e5f632da82)) + (pad "18" smd oval (at -1.4 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 8a60db8c-2b19-4700-aa4e-9e4c880cdb55)) + (pad "19" smd oval (at -1 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 497c8106-0cdd-4bb2-8706-ff726698287b)) + (pad "20" smd oval (at -0.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 2f179f11-c306-4268-898d-43ff6866989e)) + (pad "21" smd oval (at -0.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 684880da-b32f-49e0-90db-39296723aa65)) + (pad "22" smd oval (at 0.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 309a4a65-3f27-4d85-be53-85339e31f238)) + (pad "23" smd oval (at 0.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 1670c3cf-5daf-4029-9256-9e4a3d116721)) + (pad "24" smd oval (at 1 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 09d7d769-11ba-4147-982b-4eefb98c046f)) + (pad "25" smd oval (at 1.4 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp edc1f497-2ec0-48dd-97a0-57647c17f9eb)) + (pad "26" smd oval (at 1.8 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp b14ea5c3-35f6-49fc-8694-8bb2d240a4e6)) + (pad "27" smd oval (at 2.2 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp e2009a8c-85b8-4bd7-a64a-372d40c612d7)) + (pad "28" smd oval (at 2.6 3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp a700fe7c-8702-4558-a50f-5776187d3f36)) + (pad "29" smd oval (at 3.4375 2.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 46a8769f-2fa0-4ff4-a56a-7302039e6278)) + (pad "30" smd oval (at 3.4375 2.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 37e55b56-f81b-4caf-967f-1f48b60f017d)) + (pad "31" smd oval (at 3.4375 1.8 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp e5678c6a-3309-416b-8db1-3d45dd2e709d)) + (pad "32" smd oval (at 3.4375 1.4 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 9041c598-c52e-40d2-aaad-502f156a0797)) + (pad "33" smd oval (at 3.4375 1 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp ec7f8fde-1391-4860-a314-445b7d460721)) + (pad "34" smd oval (at 3.4375 0.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp a32021c1-aca4-413b-bcd4-fafca37a0c6e)) + (pad "35" smd oval (at 3.4375 0.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 2f53b60e-8b39-4ef7-a2fa-bd14ef258e1c)) + (pad "36" smd oval (at 3.4375 -0.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 6c2aa833-5e2e-40f5-b586-4db41b83142c)) + (pad "37" smd oval (at 3.4375 -0.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 4f985554-8487-488c-a772-898959f5cb41)) + (pad "38" smd oval (at 3.4375 -1 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp bf31563d-bf0e-4703-9f88-536e97bfca2c)) + (pad "39" smd oval (at 3.4375 -1.4 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 9927ef52-2ab5-4c00-943a-e132d8f929cd)) + (pad "40" smd oval (at 3.4375 -1.8 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp d903ea3f-fdd8-42d3-8d3e-6a4c4e3334fb)) + (pad "41" smd oval (at 3.4375 -2.2 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 435d3c68-2e5c-482b-b3d2-9fe188a5548d)) + (pad "42" smd oval (at 3.4375 -2.6 90) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 3099dd35-b139-4019-a938-436db20a4033)) + (pad "43" smd oval (at 2.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 33c00655-b5ca-4e72-9d06-4643e8b5c0a7)) + (pad "44" smd oval (at 2.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 27253726-2087-41fb-853a-3d1f58bfad1a)) + (pad "45" smd oval (at 1.8 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp bb78127d-aea5-4d77-9acd-54e077296b7f)) + (pad "46" smd oval (at 1.4 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp b942ee92-2e9f-46e9-8f97-47de657753a8)) + (pad "47" smd oval (at 1 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp ecebbc00-be4f-4c6c-8480-6ad50e163842)) + (pad "48" smd oval (at 0.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp cf7d8f29-9e57-49c7-b55e-178a488c51a5)) + (pad "49" smd oval (at 0.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp d64c07b8-8fcd-4346-b504-2bab0f588ac6)) + (pad "50" smd oval (at -0.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp ad3fcc55-f295-43fa-bdd2-3ed74a1ccbd6)) + (pad "51" smd oval (at -0.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp d49bdcc7-0796-4cec-b3c6-f5e6b7f40fe8)) + (pad "52" smd oval (at -1 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 1cd639e0-076f-41c1-96bf-93be7ebcc805)) + (pad "53" smd oval (at -1.4 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp d0d9bd2a-0ee2-4086-9550-d8376ab931af)) + (pad "54" smd oval (at -1.8 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 3809e410-7209-4edc-aa78-f6fa1dc5050b)) + (pad "55" smd oval (at -2.2 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 48334f5c-770b-4683-a4fb-624cfd330373)) + (pad "56" smd oval (at -2.6 -3.4375) (size 0.2 0.875) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp dd6f7e5f-983f-4206-93dd-5dd36424c1c2)) + (pad "57" smd rect (at -1.2 -1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 039181ad-61ca-45bd-9dec-d03ca9013005)) + (pad "57" smd rect (at -1.2 -0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp cde6cdd0-65ea-44ac-b25d-bf52886d203a)) + (pad "57" smd rect (at -1.2 0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp c9becd11-4b3f-4899-8316-291a93f6a827)) + (pad "57" smd rect (at -1.2 1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp eadec879-ae94-4d3a-a134-9b490b6596ca)) + (pad "57" smd rect (at -0.4 -1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp ce3bbcff-9fe7-4e7b-969c-893e40942b19)) + (pad "57" smd rect (at -0.4 -0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 10e985eb-7063-47b5-a8ed-d2c9cdc52332)) + (pad "57" smd rect (at -0.4 0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp ab2f3716-f3fa-4d84-a705-f5fde42dfbde)) + (pad "57" smd rect (at -0.4 1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 93a48c0d-342d-411e-8af3-6b60e81d5398)) + (pad "57" smd rect (at 0.4 -1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 0a443ddf-90fe-4dfe-8157-aa50fe37b863)) + (pad "57" smd rect (at 0.4 -0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp ba81e970-5134-4a08-9c37-ce8e38bdd1ef)) + (pad "57" smd rect (at 0.4 0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 2c272c45-bf6f-4361-8fe2-3b75a4e2cfa2)) + (pad "57" smd rect (at 0.4 1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 9fba334f-f7bf-4c9a-b25e-bfa1d51c112c)) + (pad "57" smd rect (at 1.2 -1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 25fbf8ee-fa9a-40eb-b6fc-d278b142f008)) + (pad "57" smd rect (at 1.2 -0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 4011f0a6-af7c-4c35-a586-2998dbe2cfeb)) + (pad "57" smd rect (at 1.2 0.4) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 74074d86-316a-41df-be0e-05a3a08c78a0)) + (pad "57" smd rect (at 1.2 1.2) (size 0.8 0.8) (layers "F.Cu" "F.Paste" "F.Mask") + (solder_paste_margin -0.75) (thermal_bridge_angle 45) (tstamp 699ec30b-8bcf-4eba-9453-1a9ba3229254)) +) diff --git a/Footprints/Pyllr_Package_QFP.pretty/QFP-44_10x10_Pitch0.8mm.kicad_mod b/Footprints/Pyllr_Package_QFP.pretty/QFP-44_10x10_Pitch0.8mm.kicad_mod new file mode 100644 index 0000000..a013ab8 --- /dev/null +++ b/Footprints/Pyllr_Package_QFP.pretty/QFP-44_10x10_Pitch0.8mm.kicad_mod @@ -0,0 +1,564 @@ +(footprint "QFP-44_10x10_Pitch0.8mm" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -7.45 0) + (layer "F.SilkS") + (uuid "5725b4e6-5e44-4fb7-876b-a27befd99666") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Value" "QFP-44_10x10_Pitch0.8mm" + (at 0 7.45 0) + (layer "F.Fab") + (uuid "63818371-5043-4c46-92e5-70f6010345e1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "57205fa6-c21f-4bb2-b549-22cddf313a6a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "957291fd-0ed1-4a83-aaca-7d918c62446e") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0 0 0) + (layer "F.Fab") + (hide yes) + (uuid "c38baccc-e580-41d2-b68d-76c4a581e44a") + (effects + (font + (size 1.27 1.27) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -5.15 -5.15) + (end -5.15 -4.8) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "e5a81118-d9af-4ce8-b13c-0deaafa335b9") + ) + (fp_line + (start -5.15 -4.8) + (end -6.45 -4.8) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "272bf6bc-10dd-40f6-a3c2-bfcc5121b0e1") + ) + (fp_line + (start -5.15 5.15) + (end -5.15 4.8) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "02985957-b48b-4afe-80a1-aa31dd3f15c7") + ) + (fp_line + (start -4.8 -5.15) + (end -5.15 -5.15) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "dfdb9ad4-493d-4650-b951-897d5fa8871b") + ) + (fp_line + (start -4.8 5.15) + (end -5.15 5.15) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "110778cb-3efe-439e-aecf-90dfaca77a9a") + ) + (fp_line + (start 4.8 -5.15) + (end 5.15 -5.15) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "75f3da4c-f1b1-4a94-b92a-07507ee46fe0") + ) + (fp_line + (start 4.8 5.15) + (end 5.15 5.15) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "07d8c8ef-fc8b-4b8b-8003-f43a18f6fcd2") + ) + (fp_line + (start 5.15 -5.15) + (end 5.15 -4.8) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "897553db-9667-42dd-ae2e-db552d146362") + ) + (fp_line + (start 5.15 5.15) + (end 5.15 4.8) + (stroke + (width 0.12) + (type default) + ) + (layer "F.SilkS") + (uuid "34a45671-e623-482e-9804-418d7531d7fa") + ) + (fp_line + (start -6.7 -6.7) + (end 6.7 -6.7) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "5e3454b4-755c-48da-a7fa-8ae496ab0866") + ) + (fp_line + (start -6.7 6.7) + (end -6.7 -6.7) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "b3a7826c-d4f2-4801-bd0d-77bf283bb682") + ) + (fp_line + (start 6.7 -6.7) + (end 6.7 6.7) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "c38d0768-859a-4f0d-8fa9-5a7a184fe5d2") + ) + (fp_line + (start 6.7 6.7) + (end -6.7 6.7) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "c0adc350-03b1-4a35-9ea9-5656e253cd52") + ) + (fp_line + (start -5 -4) + (end -5 5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "0a253860-9b03-4e11-abaa-ff3ecdd525aa") + ) + (fp_line + (start -5 5) + (end 5 5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "9bcda2c9-b7a8-4dac-95fc-385d3149e7d7") + ) + (fp_line + (start -4 -5) + (end -5 -4) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "e67ad135-c13d-495c-af45-9e0d62b4d00d") + ) + (fp_line + (start 5 -5) + (end -4 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "9d20aabf-32ff-4e20-b1e0-de0ab6b6f3eb") + ) + (fp_line + (start 5 5) + (end 5 -5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "6dd00ae3-85eb-46ca-ad85-5f02b78a0d2f") + ) + (fp_text user "${REFERENCE}" + (at 0 0 0) + (layer "F.Fab") + (uuid "b5dc504a-78c9-433f-b9b3-4a6641d233b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -5.7 -4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "413bb841-888f-4eaf-87b9-77ec8f4445c6") + ) + (pad "2" smd rect + (at -5.7 -3.2 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "4edc6e41-fbda-486a-a528-a14d258cdc51") + ) + (pad "3" smd rect + (at -5.7 -2.4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "22c7d33e-dda9-4e8a-87b7-ad6abb461258") + ) + (pad "4" smd rect + (at -5.7 -1.6 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "1a550e4c-3a7a-471d-90c5-70b034dd1b7b") + ) + (pad "5" smd rect + (at -5.7 -0.8 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "df394a20-8892-47c6-8040-6a74cb7fa4f4") + ) + (pad "6" smd rect + (at -5.7 0 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "30a3c15e-2c55-4956-93be-0a0d310b86b4") + ) + (pad "7" smd rect + (at -5.7 0.8 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "030def0b-d2a6-4d68-8a59-bdc9f0395548") + ) + (pad "8" smd rect + (at -5.7 1.6 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "aa22a296-0c44-4916-8a49-996c02a7b94c") + ) + (pad "9" smd rect + (at -5.7 2.4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "cf108117-b79d-4230-b239-b92eaa9973ce") + ) + (pad "10" smd rect + (at -5.7 3.2 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "db028efc-aaa4-4de1-be33-5fea76587cc3") + ) + (pad "11" smd rect + (at -5.7 4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "9fccc87c-c883-406a-a0fd-3aa8363cae5a") + ) + (pad "12" smd rect + (at -4 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "5241cd93-e8a3-4f0a-a7b9-90faa93ac5ae") + ) + (pad "13" smd rect + (at -3.2 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "e9f65814-569b-4982-85ee-8d91edfe3ba5") + ) + (pad "14" smd rect + (at -2.4 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "eea3f31d-2c79-4495-ac93-467dac678ee0") + ) + (pad "15" smd rect + (at -1.6 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "3b7e4ce5-8a09-4cf1-abec-07d947812044") + ) + (pad "16" smd rect + (at -0.8 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "12d3d07f-d213-4cb4-a444-0c1ea720e1de") + ) + (pad "17" smd rect + (at 0 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "d6effc88-29a1-47f6-9ae5-cd200f3ac1cb") + ) + (pad "18" smd rect + (at 0.8 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "4f612bf3-b6e8-4339-8d37-8f5a404c299d") + ) + (pad "19" smd rect + (at 1.6 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "1323c612-fd48-4512-8d1a-4ed53f338c71") + ) + (pad "20" smd rect + (at 2.4 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "8e28f5fd-0ee3-4a5d-8532-8861bc758766") + ) + (pad "21" smd rect + (at 3.2 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "fa204d86-0a27-4f26-b0c4-3a769543bc68") + ) + (pad "22" smd rect + (at 4 5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "7439d764-56ae-4424-b2c0-02716366014a") + ) + (pad "23" smd rect + (at 5.7 4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "d0eba826-6414-495c-a4fa-824759b49c4a") + ) + (pad "24" smd rect + (at 5.7 3.2 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "49808112-a51f-463d-b80f-69a33e844dec") + ) + (pad "25" smd rect + (at 5.7 2.4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "a8f55837-54bc-4552-a4d0-4b35bbdc5bb5") + ) + (pad "26" smd rect + (at 5.7 1.6 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "3be928c0-4ac7-40d7-bf52-d297750ef96d") + ) + (pad "27" smd rect + (at 5.7 0.8 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "a649bb1d-9d07-47e6-9a60-6769baa449c7") + ) + (pad "28" smd rect + (at 5.7 0 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "0e72fedf-4f8b-4d2f-9e64-0e9f6b4511b5") + ) + (pad "29" smd rect + (at 5.7 -0.8 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "aa5b124a-6d43-4a00-9ae6-8d5d2e1aeda4") + ) + (pad "30" smd rect + (at 5.7 -1.6 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "a10ceff6-a72b-4b7b-857e-13291594990d") + ) + (pad "31" smd rect + (at 5.7 -2.4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "79420b4a-19bb-472a-9ccc-7009f28bc4e6") + ) + (pad "32" smd rect + (at 5.7 -3.2 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "db84f4ce-a86c-4622-af5e-ac384889c4df") + ) + (pad "33" smd rect + (at 5.7 -4 90) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "a1a7e6bf-8675-457a-bbe7-ff7003b95bb8") + ) + (pad "34" smd rect + (at 4 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "ab81b374-40f1-405d-8a7a-b04d48ec36e8") + ) + (pad "35" smd rect + (at 3.2 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "ef548833-4856-4c4f-bf4e-f00892e9853d") + ) + (pad "36" smd rect + (at 2.4 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "68e9fa55-aa8b-4a85-9119-242b20f4c16d") + ) + (pad "37" smd rect + (at 1.6 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "b62718a5-10df-4bd7-b309-c74a97aadca9") + ) + (pad "38" smd rect + (at 0.8 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "fd96b374-2081-4eeb-8b1d-c17234c61ebd") + ) + (pad "39" smd rect + (at 0 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "5645b4b2-c817-4989-9d93-069fbab4497f") + ) + (pad "40" smd rect + (at -0.8 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "67a23687-1dcf-41ef-839c-2fd57c965c26") + ) + (pad "41" smd rect + (at -1.6 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "c1748c84-cbea-4d4e-9504-c213690b5d52") + ) + (pad "42" smd rect + (at -2.4 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "2c2581cb-81aa-4552-bc99-f2ca9ad88a64") + ) + (pad "43" smd rect + (at -3.2 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "29b0a12e-af43-4544-91a4-d955e2500e7c") + ) + (pad "44" smd rect + (at -4 -5.7) + (size 0.55 1.5) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "66cad997-41df-4214-894b-06d6243ac981") + ) +) diff --git a/Footprints/Pyllr_Package_SO.pretty/SOIC-8_5.28x5.28mm_P1.27mm.kicad_mod b/Footprints/Pyllr_Package_SO.pretty/SOIC-8_5.28x5.28mm_P1.27mm.kicad_mod new file mode 100644 index 0000000..fd933fb --- /dev/null +++ b/Footprints/Pyllr_Package_SO.pretty/SOIC-8_5.28x5.28mm_P1.27mm.kicad_mod @@ -0,0 +1,46 @@ +(footprint "SOIC-8_5.28x5.28mm_P1.27mm" (version 20221018) (generator pcbnew) + (layer "F.Cu") + (attr smd) + (fp_text reference "REF**" (at 0 -3.705) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp cadc16df-bda0-493f-9aeb-31feae37f7cf) + ) + (fp_text value "SOIC-8_5.28x5.28mm_P1.27mm" (at 0 3.81) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + (tstamp a170f275-db87-4f1a-9b79-1d41d9bf95b6) + ) + (fp_line (start -2.1 -1.905) (end -1.3 -2.705) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp fe61f73b-3212-4be3-9d02-1cabff6a4be4)) + (fp_line (start -2.1 2.705) (end -2.1 -1.905) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp d1040ca8-c344-4964-a5d7-a6b9195ea784)) + (fp_line (start -1.3 -2.705) (end 2.1 -2.705) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 9d4c4766-e2e3-4368-a798-da0f86906084)) + (fp_line (start 2.1 -2.705) (end 2.1 2.705) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 926aaad4-8402-4848-830e-60efd4f7e1ec)) + (fp_line (start 2.1 2.705) (end -2.1 2.705) + (stroke (width 0.12) (type default)) (layer "F.SilkS") (tstamp 2567bacb-00cc-4454-b0f8-fd2a76426537)) + (fp_line (start -4.85 -2.46) (end 4.85 -2.46) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 7be958f0-2b04-4238-953c-a37e965860b5)) + (fp_line (start -4.85 2.46) (end -4.85 -2.46) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 422354a2-bd57-43b8-929a-13a421d9831c)) + (fp_line (start 4.85 -2.46) (end 4.85 2.46) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 2937d344-27d1-4eb6-8e40-0ea6c7e3a4b0)) + (fp_line (start 4.85 2.46) (end -4.85 2.46) + (stroke (width 0.05) (type default)) (layer "F.CrtYd") (tstamp 0f0d540c-3215-4e53-8cdf-16c59a06b7bf)) + (pad "1" smd rect (at -3.6 -1.905 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp d1b355ec-351e-44bc-9034-8f16ee3af263)) + (pad "2" smd rect (at -3.6 -0.635 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 86d51207-f845-4427-8127-b1251dec191c)) + (pad "3" smd rect (at -3.6 0.635 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 44b64618-f21d-40f1-91e1-84d48de09418)) + (pad "4" smd rect (at -3.6 1.905 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 4c8dccf2-6fb0-4359-9d24-f9ba8c4de2b2)) + (pad "5" smd rect (at 3.6 1.905 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp cdcda276-8c35-44d7-abae-9478b142f7f9)) + (pad "6" smd rect (at 3.6 0.635 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp dfbcc24c-9021-4677-bf4d-4af8ea29f4df)) + (pad "7" smd rect (at 3.6 -0.635 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp 7132b736-7553-4827-9dc6-b8cd163f93bd)) + (pad "8" smd rect (at 3.6 -1.905 270) (size 0.6 2) (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) (tstamp b38981d2-38f5-4f42-9d82-af6bb397c246)) +) diff --git a/Footprints/Pyllr_Package_SO.pretty/SSOP-16_5.85x7.5mm_P0.65mm.kicad_mod b/Footprints/Pyllr_Package_SO.pretty/SSOP-16_5.85x7.5mm_P0.65mm.kicad_mod new file mode 100644 index 0000000..3fcaba0 --- /dev/null +++ b/Footprints/Pyllr_Package_SO.pretty/SSOP-16_5.85x7.5mm_P0.65mm.kicad_mod @@ -0,0 +1,332 @@ +(footprint "SSOP-16_5.85x7.5mm_P0.65mm" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -4.31 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "9a1e8a55-0b51-4bd7-b3cc-7977e77678d8") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "SSOP-16_5.85x7.5mm_P0.65mm" + (at 0 -0.27 0) + (unlocked yes) + (layer "F.Fab") + (uuid "2380f56c-820a-439f-bf45-03f1f190d6ee") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at -27.94 -22.86 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "3c370912-fa40-4ae0-8a9f-8feb4c86038f") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at -27.94 -22.86 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ad82350-c2c4-46bc-95df-5e4c9015f9ef") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at -27.94 -22.86 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "29e6e589-9210-4acd-b68e-ba074b9e597e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -4.064 -3.302) + (end 4.064 -3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "fb6742d5-0beb-4409-b87f-abbc8a1aa754") + ) + (fp_line + (start -4.064 -2.794) + (end -4.064 -3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "eeafbf5e-0573-4b77-bd84-7b9eec317dcf") + ) + (fp_line + (start -4.064 2.794) + (end -4.064 3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "564e7d5b-1fe8-47ee-b41b-daaee25bc938") + ) + (fp_line + (start -4.064 3.302) + (end 4.064 3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "379b3f68-c73b-4f40-99c5-abb9ccf40284") + ) + (fp_line + (start 4.064 -3.302) + (end 4.064 -2.794) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "4bfcd5af-8f3b-4256-ab5b-8ac1a2877b19") + ) + (fp_line + (start 4.064 3.302) + (end 4.064 2.794) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "1bad66a7-e82b-430d-ab67-f0cb77c3ae57") + ) + (fp_poly + (pts + (xy -4.723 -3.087) (xy -4.963 -3.417) (xy -4.483 -3.417) (xy -4.723 -3.087) + ) + (stroke + (width 0.12) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "ce148a90-8392-416b-9aae-fcb663a51411") + ) + (fp_line + (start -4.064 -1.778) + (end -4.064 3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "a7cee6d4-1920-4e44-aa75-cc81053c27f3") + ) + (fp_line + (start -4.064 3.302) + (end 4.064 3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "58d99cef-2ece-4cb0-af3a-69337c577adb") + ) + (fp_line + (start -2.54 -3.302) + (end -4.064 -1.778) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "33027d3d-d607-44c3-be71-279421e4100d") + ) + (fp_line + (start 4.064 -3.302) + (end -2.54 -3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "27c1b022-46c2-4cb4-a4e9-46d801307efb") + ) + (fp_line + (start 4.064 3.302) + (end 4.064 -3.302) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "96c09604-5a13-4768-bdfd-02cff981d9a9") + ) + (fp_text user "${REFERENCE}" + (at 0 4.786 0) + (unlocked yes) + (layer "F.Fab") + (uuid "ec649a9f-a4ab-49d8-894d-2cb43c515a2a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -4.85 -2.275) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "f3a3ec75-f74d-4b02-a2ea-f11cc6af908a") + ) + (pad "2" smd roundrect + (at -4.85 -1.625) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "1348947c-5be1-45e9-be83-d0d1948ed6a6") + ) + (pad "3" smd roundrect + (at -4.85 -0.975) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "e27e6534-5b86-45ce-a90b-028c55065105") + ) + (pad "4" smd roundrect + (at -4.85 -0.325) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "d41aa613-c71d-4353-9401-295fd1866ca3") + ) + (pad "5" smd roundrect + (at -4.85 0.325) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "5fc9867d-4dfb-48f7-8b1b-68681be37c69") + ) + (pad "6" smd roundrect + (at -4.85 0.975) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "f7130b97-8dea-4b4b-9307-e61c3ba46ae2") + ) + (pad "7" smd roundrect + (at -4.85 1.625) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "8a05b6e3-0c18-4635-8849-38968be4fe4c") + ) + (pad "8" smd roundrect + (at -4.85 2.275) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "23d06ef5-a749-4988-a894-6254b613cc79") + ) + (pad "9" smd roundrect + (at 4.85 2.275) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "1b6d91ba-efc6-4773-9731-07628bcfae71") + ) + (pad "10" smd roundrect + (at 4.85 1.625) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "8e1884b7-273d-4910-b14a-a4e33a7a9cd5") + ) + (pad "11" smd roundrect + (at 4.85 0.975) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "567b0f5c-56ce-4ecc-a22a-daf4a99adaf9") + ) + (pad "12" smd roundrect + (at 4.85 0.325) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "4c54039a-e4f9-4d14-a1ed-756260022ba4") + ) + (pad "13" smd roundrect + (at 4.85 -0.325) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "919d8cfc-36c5-4553-8444-4ffd2fcf998e") + ) + (pad "14" smd roundrect + (at 4.85 -0.975) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "c948b0e9-b457-4302-a0dc-0870c1dd0fe7") + ) + (pad "15" smd roundrect + (at 4.85 -1.625) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "b5d7a416-1425-4e5a-a75d-3d06c566b39f") + ) + (pad "16" smd roundrect + (at 4.85 -2.275) + (size 1.7 0.41) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "ab2fa955-bae1-46e8-b999-75fc73f18eb6") + ) +) \ No newline at end of file diff --git a/Footprints/Pyllr_Package_SON.pretty/PowerDI3333-8-UX.kicad_mod b/Footprints/Pyllr_Package_SON.pretty/PowerDI3333-8-UX.kicad_mod new file mode 100644 index 0000000..14f445d --- /dev/null +++ b/Footprints/Pyllr_Package_SON.pretty/PowerDI3333-8-UX.kicad_mod @@ -0,0 +1,282 @@ +(footprint "PowerDI3333-8-UX" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -2.8 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "b8696e36-3196-4b33-94c1-1b0e5dd9caeb") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "PowerDI3333-8-UX" + (at 0.05 3 0) + (unlocked yes) + (layer "F.Fab") + (uuid "821d64b2-b73b-48c9-9f78-d533909038b3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at -0.35 -36.6 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b40cdf13-69f4-4e6c-977e-67e09682ef5d") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at -0.35 -36.6 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "9a2627ba-bdaf-4157-8b78-7fc3b11e33c4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at -0.35 -36.6 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "1d3a7f8d-130b-4c67-ae6e-9d8d1ad00347") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.575 -1.5) + (end -1.575 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "14c22893-cae3-4680-a36b-398c14b0342c") + ) + (fp_line + (start -1.575 -1.5) + (end -1.4 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "c5e3c570-50c0-4e4d-83cd-305e35202eb5") + ) + (fp_line + (start -1.575 1.5) + (end -1.4 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "9809ae28-1f14-4228-8a8c-6191446816ce") + ) + (fp_line + (start 1.575 -1.5) + (end 1.4 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "09b6ffad-f327-4ae9-a45d-2c7fe6317be0") + ) + (fp_line + (start 1.575 -1.5) + (end 1.575 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "270fae6c-5906-4af5-b7c3-258e7ccb7724") + ) + (fp_line + (start 1.575 1.5) + (end 1.4 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "e1f34b0a-fe16-45e4-8bf1-97b0e9e2270f") + ) + (fp_poly + (pts + (xy -1.4 1.75) (xy -1.55 1.85) (xy -1.55 1.65) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "04932fb9-b5a6-4028-881f-d7c9f71418e6") + ) + (fp_rect + (start -1.7 -1.9) + (end 1.7 2) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "F.CrtYd") + (uuid "c17a085d-4e33-41d4-be69-71bec7248a54") + ) + (fp_line + (start -1.2 -0.9) + (end -1.2 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "a88911d7-3376-46e8-95f6-564b51aef2f0") + ) + (fp_line + (start -1.2 1.5) + (end 1.2 1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "899e62af-3b2e-426e-9df1-95c64f548d70") + ) + (fp_line + (start -0.65 -1.5) + (end -1.2 -0.9) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "2988ddc6-6aee-47ff-b9b9-8df7f2b054f7") + ) + (fp_line + (start 1.2 -1.5) + (end -0.65 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "03e5eb0d-e39f-4ef1-8736-dbc232bb5da7") + ) + (fp_line + (start 1.2 1.5) + (end 1.2 -1.5) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "4ed8c2b2-66fb-41b1-a2cc-4764fd9e44b8") + ) + (fp_text user "${REFERENCE}" + (at 0.05 4.7 0) + (unlocked yes) + (layer "F.Fab") + (uuid "d580ee0c-5c27-4123-a4c1-b75943c50983") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -0.975 1.54) + (size 0.42 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.1) + (thermal_bridge_angle 45) + (uuid "8663eb94-4faf-4b96-83f4-b6d4ab68ee97") + ) + (pad "2" smd roundrect + (at -0.325 1.54) + (size 0.42 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.1) + (thermal_bridge_angle 45) + (uuid "b9dfc692-a103-4f6c-99ed-b0e59333a0b1") + ) + (pad "3" smd roundrect + (at 0.325 1.54) + (size 0.42 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.1) + (thermal_bridge_angle 45) + (uuid "3945af22-3677-4b04-9238-84cb043985bc") + ) + (pad "4" smd roundrect + (at 0.975 1.54) + (size 0.42 0.7) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.1) + (thermal_bridge_angle 45) + (uuid "7d4f3609-c12f-4424-bede-d51b17ed3bc5") + ) + (pad "5" smd rect + (at -0.975 -1.54) + (size 0.42 0.54) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "f09fb846-0e60-4b9f-b811-619b309ea942") + ) + (pad "5" smd rect + (at -0.325 -1.54) + (size 0.42 0.54) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "36e0d0f1-24b2-484a-8fe7-a8c04284077c") + ) + (pad "5" smd rect + (at 0 -0.415) + (size 2.37 1.71) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "738a006c-1089-4b23-877e-2364f11dc85b") + ) + (pad "5" smd rect + (at 0.325 -1.54) + (size 0.42 0.54) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "d89442cd-94ca-45b8-ae3a-87f7aedc0e84") + ) + (pad "5" smd rect + (at 0.975 -1.54) + (size 0.42 0.54) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "e613a1b2-11fe-4db0-b50a-08541a9ca7f3") + ) +) diff --git a/Footprints/Pyllr_Package_SON.pretty/WSON-12-1EP_3x3mm_P0.5mm.kicad_mod b/Footprints/Pyllr_Package_SON.pretty/WSON-12-1EP_3x3mm_P0.5mm.kicad_mod new file mode 100644 index 0000000..71460b5 --- /dev/null +++ b/Footprints/Pyllr_Package_SON.pretty/WSON-12-1EP_3x3mm_P0.5mm.kicad_mod @@ -0,0 +1,289 @@ +(footprint "WSON-12-1EP_3x3mm_P0.5mm" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -2.8 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "c0af72eb-3c39-42b3-9804-ba1b2c2012ea") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "WSON-12-1EP_3x3mm_P0.5mm" + (at 0 4.1 0) + (unlocked yes) + (layer "F.Fab") + (uuid "14d356ff-5834-4f72-966f-2bf1d6c11971") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0.35 -29.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "39297bf3-6bdf-40e6-8519-f9f52c30f0bd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0.35 -29.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "56a73ce6-097f-4647-9cc3-920c8943d89c") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0.35 -29.9 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b09c143f-a596-427b-b945-d775e36baa44") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.1 -1.6) + (end 1.1 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "d47c055b-ccec-4bd7-938a-deb0f721ef5f") + ) + (fp_line + (start -1.1 1.55) + (end 1.1 1.55) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "5b46c10a-124e-4719-9996-2c14d210cbfb") + ) + (fp_poly + (pts + (xy -1.35 -1.6) (xy -1.15 -1.85) (xy -1.55 -1.85) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "122bfe8e-9c9a-478e-85ce-471a4e1ba710") + ) + (fp_rect + (start -1.8 -1.95) + (end 1.8 1.7) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "F.CrtYd") + (uuid "82ea85da-a29c-46f6-b8ac-21bb46dac19d") + ) + (fp_line + (start -1.05 -0.7) + (end -1.05 1.25) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "8e589387-fc4e-4f91-b8c3-422b3c0d8f13") + ) + (fp_line + (start -1.05 1.25) + (end 1.05 1.25) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "cb728740-9020-43d7-aa44-f9055ee8daad") + ) + (fp_line + (start -1 -0.75) + (end -1.05 -0.7) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "fa4e717f-3526-4910-8437-11e3b146b35d") + ) + (fp_line + (start -0.45 -1.25) + (end -1 -0.75) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "17bcb09b-ab4a-4b6e-a762-6e819429d57e") + ) + (fp_line + (start 1.05 -1.25) + (end -0.45 -1.25) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "fcf4b29d-b974-418d-8cd0-f3a6d79847e0") + ) + (fp_line + (start 1.05 1.25) + (end 1.05 -1.25) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "8b3ab576-aad7-4f03-bf5a-90f8b4211389") + ) + (fp_text user "${REFERENCE}" + (at 0 2.55 0) + (unlocked yes) + (layer "F.Fab") + (uuid "410b1616-4aff-472a-8c83-3ead917cb80b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -1.39 -1.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "45fcd896-5824-4e8d-a221-a8f0a4696349") + ) + (pad "2" smd roundrect + (at -1.39 -0.75) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "dcfd97b6-5fd6-40f1-9456-886887781069") + ) + (pad "3" smd roundrect + (at -1.39 -0.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "807f3b93-2eeb-42bc-9054-ed39e88d3a5b") + ) + (pad "4" smd roundrect + (at -1.39 0.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "c7bb00a7-080c-488c-810e-9d4d06e59799") + ) + (pad "5" smd roundrect + (at -1.39 0.75) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "5d26f10c-a956-4849-a608-ea4729ce1cca") + ) + (pad "6" smd roundrect + (at -1.39 1.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "70faef31-75d2-4847-8267-7ba91b8dadf6") + ) + (pad "7" smd roundrect + (at 1.39 1.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "3b9b5335-a0b9-4529-95b0-d5cd23faa2fc") + ) + (pad "8" smd roundrect + (at 1.39 0.75) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "0a97d886-2dda-4aa0-b471-5909ce3d79aa") + ) + (pad "9" smd roundrect + (at 1.39 0.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "e1991f66-1159-40ea-a0a1-2b6ad0a8a2c0") + ) + (pad "10" smd roundrect + (at 1.39 -0.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "8f500d3e-6c0b-4564-b725-e37359ca5698") + ) + (pad "11" smd roundrect + (at 1.39 -0.75) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "ecee1db7-bce4-421a-80b7-50bfd315411b") + ) + (pad "12" smd roundrect + (at 1.39 -1.25) + (size 0.62 0.25) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "42b025c7-2c81-4c8a-8b96-344db35da12c") + ) + (pad "13" smd rect + (at 0 0) + (size 1.3 2.5) + (property pad_prop_heatsink) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "0db8c3be-037b-47d8-b095-eca6f25a960d") + ) +) diff --git a/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-5_2.6W.kicad_mod b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-5_2.6W.kicad_mod new file mode 100644 index 0000000..3dbdf35 --- /dev/null +++ b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-5_2.6W.kicad_mod @@ -0,0 +1,272 @@ +(footprint "SOT23-5_2.6W" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -2.8 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "4ec05114-b002-4c7c-9cb2-894aa335a8c6") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "SOT23-5_2.6W" + (at 0.1 2.65 0) + (unlocked yes) + (layer "F.Fab") + (uuid "b2d239e5-f8a6-4809-a20a-55d718875fe2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at -0.1 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "b7e55ab3-990f-41c8-9219-74828f29d0a4") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at -0.1 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "7a253c5a-9f38-47f6-9dc1-886462465ee3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at -0.1 0 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "d6114b8f-7e5e-4019-bced-26dc794374b9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.4 -1.8) + (end -1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "a7d95a63-c50e-4faa-b872-0f0e74f9bd1e") + ) + (fp_line + (start -1.2 -1.6) + (end -1 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "cadd7a79-b109-4e70-b1de-16ac69211eb0") + ) + (fp_line + (start -1 -1.8) + (end -1.4 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "c791413d-60fb-4606-bab9-b4724ceacb97") + ) + (fp_line + (start -1 -1.6) + (end 1 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "d0f9a96c-795a-40c0-ad45-172e10e4db41") + ) + (fp_line + (start -1 1.6) + (end 1 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "8b39a022-11fa-444a-bc40-8a59be3229c2") + ) + (fp_line + (start -1.2 -1.6) + (end -0.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "37dec61a-8ead-4343-8092-d744341bd945") + ) + (fp_line + (start -1.2 -0.8) + (end -1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "20589e56-a704-4ed4-a43e-c79728746d4b") + ) + (fp_line + (start -1.2 1.6) + (end -1.2 -0.8) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "67a6c790-8eea-411a-983f-afaece509ef1") + ) + (fp_line + (start -0.2 -1.6) + (end 1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "9d088e01-48aa-43fa-936f-745af464ef2e") + ) + (fp_line + (start 1.2 -1.6) + (end 1.2 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "eb5341dd-ba67-4382-b3d2-4dbbffe78c73") + ) + (fp_line + (start 1.2 1.6) + (end -1.2 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "2f4da3c2-1bbf-4358-a8e8-356d3d6092b0") + ) + (fp_line + (start -2.15 -2) + (end -2.15 1.8) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "c4f91e0a-1373-45c7-9141-263c9d1aa71e") + ) + (fp_line + (start -2.15 1.8) + (end 2.1 1.8) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "2e2726c3-e198-4475-a353-920e939bcf6d") + ) + (fp_line + (start 2.1 -2) + (end -2.15 -2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "7d643f26-bad9-4698-a1e9-3161577ca7ed") + ) + (fp_line + (start 2.1 1.8) + (end 2.1 -2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "0f4f7161-05dc-4471-921b-abae7784e436") + ) + (fp_text user "${REFERENCE}" + (at 0 4.2 0) + (unlocked yes) + (layer "F.Fab") + (uuid "dbce1ecc-7df2-45c2-827c-94b1db3f7d3b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -1.3 -0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "6f058ac5-89c9-40d8-b847-a72e6a7f9f19") + ) + (pad "2" smd roundrect + (at -1.3 0) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "ba474df5-a960-4dfb-8d33-c0d2199fb665") + ) + (pad "3" smd roundrect + (at -1.3 0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "48885582-6d9b-4eef-b72a-002bbf0fdacd") + ) + (pad "4" smd roundrect + (at 1.3 0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "c6d150e6-930b-424d-9394-40ee4c6a855e") + ) + (pad "5" smd roundrect + (at 1.3 -0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "e12622fc-46a0-4033-a96e-f2e80edbbdba") + ) +) diff --git a/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6L.kicad_mod b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6L.kicad_mod new file mode 100644 index 0000000..5277705 --- /dev/null +++ b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6L.kicad_mod @@ -0,0 +1,274 @@ +(footprint "SOT23-6L" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at -0.118 -2.584 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "1f1cd83e-0b2e-4851-aaf2-d5f4ddbc6a35") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "SOT23-6L" + (at 0.082 2.716 0) + (unlocked yes) + (layer "F.Fab") + (uuid "6aec1e60-dfbb-4ec3-8d76-3c746467aacc") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0.082 1.716 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "452b39e7-0389-4e1a-8d30-348f81f5663e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0.082 1.716 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ea50a11c-cd4a-463d-952b-af3977c12746") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0.082 1.716 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c8c57c30-9326-4fe9-a28b-781fce7c742b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.4 -1.8) + (end -1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "901e3ae4-1335-4d63-9254-58a9232eff86") + ) + (fp_line + (start -1.2 -1.6) + (end -1 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "bc0f5055-26f7-4d02-8d52-4384120f1121") + ) + (fp_line + (start -1 -1.8) + (end -1.4 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "58a81d8b-d619-474a-9eab-fd0b6491019f") + ) + (fp_line + (start -1 -1.6) + (end 1 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "dcd332d8-caaf-4b84-ac86-5953d28b9455") + ) + (fp_line + (start -1 1.6) + (end 1 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "3c10e060-d6bd-4119-b571-ff1fb8a7b3bf") + ) + (fp_line + (start -1.2 -1.6) + (end -0.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "f8f3fe8d-9135-465e-93c3-ab5d1bde3591") + ) + (fp_line + (start -1.2 -0.8) + (end -1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "6c1bc31d-05be-480b-910c-f6f1be40b5a0") + ) + (fp_line + (start -1.2 1.6) + (end -1.2 -0.8) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "cfdd222f-e126-450e-91bf-effd58406597") + ) + (fp_line + (start -0.2 -1.6) + (end 1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "93472946-a68d-47c5-a924-1d0dad4f636a") + ) + (fp_line + (start 1.2 -1.6) + (end 1.2 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "50711a02-3910-4ad5-b829-c7d921fdea50") + ) + (fp_line + (start 1.2 1.6) + (end -1.2 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "d745b8ff-c28f-4579-85aa-e1536892bdd0") + ) + (fp_line + (start -2 -2) + (end -2 1.8) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "06337cee-8894-4953-820b-4ec84c6d6803") + ) + (fp_line + (start -2 1.8) + (end 2 1.8) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "0ce315bf-5f6c-4ed9-ac35-32a925edca60") + ) + (fp_line + (start 2 -2) + (end -2 -2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "86546cb3-5465-41a8-bd0a-60f0186e4cbe") + ) + (fp_line + (start 2 1.8) + (end 2 -2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "b750190d-a74a-4627-8ab3-20776b738d66") + ) + (fp_text user "${REFERENCE}" + (at 0.082 4.216 0) + (unlocked yes) + (layer "F.Fab") + (uuid "201075ce-fafb-46d4-8277-91563b198eb9") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd rect + (at -1.15 -0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "a140cbd5-671a-4623-915d-cebcdf97e81d") + ) + (pad "2" smd rect + (at -1.15 0) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "83f3df92-6bea-4f85-a5c9-c94b8e7d0bbf") + ) + (pad "3" smd rect + (at -1.15 0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "899b2f46-4f81-42fd-aa8b-778157c277c6") + ) + (pad "4" smd rect + (at 1.15 0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "98172fae-d97c-4cd0-929c-4d27d7bedd43") + ) + (pad "5" smd rect + (at 1.15 0) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "185e4232-cc31-4704-87c1-d89fdd07e43f") + ) + (pad "6" smd rect + (at 1.15 -0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (thermal_bridge_angle 45) + (uuid "230af5a0-86bf-4bce-b2dd-0e2dafe87f59") + ) +) \ No newline at end of file diff --git a/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6_2.6W.kicad_mod b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6_2.6W.kicad_mod new file mode 100644 index 0000000..2a332b9 --- /dev/null +++ b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT23-6_2.6W.kicad_mod @@ -0,0 +1,280 @@ +(footprint "SOT23-6_2.6W" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0.05 -2.7 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "e2c62622-d70d-4803-8fc3-111d051146b1") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "SOT23-6_2.6W" + (at 0 2.7 0) + (unlocked yes) + (layer "F.Fab") + (uuid "d8e6363b-1dd2-47b2-939f-2ada79e87b41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 11.6 -6.25 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ac598ffc-b543-45b4-864d-1b781d88b6af") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 11.6 -6.25 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "0a8b9a37-6c95-4d23-8df6-1c0e2649a298") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 11.6 -6.25 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "f6b219bf-ec4a-4c27-a9c1-ccfb1f2832d1") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.4 -1.8) + (end -1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "59996a02-0183-4c31-9665-30bd1504815b") + ) + (fp_line + (start -1.2 -1.6) + (end -1 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "0c805030-a888-4d9c-9ce1-c20880972396") + ) + (fp_line + (start -1 -1.8) + (end -1.4 -1.8) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "0b2da1a5-5c81-42a3-b281-06db60599229") + ) + (fp_line + (start -1 -1.6) + (end 1 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "62b93785-e012-48e2-b78e-d03ada05a149") + ) + (fp_line + (start -1 1.6) + (end 1 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "1ed71980-de57-4479-a6ec-fd1cbb3b6a3c") + ) + (fp_line + (start -1.2 -1.6) + (end -0.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "b74a01e2-44c4-4b07-b555-3e62ac87f0b3") + ) + (fp_line + (start -1.2 -0.8) + (end -1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "4fe87fc0-36a2-4bbf-958e-1621c0846c5c") + ) + (fp_line + (start -1.2 1.6) + (end -1.2 -0.8) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "298261e5-2177-40ff-82c7-03a890751d39") + ) + (fp_line + (start -0.2 -1.6) + (end 1.2 -1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "711178f1-ff90-4aaa-943f-5896e3f73494") + ) + (fp_line + (start 1.2 -1.6) + (end 1.2 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "3acfef8f-a6fa-4e16-baaa-5f6246226def") + ) + (fp_line + (start 1.2 1.6) + (end -1.2 1.6) + (stroke + (width 0.1) + (type default) + ) + (layer "Dwgs.User") + (uuid "c22b356e-2a19-4202-b6c4-62a0f1359e11") + ) + (fp_line + (start -2.15 -2) + (end -2.15 1.8) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "447a5882-cc11-4df5-8706-18093bf95995") + ) + (fp_line + (start -2.15 1.8) + (end 2.1 1.8) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "548966eb-2572-487a-8e1c-df8fc5b58908") + ) + (fp_line + (start 2.1 -2) + (end -2.15 -2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "59111dd6-2f32-467b-ac32-5a420535dd22") + ) + (fp_line + (start 2.1 1.8) + (end 2.1 -2) + (stroke + (width 0.05) + (type default) + ) + (layer "F.CrtYd") + (uuid "809b84a1-d4e6-435d-be3e-5c5a00802e7f") + ) + (fp_text user "${REFERENCE}" + (at -0.05 4.4 0) + (unlocked yes) + (layer "F.Fab") + (uuid "4bab747c-585a-45c9-a970-5b4bbb0aa29b") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -1.3 -0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "7d7ad4fc-aeb4-4fc1-8f77-06be048eb926") + ) + (pad "2" smd roundrect + (at -1.3 0) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "7ff089b7-1fad-4abb-827f-d79d171aa3ca") + ) + (pad "3" smd roundrect + (at -1.3 0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "b855fd53-8bdc-44a0-a182-4231cb6faa61") + ) + (pad "4" smd roundrect + (at 1.3 0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "321474cc-a6ed-4322-9754-68e64b7c3bc5") + ) + (pad "5" smd roundrect + (at 1.3 0) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "48dad5c5-8fb3-4ff2-a62c-20f21655e0b8") + ) + (pad "6" smd roundrect + (at 1.3 -0.95) + (size 1.2 0.6) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.08333333333) + (thermal_bridge_angle 45) + (uuid "8492a884-3757-498d-9648-acfb4cd41a3c") + ) +) diff --git a/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-3L.kicad_mod b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-3L.kicad_mod new file mode 100644 index 0000000..8a32946 --- /dev/null +++ b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-3L.kicad_mod @@ -0,0 +1,217 @@ +(footprint "SOT323-3L" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -3 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "6b037dab-658c-4bfa-aad5-c9b7bbb0f1d2") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "SOT323-3L" + (at 0 2.7 0) + (unlocked yes) + (layer "F.Fab") + (uuid "6175e264-6a85-49de-acbc-4bf645288e41") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at -7.7 -26.7 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c8db2b59-7dec-480a-985d-67af91d9465e") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at -7.7 -26.7 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "4ce04803-8bd4-43cc-8843-d24d059991e2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at -7.7 -26.7 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "23e1b4cc-87c3-4099-b4f4-abaed8da0002") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.2 0.6) + (end -1.2 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "180d4619-19d2-47c1-98a6-603c2ba74837") + ) + (fp_line + (start -1.2 0.9) + (end -1.1 1) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "5bb36dc2-12bc-42ff-877c-91813946fadb") + ) + (fp_line + (start -1.2 1.1) + (end -1.2 0.9) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "46bba9ec-4e8d-4418-9e11-ee471a3d5ebd") + ) + (fp_line + (start -1.1 1) + (end -1.2 1.1) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "a28c61b5-9d33-4046-a8e8-18cee8392d94") + ) + (fp_line + (start 1.2 0.6) + (end 1.2 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "31a55286-6c96-459b-af4b-f5ca8c56a0f6") + ) + (fp_rect + (start -1.5 -1.7) + (end 1.5 1.7) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "F.CrtYd") + (uuid "cab074a7-ffeb-4edd-a58f-3a1714443079") + ) + (fp_line + (start -1.2 -0.3) + (end -1.2 1) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "07466970-9ac6-4b23-8f45-747bd3724015") + ) + (fp_line + (start -1.2 1) + (end 1.2 1) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "850fbf6d-82d8-4c9b-af4e-c5a5d2d2d7d8") + ) + (fp_line + (start -0.4 -1) + (end -1.2 -0.3) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "e6aa09e9-fd61-41a0-9433-75eaf365ae2a") + ) + (fp_line + (start 1.2 -1) + (end -0.4 -1) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "d478ce32-7618-46d9-8bf0-329639c56b48") + ) + (fp_line + (start 1.2 1) + (end 1.2 -1) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "d9894c09-d3f9-44c4-ade2-b02ecd3263c5") + ) + (fp_text user "${REFERENCE}" + (at 0.1 0 0) + (unlocked yes) + (layer "F.Fab") + (uuid "02cab79d-ed7e-4362-be05-d290f16b35a2") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at -0.65 0.975) + (size 0.5 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "d5967528-a62c-4154-8d35-6ae6ba4ebbb5") + ) + (pad "2" smd roundrect + (at 0.65 0.975) + (size 0.5 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "36f1c819-a28f-447f-a53f-3b902162ba5a") + ) + (pad "3" smd roundrect + (at 0 -0.975) + (size 0.5 0.95) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "ff0592da-e435-4a7f-8b33-d2a937959d46") + ) +) diff --git a/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-5L.kicad_mod b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-5L.kicad_mod new file mode 100644 index 0000000..8aaee73 --- /dev/null +++ b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-5L.kicad_mod @@ -0,0 +1,215 @@ +(footprint "SOT323-5L" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at 0 -2.5 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "d60b506f-2543-46e7-b13f-5c3649587447") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "SOT323-5L" + (at 0 2.7 0) + (unlocked yes) + (layer "F.Fab") + (uuid "3fbe2590-daa9-466a-a838-5180f1ee7a11") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at 0.1 -31.4 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "ccf786c1-76e5-4d86-b2ca-afc32aa2ccab") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at 0.1 -31.4 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c025cc4b-20fc-494d-9f8a-749fca5abecd") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at 0.1 -31.4 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "264de2af-e17d-43bf-8d72-b7fc8b1a2d3a") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.1 -0.7) + (end -1.1 0.7) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "e02cefde-b268-4d52-a47e-e5b829efd968") + ) + (fp_line + (start 1.1 -0.7) + (end 1.1 0.7) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "d1350f0a-0d36-4cc4-91f8-3730d8e774f6") + ) + (fp_poly + (pts + (xy 1.1 -1) (xy 1.3 -0.8) (xy 1.3 -1.2) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "3e7a96f3-f809-4896-86f5-a5e9323b7197") + ) + (fp_rect + (start -1.3 -1.6) + (end 1.4 1.6) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "F.CrtYd") + (uuid "1a3e8e76-d8d5-41a8-821c-d676a78d5511") + ) + (fp_line + (start -1.1 0) + (end -1.1 0.7) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "fed88cbb-ddaf-411d-9511-cb7aeebef2f4") + ) + (fp_line + (start -1.1 0.7) + (end 1.1 0.7) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "467c15db-072c-4cef-b2a8-a667a2717559") + ) + (fp_line + (start -0.3 -0.7) + (end -1.1 0) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "6a4ba399-7541-4d9f-9c3c-463b07f8a3fe") + ) + (fp_line + (start 1.1 -0.7) + (end -0.3 -0.7) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "50b57558-90f8-4f4b-84a4-5a47ffabc0ad") + ) + (fp_line + (start 1.1 0.7) + (end 1.1 -0.7) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "75c28669-be9b-4dd1-a804-db4dcddb1e1b") + ) + (fp_text user "${REFERENCE}" + (at -0.1 0 0) + (unlocked yes) + (layer "F.Fab") + (uuid "b0ba189b-8a46-4028-8ab9-f13fa8e62ada") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at 0.65 -0.95) + (size 0.35 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "4228a39d-b9a5-4cac-adae-9b383bd6cd57") + ) + (pad "2" smd roundrect + (at 0 -0.95) + (size 0.35 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "30af3c5b-9715-4686-914c-d2a28fc2e34c") + ) + (pad "3" smd roundrect + (at -0.65 -0.95) + (size 0.35 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "6d256288-b52a-416d-835c-39df3d30933e") + ) + (pad "4" smd roundrect + (at -0.65 0.95) + (size 0.35 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "e1f440b8-0cbe-4573-a315-654680532392") + ) + (pad "5" smd roundrect + (at 0.65 0.95) + (size 0.35 1) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "03c986a4-0f3a-4ed7-8c7b-df9369b90c50") + ) +) diff --git a/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-6L.kicad_mod b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-6L.kicad_mod new file mode 100644 index 0000000..4705aae --- /dev/null +++ b/Footprints/Pyllr_Package_TO_SOT_SMD.pretty/SOT323-6L.kicad_mod @@ -0,0 +1,233 @@ +(footprint "SOT323-6L" + (version 20240108) + (generator "pcbnew") + (generator_version "8.0") + (layer "F.Cu") + (property "Reference" "REF**" + (at -13.6 -24.6 0) + (unlocked yes) + (layer "F.SilkS") + (uuid "d596f0b9-2090-4711-9dd4-054ca5bff491") + (effects + (font + (size 1 1) + (thickness 0.1) + ) + ) + ) + (property "Value" "SOT323-6L" + (at -13.6 -23.1 0) + (unlocked yes) + (layer "F.Fab") + (uuid "2a5116e5-734d-49f9-af16-713e392912a3") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Footprint" "" + (at -13.6 -24.1 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "6629fe2a-0bf7-40a1-adfd-f9de3aa457ad") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Datasheet" "" + (at -13.6 -24.1 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c0a6cf6a-df87-4886-980d-ee0721b96041") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (property "Description" "" + (at -13.6 -24.1 0) + (unlocked yes) + (layer "F.Fab") + (hide yes) + (uuid "c829e34e-9624-49e2-b124-781a1a016f22") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (attr smd) + (fp_line + (start -1.1 -0.6) + (end -1.1 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "de01839d-17c4-412f-ba34-cfef1e891397") + ) + (fp_line + (start 1.1 -0.6) + (end 1.1 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.SilkS") + (uuid "57efcadb-b101-4a0f-aa22-bf151b30ebc1") + ) + (fp_poly + (pts + (xy 1.1 -1) (xy 1.3 -0.8) (xy 1.3 -1.2) + ) + (stroke + (width 0.1) + (type solid) + ) + (fill solid) + (layer "F.SilkS") + (uuid "e0d446ed-1719-4be9-a7b4-bd729b105363") + ) + (fp_rect + (start -1.4 -1.6) + (end 1.4 1.6) + (stroke + (width 0.05) + (type default) + ) + (fill none) + (layer "F.CrtYd") + (uuid "0da35492-6296-42da-b299-9da033458d0d") + ) + (fp_line + (start -1.1 -0.1) + (end -1.1 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "03b80e02-fb35-47c1-8a75-060d79246264") + ) + (fp_line + (start -1.1 0.6) + (end 1.1 0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "3f93d333-4750-44d5-aa4e-a5bae6262891") + ) + (fp_line + (start -0.6 -0.6) + (end -1.1 -0.1) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "a9927123-2d54-4fbe-884b-19459206c45e") + ) + (fp_line + (start -0.2 -0.6) + (end -0.6 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "600c0547-2d6b-42d7-adb9-9432b5dc44b3") + ) + (fp_line + (start 1.1 -0.6) + (end -0.2 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "6af9bc73-0f08-494a-bff7-944d97ddf5ee") + ) + (fp_line + (start 1.1 0.6) + (end 1.1 -0.6) + (stroke + (width 0.1) + (type default) + ) + (layer "F.Fab") + (uuid "d2e6b11c-eeb1-421a-b1b3-5d5f8b49e1e2") + ) + (fp_text user "${REFERENCE}" + (at -13.6 -21.6 0) + (unlocked yes) + (layer "F.Fab") + (uuid "4ad260b8-ffa0-4315-b551-0bc87c23b323") + (effects + (font + (size 1 1) + (thickness 0.15) + ) + ) + ) + (pad "1" smd roundrect + (at 0.65 -0.925) + (size 0.4 1.05) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "f84497fe-d41a-4bfc-b54a-4209eecfc7e9") + ) + (pad "2" smd roundrect + (at 0 -0.925) + (size 0.4 1.05) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "2e2d8174-7f45-44b3-9b31-4abb23a42f2a") + ) + (pad "3" smd roundrect + (at -0.65 -0.925) + (size 0.4 1.05) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "de96b1d7-65ab-4f23-93be-8541645d8529") + ) + (pad "4" smd roundrect + (at -0.65 0.925) + (size 0.4 1.05) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "58b9e26b-ae74-4be9-90d8-bda1f5882462") + ) + (pad "5" smd roundrect + (at 0 0.925) + (size 0.4 1.05) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "ea8ab832-f4e3-4865-8b1e-7abe875de87c") + ) + (pad "6" smd roundrect + (at 0.65 0.925) + (size 0.4 1.05) + (layers "F.Cu" "F.Paste" "F.Mask") + (roundrect_rratio 0.25) + (thermal_bridge_angle 45) + (uuid "3eeed267-99e1-4cc9-8f3c-184d8d03a815") + ) +) diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/Symbols/Pyllr_74xx.kicad_sym b/Symbols/Pyllr_74xx.kicad_sym new file mode 100644 index 0000000..38d17ff --- /dev/null +++ b/Symbols/Pyllr_74xx.kicad_sym @@ -0,0 +1,346 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "SN74LVC1G00DBV" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SN74LVC1G00DBV" + (at 8.382 -4.318 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_TO_SOT_SMD:SOT23-5_2.6W" + (at 0.254 0.254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/sn74lvc1g00.pdf?ts=1733435991147&ref_url=https%253A%252F%252Fwww.ti.com%252Flogic-voltage-translation%252Flogic-gates%252Fnand-gates%252Fproducts.html" + (at -0.254 -2.032 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -0.254 6.604 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SN74LVC1G00DBV_0_1" + (circle + (center -4.445 0) + (radius 0.635) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "SN74LVC1G00DBV_1_1" + (arc + (start -1.27 2.54) + (mid -3.81 0) + (end -1.27 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy 2.54 -2.54) (xy 2.54 2.54) (xy -1.27 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin input line + (at 5.08 1.27 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 5.08 -1.27 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -5.08 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -6.35 0 0) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 5.08 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "SN74LVC1G08DBV" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -0.254 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "SN74LVC1G08DBV" + (at 8.382 -4.572 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_TO_SOT_SMD:SOT23-5_2.6W" + (at 0.762 -1.778 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/sn74lvc1g08-q1.pdf?ts=1733395081101&ref_url=https%253A%252F%252Fwww.google.com%252F" + (at 0.254 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -0.254 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SN74LVC1G08DBV_1_1" + (arc + (start -1.27 2.54) + (mid -3.81 0) + (end -1.27 -2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -2.54) (xy 2.54 -2.54) (xy 2.54 2.54) (xy -1.27 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin input line + (at 5.08 1.27 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 5.08 -1.27 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -5.08 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -6.35 0 0) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 5.08 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) diff --git a/Symbols/Pyllr_Comparator.kicad_sym b/Symbols/Pyllr_Comparator.kicad_sym new file mode 100644 index 0000000..974d7f1 --- /dev/null +++ b/Symbols/Pyllr_Comparator.kicad_sym @@ -0,0 +1,235 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "LM393" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 -0.254 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LM393" + (at 2.794 4.826 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at -1.27 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lm393.pdf" + (at -1.27 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -1.27 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (symbol "LM393_1_1" + (polyline + (pts + (xy -3.81 5.08) (xy 6.35 0) (xy -3.81 -5.08) (xy -3.81 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin open_collector line + (at 8.89 0 180) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -6.35 2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -6.35 -2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM393_2_1" + (polyline + (pts + (xy -3.81 5.08) (xy 6.35 0) (xy -3.81 -5.08) (xy -3.81 5.08) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -6.35 -2.54 0) + (length 2.54) + (name "+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -6.35 2.54 0) + (length 2.54) + (name "-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 8.89 0 180) + (length 2.54) + (name "" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "LM393_3_1" + (pin power_out line + (at 8.89 0 180) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 0 0) + (length 2.54) + (name "V_{cc}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/Symbols/Pyllr_Converter_DCDC.kicad_sym b/Symbols/Pyllr_Converter_DCDC.kicad_sym new file mode 100644 index 0000000..c63996a --- /dev/null +++ b/Symbols/Pyllr_Converter_DCDC.kicad_sym @@ -0,0 +1,469 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "LMR51406" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LMR51406" + (at 0 -2.286 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_TO_SOT_SMD:SOT23-6_2.6W" + (at 2.54 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lmr51410.pdf?ts=1733317184428&ref_url=https%253A%252F%252Fwww.ti.com%252Fproduct%252FLMR51410" + (at 7.366 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 7.62 10.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LMR51406_1_1" + (rectangle + (start -8.89 13.97) + (end 8.89 -13.97) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin passive line + (at 11.43 10.16 180) + (length 2.54) + (name "CB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -16.51 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 11.43 -10.16 180) + (length 2.54) + (name "FB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -11.43 0 0) + (length 2.54) + (name "EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -11.43 10.16 0) + (length 2.54) + (name "VIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 11.43 0 180) + (length 2.54) + (name "SW" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "LMR514x5" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LMR514x5" + (at 0.254 0.254 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_SON:WSON-12-1EP_3x3mm_P0.5mm" + (at -0.762 0.508 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/lmr51435-q1.pdf?ts=1732636581600&ref_url=https%253A%252F%252Fwww.ti.com%252Fpower-management%252Facdc-dcdc-converters%252Fproducts.html" + (at 7.874 -1.778 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -13.716 49.022 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LMR514x5_1_1" + (rectangle + (start -11.43 19.05) + (end 11.43 -19.05) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin power_out line + (at 13.97 5.08 180) + (length 2.54) + (name "SW" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -13.97 15.24 0) + (length 2.54) + (name "VIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -13.97 15.24 0) + (length 2.54) hide + (name "VIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -13.97 15.24 0) + (length 2.54) hide + (name "VIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -21.59 90) + (length 2.54) + (name "PGND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 13.97 5.08 180) + (length 2.54) hide + (name "SW" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 13.97 5.08 180) + (length 2.54) hide + (name "SW" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 13.97 15.24 180) + (length 2.54) + (name "BOOT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at -13.97 -15.24 0) + (length 2.54) + (name "PG" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -13.97 -5.08 0) + (length 2.54) + (name "RT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 13.97 -5.08 180) + (length 2.54) + (name "FB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 13.97 -15.24 180) + (length 2.54) + (name "AGND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -13.97 5.08 0) + (length 2.54) + (name "EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) diff --git a/Symbols/Pyllr_Interface_Ethernet.kicad_sym b/Symbols/Pyllr_Interface_Ethernet.kicad_sym new file mode 100644 index 0000000..f9e1812 --- /dev/null +++ b/Symbols/Pyllr_Interface_Ethernet.kicad_sym @@ -0,0 +1,859 @@ +(kicad_symbol_lib + (version 20241209) + (generator "kicad_symbol_editor") + (generator_version "9.0") + (symbol "ENC424J600" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 -0.254 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ENC424J600" + (at -0.254 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_QFP:QFP-44_10x10_Pitch0.8mm" + (at 0.254 -1.778 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://ww1.microchip.com/downloads/en/DeviceDoc/39935b.pdf" + (at -1.524 0.508 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 96.012 42.418 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ENC424J600_1_1" + (rectangle + (start -20.32 34.29) + (end 20.32 -34.29) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -22.86 29.21 0) + (length 2.54) + (name "~{CS}/CS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -22.86 26.67 0) + (length 2.54) + (name "SI/RD/R~{W}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 24.13 0) + (length 2.54) + (name "SO/WR/EN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -22.86 21.59 0) + (length 2.54) + (name "SCK/AL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 16.51 0) + (length 2.54) + (name "AD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 13.97 0) + (length 2.54) + (name "AD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 11.43 0) + (length 2.54) + (name "AD2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "40" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 8.89 0) + (length 2.54) + (name "AD3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "41" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 6.35 0) + (length 2.54) + (name "AD4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 3.81 0) + (length 2.54) + (name "AD5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 1.27 0) + (length 2.54) + (name "AD6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -1.27 0) + (length 2.54) + (name "AD7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -3.81 0) + (length 2.54) + (name "AD8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -6.35 0) + (length 2.54) + (name "AD9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -8.89 0) + (length 2.54) + (name "AD10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -11.43 0) + (length 2.54) + (name "AD11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -13.97 0) + (length 2.54) + (name "AD12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -16.51 0) + (length 2.54) + (name "AD13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -19.05 0) + (length 2.54) + (name "AD14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -22.86 -24.13 0) + (length 2.54) + (name "~{INT}/SPISEL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -22.86 -29.21 0) + (length 2.54) + (name "PSPCFG0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -7.62 -36.83 90) + (length 2.54) + (name "Vss" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "42" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 36.83 270) + (length 2.54) + (name "Vdd" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "44" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -5.08 -36.83 90) + (length 2.54) + (name "Vss" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 36.83 270) + (length 2.54) + (name "Vdd_tx" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -2.54 -36.83 90) + (length 2.54) + (name "Vss_tx" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 36.83 270) + (length 2.54) + (name "Vdd_rx" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -36.83 90) + (length 2.54) + (name "Vss_tx" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 36.83 270) + (length 2.54) + (name "Vdd_pll" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 2.54 -36.83 90) + (length 2.54) + (name "Vss_rx" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 5.08 36.83 270) + (length 2.54) + (name "Vddosc" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 5.08 -36.83 90) + (length 2.54) + (name "Vss_pll" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 7.62 -36.83 90) + (length 2.54) + (name "Vssosc" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 22.86 29.21 180) + (length 2.54) + (name "TPOUT+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 22.86 26.67 180) + (length 2.54) + (name "TPOUT-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 22.86 20.32 180) + (length 2.54) + (name "TPIN+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 22.86 17.78 180) + (length 2.54) + (name "TPIN-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 22.86 11.43 180) + (length 2.54) + (name "CLKOUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 22.86 5.08 180) + (length 2.54) + (name "OSC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 22.86 -6.35 180) + (length 2.54) + (name "OSC2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 22.86 -13.97 180) + (length 2.54) + (name "LEDB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 22.86 -16.51 180) + (length 2.54) + (name "LEDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 22.86 -24.13 180) + (length 2.54) + (name "Rbias" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 22.86 -29.21 180) + (length 2.54) + (name "Vcap" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "43" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (embedded_fonts no) + ) +) diff --git a/Symbols/Pyllr_Interface_USB.kicad_sym b/Symbols/Pyllr_Interface_USB.kicad_sym new file mode 100644 index 0000000..9344d8b --- /dev/null +++ b/Symbols/Pyllr_Interface_USB.kicad_sym @@ -0,0 +1,516 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "STUSB4500QTR" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0.127 1.905 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "STUSB4500" + (at -0.127 -0.381 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_DFN_QFN:QFN-24_1EP_3.95x3.95mm_P0.5mm_2.55x2.55mm" + (at -0.889 -2.921 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/stusb4500.pdf" + (at -2.159 0.127 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 8.763 36.957 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "STUSB4500QTR_1_1" + (rectangle + (start -19.05 25.4) + (end 19.05 -25.4) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin bidirectional line + (at -21.59 6.35 0) + (length 2.54) + (name "CC1DB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -3.81 -27.94 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 21.59 -6.35 180) + (length 2.54) + (name "Attach" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -21.59 -16.51 0) + (length 2.54) + (name "ADDR0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -21.59 -19.05 0) + (length 2.54) + (name "ADDR1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 21.59 -1.27 180) + (length 2.54) + (name "POWER_OK3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 21.59 5.08 180) + (length 2.54) + (name "GPIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 21.59 16.51 180) + (length 2.54) + (name "VBUS_EN_SNK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 21.59 -3.81 180) + (length 2.54) + (name "A_B_SIDE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at -21.59 12.7 0) + (length 2.54) + (name "VBUS_VS_DISCH" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 21.59 -16.51 180) + (length 2.54) + (name "Alert" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -21.59 2.54 0) + (length 2.54) + (name "CC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 21.59 1.27 180) + (length 2.54) + (name "POWER_OK2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -5.08 27.94 270) + (length 2.54) + (name "VREG_1V2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 5.08 27.94 270) + (length 2.54) + (name "VSYS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -8.89 27.94 270) + (length 2.54) + (name "VREG_2V7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 8.89 27.94 270) + (length 2.54) + (name "VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 3.81 -27.94 90) + (length 2.54) + (name "EP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 0 -27.94 90) + (length 2.54) hide + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -21.59 -2.54 0) + (length 2.54) + (name "CC2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -21.59 -6.35 0) + (length 2.54) + (name "CC2DB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 21.59 -19.05 180) + (length 2.54) + (name "Reset" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 21.59 -11.43 180) + (length 2.54) + (name "SCL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 21.59 -13.97 180) + (length 2.54) + (name "SDA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin open_collector line + (at 21.59 10.16 180) + (length 2.54) + (name "DISCH" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) diff --git a/Symbols/Pyllr_Isolator_USB.kicad_sym b/Symbols/Pyllr_Isolator_USB.kicad_sym new file mode 100644 index 0000000..3271e98 --- /dev/null +++ b/Symbols/Pyllr_Isolator_USB.kicad_sym @@ -0,0 +1,378 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "ISOUSB111" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 13.208 12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ISOUSB111" + (at 17.78 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_SO:SSOP-16_5.85x7.5mm_P0.65mm" + (at 0.762 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ti.com/lit/ds/symlink/isousb111.pdf?ts=1711225365983&ref_url=https%253A%252F%252Fwww.ti.com%252Fisolation%252Fisolated-interfaces%252Fusb-isolators%252Fproducts.html" + (at 1.016 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0.254 30.734 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ISOUSB111_1_1" + (rectangle + (start -11.43 13.97) + (end 11.43 -13.97) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -1.27 13.97) (xy -1.27 -13.97) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 13.97) (xy 1.27 -13.97) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (pin power_in line + (at -7.62 16.51 270) + (length 2.54) + (name "V_{bus1}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 13.97 -1.27 180) + (length 2.54) + (name "DD+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 13.97 1.27 180) + (length 2.54) + (name "DD-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 13.97 -5.08 180) + (length 2.54) + (name "V10K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at 13.97 5.08 180) + (length 2.54) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 3.81 16.51 270) + (length 2.54) + (name "V_{3P3V2}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 7.62 -16.51 90) + (length 2.54) + (name "GND2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 7.62 16.51 270) + (length 2.54) + (name "V_{bus2}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -7.62 -16.51 90) + (length 2.54) + (name "GND1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -3.81 16.51 270) + (length 2.54) + (name "V_{3P3V1}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin no_connect line + (at -13.97 5.08 0) + (length 2.54) + (name "NC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -13.97 -5.08 0) + (length 2.54) + (name "V20K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -13.97 1.27 0) + (length 2.54) + (name "UD-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -13.97 -1.27 0) + (length 2.54) + (name "UD+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -3.81 -16.51 90) + (length 2.54) + (name "GND1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 3.81 -16.51 90) + (length 2.54) + (name "GND2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) \ No newline at end of file diff --git a/Symbols/Pyllr_MCU.kicad_sym b/Symbols/Pyllr_MCU.kicad_sym new file mode 100644 index 0000000..c0bcf38 --- /dev/null +++ b/Symbols/Pyllr_MCU.kicad_sym @@ -0,0 +1,1092 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "RP2040" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "RP2040" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_DFN_QFN:QFN-56_1EP_7.75x7.75mm_P0.4mm_3.2x3.2mm" + (at 1.27 -7.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://datasheets.raspberrypi.com/rp2040/rp2040-datasheet.pdf" + (at -1.27 -5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "RP2040_1_1" + (rectangle + (start -30.48 43.18) + (end 30.48 -43.18) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin power_in line + (at 5.08 45.72 270) + (length 2.54) + (name "IOVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 45.72 270) + (length 2.54) + (name "IOVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 15.24 180) + (length 2.54) + (name "GPIO8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 12.7 180) + (length 2.54) + (name "GPIO9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 10.16 180) + (length 2.54) + (name "GPIO10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 7.62 180) + (length 2.54) + (name "GPIO11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 5.08 180) + (length 2.54) + (name "GPIO12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 2.54 180) + (length 2.54) + (name "GPIO13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 0 180) + (length 2.54) + (name "GPIO14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -2.54 180) + (length 2.54) + (name "GPIO15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -3.81 -45.72 90) + (length 2.54) + (name "TESTEN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 35.56 180) + (length 2.54) + (name "GPIO0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -33.02 -2.54 0) + (length 2.54) + (name "Xin" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -33.02 -17.78 0) + (length 2.54) + (name "Xout" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 45.72 270) + (length 2.54) + (name "IOVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 19.05 45.72 270) + (length 2.54) + (name "DVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input clock + (at -33.02 -26.67 0) + (length 2.54) + (name "SWCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 -29.21 0) + (length 2.54) + (name "SWDIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -33.02 -38.1 0) + (length 2.54) + (name "RUN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -5.08 180) + (length 2.54) + (name "GPIO16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -7.62 180) + (length 2.54) + (name "GPIO17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -10.16 180) + (length 2.54) + (name "GPIO18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 33.02 180) + (length 2.54) + (name "GPIO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -12.7 180) + (length 2.54) + (name "GPIO19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -15.24 180) + (length 2.54) + (name "GPIO20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -17.78 180) + (length 2.54) + (name "GPIO21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 45.72 270) + (length 2.54) + (name "IOVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -20.32 180) + (length 2.54) + (name "GPIO22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -22.86 180) + (length 2.54) + (name "GPIO23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -25.4 180) + (length 2.54) + (name "GPIO24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -27.94 180) + (length 2.54) + (name "GPIO25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -30.48 180) + (length 2.54) + (name "GPIO26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -33.02 180) + (length 2.54) + (name "GPIO27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 30.48 180) + (length 2.54) + (name "GPIO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -35.56 180) + (length 2.54) + (name "GPIO28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "40" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 -38.1 180) + (length 2.54) + (name "GPIO29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "41" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 45.72 270) + (length 2.54) + (name "IOVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "42" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -12.7 45.72 270) + (length 2.54) + (name "ADC_AVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "43" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 8.89 45.72 270) + (length 2.54) + (name "VREG_VIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "44" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 12.7 45.72 270) + (length 2.54) + (name "VREG_VOUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "45" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 35.56 0) + (length 2.54) + (name "USB_DM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "46" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 27.94 0) + (length 2.54) + (name "USB_DP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "47" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -16.51 45.72 270) + (length 2.54) + (name "USB_VDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "48" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 45.72 270) + (length 2.54) + (name "IOVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "49" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 27.94 180) + (length 2.54) + (name "GPIO3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 16.51 45.72 270) + (length 2.54) + (name "DVDD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "50" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 6.35 0) + (length 2.54) + (name "QSPI_SD3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "51" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional clock + (at -33.02 16.51 0) + (length 2.54) + (name "QSPI_SCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "52" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 13.97 0) + (length 2.54) + (name "QSPI_SD0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "53" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 8.89 0) + (length 2.54) + (name "QSPI_SD2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "54" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 11.43 0) + (length 2.54) + (name "QSPI_SD1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "55" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -33.02 20.32 0) + (length 2.54) + (name "QSPI_SS_N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "56" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -45.72 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "57" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 25.4 180) + (length 2.54) + (name "GPIO4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 22.86 180) + (length 2.54) + (name "GPIO5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 20.32 180) + (length 2.54) + (name "GPIO6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 33.02 17.78 180) + (length 2.54) + (name "GPIO7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) diff --git a/Symbols/Pyllr_Memory_Flash.kicad_sym b/Symbols/Pyllr_Memory_Flash.kicad_sym new file mode 100644 index 0000000..7bc7c0a --- /dev/null +++ b/Symbols/Pyllr_Memory_Flash.kicad_sym @@ -0,0 +1,424 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "IS25LPxxx-JB" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 0.254 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IS25LPxxx-JB" + (at 9.906 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_SO:SOIC-8_5.28x5.28mm_P1.27mm" + (at 0.254 0.508 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://nl.mouser.com/datasheet/2/198/IS25LP032_064_128-463542.pdf" + (at -2.032 0.254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 1.016 40.132 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "IS25LPxxx-JB_1_1" + (rectangle + (start -7.62 10.16) + (end 7.62 -10.16) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at 10.16 6.35 180) + (length 2.54) + (name "~{CE}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 10.16 -2.54 180) + (length 2.54) + (name "SO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO1" bidirectional line) + ) + (pin input line + (at 10.16 -5.08 180) + (length 2.54) + (name "~{WP}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO2" bidirectional line) + ) + (pin power_out line + (at 0 -12.7 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 0 180) + (length 2.54) + (name "SI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO0" bidirectional line) + ) + (pin input clock + (at 10.16 2.54 180) + (length 2.54) + (name "SCK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 10.16 -7.62 180) + (length 2.54) + (name "~{HOLD}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO3" bidirectional line) + ) + (pin power_in line + (at 0 12.7 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "IS25WPxxx-JF" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "IS25WPxxx-JF" + (at 10.16 -12.7 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_SO:SOIC-8_5.28x5.28mm_P1.27mm" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://nl.mouser.com/datasheet/2/198/IS25WP032_064_128-737458.pdf" + (at 2.54 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "IS25WPxxx-JF_1_1" + (rectangle + (start -7.62 10.16) + (end 8.89 -10.16) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin input line + (at -10.16 0 0) + (length 2.54) + (name "~{CE}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 11.43 0 180) + (length 2.54) + (name "SO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO1" bidirectional line) + ) + (pin bidirectional line + (at 11.43 -2.54 180) + (length 2.54) + (name "~{WP}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO2" bidirectional line) + ) + (pin power_out line + (at 0 -12.7 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 11.43 2.54 180) + (length 2.54) + (name "SI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO0" bidirectional line) + ) + (pin input clock + (at 11.43 5.08 180) + (length 2.54) + (name "SCK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 11.43 -5.08 180) + (length 2.54) + (name "~{HOLD}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (alternate "IO3" bidirectional line) + (alternate "~{RESET}" input line) + ) + (pin power_in line + (at 0 12.7 270) + (length 2.54) + (name "Vcc" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) diff --git a/Symbols/Pyllr_Power_Protection.kicad_sym b/Symbols/Pyllr_Power_Protection.kicad_sym new file mode 100644 index 0000000..401f968 --- /dev/null +++ b/Symbols/Pyllr_Power_Protection.kicad_sym @@ -0,0 +1,1294 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "ESDA25W" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 5.842 -0.127 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ESDA25W" + (at 9.652 -2.286 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_TO_SOT_SMD:SOT323-3L" + (at 0 -3.048 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/esdaxxxwx.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ESDA25W_0_1" + (polyline + (pts + (xy 0 -2.54) (xy 0 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 -1.27) (xy 2.54 -2.54) (xy -2.54 -2.54) (xy -2.54 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "ESDA25W_1_1" + (polyline + (pts + (xy -2.54 1.27) (xy -3.81 1.27) (xy -4.445 0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 1.27) (xy -1.27 1.27) (xy -0.635 1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy 1.27 1.27) (xy 0.635 0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy 3.81 1.27) (xy 4.445 1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -1.27) (xy -1.27 -1.27) (xy -2.54 1.27) (xy -3.81 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 3.81 -1.27) (xy 2.54 1.27) (xy 1.27 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 2.54 3.81 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -2.54 3.81 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -6.35 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ESDAxx-5W6" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 8.636 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ESDAxx-5W6" + (at 14.097 -2.032 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_TO_SOT_SMD:SOT323-6L" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/esdaxxxwx.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ESDAxx-5W6_0_1" + (polyline + (pts + (xy -5.08 0) (xy 5.08 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 1.27) (xy -5.08 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 0 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 1.27) (xy 5.08 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "ESDAxx-5W6_1_1" + (circle + (center -5.08 0) + (radius 0.635) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -5.08 -3.81) (xy -6.35 -3.81) (xy -6.985 -4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 -3.81) (xy -3.81 -3.81) (xy -3.175 -3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 3.81) (xy -6.35 3.81) (xy -6.985 3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 3.81) (xy -3.81 3.81) (xy -3.175 4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy -1.27 3.81) (xy -1.905 3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 3.81) (xy 1.27 3.81) (xy 1.905 4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 -3.81) (xy 3.81 -3.81) (xy 3.175 -4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 -3.81) (xy 6.35 -3.81) (xy 6.985 -3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 3.81) (xy 3.81 3.81) (xy 3.175 3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 3.81) (xy 6.35 3.81) (xy 6.985 4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -6.35 1.27) (xy -3.81 1.27) (xy -5.08 3.81) (xy -6.35 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.81 -1.27) (xy -6.35 -1.27) (xy -5.08 -3.81) (xy -3.81 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -1.27 1.27) (xy 1.27 1.27) (xy 0 3.81) (xy -1.27 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 3.81 1.27) (xy 6.35 1.27) (xy 5.08 3.81) (xy 3.81 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 6.35 -1.27) (xy 3.81 -1.27) (xy 5.08 -3.81) (xy 6.35 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 0) + (radius 0.635) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 5.08 0) + (radius 0.635) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at -5.08 -6.35 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -6.35 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -6.35 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 6.35 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 6.35 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -5.08 6.35 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ESDAxxPxx-1U" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 3.683 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ESDAxxPxx-1U" + (at 10.16 -1.143 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_DFN_QFN:QFN-2L" + (at -0.762 -2.159 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/esda7p60-1u1m.pdf" + (at 0 0.254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -1.524 30.988 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ESDAxxPxx-1U_1_1" + (polyline + (pts + (xy 0 1.27) (xy -1.27 1.27) (xy -1.905 0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 1.27 1.27) (xy 1.905 1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy 1.27 -1.27) (xy 0 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 0 3.81 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "ESDAxxW5" + (pin_numbers hide) + (pin_names hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 7.874 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "ESDAxxW5" + (at 12.065 -1.778 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_TO_SOT_SMD:SOT323-5L" + (at -0.127 2.286 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/esdaxxxwx.pdf" + (at 0 0.381 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -3.81 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "ESDAxxW5_0_1" + (polyline + (pts + (xy -3.81 0) (xy 3.81 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 1.27) (xy -3.81 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 -3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 1.27) (xy 3.81 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "ESDAxxW5_1_1" + (circle + (center -3.81 0) + (radius 0.635) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -5.08 -3.81) (xy -5.715 -4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -3.81) (xy -2.54 -3.81) (xy -1.905 -3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -5.08 3.81) (xy -5.715 3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 3.81) (xy -2.54 3.81) (xy -1.905 4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -3.81) (xy 2.54 -3.81) (xy 1.905 -4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -3.81) (xy 5.08 -3.81) (xy 5.715 -3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 3.81) (xy 2.54 3.81) (xy 1.905 3.175) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 3.81) (xy 5.08 3.81) (xy 5.715 4.445) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 1.27) (xy -2.54 1.27) (xy -3.81 3.81) (xy -5.08 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.54 -1.27) (xy -5.08 -1.27) (xy -3.81 -3.81) (xy -2.54 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 2.54 1.27) (xy 5.08 1.27) (xy 3.81 3.81) (xy 2.54 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 5.08 -1.27) (xy 2.54 -1.27) (xy 3.81 -3.81) (xy 5.08 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 0) + (radius 0.635) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 3.81 0) + (radius 0.635) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at -3.81 -6.35 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -6.35 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 -6.35 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 6.35 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -3.81 6.35 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "USBLC6-2SC3" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 -0.254 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USBLC6-2SC3" + (at 9.906 -9.144 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_TO_SOT_SMD:SOT23-6L" + (at -5.334 65.532 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.st.com/resource/en/datasheet/usblc6-2.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -5.334 65.532 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "USBLC6-2SC3_1_1" + (rectangle + (start -6.35 7.62) + (end 6.35 -7.62) + (stroke + (width 0) + (type default) + ) + (fill + (type background) + ) + ) + (pin bidirectional line + (at -8.89 2.54 0) + (length 2.54) + (name "IO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 0 -10.16 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -8.89 -2.54 0) + (length 2.54) + (name "IO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 8.89 -2.54 180) + (length 2.54) + (name "IO2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 10.16 270) + (length 2.54) + (name "V_{BUS}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 8.89 2.54 180) + (length 2.54) + (name "IO1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +) diff --git a/Symbols/Pyllr_Transistor_FET.kicad_sym b/Symbols/Pyllr_Transistor_FET.kicad_sym new file mode 100644 index 0000000..460f489 --- /dev/null +++ b/Symbols/Pyllr_Transistor_FET.kicad_sym @@ -0,0 +1,408 @@ +(kicad_symbol_lib + (version 20231120) + (generator "kicad_symbol_editor") + (generator_version "8.0") + (symbol "DMP3013SFV" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "Q" + (at 3.302 0.508 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "DMP3013SFV" + (at 8.89 -1.778 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Pyllr_Package_SON:PowerDI3333-8-UX" + (at 1.524 -2.032 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://nl.mouser.com/datasheet/2/115/DIOD_S_A0008513542_1-2543083.pdf" + (at 0.508 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "" + (at -0.254 18.288 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "DMP3013SFV_0_1" + (circle + (center -0.889 0) + (radius 2.794) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 -1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -2.286 0) (xy -5.08 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.286 1.905) (xy -2.286 -1.905) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -1.27) (xy -1.778 -2.286) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 0.508) (xy -1.778 -0.508) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 2.286) (xy -1.778 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -1.905) (xy 0 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 5.08) (xy 0 1.905) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.54) (xy 0 0) (xy -1.778 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 1.778) (xy 0.762 1.778) (xy 0.762 -1.778) (xy -1.778 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.254 0) (xy -1.27 0.381) (xy -1.27 -0.381) (xy -0.254 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0.254 -0.508) (xy 0.381 -0.381) (xy 1.143 -0.381) (xy 1.27 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0.762 -0.381) (xy 0.381 0.254) (xy 1.143 0.254) (xy 0.762 -0.381) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 1.778) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "DMP3013SFV_1_1" + (polyline + (pts + (xy -3.048 -4.318) (xy 0 -4.318) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -4.572 -4.318) (xy -5.588 -4.318) (xy -5.588 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -4.318) (xy -3.81 -4.826) (xy -3.556 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -4.318) (xy -3.81 -3.81) (xy -4.064 -3.556) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.81 -4.318) (xy -4.572 -3.81) (xy -4.572 -4.826) (xy -3.81 -4.318) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -3.81 -4.318) (xy -3.048 -4.826) (xy -3.048 -3.81) (xy -3.81 -4.318) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) hide + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -7.62 90) + (length 2.54) hide + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 7.62 270) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) +)