Explorar el Código

add voltage divider

kauzerei hace 2 meses
padre
commit
46d00e978e

BIN
.DS_Store Ver fichero


+ 0
- 1
pcb/#auto_saved_files# Ver fichero

@@ -1 +0,0 @@
1
-/Users/kauzerei/dev/drumkit/pcb/_autosave-drumkit.kicad_sch

BIN
pcb/.DS_Store Ver fichero


BIN
pcb/drumkit-backups/drumkit-2024-03-21_165911.zip Ver fichero


BIN
pcb/drumkit-backups/drumkit-2024-03-21_170715.zip Ver fichero


BIN
pcb/drumkit-backups/drumkit-2024-03-21_175102.zip Ver fichero


BIN
pcb/drumkit-backups/drumkit-2024-03-21_195756.zip Ver fichero


+ 150
- 12
pcb/drumkit.kicad_pcb Ver fichero

@@ -53,7 +53,7 @@
53 53
     )
54 54
     (pad_to_mask_clearance 0)
55 55
     (pcbplotparams
56
-      (layerselection 0x00010fc_ffffffff)
56
+      (layerselection 0x0000000_fffffffe)
57 57
       (plot_on_all_layers_selection 0x0000000_00000000)
58 58
       (disableapertmacros false)
59 59
       (usegerberextensions false)
@@ -73,18 +73,18 @@
73 73
       (dxfpolygonmode true)
74 74
       (dxfimperialunits true)
75 75
       (dxfusepcbnewfont true)
76
-      (psnegative false)
76
+      (psnegative true)
77 77
       (psa4output false)
78 78
       (plotreference true)
79 79
       (plotvalue true)
80 80
       (plotinvisibletext false)
81 81
       (sketchpadsonfab false)
82 82
       (subtractmaskfromsilk false)
83
-      (outputformat 1)
83
+      (outputformat 4)
84 84
       (mirror false)
85 85
       (drillshape 1)
86 86
       (scaleselection 1)
87
-      (outputdirectory "")
87
+      (outputdirectory "fabrication/")
88 88
     )
89 89
   )
90 90
 
@@ -118,7 +118,7 @@
118 118
   (net 27 "Net-(U1-GPIO22)")
119 119
   (net 28 "unconnected-(U1-GPIO4-Pad6)")
120 120
   (net 29 "unconnected-(U1-AGND-Pad33)")
121
-  (net 30 "unconnected-(U1-GPIO28_ADC2-Pad34)")
121
+  (net 30 "Net-(U1-GPIO28_ADC2)")
122 122
   (net 31 "unconnected-(U1-ADC_VREF-Pad35)")
123 123
   (net 32 "unconnected-(U1-3V3_EN-Pad37)")
124 124
   (net 33 "unconnected-(U1-GND-Pad38)")
@@ -626,9 +626,9 @@
626 626
     (pad "33" smd rect (at 8.89 -6.35 90) (size 3.5 1.7) (drill (offset 0.9 0)) (layers "F.Cu" "F.Mask")
627 627
       (net 29 "unconnected-(U1-AGND-Pad33)") (pinfunction "AGND") (pintype "power_in") (tstamp db1c3a40-5713-484e-b970-1c92bca72595))
628 628
     (pad "34" thru_hole oval (at 8.89 -8.89 90) (size 1.7 1.7) (drill 1.02) (layers "*.Cu" "*.Mask")
629
-      (net 30 "unconnected-(U1-GPIO28_ADC2-Pad34)") (pinfunction "GPIO28_ADC2") (pintype "bidirectional") (tstamp 1c648071-3e27-4fc7-9794-bfd7e66af214))
629
+      (net 30 "Net-(U1-GPIO28_ADC2)") (pinfunction "GPIO28_ADC2") (pintype "bidirectional") (tstamp 1c648071-3e27-4fc7-9794-bfd7e66af214))
630 630
     (pad "34" smd rect (at 8.89 -8.89 90) (size 3.5 1.7) (drill (offset 0.9 0)) (layers "F.Cu" "F.Mask")
631
-      (net 30 "unconnected-(U1-GPIO28_ADC2-Pad34)") (pinfunction "GPIO28_ADC2") (pintype "bidirectional") (tstamp d2563da8-2a72-4c87-9e94-30c77d442ccf))
631
+      (net 30 "Net-(U1-GPIO28_ADC2)") (pinfunction "GPIO28_ADC2") (pintype "bidirectional") (tstamp d2563da8-2a72-4c87-9e94-30c77d442ccf))
632 632
     (pad "35" thru_hole oval (at 8.89 -11.43 90) (size 1.7 1.7) (drill 1.02) (layers "*.Cu" "*.Mask")
633 633
       (net 31 "unconnected-(U1-ADC_VREF-Pad35)") (pinfunction "ADC_VREF") (pintype "power_in") (tstamp 9dba2483-339c-4f03-bb67-58f58dc94bf4))
