Compare commits

...

2 Commits

8 changed files with 2217 additions and 2512 deletions

4
fp-lib-table Normal file
View File

@ -0,0 +1,4 @@
(fp_lib_table
(version 7)
(lib (name "isouart4")(type "KiCad")(uri "${KIPRJMOD}/isouart4.pretty")(options "")(descr ""))
)

File diff suppressed because it is too large Load Diff

View File

@ -487,7 +487,9 @@
}
},
"libraries": {
"pinned_footprint_libs": [],
"pinned_footprint_libs": [
"isouart4"
],
"pinned_symbol_libs": [
"isouart4"
]

View File

@ -609,7 +609,7 @@
(property "Value" "" (at 4.445 -0.635 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 -1.27 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 0 -1.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 -1.27 0)
@ -620,7 +620,7 @@
(stroke (width 0) (type default))
(fill (type outline))
)
(rectangle (start -1.27 0.254) (end 1.27 0.762)
(rectangle (start -1.27 0.762) (end 1.27 0.254)
(stroke (width 0) (type default))
(fill (type outline))
)
@ -1854,7 +1854,7 @@
(property "Value" "4n7" (at 167.005 252.73 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 165.735 255.905 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 165.735 255.905 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 165.735 255.905 0)
@ -2111,7 +2111,7 @@
(property "Value" "500mA" (at 82.55 111.125 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "anotherfuse:FuseX" (at 81.28 109.855 0)
(property "Footprint" "isouart4:FuseX" (at 81.28 109.855 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 81.28 109.855 0)
@ -2192,7 +2192,7 @@
(property "Value" "100n" (at 203.835 177.165 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 199.39 177.8 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 199.39 177.8 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 199.39 177.8 0)
@ -2569,7 +2569,7 @@
(property "Value" "100n" (at 203.835 126.365 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 199.39 127 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 199.39 127 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 199.39 127 0)
@ -2656,7 +2656,7 @@
(property "Value" "100n" (at 203.835 151.765 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 199.39 152.4 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 199.39 152.4 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 199.39 152.4 0)
@ -2885,7 +2885,7 @@
(property "Value" "100n" (at 198.12 96.52 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 199.39 101.6 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 199.39 101.6 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 199.39 101.6 0)

View File

@ -6,7 +6,7 @@
(property "Value" "" (at 4.445 -0.635 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 -1.27 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 0 -1.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 -1.27 0)
@ -17,7 +17,7 @@
(stroke (width 0) (type default))
(fill (type outline))
)
(rectangle (start -1.27 0.254) (end 1.27 0.762)
(rectangle (start -1.27 0.762) (end 1.27 0.254)
(stroke (width 0) (type default))
(fill (type outline))
)
@ -402,6 +402,53 @@
)
)
)
(symbol "Fuse_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
(property "Reference" "F1" (at 1.27 -1.27 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Value" "500mA" (at -1.27 -1.27 90)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "isouart4:FuseX" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "~" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_keywords" "fuse" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_description" "Fuse, small symbol" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "ki_fp_filters" "*Fuse*" (at 0 0 0)
(effects (font (size 1.27 1.27)) hide)
)
(symbol "Fuse_Small_0_1"
(rectangle (start -1.27 0.508) (end 1.27 -0.508)
(stroke (width 0) (type default))
(fill (type none))
)
(polyline
(pts
(xy -1.27 0)
(xy 1.27 0)
)
(stroke (width 0) (type default))
(fill (type none))
)
)
(symbol "Fuse_Small_1_1"
(pin passive line (at -2.54 0 0) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "1" (effects (font (size 1.27 1.27))))
)
(pin passive line (at 2.54 0 180) (length 1.27)
(name "~" (effects (font (size 1.27 1.27))))
(number "2" (effects (font (size 1.27 1.27))))
)
)
)
(symbol "π122U31" (in_bom yes) (on_board yes)
(property "Reference" "U6" (at 0 12.065 0)
(effects (font (size 1.27 1.27)))

View File

@ -0,0 +1,47 @@
(footprint "FuseX" (version 20221018) (generator pcbnew)
(layer "F.Cu")
(property "Sheetfile" "isouart4.kicad_sch")
(property "Sheetname" "")
(property "ki_description" "Fuse, small symbol")
(property "ki_keywords" "fuse")
(attr through_hole)
(fp_text reference "F1" (at 2 -5) (layer "F.SilkS")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp 69dbe905-05a8-40af-8775-548dc849fab1)
)
(fp_text value "500mA" (at 2 1) (layer "F.Fab")
(effects (font (size 1 1) (thickness 0.15)))
(tstamp a68f0894-641c-4b81-a0cc-2bae7ec26135)
)
(fp_line (start -0.254 -4.064) (end -0.254 0.254)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 1e92bcb0-6040-4d60-b4df-d811a21ac302))
(fp_line (start -0.254 -4.064) (end 10.922 -4.064)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp d2f61e4f-349b-4128-8363-baf6f9db0f4f))
(fp_line (start -0.254 0.254) (end -0.254 -4.064)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp acd0ac8e-3189-4232-bb8e-af6881491c58))
(fp_line (start -0.254 0.254) (end 4.445 0.254)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 015dae8e-4122-4147-8c53-5f4b0410b9e2))
(fp_line (start -0.254 0.254) (end 10.922 0.254)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp d67b91d8-ecd1-4f6f-bc9e-c60eba84dd9f))
(fp_line (start 4.445 -4.064) (end -0.254 -4.064)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp bd4e5045-0235-4b2e-8e15-227ac22fb36b))
(fp_line (start 4.445 0.254) (end 4.445 -4.064)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp aa3c01cc-a30b-4d0e-b7b0-e632345dd1b6))
(fp_line (start 6.096 -4.064) (end 6.096 0.254)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp fe34440c-7f20-447f-97ed-8f932b72121e))
(fp_line (start 6.096 0.254) (end 10.922 0.254)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp ab697826-9a75-4294-b491-ce9f3ebc97a4))
(fp_line (start 10.922 -4.064) (end 6.096 -4.064)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 6ae59470-2e62-48a0-b539-e305c5236d4d))
(fp_line (start 10.922 0.254) (end 10.922 -4.064)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 1a7240a4-22ea-4eaf-b31e-7a82ffacdf91))
(fp_line (start 10.922 0.254) (end 10.922 -4.064)
(stroke (width 0.2) (type solid)) (layer "F.SilkS") (tstamp 27a41ca3-1b1a-4a5f-b3f9-f01dc7dfad03))
(pad "1" smd rect (at 2.1 -1.9) (size 4.24 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp 8a6f7e52-799b-4a74-a39a-31df0cf84d9a))
(pad "2" smd rect (at 8.5 -1.9) (size 4.24 3.81) (layers "F.Cu" "F.Paste" "F.Mask") (tstamp cff0f165-4b17-48c2-9a03-34848dbd029a))
(model "/home/nedko/git/isouart4/anotherfuse/fuseasm.STEP"
(offset (xyz 5.5 2.5 -8.75))
(scale (xyz 1 1 1))
(rotate (xyz 0 0 0))
)
)

