From 65f5d0307e0de505e6b1c2cce21420a6cd0a73b6 Mon Sep 17 00:00:00 2001 From: Oskar Date: Wed, 23 Nov 2022 23:21:52 +0100 Subject: [PATCH] Resolve #7 by using simpler CAN filtering According to [Podio](https://podio.com/fasttubede/modulubergreifend/apps/tech-tutorials/items/53) --- sdcl-hardware/SDCL.kicad_sch | 21 ++- sdcl-hardware/can.kicad_sch | 267 +++++++++++++++-------------------- 2 files changed, 124 insertions(+), 164 deletions(-) diff --git a/sdcl-hardware/SDCL.kicad_sch b/sdcl-hardware/SDCL.kicad_sch index 5161edb..4ccc5e6 100644 --- a/sdcl-hardware/SDCL.kicad_sch +++ b/sdcl-hardware/SDCL.kicad_sch @@ -742,9 +742,6 @@ (path "/00000000-0000-0000-0000-000061bce4f2/00000000-0000-0000-0000-000061b519f3" (reference "C13") (unit 1) (value "220p") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder") ) - (path "/00000000-0000-0000-0000-000061bce4f2/00000000-0000-0000-0000-000061b519e1" - (reference "C14") (unit 1) (value "220p") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder") - ) (path "/00000000-0000-0000-0000-000061bce4f2/00000000-0000-0000-0000-000061b519e7" (reference "C15") (unit 1) (value "100n") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder") ) @@ -766,6 +763,9 @@ (path "/00000000-0000-0000-0000-000061bba8ea/00000000-0000-0000-0000-000061bc340a" (reference "C23") (unit 1) (value "100nF") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder") ) + (path "/00000000-0000-0000-0000-000061bce4f2/e0f15250-bd20-4545-ac0d-527fe10e2cdb" + (reference "C?") (unit 1) (value "4.7n") (footprint "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) (path "/00000000-0000-0000-0000-000061b4e8cf/e6939058-8b3e-43c6-a9ea-d400747ec0df" (reference "C?") (unit 1) (value "C_30V") (footprint "") ) @@ -775,12 +775,6 @@ (path "/00000000-0000-0000-0000-000061bba8ea/00000000-0000-0000-0000-000061e0cd10" (reference "D1") (unit 1) (value "Zener 3V") (footprint "Diode_SMD:D_SOD-323_HandSoldering") ) - (path "/00000000-0000-0000-0000-000061bce4f2/00000000-0000-0000-0000-000061b51a05" - (reference "D2") (unit 1) (value "CDSOT23-T05C") (footprint "Package_TO_SOT_SMD:SOT-23") - ) - (path "/00000000-0000-0000-0000-000061bce4f2/00000000-0000-0000-0000-000061b51a0b" - (reference "D3") (unit 1) (value "CDSOT23-T05C") (footprint "Package_TO_SOT_SMD:SOT-23") - ) (path "/00000000-0000-0000-0000-000061a897b7/00000000-0000-0000-0000-000061b65c4f" (reference "D4") (unit 1) (value "BAT54HMFH") (footprint "Diode_SMD:D_SOT-23_ANK") ) @@ -859,9 +853,6 @@ (path "/00000000-0000-0000-0000-000061ad620f/00000000-0000-0000-0000-000061b1d343" (reference "R10") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") ) - (path "/00000000-0000-0000-0000-000061bce4f2/00000000-0000-0000-0000-000061b519db" - (reference "R11") (unit 1) (value "120") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") - ) (path "/00000000-0000-0000-0000-000061bce4f2/00000000-0000-0000-0000-000061b519d5" (reference "R12") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") ) @@ -898,6 +889,12 @@ (path "/00000000-0000-0000-0000-000061a897b7/00000000-0000-0000-0000-000061c2ed87" (reference "R24") (unit 1) (value "10k") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") ) + (path "/00000000-0000-0000-0000-000061bce4f2/86666e00-6522-42d9-8c50-ddbe3c590e94" + (reference "R?") (unit 1) (value "60") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) + (path "/00000000-0000-0000-0000-000061bce4f2/fe93d30d-de39-4ca8-8ec8-dbd2cc54f863" + (reference "R?") (unit 1) (value "60") (footprint "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder") + ) (path "/00000000-0000-0000-0000-000061a897b7/00000000-0000-0000-0000-000061b6a3ba" (reference "U1") (unit 1) (value "NL17SZ157") (footprint "Custom:SC-74-6_1.5x2.9mm_P0.95mm") ) diff --git a/sdcl-hardware/can.kicad_sch b/sdcl-hardware/can.kicad_sch index a5fa4f1..d668410 100644 --- a/sdcl-hardware/can.kicad_sch +++ b/sdcl-hardware/can.kicad_sch @@ -263,14 +263,17 @@ ) (junction (at 142.24 93.98) (diameter 0) (color 0 0 0 0) + (uuid 2aa593f1-5130-455a-a265-56176b3417ea) + ) + (junction (at 142.24 101.6) (diameter 0) (color 0 0 0 0) + (uuid 319a2bc0-5fcb-48b6-bd9b-0c21735aab1b) + ) + (junction (at 154.94 93.98) (diameter 0) (color 0 0 0 0) (uuid 32b3307d-64ed-4a12-9026-2f63ac618814) ) (junction (at 180.34 85.09) (diameter 0) (color 0 0 0 0) (uuid 38771d8b-46f8-401f-8c89-01a327a9ffc3) ) - (junction (at 97.79 86.36) (diameter 0) (color 0 0 0 0) - (uuid 6b2d98db-7bc9-4223-a414-57153ce67bdb) - ) (junction (at 180.34 107.95) (diameter 0) (color 0 0 0 0) (uuid 975a16ff-6d01-40ef-8235-fd37162e958c) ) @@ -280,26 +283,16 @@ (junction (at 212.09 95.25) (diameter 0) (color 0 0 0 0) (uuid aeeb5f61-7eb0-4030-87ed-d334cfef83be) ) - (junction (at 142.24 86.36) (diameter 0) (color 0 0 0 0) + (junction (at 154.94 86.36) (diameter 0) (color 0 0 0 0) (uuid b8b4fdca-9a28-4e36-9098-c5140c74d01d) ) - (junction (at 97.79 101.6) (diameter 0) (color 0 0 0 0) - (uuid e7a0b48f-bf89-43d6-9ab3-49585a04fd60) + (junction (at 142.24 86.36) (diameter 0) (color 0 0 0 0) + (uuid dcad036f-d60b-4601-a852-5e485e358546) ) - (junction (at 142.24 101.6) (diameter 0) (color 0 0 0 0) + (junction (at 154.94 101.6) (diameter 0) (color 0 0 0 0) (uuid f0469699-03a6-42b0-9895-29a7e945cbe1) ) - (junction (at 160.02 101.6) (diameter 0) (color 0 0 0 0) - (uuid f59523f1-8cd7-441d-afcd-7e271efe6424) - ) - (junction (at 160.02 86.36) (diameter 0) (color 0 0 0 0) - (uuid fbbaf748-1bbf-4c93-87be-5d7d1db71867) - ) - (wire (pts (xy 97.79 101.6) (xy 142.24 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 00ac3f9c-ebe7-4f13-9e8e-edcd9f0295b6) - ) (wire (pts (xy 180.34 107.95) (xy 180.34 110.49)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 07676a66-cdc9-4e37-82c3-9df48438aa09) @@ -308,21 +301,17 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 16740a2c-434e-49dd-8ccc-5b940d436ff7) ) - (wire (pts (xy 97.79 86.36) (xy 97.79 90.17)) + (wire (pts (xy 154.94 93.98) (xy 165.1 93.98)) (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 1e6237cd-00de-46cd-952e-ecfae127609a) + (uuid 1dffab2a-e775-4638-bec4-ebcf4e06a39c) ) (wire (pts (xy 204.47 95.25) (xy 190.5 95.25)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 22ed486a-3d7c-4195-af60-f6d30d93f50c) ) - (wire (pts (xy 97.79 86.36) (xy 87.63 86.36)) + (wire (pts (xy 142.24 101.6) (xy 154.94 101.6)) (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 3098a615-bf1f-4894-8c36-cc05c07cb887) - ) - (wire (pts (xy 97.79 86.36) (xy 142.24 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 3920ef64-84eb-4f77-9dba-725e54a7c9f6) + (uuid 2f17937b-dd8a-4eb9-89ec-4e8f0f1e7c95) ) (wire (pts (xy 190.5 97.79) (xy 195.58 97.79)) (stroke (width 0) (type default) (color 0 0 0 0)) @@ -332,14 +321,6 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 423d09d3-c010-44b1-8491-81ed49fe8bd4) ) - (wire (pts (xy 160.02 86.36) (xy 170.18 86.36)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 429b8efa-68a1-4f33-b628-cafa700d33af) - ) - (wire (pts (xy 123.19 99.06) (xy 130.81 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 43e607af-ae7d-40ff-9767-87ba3bef584c) - ) (wire (pts (xy 212.09 85.09) (xy 180.34 85.09)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 44b09bbc-22a3-44d9-a31b-5b5535ab21e8) @@ -348,35 +329,19 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 49ceb591-9605-4b2a-9564-40669feb78df) ) - (wire (pts (xy 160.02 101.6) (xy 170.18 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 51c1382c-b0ce-4daa-b91e-0f00f2743d77) - ) (wire (pts (xy 212.09 85.09) (xy 212.09 95.25)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 578eaf15-d24f-4174-9b03-53158628052b) ) - (wire (pts (xy 123.19 93.98) (xy 123.19 99.06)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 5972be53-a0c3-43f8-a815-0eb7980c824f) - ) - (wire (pts (xy 142.24 101.6) (xy 160.02 101.6)) + (wire (pts (xy 154.94 101.6) (xy 170.18 101.6)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 5b717b30-24f1-44a3-82d5-9c016c6c5dcf) ) - (wire (pts (xy 97.79 101.6) (xy 97.79 97.79)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 73126b7b-7141-4b96-b526-06ee53b89ad1) - ) - (wire (pts (xy 87.63 101.6) (xy 97.79 101.6)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid 801cc554-2892-4c5f-8fdc-a7fd79ae22c3) - ) (wire (pts (xy 193.04 92.71) (xy 190.5 92.71)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 82c739c7-3f7a-4216-a89b-01c86065ab15) ) - (wire (pts (xy 138.43 93.98) (xy 142.24 93.98)) + (wire (pts (xy 152.4 93.98) (xy 154.94 93.98)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid 8a8e54d9-5138-4982-9faa-b72dc98418d6) ) @@ -392,31 +357,35 @@ (stroke (width 0) (type default) (color 0 0 0 0)) (uuid b45e48bc-f3c1-4125-ac18-6810b076263f) ) - (wire (pts (xy 152.4 93.98) (xy 142.24 93.98)) - (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid b4ebee96-bbd8-4c3b-a48b-399a4660e074) - ) - (wire (pts (xy 195.58 97.79) (xy 195.58 100.33)) + (wire (pts (xy 195.58 97.79) (xy 195.58 99.06)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid bccdf37d-90e5-47a6-b6fa-44b24e6dbdb3) ) - (wire (pts (xy 160.02 101.6) (xy 160.02 97.79)) + (wire (pts (xy 137.16 101.6) (xy 142.24 101.6)) (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid c2a1d57a-3994-4c63-b900-f42b027b6939) + (uuid bd9601da-f69d-47c4-8e21-18510006a29d) + ) + (wire (pts (xy 142.24 86.36) (xy 154.94 86.36)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid c7a97131-f5c0-4757-837e-56728e6a84de) ) (wire (pts (xy 180.34 107.95) (xy 195.58 107.95)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid c7c64ea4-0fe5-41fb-b3f0-5f227eec7bd6) ) - (wire (pts (xy 160.02 86.36) (xy 160.02 90.17)) + (wire (pts (xy 195.58 106.68) (xy 195.58 107.95)) (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid de211b5b-695b-4e04-be96-1400327a5dde) + (uuid c9a24af6-54d4-4759-8f6c-63846b6e2866) ) - (wire (pts (xy 118.11 93.98) (xy 123.19 93.98)) + (wire (pts (xy 137.16 86.36) (xy 142.24 86.36)) (stroke (width 0) (type default) (color 0 0 0 0)) - (uuid e811da19-10ea-46b7-9cf2-5d2c7ad012f7) + (uuid d63506c4-6d22-4f29-b6ca-4d3c347d1c69) ) - (wire (pts (xy 142.24 86.36) (xy 160.02 86.36)) + (wire (pts (xy 142.24 93.98) (xy 144.78 93.98)) + (stroke (width 0) (type default) (color 0 0 0 0)) + (uuid f76febd2-00d4-4420-82be-01d85e5413fe) + ) + (wire (pts (xy 154.94 86.36) (xy 170.18 86.36)) (stroke (width 0) (type default) (color 0 0 0 0)) (uuid f9e4dc28-8989-4a16-95b0-8a40ed1c7ae3) ) @@ -430,16 +399,17 @@ (effects (font (size 1.27 1.27)) (justify left bottom)) (uuid 6b7127b3-8f3c-4778-a925-f8eae705ea27) ) - (text "What's this? How does it work?" (at 111.76 85.09 0) - (effects (font (size 1.27 1.27)) (justify left bottom)) - (uuid a562ee02-20ac-4a6d-8127-65ee0678e96c) + (text "See\nhttps://podio.com/fasttubede/modulubergreifend/apps/tech-tutorials/items/53" + (at 175.26 105.41 0) + (effects (font (size 1 1)) (justify right bottom)) + (uuid e169b96d-7a48-4bfa-b0b7-ee806701f0ed) ) - (hierarchical_label "CAN_L" (shape bidirectional) (at 87.63 101.6 180) + (hierarchical_label "CAN_L" (shape bidirectional) (at 137.16 101.6 180) (effects (font (size 1.27 1.27)) (justify right)) (uuid 793be26f-faf2-4bb4-a54c-0d23aca62514) ) - (hierarchical_label "CAN_H" (shape bidirectional) (at 87.63 86.36 180) + (hierarchical_label "CAN_H" (shape bidirectional) (at 137.16 86.36 180) (effects (font (size 1.27 1.27)) (justify right)) (uuid b03c6a2e-abdd-47be-8410-7faf4dc2b036) ) @@ -452,63 +422,25 @@ (uuid f42edc03-eded-43bf-aa89-1f10218aa085) ) - (symbol (lib_id "Device:R") (at 195.58 104.14 0) (unit 1) + (symbol (lib_id "Device:R") (at 195.58 102.87 0) (unit 1) (in_bom yes) (on_board yes) (uuid 00000000-0000-0000-0000-000061b519d5) - (property "Reference" "R12" (id 0) (at 197.358 102.9716 0) + (property "Reference" "R12" (id 0) (at 197.358 101.7016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "10k" (id 1) (at 197.358 105.283 0) + (property "Value" "10k" (id 1) (at 197.358 104.013 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 193.802 104.14 90) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 193.802 102.87 90) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 195.58 104.14 0) + (property "Datasheet" "~" (id 3) (at 195.58 102.87 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid b9e36200-8035-4db4-a070-54fc41926cd3)) (pin "2" (uuid db846d9c-62cc-4395-b546-35d9a2836bc7)) ) - (symbol (lib_id "Device:R") (at 97.79 93.98 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061b519db) - (property "Reference" "R11" (id 0) (at 99.568 92.8116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "120" (id 1) (at 99.568 95.123 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 96.012 93.98 90) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 97.79 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid 18946804-79e1-43f5-886e-67ffc92fff2d)) - (pin "2" (uuid 7e53b9f2-dbe3-4ec0-a2f4-d191220fb804)) - ) - - (symbol (lib_id "Device:C") (at 160.02 93.98 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061b519e1) - (property "Reference" "C14" (id 0) (at 162.941 92.8116 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Value" "220p" (id 1) (at 162.941 95.123 0) - (effects (font (size 1.27 1.27)) (justify left)) - ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 160.9852 97.79 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 160.02 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (pin "1" (uuid c35f5ce5-083e-4cbd-afdc-5bbb96fcdcb9)) - (pin "2" (uuid 1ccc15ca-41c0-4080-b87c-6ed2942e6ba1)) - ) - (symbol (lib_id "Device:C") (at 212.09 104.14 0) (unit 1) (in_bom yes) (on_board yes) (uuid 00000000-0000-0000-0000-000061b519e7) @@ -528,81 +460,55 @@ (pin "2" (uuid ea6c41da-1d32-4114-b6b2-54d510ae3bfa)) ) - (symbol (lib_id "Device:C") (at 142.24 90.17 0) (unit 1) + (symbol (lib_id "Device:C") (at 154.94 90.17 0) (unit 1) (in_bom yes) (on_board yes) (uuid 00000000-0000-0000-0000-000061b519ed) - (property "Reference" "C12" (id 0) (at 145.161 89.0016 0) + (property "Reference" "C12" (id 0) (at 157.861 89.0016 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220p" (id 1) (at 145.161 91.313 0) + (property "Value" "220p" (id 1) (at 157.861 91.313 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 143.2052 93.98 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 155.9052 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 142.24 90.17 0) + (property "Datasheet" "~" (id 3) (at 154.94 90.17 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 1253b3f9-a20c-4606-b891-ffdac9b84c8e)) (pin "2" (uuid 7c91804e-30b0-461b-b946-e0d7f777e8dd)) ) - (symbol (lib_id "Device:C") (at 142.24 97.79 0) (unit 1) + (symbol (lib_id "Device:C") (at 154.94 97.79 0) (unit 1) (in_bom yes) (on_board yes) (uuid 00000000-0000-0000-0000-000061b519f3) - (property "Reference" "C13" (id 0) (at 145.161 96.6216 0) + (property "Reference" "C13" (id 0) (at 157.861 96.6216 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Value" "220p" (id 1) (at 145.161 98.933 0) + (property "Value" "220p" (id 1) (at 157.861 98.933 0) (effects (font (size 1.27 1.27)) (justify left)) ) - (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 143.2052 101.6 0) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 155.9052 101.6 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "~" (id 3) (at 142.24 97.79 0) + (property "Datasheet" "~" (id 3) (at 154.94 97.79 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 2342880d-5dda-4fa8-a58e-8c0d43c76b0d)) (pin "2" (uuid 2bd81c0f-f9e9-443c-bb94-f10676315253)) ) - (symbol (lib_id "Device:D_Zener_x2_ACom_KKA") (at 113.03 93.98 90) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061b51a05) - (property "Reference" "D2" (id 0) (at 107.5436 93.98 0)) - (property "Value" "CDSOT23-T05C" (id 1) (at 109.855 93.98 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 113.03 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 113.03 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "Device:D_Zener_x2_ACom_KKA") (at 130.81 93.98 0) (unit 1) - (in_bom yes) (on_board yes) - (uuid 00000000-0000-0000-0000-000061b51a0b) - (property "Reference" "D3" (id 0) (at 130.81 88.4936 0)) - (property "Value" "CDSOT23-T05C" (id 1) (at 130.81 90.805 0)) - (property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 130.81 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - (property "Datasheet" "~" (id 3) (at 130.81 93.98 0) - (effects (font (size 1.27 1.27)) hide) - ) - ) - - (symbol (lib_id "power:GND") (at 152.4 93.98 0) (unit 1) + (symbol (lib_id "power:GND") (at 165.1 93.98 0) (unit 1) (in_bom yes) (on_board yes) (uuid 00000000-0000-0000-0000-000061b51a36) - (property "Reference" "#PWR0142" (id 0) (at 152.4 100.33 0) + (property "Reference" "#PWR0142" (id 0) (at 165.1 100.33 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Value" "GND" (id 1) (at 152.527 98.3742 0)) - (property "Footprint" "" (id 2) (at 152.4 93.98 0) + (property "Value" "GND" (id 1) (at 165.227 98.3742 0)) + (property "Footprint" "" (id 2) (at 165.1 93.98 0) (effects (font (size 1.27 1.27)) hide) ) - (property "Datasheet" "" (id 3) (at 152.4 93.98 0) + (property "Datasheet" "" (id 3) (at 165.1 93.98 0) (effects (font (size 1.27 1.27)) hide) ) (pin "1" (uuid 690d8020-100b-4b22-90af-65faab7b7b20)) @@ -679,4 +585,61 @@ (pin "7" (uuid 609b9223-a406-476b-851a-c391c89072e2)) (pin "8" (uuid 012d93d8-976e-44ce-89fb-37c0a75c59e1)) ) + + (symbol (lib_id "Device:R") (at 142.24 90.17 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid 86666e00-6522-42d9-8c50-ddbe3c590e94) + (property "Reference" "R?" (id 0) (at 140.462 91.3384 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "60" (id 1) (at 140.462 89.027 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 144.018 90.17 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 142.24 90.17 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 34c71402-7a02-40b9-b161-663c9f96153d)) + (pin "2" (uuid 3ca79133-4be6-4db7-ac99-9d5226c3ff66)) + ) + + (symbol (lib_id "Device:C") (at 148.59 93.98 90) (unit 1) + (in_bom yes) (on_board yes) + (uuid e0f15250-bd20-4545-ac0d-527fe10e2cdb) + (property "Reference" "C?" (id 0) (at 147.4216 91.059 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "4.7n" (id 1) (at 149.733 91.059 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 152.4 93.0148 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 148.59 93.98 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid b0ad87e1-2c4e-4bda-9a9f-580a32effd4c)) + (pin "2" (uuid 47bc0b7e-05f6-497d-8c1f-a68fc2b2a440)) + ) + + (symbol (lib_id "Device:R") (at 142.24 97.79 180) (unit 1) + (in_bom yes) (on_board yes) + (uuid fe93d30d-de39-4ca8-8ec8-dbd2cc54f863) + (property "Reference" "R?" (id 0) (at 140.462 98.9584 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Value" "60" (id 1) (at 140.462 96.647 0) + (effects (font (size 1.27 1.27)) (justify left)) + ) + (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (id 2) (at 144.018 97.79 90) + (effects (font (size 1.27 1.27)) hide) + ) + (property "Datasheet" "~" (id 3) (at 142.24 97.79 0) + (effects (font (size 1.27 1.27)) hide) + ) + (pin "1" (uuid 5cc41f12-e6a6-4078-be09-63ecbb329cc3)) + (pin "2" (uuid 5de94f7e-0ef8-4453-9138-22b43fdc567d)) + ) )