634 634
     (pad "35" smd rect (at 8.89 -11.43 90) (size 3.5 1.7) (drill (offset 0.9 0)) (layers "F.Cu" "F.Mask")
@@ -1438,6 +1438,72 @@
1438 1438
     )
1439 1439
   )
1440 1440
 
1441
+  (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (layer "F.Cu")
1442
+    (tstamp c4fd7581-0a75-49b0-9afb-6c3da5deed3e)
1443
+    (at 120.65 64.135)
1444
+    (descr "Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
1445
+    (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm")
1446
+    (property "Sheetfile" "drumkit.kicad_sch")
1447
+    (property "Sheetname" "")
1448
+    (property "ki_description" "Resistor")
1449
+    (property "ki_keywords" "R res resistor")
1450
+    (path "/291bfd14-d578-42ac-97de-853c20eb5982")
1451
+    (attr through_hole)
1452
+    (fp_text reference "R6" (at 6.35 -2.72) (layer "F.SilkS")
1453
+        (effects (font (size 1 1) (thickness 0.15)))
1454
+      (tstamp 7001b71a-313e-4ca1-a2dd-774e1c334906)
1455
+    )
1456
+    (fp_text value "R" (at 6.35 2.72) (layer "F.Fab")
1457
+        (effects (font (size 1 1) (thickness 0.15)))
1458
+      (tstamp fe434550-bed5-4fe8-b655-47f85f6e3723)
1459
+    )
1460
+    (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab")
1461
+        (effects (font (size 1 1) (thickness 0.15)))
1462
+      (tstamp 119f581f-bda3-4f1d-ac7b-8db5de7cc6d3)
1463
+    )
1464
+    (fp_line (start 1.04 0) (end 1.73 0)
1465
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 42f8b986-f86b-4cc5-ac4a-c92bcbed5325))
1466
+    (fp_line (start 1.73 -1.72) (end 1.73 1.72)
1467
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 5e70ca6b-0a1c-4c88-a685-a672909484e6))
1468
+    (fp_line (start 1.73 1.72) (end 10.97 1.72)
1469
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 6832bd6a-b44b-439d-adc9-b18a319411d9))
1470
+    (fp_line (start 10.97 -1.72) (end 1.73 -1.72)
1471
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp a2219e80-9a01-4d54-a7dd-ed56e6f49cf7))
1472
+    (fp_line (start 10.97 1.72) (end 10.97 -1.72)
1473
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp d5476fb7-e1f0-44f9-ac8d-cb710bec25eb))
1474
+    (fp_line (start 11.66 0) (end 10.97 0)
1475
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp c9175f30-1a85-4682-a2ea-90ad63595563))
1476
+    (fp_line (start -1.05 -1.85) (end -1.05 1.85)
1477
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fb98a1bb-6c55-4fee-9aa2-3937228c2426))
1478
+    (fp_line (start -1.05 1.85) (end 13.75 1.85)
1479
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp fd0679e4-4eeb-4c41-bfac-a913b0f7aa2d))
1480
+    (fp_line (start 13.75 -1.85) (end -1.05 -1.85)
1481
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp dde599fa-14ba-4e37-a469-323418f928c1))
1482
+    (fp_line (start 13.75 1.85) (end 13.75 -1.85)
1483
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 54445adb-2d55-43d1-9e34-14dd3454a6e1))
1484
+    (fp_line (start 0 0) (end 1.85 0)
1485
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 5783c0a6-4b6b-4672-bdfd-17e888861da0))
1486
+    (fp_line (start 1.85 -1.6) (end 1.85 1.6)
1487
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 200a614c-1765-4cfa-b082-a1c206b15efa))
1488
+    (fp_line (start 1.85 1.6) (end 10.85 1.6)
1489
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp f2b594d2-a495-4083-9c66-3262ac5df9db))
1490
+    (fp_line (start 10.85 -1.6) (end 1.85 -1.6)
1491
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 75863b59-238a-4b8d-8385-7c7cda72a623))
1492
+    (fp_line (start 10.85 1.6) (end 10.85 -1.6)
1493
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 315ce271-8044-4586-9e8f-9ab812c6438e))
1494
+    (fp_line (start 12.7 0) (end 10.85 0)
1495
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 087b8d39-e4ea-47fe-952e-607f793bb247))
1496
+    (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
1497
+      (net 30 "Net-(U1-GPIO28_ADC2)") (pintype "passive") (tstamp 8041644c-0601-45c1-969c-09168d2b008e))
1498
+    (pad "2" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
1499
+      (net 8 "GND") (pintype "passive") (tstamp c0116e4a-b211-4ee9-a591-bc50e058ad4c))
1500
+    (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl"
1501
+      (offset (xyz 0 0 0))
1502
+      (scale (xyz 1 1 1))
1503
+      (rotate (xyz 0 0 0))
1504
+    )
1505
+  )
1506
+
1441 1507
   (footprint "LED_THT:LED_D5.0mm" (layer "F.Cu")
1442 1508
     (tstamp c576d8ee-1b29-4b4e-8ce5-056d609c7eb8)
1443 1509
     (at 152.4 90.805 90)
@@ -1690,6 +1756,72 @@
1690 1756
     )