4
sym-lib-table Normal file
View File

@ -0,0 +1,4 @@
(sym_lib_table
(version 7)
(lib (name "isouart4")(type "KiCad")(uri "${KIPRJMOD}/isouart4.kicad_sym")(options "")(descr ""))
)

View File

@ -700,7 +700,7 @@
(property "Value" "" (at 4.445 -0.635 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 0 -1.27 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 0 -1.27 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 0 -1.27 0)
@ -711,7 +711,7 @@
(stroke (width 0) (type default))
(fill (type outline))
)
(rectangle (start -1.27 0.254) (end 1.27 0.762)
(rectangle (start -1.27 0.762) (end 1.27 0.254)
(stroke (width 0) (type default))
(fill (type outline))
)
@ -1893,7 +1893,7 @@
(property "Value" "100n" (at 131.445 83.82 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 126.365 85.09 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 126.365 85.09 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 126.365 85.09 0)
@ -1924,7 +1924,7 @@
(property "Value" "4n7" (at 86.36 147.32 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 83.82 144.78 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 83.82 144.78 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 83.82 144.78 0)
@ -1958,7 +1958,7 @@
(property "Value" "100n" (at 104.14 119.38 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 102.235 116.84 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 102.235 116.84 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 102.235 116.84 0)
@ -2102,7 +2102,7 @@
(property "Value" "100n" (at 67.945 18.415 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 69.215 23.495 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 69.215 23.495 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 69.215 23.495 0)
@ -2260,7 +2260,7 @@
(property "Value" "22p" (at 140.335 123.19 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 144.145 119.38 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 144.145 119.38 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 144.145 119.38 0)
@ -2291,7 +2291,7 @@
(property "Value" "100n" (at 131.445 80.01 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 126.365 81.28 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 126.365 81.28 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 126.365 81.28 0)
@ -2322,7 +2322,7 @@
(property "Value" "100n" (at 131.445 87.63 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 126.365 88.9 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 126.365 88.9 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 126.365 88.9 0)
@ -2463,7 +2463,7 @@
(property "Value" "100n" (at 131.445 91.44 90)
(effects (font (size 1.27 1.27)))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 126.365 92.71 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 126.365 92.71 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 126.365 92.71 0)
@ -2549,7 +2549,7 @@
)
(symbol (lib_id "isouart4:CAP_NP") (at 76.835 111.76 180) (unit 1)
(in_bom yes) (on_board yes) (dnp yes) (fields_autoplaced)
(in_bom no) (on_board no) (dnp yes) (fields_autoplaced)
(uuid 93bd7dc3-86c7-4b14-8e1b-5c5f11f5a70e)
(property "Reference" "C33" (at 78.74 110.49 0)
(effects (font (size 1.27 1.27)) (justify right))
@ -2557,7 +2557,7 @@
(property "Value" "100n" (at 78.74 113.03 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 76.835 110.49 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 76.835 110.49 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 76.835 110.49 0)
@ -3020,7 +3020,7 @@
(property "Value" "22p" (at 133.985 123.19 0)
(effects (font (size 1.27 1.27)) (justify right))
)
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.08x0.95mm_HandSolder" (at 133.985 119.38 0)
(property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" (at 133.985 119.38 0)
(effects (font (size 1.27 1.27)) hide)
)
(property "Datasheet" "" (at 133.985 119.38 0)