1691 1757
   )
1692 1758
 
1759
+  (footprint "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (layer "F.Cu")
1760
+    (tstamp fd836052-51b3-46b0-9cd8-788a762d487f)
1761
+    (at 95.885 64.135)
1762
+    (descr "Resistor, Axial_DIN0309 series, Axial, Horizontal, pin pitch=12.7mm, 0.5W = 1/2W, length*diameter=9*3.2mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
1763
+    (tags "Resistor Axial_DIN0309 series Axial Horizontal pin pitch 12.7mm 0.5W = 1/2W length 9mm diameter 3.2mm")
1764
+    (property "Sheetfile" "drumkit.kicad_sch")
1765
+    (property "Sheetname" "")
1766
+    (property "ki_description" "Resistor")
1767
+    (property "ki_keywords" "R res resistor")
1768
+    (path "/d1f82fc6-6034-4a05-97b4-5000624e8cfb")
1769
+    (attr through_hole)
1770
+    (fp_text reference "R5" (at 6.35 -2.72) (layer "F.SilkS")
1771
+        (effects (font (size 1 1) (thickness 0.15)))
1772
+      (tstamp ca263a82-a4a8-4b5c-bd4e-3a0b5ad4323b)
1773
+    )
1774
+    (fp_text value "R" (at 6.35 2.72) (layer "F.Fab")
1775
+        (effects (font (size 1 1) (thickness 0.15)))
1776
+      (tstamp 5a9e0215-c6d4-45bb-bb71-24082822d3d5)
1777
+    )
1778
+    (fp_text user "${REFERENCE}" (at 6.35 0) (layer "F.Fab")
1779
+        (effects (font (size 1 1) (thickness 0.15)))
1780
+      (tstamp 70e7716a-ac4a-453a-bf75-876a9dad2b98)
1781
+    )
1782
+    (fp_line (start 1.04 0) (end 1.73 0)
1783
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 808c62f8-f9c8-4bad-bed4-e1be5d4d15c0))
1784
+    (fp_line (start 1.73 -1.72) (end 1.73 1.72)
1785
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 86298f97-33e6-4b6c-9f33-3cfd303de032))
1786
+    (fp_line (start 1.73 1.72) (end 10.97 1.72)
1787
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 599830d2-5ccc-4236-bae9-91413cce9b34))
1788
+    (fp_line (start 10.97 -1.72) (end 1.73 -1.72)
1789
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 3a56dede-631a-4adb-bec7-f7e7926aa417))
1790
+    (fp_line (start 10.97 1.72) (end 10.97 -1.72)
1791
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 48475f52-f64a-4374-b09d-e86c341bf9ec))
1792
+    (fp_line (start 11.66 0) (end 10.97 0)
1793
+      (stroke (width 0.12) (type solid)) (layer "F.SilkS") (tstamp 9d6cdeda-3493-4154-9fa2-628afc40057e))
1794
+    (fp_line (start -1.05 -1.85) (end -1.05 1.85)
1795
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp b2105461-a018-41b9-a851-78c314be9a26))
1796
+    (fp_line (start -1.05 1.85) (end 13.75 1.85)
1797
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp 16fb3e99-7603-48c4-92cd-0a89b8c92d21))
1798
+    (fp_line (start 13.75 -1.85) (end -1.05 -1.85)
1799
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp d5695af3-652e-4d02-bfe1-05e4ca956f68))
1800
+    (fp_line (start 13.75 1.85) (end 13.75 -1.85)
1801
+      (stroke (width 0.05) (type solid)) (layer "F.CrtYd") (tstamp f4e174f5-cffa-4b35-a8ed-8d23acd85e3b))
1802
+    (fp_line (start 0 0) (end 1.85 0)
1803
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp e0e786cb-59d6-4908-85f0-cedc61eeb0c8))
1804
+    (fp_line (start 1.85 -1.6) (end 1.85 1.6)
1805
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 0e7463c3-6d84-4855-8f82-53bc3d839f7a))
1806
+    (fp_line (start 1.85 1.6) (end 10.85 1.6)
1807
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 931ed261-2308-4c91-b3d5-acc1e3b2c485))
1808
+    (fp_line (start 10.85 -1.6) (end 1.85 -1.6)
1809
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 3044c40c-7ed7-4c75-a7ee-c8414c165a6e))
1810
+    (fp_line (start 10.85 1.6) (end 10.85 -1.6)
1811
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp 6f74f411-f03f-47cc-8115-2ee03cdc7714))
1812
+    (fp_line (start 12.7 0) (end 10.85 0)
1813
+      (stroke (width 0.1) (type solid)) (layer "F.Fab") (tstamp bf05fc6d-f0c1-4863-9661-449e5c3a1023))
1814
+    (pad "1" thru_hole circle (at 0 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
1815
+      (net 7 "+BATT") (pintype "passive") (tstamp 3f7e1d1f-c104-4b39-a23f-d275f06b594d))
1816
+    (pad "2" thru_hole oval (at 12.7 0) (size 1.6 1.6) (drill 0.8) (layers "*.Cu" "*.Mask")
1817
+      (net 30 "Net-(U1-GPIO28_ADC2)") (pintype "passive") (tstamp 0c6df3e2-1ceb-41b5-bdfa-d078a5d709bb))
1818
+    (model "${KICAD6_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal.wrl"
1819
+      (offset (xyz 0 0 0))
1820
+      (scale (xyz 1 1 1))
1821
+      (rotate (xyz 0 0 0))
1822
+    )
1823
+  )
1824
+
1693 1825
   (footprint "chinese_modules:dc-dc module" (layer "F.Cu")
1694 1826
     (tstamp fd9ee2bd-69dd-4b70-812b-1d881b04818a)
1695 1827
     (at 109.093 45.847 180)
@@ -1762,10 +1894,12 @@
1762 1894
   (segment (start 177.038 27.305) (end 195.58 27.305) (width 2) (layer "B.Cu") (net 7) (tstamp 484d33b4-f158-4303-b309-ca184acbb317))
1763 1895
   (segment (start 195.58 27.305) (end 199.263 30.988) (width 2) (layer "B.Cu") (net 7) (tstamp 4ccbcfb0-08d0-410b-8662-5ca3bb3d760a))
1764 1896
   (segment (start 158.75 27.94) (end 160.528 29.718) (width 2) (layer "B.Cu") (net 7) (tstamp 617e71ea-2795-48db-9d5a-8106b509117a))
1897
+  (segment (start 92.71 59.69) (end 92.71 60.96) (width 1) (layer "B.Cu") (net 7) (tstamp 62f52c25-2867-4126-828d-8d9db5d3cb66))
1765 1898
   (segment (start 91.44 61.595) (end 88.349312 61.595) (width 1) (layer "B.Cu") (net 7) (tstamp 73357862-936f-4751-9efc-07e688ccea80))
1766 1899
   (segment (start 90.17 20.32) (end 167.64 20.32) (width 1) (layer "B.Cu") (net 7) (tstamp 8f2e28e6-8d06-4357-acf6-3aec3f84e1d9))
1767 1900
   (segment (start 199.263 43.815) (end 202.565 47.117) (width 2) (layer "B.Cu") (net 7) (tstamp 979995ad-6413-465a-b2cc-64580367b7bf))
1768 1901
   (segment (start 137.668 27.94) (end 158.75 27.94) (width 2) (layer "B.Cu") (net 7) (tstamp 98270b32-ec55-42f8-a089-2f51e3fb0ca6))
1902
+  (segment (start 92.71 60.96) (end 95.885 64.135) (width 1) (layer "B.Cu") (net 7) (tstamp d3132fad-b95b-4cac-8e34-2858c7fd5c55))
1769 1903
   (segment (start 167.64 20.32) (end 175.895 28.575) (width 1) (layer "B.Cu") (net 7) (tstamp dc876f99-1726-47b0-bb17-6f06dc9ce254))
1770 1904
   (segment (start 160.528 43.815) (end 177.038 27.305) (width 2) (layer "B.Cu") (net 7) (tstamp df5de26a-509b-4800-b62b-40cee110320b))
1771 1905
   (segment (start 92.71 60.325) (end 91.44 61.595) (width 1) (layer "B.Cu") (net 7) (tstamp fc8bafa0-acbe-43df-a9b6-82c0cae81077))
@@ -1775,6 +1909,7 @@
1775 1909
   (segment (start 180.975 106.965) (end 190.5 106.965) (width 1) (layer "B.Cu") (net 8) (tstamp 017ebcff-0ae3-4224-9148-dc845e80539d))
1776 1910
   (segment (start 190.5 106.965) (end 192.755 106.965) (width 1) (layer "B.Cu") (net 8) (tstamp 0811b384-892f-4c5b-b8e8-70451ff761b2))
1777 1911
   (segment (start 154.265 60.06) (end 151.765 62.56) (width 2) (layer "B.Cu") (net 8) (tstamp 082449a5-5b9f-435e-ad0a-5cef279d19e7))
1912
+  (segment (start 133.35 64.135) (end 133.35 59.69) (width 1) (layer "B.Cu") (net 8) (tstamp 0dc4a704-210e-4936-a737-04027873a035))
1778 1913
   (segment (start 177.8 59.055) (end 177.8 53.121877) (width 2) (layer "B.Cu") (net 8) (tstamp 11ce6ac1-bcb6-4a71-997e-b63419acbf1b))
1779 1914
   (segment (start 154.265 60.06) (end 154.265 53.716877) (width 2) (layer "B.Cu") (net 8) (tstamp 1664a3aa-7a15-4be4-8ec7-f5a622d5489d))
1780 1915
   (segment (start 176.946877 53.975) (end 177.8 53.121877) (width 2) (layer "B.Cu") (net 8) (tstamp 2e44ad5f-9d06-4de8-ab4f-38604a1ac46e))
@@ -1816,11 +1951,11 @@
1816 1951
   (segment (start 146.58 74.825) (end 149.225 74.825) (width 1) (layer "B.Cu") (net 10) (tstamp 091944cc-39e2-4aba-8e8e-c9a168de595d))
1817 1952
   (segment (start 135.89 64.135) (end 146.58 74.825) (width 1) (layer "B.Cu") (net 10) (tstamp 4023a05d-9f07-4ceb-ba8c-b58e2710d8ef))
1818 1953
   (segment (start 135.89 59.69) (end 135.89 64.135) (width 1) (layer "B.Cu") (net 10) (tstamp 780a914a-f7b2-4498-acf5-16f8e7bb9db0))
1819
-  (segment (start 130.81 59.69) (end 130.81 62.23) (width 1) (layer "B.Cu") (net 11) (tstamp 18118bc0-bbde-46c2-9db2-c8e092afef5e))
1820
-  (segment (start 153.035 76.835) (end 154.225 75.645) (width 1) (layer "B.Cu") (net 11) (tstamp 4db431e9-3ae0-4961-abcb-dd4cf42c3b9f))
1821
-  (segment (start 145.415 76.835) (end 153.035 76.835) (width 1) (layer "B.Cu") (net 11) (tstamp 8f69ffbb-87d4-496c-8e89-1d962937ff46))
1822
-  (segment (start 130.81 62.23) (end 145.415 76.835) (width 1) (layer "B.Cu") (net 11) (tstamp a8a74223-f7a7-413c-ae88-8e3ee0cba802))
1823
-  (segment (start 154.225 75.645) (end 154.225 74.825) (width 1) (layer "B.Cu") (net 11) (tstamp d84c4835-979b-4905-b962-1cad56c54355))
1954
+  (segment (start 141.605 76.835) (end 153.035 76.835) (width 1) (layer "B.Cu") (net 11) (tstamp 1e05d981-6a2a-4a0c-b1c1-d2840e2cca4d))
1955
+  (segment (start 130.81 66.04) (end 141.605 76.835) (width 1) (layer "B.Cu") (net 11) (tstamp 3af766b4-948a-4e68-a5d5-0b5c931ff609))
1956
+  (segment (start 130.81 59.69) (end 130.81 66.04) (width 1) (layer "B.Cu") (net 11) (tstamp 6886e05d-d89b-4aea-ba84-5d043c822356))
1957
+  (segment (start 153.035 76.835) (end 154.225 75.645) (width 1) (layer "B.Cu") (net 11) (tstamp 7711e88e-eb67-4d33-a32a-d7cbf202bcef))
1958
+  (segment (start 154.225 75.645) (end 154.225 74.825) (width 1) (layer "B.Cu") (net 11) (tstamp e123a646-327f-4e7a-b901-5c21bec72735))
1824 1959
   (segment (start 107.95 83.185) (end 109.22 84.455) (width 1) (layer "B.Cu") (net 12) (tstamp 19ea03db-2fb7-40c7-b83b-3462dc70fd03))
1825 1960
   (segment (start 109.22 84.455) (end 109.22 85.725) (width 1) (layer "B.Cu") (net 12) (tstamp 32403cfc-44a0-47e2-87c1-fc031680b5a2))
1826 1961
   (segment (start 90.17 77.47) (end 90.17 81.28) (width 1) (layer "B.Cu") (net 12) (tstamp 5466258d-b9cb-4e34-8a20-a544e6699c4c))
@@ -1856,6 +1991,9 @@
1856 1991
   (segment (start 167.005 25.4) (end 136.525 25.4) (width 1) (layer "B.Cu") (net 27) (tstamp 2edbcb8e-b485-449e-ab35-ba8920217a82))
1857 1992
   (segment (start 118.11 43.815) (end 118.11 59.69) (width 1) (layer "B.Cu") (net 27) (tstamp 80f20d56-3f9f-493c-859c-26258ff24dcc))
1858 1993
   (segment (start 136.525 25.4) (end 118.11 43.815) (width 1) (layer "B.Cu") (net 27) (tstamp db607573-7b5e-4d8a-8952-bc1ae8220056))
1994
+  (segment (start 108.585 64.135) (end 105.41 60.96) (width 1) (layer "B.Cu") (net 30) (tstamp 3793d244-61ea-4f50-aa1b-97eba9b3189c))
1995
+  (segment (start 108.585 64.135) (end 120.65 64.135) (width 1) (layer "B.Cu") (net 30) (tstamp 711bf246-ac18-413e-940e-0b6ce402412a))
1996
+  (segment (start 105.41 60.96) (end 105.41 59.69) (width 1) (layer "B.Cu") (net 30) (tstamp 72fbb50b-75fa-4999-b977-6c99a2ede876))
1859 1997
   (segment (start 107.696 43.815) (end 118.491 33.02) (width 1) (layer "B.Cu") (net 36) (tstamp bd390472-9518-4e6f-84ef-b62fe5d20184))
1860 1998
   (segment (start 90.805 43.815) (end 107.696 43.815) (width 1) (layer "B.Cu") (net 36) (tstamp ff6f7785-9f30-46e3-b06d-4db5951b6a0c))
1861 1999
   (segment (start 129.54 50.927) (end 134.239 50.927) (width 1) (layer "B.Cu") (net 40) (tstamp 4201fe46-aaab-438d-9689-4e9879ddd36e))

+ 168
- 0
pcb/drumkit.kicad_sch Ver fichero

@@ -532,6 +532,45 @@
532 532
         )
533 533
       )
534 534
     )
535
+    (symbol "R_1" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
536
+      (property "Reference" "R" (at 2.032 0 90)
537
+        (effects (font (size 1.27 1.27)))
538
+      )
539
+      (property "Value" "R" (at 0 0 90)
540
+        (effects (font (size 1.27 1.27)))
541
+      )
542
+      (property "Footprint" "" (at -1.778 0 90)
543
+        (effects (font (size 1.27 1.27)) hide)
544
+      )
545
+      (property "Datasheet" "~" (at 0 0 0)
546
+        (effects (font (size 1.27 1.27)) hide)
547
+      )
548
+      (property "ki_keywords" "R res resistor" (at 0 0 0)
549
+        (effects (font (size 1.27 1.27)) hide)
550
+      )
551
+      (property "ki_description" "Resistor" (at 0 0 0)
552
+        (effects (font (size 1.27 1.27)) hide)
553
+      )
554
+      (property "ki_fp_filters" "R_*" (at 0 0 0)
555
+        (effects (font (size 1.27 1.27)) hide)
556
+      )
557
+      (symbol "R_1_0_1"
558
+        (rectangle (start -1.016 -2.54) (end 1.016 2.54)
559
+          (stroke (width 0.254) (type default))
560
+          (fill (type none))
561
+        )
562
+      )
563
+      (symbol "R_1_1_1"
564
+        (pin passive line (at 0 3.81 270) (length 1.27)
565
+          (name "~" (effects (font (size 1.27 1.27))))
566
+          (number "1" (effects (font (size 1.27 1.27))))
567
+        )
568
+        (pin passive line (at 0 -3.81 90) (length 1.27)
569
+          (name "~" (effects (font (size 1.27 1.27))))
570
+          (number "2" (effects (font (size 1.27 1.27))))
571
+        )
572
+      )
573
+    )
535 574
     (symbol "Switch:SW_DPST_x2" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
536 575
       (property "Reference" "SW" (at 0 3.175 0)
537 576
         (effects (font (size 1.27 1.27)))
@@ -1029,6 +1068,9 @@
1029 1068
   (junction (at 27.94 138.43) (diameter 0) (color 0 0 0 0)
1030 1069
     (uuid 63d62df2-fec8-4981-89b4-23a40c860e75)
1031 1070
   )
1071
+  (junction (at 143.51 58.42) (diameter 0) (color 0 0 0 0)
1072
+    (uuid 6890ed3a-005b-4db5-9e85-0963becd47b1)
1073
+  )
1032 1074
   (junction (at 27.94 127) (diameter 0) (color 0 0 0 0)
1033 1075
     (uuid 69042b50-17d9-40a3-abf2-5477fa94892a)
1034 1076
   )
@@ -1100,6 +1142,10 @@
1100 1142
     (stroke (width 0) (type default))
1101 1143
     (uuid 1ab470e1-35d9-4c0b-a40f-33cd18364d70)
1102 1144
   )
1145
+  (wire (pts (xy 139.7 81.28) (xy 139.7 58.42))
1146
+    (stroke (width 0) (type default))
1147
+    (uuid 1ae91a0a-2815-4ba0-a75e-5dd75b6a0376)
1148
+  )
1103 1149
   (wire (pts (xy 157.48 124.46) (xy 160.02 124.46))
1104 1150
     (stroke (width 0) (type default))
1105 1151
     (uuid 1cadf9d5-f1fb-4d54-95fc-f6ad22b610bd)
@@ -1224,6 +1270,10 @@
1224 1270
     (stroke (width 0) (type default))
1225 1271
     (uuid 6452835d-03a2-4415-83f4-e29d85ab406e)
1226 1272
   )
1273
+  (wire (pts (xy 125.73 81.28) (xy 139.7 81.28))
1274
+    (stroke (width 0) (type default))
1275
+    (uuid 65e768eb-dc31-4fce-a59c-fc0d0ecbcbe2)
1276
+  )
1227 1277
   (wire (pts (xy 62.23 168.91) (xy 62.23 172.72))
1228 1278
     (stroke (width 0) (type default))
1229 1279
     (uuid 6638ccd4-5e3a-429d-a800-399614bc7a2f)
@@ -1304,6 +1354,10 @@
1304 1354
     (stroke (width 0) (type default))
1305 1355
     (uuid 8f442320-6572-47a0-a33c-9dfa7c41932d)
1306 1356
   )
1357
+  (wire (pts (xy 143.51 58.42) (xy 143.51 60.96))
1358
+    (stroke (width 0) (type default))
1359
+    (uuid 8f4482c5-4751-4c48-9cfc-6325ff4fd4d0)
1360
+  )
1307 1361
   (wire (pts (xy 67.31 111.76) (xy 90.17 111.76))
1308 1362
     (stroke (width 0) (type default))
1309 1363
     (uuid 93f28c77-80ff-4fa4-9399-22f363e654b3)
@@ -1332,6 +1386,10 @@
1332 1386
     (stroke (width 0) (type default))
1333 1387
     (uuid a618424d-75af-4b8f-a555-1e2449eb820d)
1334 1388
   )
1389
+  (wire (pts (xy 143.51 55.88) (xy 143.51 58.42))
1390
+    (stroke (width 0) (type default))
1391
+    (uuid b04fba74-92c7-418f-a275-542bca4030cd)
1392
+  )
1335 1393
   (wire (pts (xy 52.07 161.29) (xy 52.07 149.86))
1336 1394
     (stroke (width 0) (type default))
1337 1395
     (uuid b10f71dc-c422-48f0-8faf-a993b20bf6ae)
@@ -1348,6 +1406,10 @@
1348 1406
     (stroke (width 0) (type default))
1349 1407
     (uuid b5ccea67-5323-4ae2-85e9-e1bb175416da)
1350 1408
   )
1409
+  (wire (pts (xy 139.7 58.42) (xy 143.51 58.42))
1410
+    (stroke (width 0) (type default))
1411
+    (uuid b5cff7e4-0635-4e8d-8aed-3375c0ef5237)
1412
+  )
1351 1413
   (wire (pts (xy 90.17 114.3) (xy 82.55 114.3))
1352 1414
     (stroke (width 0) (type default))
1353 1415
     (uuid b6708da1-7d59-4ecd-82e4-bd26a9cc3d97)
@@ -1444,6 +1506,10 @@
1444 1506
     (stroke (width 0) (type default))
1445 1507
     (uuid d9e65762-69ed-43b7-ac78-3db16d09dc2a)
1446 1508
   )
1509
+  (wire (pts (xy 143.51 68.58) (xy 143.51 71.12))
1510
+    (stroke (width 0) (type default))
1511
+    (uuid dee665e0-2d2e-42a9-a2b0-d88eac014d81)
1512
+  )
1447 1513
   (wire (pts (xy 59.69 73.66) (xy 59.69 43.18))
1448 1514
     (stroke (width 0) (type default))
1449 1515
     (uuid df8f4860-da5d-45b7-8952-2acfad6abb5e)
@@ -1658,6 +1724,32 @@
1658 1724
     )
1659 1725
   )
1660 1726
 
1727
+  (symbol (lib_name "R_1") (lib_id "Device:R") (at 143.51 64.77 0) (unit 1)
1728
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
1729
+    (uuid 291bfd14-d578-42ac-97de-853c20eb5982)
1730
+    (property "Reference" "R6" (at 146.05 63.5 0)
1731
+      (effects (font (size 1.27 1.27)) (justify left))
1732
+    )
1733
+    (property "Value" "R" (at 146.05 66.04 0)
1734
+      (effects (font (size 1.27 1.27)) (justify left))
1735
+    )
1736
+    (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (at 141.732 64.77 90)
1737
+      (effects (font (size 1.27 1.27)) hide)
1738
+    )
1739
+    (property "Datasheet" "~" (at 143.51 64.77 0)
1740
+      (effects (font (size 1.27 1.27)) hide)
1741
+    )
1742
+    (pin "1" (uuid e25eb58d-1d0a-4f33-803f-6f60fe6ae0fd))
1743
+    (pin "2" (uuid 83110e1b-7909-43de-acee-e9c94d0fef98))
1744
+    (instances
1745
+      (project "drumkit"
1746
+        (path "/13d14c25-8baa-4714-9b30-86acf6c3cb37"
1747
+          (reference "R6") (unit 1)
1748
+        )
1749
+      )
1750
+    )
1751
+  )
1752
+
1661 1753
   (symbol (lib_id "chinese_modules:xy-mos") (at 187.96 81.28 0) (unit 1)
1662 1754
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
1663 1755
     (uuid 2b57a300-3f72-4e49-b5fc-c2959d94a74f)
@@ -1739,6 +1831,56 @@
1739 1831
     )
1740 1832
   )
1741 1833
 
1834
+  (symbol (lib_id "power:GND") (at 143.51 71.12 0) (unit 1)
1835
+    (in_bom yes) (on_board yes) (dnp no)
1836
+    (uuid 5790fbc5-1328-46eb-8b1d-87550a88c649)
1837
+    (property "Reference" "#PWR011" (at 143.51 77.47 0)
1838
+      (effects (font (size 1.27 1.27)) hide)
1839
+    )
1840
+    (property "Value" "GND" (at 143.51 76.2 0)
1841
+      (effects (font (size 1.27 1.27)))
1842
+    )
1843
+    (property "Footprint" "" (at 143.51 71.12 0)
1844
+      (effects (font (size 1.27 1.27)) hide)
1845
+    )
1846
+    (property "Datasheet" "" (at 143.51 71.12 0)
1847
+      (effects (font (size 1.27 1.27)) hide)
1848
+    )
1849
+    (pin "1" (uuid ea59a1b5-90fc-407d-a88e-c9f2dbbd5f81))
1850
+    (instances
1851
+      (project "drumkit"
1852
+        (path "/13d14c25-8baa-4714-9b30-86acf6c3cb37"
1853
+          (reference "#PWR011") (unit 1)
1854
+        )
1855
+      )
1856
+    )
1857
+  )
1858
+
1859
+  (symbol (lib_id "power:+BATT") (at 143.51 48.26 0) (unit 1)
1860
+    (in_bom yes) (on_board yes) (dnp no)
1861
+    (uuid 582a6f70-fa82-4439-85e0-4f8d11af2afe)
1862
+    (property "Reference" "#PWR05" (at 143.51 52.07 0)
1863
+      (effects (font (size 1.27 1.27)) hide)
1864
+    )
1865
+    (property "Value" "+BATT" (at 143.51 43.18 0)
1866
+      (effects (font (size 1.27 1.27)))
1867
+    )
1868
+    (property "Footprint" "" (at 143.51 48.26 0)
1869
+      (effects (font (size 1.27 1.27)) hide)
1870
+    )
1871
+    (property "Datasheet" "" (at 143.51 48.26 0)
1872
+      (effects (font (size 1.27 1.27)) hide)
1873
+    )
1874
+    (pin "1" (uuid d063f6a4-e49a-43b5-9b73-5876ff2def11))
1875
+    (instances
1876
+      (project "drumkit"
1877
+        (path "/13d14c25-8baa-4714-9b30-86acf6c3cb37"
1878
+          (reference "#PWR05") (unit 1)
1879
+        )
1880
+      )
1881
+    )
1882
+  )
1883
+
1742 1884
   (symbol (lib_id "Device:LED") (at 82.55 165.1 90) (unit 1)
1743 1885
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
1744 1886
     (uuid 5bb5f30d-381b-4649-87ed-80378fb8b3d1)
@@ -2298,6 +2440,32 @@
2298 2440
     )
2299 2441
   )
2300 2442
 
2443
+  (symbol (lib_name "R_1") (lib_id "Device:R") (at 143.51 52.07 0) (unit 1)
2444
+    (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
2445
+    (uuid d1f82fc6-6034-4a05-97b4-5000624e8cfb)
2446
+    (property "Reference" "R5" (at 146.05 50.8 0)
2447
+      (effects (font (size 1.27 1.27)) (justify left))
2448
+    )
2449
+    (property "Value" "R" (at 146.05 53.34 0)
2450
+      (effects (font (size 1.27 1.27)) (justify left))
2451
+    )
2452
+    (property "Footprint" "Resistor_THT:R_Axial_DIN0309_L9.0mm_D3.2mm_P12.70mm_Horizontal" (at 141.732 52.07 90)
2453
+      (effects (font (size 1.27 1.27)) hide)
2454
+    )
2455
+    (property "Datasheet" "~" (at 143.51 52.07 0)
2456
+      (effects (font (size 1.27 1.27)) hide)
2457
+    )
2458
+    (pin "1" (uuid a02df809-5d53-428b-b6f6-0dd728054f23))
2459
+    (pin "2" (uuid 5d8457fe-e1ba-412c-bb70-c09a29010ddc))
2460
+    (instances
2461
+      (project "drumkit"
2462
+        (path "/13d14c25-8baa-4714-9b30-86acf6c3cb37"
2463
+          (reference "R5") (unit 1)
2464
+        )
2465
+      )
2466
+    )
2467
+  )
2468
+
2301 2469
   (symbol (lib_id "chinese_modules:dc-dc") (at 171.45 81.28 0) (unit 1)
2302 2470
     (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
2303 2471
     (uuid e0c3a93e-f737-4b5a-a1c2-b9f4ada6ca5c)

BIN
pcb/fabrication/drumkit-B_Cu.pdf Ver fichero


+ 445
- 91984
pcb/fp-info-cache
La diferencia del archivo ha sido suprimido porque es demasiado grande
Ver fichero


+ 0
- 1
pcb/~drumkit.kicad_pcb.lck Ver fichero

@@ -1 +0,0 @@
1
-{"hostname":"air2015","username":"kauzerei"}

Loading…
Cancelar
Guardar