From 4897ac1008489ab862f88f4d838b5f1bc34b4c84 Mon Sep 17 00:00:00 2001 From: Marcus Date: Sat, 27 Apr 2024 22:36:05 +0200 Subject: [PATCH] schematic, change mosfet npn driver to optocoupler, add i2c pull up resistors --- KiCad/CanGrow/CanGrow.kicad_sch | 4209 +++++++++++++++++++------------ 1 file changed, 2542 insertions(+), 1667 deletions(-) diff --git a/KiCad/CanGrow/CanGrow.kicad_sch b/KiCad/CanGrow/CanGrow.kicad_sch index d5f1243..de39fbb 100644 --- a/KiCad/CanGrow/CanGrow.kicad_sch +++ b/KiCad/CanGrow/CanGrow.kicad_sch @@ -11,6 +11,144 @@ (company "DeltaLima") ) (lib_symbols + (symbol "Charleslabs_Parts:Mini360_Module" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "A" + (at -6.35 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Mini360_Module" + (at 5.08 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Charleslabs_Parts:Mini360_Module" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at -6.35 2.54 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 "Mini360_Module_0_1" + (rectangle + (start -6.35 2.54) + (end 6.35 -2.54) + (stroke + (width 0) + (type solid) + ) + (fill + (type background) + ) + ) + ) + (symbol "Mini360_Module_1_1" + (pin power_in line + (at -8.89 1.27 0) + (length 2.54) + (name "IN+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -8.89 -1.27 0) + (length 2.54) + (name "IN-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at 8.89 1.27 180) + (length 2.54) + (name "OUT+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 8.89 -1.27 180) + (length 2.54) + (name "OUT-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) (symbol "Conn_01x03_Pin_1" (pin_names (offset 1.016) hide) @@ -1370,6 +1508,151 @@ ) ) ) + (symbol "Device:D_Schottky" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "D_Schottky" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Schottky diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "diode Schottky" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "D_Schottky_0_1" + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.905 0.635) (xy -1.905 1.27) (xy -1.27 1.27) (xy -1.27 -1.27) (xy -0.635 -1.27) (xy -0.635 -0.635) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "D_Schottky_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) (symbol "Device:LED" (pin_numbers hide) (pin_names @@ -1902,6 +2185,311 @@ ) ) ) + (symbol "Isolator:PC817" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -5.08 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "PC817" + (at 0 5.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Package_DIP:DIP-4_W7.62mm" + (at -5.08 -5.08 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.soselectronic.cz/a_info/resource/d/pc817.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "DC Optocoupler, Vce 35V, CTR 50-300%, DIP-4" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "NPN DC Optocoupler" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "PC817_0_1" + (rectangle + (start -5.08 3.81) + (end 5.08 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (polyline + (pts + (xy -3.175 -0.635) (xy -1.905 -0.635) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 0.635) (xy 4.445 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 4.445 -2.54) (xy 2.54 -0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 4.445 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 4.445 2.54) (xy 5.08 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 2.54) (xy -2.54 2.54) (xy -2.54 -0.635) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -0.635) (xy -2.54 -2.54) (xy -5.08 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.54 1.905) (xy 2.54 -1.905) (xy 2.54 -1.905) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.54 -0.635) (xy -3.175 0.635) (xy -1.905 0.635) (xy -2.54 -0.635) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 -0.508) (xy 0.762 -0.508) (xy 0.381 -0.635) (xy 0.381 -0.381) (xy 0.762 -0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -0.508 0.508) (xy 0.762 0.508) (xy 0.381 0.381) (xy 0.381 0.635) (xy 0.762 0.508) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.048 -1.651) (xy 3.556 -1.143) (xy 4.064 -2.159) (xy 3.048 -1.651) (xy 3.048 -1.651) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + ) + (symbol "PC817_1_1" + (pin passive line + (at -7.62 2.54 0) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -2.54 0) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 -2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 7.62 2.54 180) + (length 2.54) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) (symbol "MCU_Module:WeMos_D1_mini" (exclude_from_sim no) (in_bom yes) @@ -2271,344 +2859,6 @@ ) ) ) - (symbol "Regulator_Linear:LM1117T-3.3" - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "U" - (at -3.81 3.175 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "LM1117T-3.3" - (at 0 3.175 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Horizontal_TabDown" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm1117.pdf" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "800mA Low-Dropout Linear Regulator, 3.3V fixed output, TO-220" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "linear regulator ldo fixed positive" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "TO?220*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "LM1117T-3.3_0_1" - (rectangle - (start -5.08 -5.08) - (end 5.08 1.905) - (stroke - (width 0.254) - (type default) - ) - (fill - (type background) - ) - ) - ) - (symbol "LM1117T-3.3_1_1" - (pin power_in line - (at 0 -7.62 90) - (length 2.54) - (name "GND" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_out line - (at 7.62 0 180) - (length 2.54) - (name "VO" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin power_in line - (at -7.62 0 0) - (length 2.54) - (name "VI" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) - (symbol "Transistor_BJT:BC547" - (pin_names - (offset 0) hide) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (property "Reference" "Q" - (at 5.08 1.905 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BC547" - (at 5.08 0 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_Inline" - (at 5.08 -1.905 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_keywords" "NPN Transistor" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "ki_fp_filters" "TO?92*" - (at 0 0 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (symbol "BC547_0_1" - (polyline - (pts - (xy 0 0) (xy 0.635 0) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.635 0.635) (xy 2.54 2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905) - ) - (stroke - (width 0.508) - (type default) - ) - (fill - (type none) - ) - ) - (polyline - (pts - (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778) - ) - (stroke - (width 0) - (type default) - ) - (fill - (type outline) - ) - ) - (circle - (center 1.27 0) - (radius 2.8194) - (stroke - (width 0.254) - (type default) - ) - (fill - (type none) - ) - ) - ) - (symbol "BC547_1_1" - (pin passive line - (at 2.54 5.08 270) - (length 2.54) - (name "C" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "1" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin input line - (at -5.08 0 0) - (length 5.08) - (name "B" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "2" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - (pin passive line - (at 2.54 -5.08 90) - (length 2.54) - (name "E" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (number "3" - (effects - (font - (size 1.27 1.27) - ) - ) - ) - ) - ) - ) (symbol "Transistor_FET:BUZ11" (pin_names hide) (exclude_from_sim no) @@ -3242,19 +3492,19 @@ ) ) (junction - (at 165.1 46.99) + (at 168.91 46.99) (diameter 0) (color 0 0 0 0) (uuid "02cbefbf-b08b-4d29-9205-b46b7e431945") ) (junction - (at 214.63 142.24) + (at 53.34 21.59) (diameter 0) (color 0 0 0 0) - (uuid "15b0f983-8929-4028-bf1e-634a29a55363") + (uuid "0dcfe439-5066-4989-87ad-806708cc5a6a") ) (junction - (at 210.82 154.94) + (at 205.74 154.94) (diameter 0) (color 0 0 0 0) (uuid "1cd7a060-635c-40e9-ab16-8b4b3319ecb1") @@ -3266,40 +3516,34 @@ (uuid "1da81631-da6b-476d-b8b7-532d1e198468") ) (junction - (at 167.64 41.91) + (at 205.74 109.22) + (diameter 0) + (color 0 0 0 0) + (uuid "220609c3-ef77-4bdf-b3d0-abd87477288f") + ) + (junction + (at 171.45 41.91) (diameter 0) (color 0 0 0 0) (uuid "284161fd-2fcd-4242-99aa-5c36c250447a") ) (junction - (at 177.8 73.66) + (at 189.23 111.76) (diameter 0) (color 0 0 0 0) - (uuid "2da9c5a9-0af5-4b64-b00a-d31e8ec59f62") + (uuid "346798cb-c710-46c2-b7a1-32cc4fbccc9d") ) (junction - (at 43.18 24.13) + (at 156.21 35.56) (diameter 0) (color 0 0 0 0) - (uuid "323c7030-4d8d-4f7b-809f-70ccd8672eb4") + (uuid "3fcb6a1d-274b-49ac-bd14-5b7ae54d9f6c") ) (junction - (at 227.33 139.7) + (at 163.83 35.56) (diameter 0) (color 0 0 0 0) - (uuid "3e923a46-8a57-4783-802a-1d03e08094ab") - ) - (junction - (at 227.33 106.68) - (diameter 0) - (color 0 0 0 0) - (uuid "434c519c-5ea9-4092-9667-8a572f2a0a7a") - ) - (junction - (at 177.8 83.82) - (diameter 0) - (color 0 0 0 0) - (uuid "440eb967-5838-4633-96ed-59c5596c6906") + (uuid "4852e7a6-b2bd-46e9-829a-49cfda376716") ) (junction (at 134.62 31.75) @@ -3313,6 +3557,12 @@ (color 0 0 0 0) (uuid "537a62d5-5266-4cbd-a83e-62ba4d53cec3") ) + (junction + (at 181.61 83.82) + (diameter 0) + (color 0 0 0 0) + (uuid "70bae9ea-1900-4764-a36d-439cebc1cc37") + ) (junction (at 48.26 105.41) (diameter 0) @@ -3320,22 +3570,16 @@ (uuid "716d5a05-f0f4-48a6-8db8-0e6ca916b37e") ) (junction - (at 170.18 139.7) - (diameter 0) - (color 0 0 0 0) - (uuid "743ee206-e595-4101-92e1-51167e20956f") - ) - (junction - (at 166.37 44.45) + (at 170.18 44.45) (diameter 0) (color 0 0 0 0) (uuid "825a48ae-6d69-4666-8df9-ffef12ffe4b9") ) (junction - (at 177.8 97.79) + (at 49.53 34.29) (diameter 0) (color 0 0 0 0) - (uuid "840f9b78-53d1-4dc5-805f-afa26602aece") + (uuid "85d087d1-41cd-4860-9e9d-5d85df55c967") ) (junction (at 77.47 31.75) @@ -3350,28 +3594,10 @@ (uuid "887b2e08-7f9a-45fe-a977-7ccb7629934f") ) (junction - (at 177.8 64.77) + (at 222.25 142.24) (diameter 0) (color 0 0 0 0) - (uuid "89973761-45fd-4642-99e9-9884a95723c3") - ) - (junction - (at 177.8 106.68) - (diameter 0) - (color 0 0 0 0) - (uuid "89bbd959-4d83-4a53-9a5e-6360b0f72ea5") - ) - (junction - (at 170.18 130.81) - (diameter 0) - (color 0 0 0 0) - (uuid "8a00732b-ea6f-406b-8903-987bf077972b") - ) - (junction - (at 207.01 130.81) - (diameter 0) - (color 0 0 0 0) - (uuid "8f0a46dc-0b05-46ce-9617-46bcf4a6570c") + (uuid "8ae1bdbc-b97a-4891-a0ff-2b5956c8e229") ) (junction (at 68.58 113.03) @@ -3380,47 +3606,23 @@ (uuid "91ebf928-3206-4abd-b9f5-1516976c9802") ) (junction - (at 210.82 86.36) + (at 189.23 78.74) (diameter 0) (color 0 0 0 0) - (uuid "9281b215-1f64-4626-b6d7-15bf9923505e") + (uuid "98c48275-754a-49df-ae3f-d7cc13278627") ) (junction - (at 227.33 73.66) + (at 156.21 46.99) (diameter 0) (color 0 0 0 0) - (uuid "92a603d1-9cf2-452d-a019-7bfc056154a9") + (uuid "a2e59461-8d93-4869-8448-384ca0116bdb") ) (junction - (at 160.02 73.66) - (diameter 0) - (color 0 0 0 0) - (uuid "9903bd10-4c25-4e3b-94d8-3b3c35ccf108") - ) - (junction - (at 170.18 149.86) - (diameter 0) - (color 0 0 0 0) - (uuid "b18e144c-9c33-4424-8121-e3b711476a24") - ) - (junction - (at 214.63 76.2) - (diameter 0) - (color 0 0 0 0) - (uuid "b2624c77-f671-4e7b-a94b-5c9866594f94") - ) - (junction - (at 54.61 31.75) + (at 40.64 34.29) (diameter 0) (color 0 0 0 0) (uuid "b303bc07-6420-4fc6-ab6e-40b25481bc81") ) - (junction - (at 177.8 116.84) - (diameter 0) - (color 0 0 0 0) - (uuid "b478d4b5-f653-4d41-8dcb-21640e8abf4d") - ) (junction (at 48.26 113.03) (diameter 0) @@ -3428,76 +3630,80 @@ (uuid "bcd150de-5c02-47e1-bec1-a53a32897324") ) (junction - (at 207.01 64.77) + (at 181.61 116.84) (diameter 0) (color 0 0 0 0) - (uuid "c50c4d42-350a-4d1a-8547-514697c0523f") + (uuid "c076f151-e9ce-4db9-a973-8a6ebcdccc84") ) (junction - (at 160.02 106.68) + (at 203.2 76.2) (diameter 0) (color 0 0 0 0) - (uuid "c9751b82-6162-4063-91bd-4c240758974a") + (uuid "c217b81e-ec41-4dd9-bc28-1d5594b2e2a0") ) (junction - (at 210.82 119.38) + (at 181.61 149.86) (diameter 0) (color 0 0 0 0) - (uuid "d3873b9a-7387-4f73-8799-3e5429edc5dc") + (uuid "c8b78245-d064-4eec-abea-70799ed6574d") ) (junction - (at 181.61 139.7) + (at 27.94 21.59) (diameter 0) (color 0 0 0 0) - (uuid "d683b5da-9407-4e28-b671-fff0508fecd3") + (uuid "cdb51dcb-f0c8-435a-9777-df9dc6c1b95f") ) (junction - (at 152.4 139.7) + (at 219.71 142.24) (diameter 0) (color 0 0 0 0) - (uuid "dad03f6c-d2fc-4944-a266-b01779add0b6") + (uuid "cfefd301-9d39-404d-acbc-c9fc75b40f11") ) (junction - (at 207.01 97.79) + (at 153.67 44.45) (diameter 0) (color 0 0 0 0) - (uuid "e67eb53e-0276-47d1-a90f-c586ef0023aa") + (uuid "d4417cc8-a581-4199-ab27-679f51955408") ) (junction - (at 168.91 39.37) + (at 31.75 34.29) + (diameter 0) + (color 0 0 0 0) + (uuid "ddfaefe2-6ade-4b86-ab32-a837d9b4172f") + ) + (junction + (at 172.72 39.37) (diameter 0) (color 0 0 0 0) (uuid "e912cd02-decd-4217-8675-a390d1f2ca24") ) (junction - (at 189.23 154.94) + (at 205.74 76.2) (diameter 0) (color 0 0 0 0) - (uuid "ea012ea2-8974-4c35-a5e3-d4ada8576497") + (uuid "ea8f1881-6199-4233-8df9-70881ace4f9d") ) (junction - (at 214.63 109.22) - (diameter 0) - (color 0 0 0 0) - (uuid "eb136388-4b67-4f13-b50a-375ece7adae9") - ) - (junction - (at 210.82 144.78) + (at 205.74 144.78) (diameter 0) (color 0 0 0 0) (uuid "f1a9f141-38fb-4d2a-8e8f-d5ba4825c2b3") ) (junction - (at 77.47 24.13) + (at 203.2 109.22) (diameter 0) (color 0 0 0 0) - (uuid "fc64a1c6-e96a-404d-af6c-4fe334ac2251") + (uuid "f32067c4-97ab-4a21-ab92-cdd2c49ed662") ) - (junction - (at 63.5 24.13) - (diameter 0) - (color 0 0 0 0) - (uuid "ff60a6fe-275b-4d57-8c05-e981528050cf") + (wire + (pts + (xy 153.67 44.45) (xy 170.18 44.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "012ea69a-c7bc-4e06-9c11-ae0eac82a09d") ) (wire (pts @@ -3511,7 +3717,7 @@ ) (wire (pts - (xy 165.1 34.29) (xy 179.07 34.29) + (xy 168.91 34.29) (xy 182.88 34.29) ) (stroke (width 0) @@ -3519,16 +3725,6 @@ ) (uuid "02db16e6-e6ee-4653-8ada-7077b7824c5b") ) - (wire - (pts - (xy 160.02 97.79) (xy 160.02 99.06) - ) - (stroke - (width 0) - (type default) - ) - (uuid "02e0abf5-98cd-413f-9ce2-5952dcef0c0e") - ) (wire (pts (xy 68.58 113.03) (xy 48.26 113.03) @@ -3541,7 +3737,7 @@ ) (wire (pts - (xy 135.89 144.78) (xy 137.16 144.78) + (xy 135.89 144.78) (xy 144.78 144.78) ) (stroke (width 0) @@ -3549,26 +3745,6 @@ ) (uuid "0694682a-dadf-4725-8073-393a50f8194f") ) - (wire - (pts - (xy 177.8 97.79) (xy 177.8 99.06) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0a17aaa0-6b35-42ef-9242-8a2eaced012c") - ) - (wire - (pts - (xy 62.23 24.13) (xy 63.5 24.13) - ) - (stroke - (width 0) - (type default) - ) - (uuid "0b65aa87-32d8-4112-bc5b-071f73ad7cb2") - ) (wire (pts (xy 77.47 31.75) (xy 134.62 31.75) @@ -3591,7 +3767,7 @@ ) (wire (pts - (xy 165.1 46.99) (xy 179.07 46.99) + (xy 168.91 46.99) (xy 182.88 46.99) ) (stroke (width 0) @@ -3599,26 +3775,6 @@ ) (uuid "1296f456-6846-47d7-9d2a-0bf85180557a") ) - (wire - (pts - (xy 207.01 97.79) (xy 207.01 101.6) - ) - (stroke - (width 0) - (type default) - ) - (uuid "12a91156-d74c-42a3-aa97-3782b1623f8c") - ) - (wire - (pts - (xy 179.07 57.15) (xy 179.07 58.42) - ) - (stroke - (width 0) - (type default) - ) - (uuid "13b122e7-3aa1-4f01-9204-4a461a1c3e8c") - ) (wire (pts (xy 100.33 39.37) (xy 85.09 39.37) @@ -3631,7 +3787,7 @@ ) (wire (pts - (xy 168.91 39.37) (xy 179.07 39.37) + (xy 172.72 39.37) (xy 182.88 39.37) ) (stroke (width 0) @@ -3641,57 +3797,37 @@ ) (wire (pts - (xy 170.18 106.68) (xy 170.18 111.76) + (xy 49.53 21.59) (xy 53.34 21.59) ) (stroke (width 0) (type default) ) - (uuid "167a95ba-b72c-434e-914e-e75280d9a166") + (uuid "15983cf9-2f31-40da-ab67-a2b27bf855f1") ) (wire (pts - (xy 207.01 130.81) (xy 170.18 130.81) + (xy 163.83 35.56) (xy 163.83 41.91) ) (stroke (width 0) (type default) ) - (uuid "1885a322-f7e2-422f-805a-7db03fe1c3a4") + (uuid "1b8f6ae7-1125-4e5d-a931-d11b59f90197") ) (wire (pts - (xy 177.8 97.79) (xy 207.01 97.79) + (xy 156.21 43.18) (xy 156.21 46.99) ) (stroke (width 0) (type default) ) - (uuid "1e4badea-84d9-413e-b3c6-827a0b8b3f47") + (uuid "1f33596a-7fdb-4cfd-81c8-487ff6c8db3c") ) (wire (pts - (xy 203.2 106.68) (xy 203.2 114.3) - ) - (stroke - (width 0) - (type default) - ) - (uuid "1f691263-4194-4830-b0ac-2a04b97d37b9") - ) - (wire - (pts - (xy 43.18 31.75) (xy 54.61 31.75) - ) - (stroke - (width 0) - (type default) - ) - (uuid "20378eeb-a6f8-4058-91c2-7dc3ebbaaa50") - ) - (wire - (pts - (xy 165.1 59.69) (xy 179.07 59.69) + (xy 168.91 59.69) (xy 182.88 59.69) ) (stroke (width 0) @@ -3711,13 +3847,13 @@ ) (wire (pts - (xy 170.18 73.66) (xy 170.18 78.74) + (xy 27.94 34.29) (xy 31.75 34.29) ) (stroke (width 0) (type default) ) - (uuid "218aa85f-4c3a-41ff-8110-3c5f867f91f3") + (uuid "26bff68b-775f-4516-912c-2f67184f2b75") ) (wire (pts @@ -3731,7 +3867,7 @@ ) (wire (pts - (xy 166.37 31.75) (xy 166.37 44.45) + (xy 170.18 31.75) (xy 170.18 44.45) ) (stroke (width 0) @@ -3741,7 +3877,7 @@ ) (wire (pts - (xy 168.91 39.37) (xy 168.91 52.07) + (xy 172.72 39.37) (xy 172.72 52.07) ) (stroke (width 0) @@ -3751,17 +3887,27 @@ ) (wire (pts - (xy 189.23 154.94) (xy 170.18 154.94) + (xy 217.17 142.24) (xy 217.17 137.16) ) (stroke (width 0) (type default) ) - (uuid "2f4f2a40-7d99-4c39-9a9b-5237e4faf6c9") + (uuid "2f447a1b-8c5d-4e50-9885-4b9b0e73ea1b") ) (wire (pts - (xy 167.64 41.91) (xy 167.64 54.61) + (xy 194.31 143.51) (xy 194.31 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "30e8e34a-d276-40ae-850d-94b93c8a39e1") + ) + (wire + (pts + (xy 171.45 41.91) (xy 171.45 54.61) ) (stroke (width 0) @@ -3771,7 +3917,7 @@ ) (wire (pts - (xy 134.62 19.05) (xy 158.75 19.05) + (xy 134.62 19.05) (xy 163.83 19.05) ) (stroke (width 0) @@ -3781,53 +3927,43 @@ ) (wire (pts - (xy 160.02 73.66) (xy 170.18 73.66) + (xy 167.64 142.24) (xy 167.64 144.78) ) (stroke (width 0) (type default) ) - (uuid "31c03c69-d952-452d-8822-1493a5b206f5") + (uuid "3650ecab-ff85-4fff-858a-c9e5270d623d") ) (wire (pts - (xy 160.02 83.82) (xy 177.8 83.82) + (xy 153.67 35.56) (xy 156.21 35.56) ) (stroke (width 0) (type default) ) - (uuid "332ac98c-f417-46f5-9e12-2b6300fce410") + (uuid "38280de4-0253-4bdf-9876-37d474822df7") ) (wire (pts - (xy 223.52 130.81) (xy 207.01 130.81) + (xy 203.2 76.2) (xy 200.66 76.2) ) (stroke (width 0) (type default) ) - (uuid "3421f2d9-d14c-4ebe-b368-5434249753f9") + (uuid "39abe82b-eb60-417b-b422-bb0bff1f1137") ) (wire (pts - (xy 181.61 139.7) (xy 181.61 149.86) + (xy 200.66 109.22) (xy 203.2 109.22) ) (stroke (width 0) (type default) ) - (uuid "38f1ed8b-0088-4bb6-8181-7b13ceef070f") - ) - (wire - (pts - (xy 223.52 97.79) (xy 207.01 97.79) - ) - (stroke - (width 0) - (type default) - ) - (uuid "3dc61363-bd74-4ac0-8664-765b5c8bd2af") + (uuid "3cf20621-3a4d-4282-80a4-b74f52d23d24") ) (wire (pts @@ -3851,17 +3987,7 @@ ) (wire (pts - (xy 63.5 24.13) (xy 77.47 24.13) - ) - (stroke - (width 0) - (type default) - ) - (uuid "450059fb-3062-498f-a9b7-6c3f1271f2bc") - ) - (wire - (pts - (xy 166.37 44.45) (xy 179.07 44.45) + (xy 170.18 44.45) (xy 182.88 44.45) ) (stroke (width 0) @@ -3869,46 +3995,6 @@ ) (uuid "45e99f41-97ea-4ac6-b7ee-130ca3fee003") ) - (wire - (pts - (xy 177.8 73.66) (xy 203.2 73.66) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4768cd68-6606-4835-b002-35ac4f69ebdc") - ) - (wire - (pts - (xy 223.52 64.77) (xy 207.01 64.77) - ) - (stroke - (width 0) - (type default) - ) - (uuid "47bdd4cc-8ac6-4a59-bdf2-482ef597632f") - ) - (wire - (pts - (xy 177.8 86.36) (xy 210.82 86.36) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4b454cc5-b158-410d-8cf1-e1dc05751aa1") - ) - (wire - (pts - (xy 177.8 106.68) (xy 203.2 106.68) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4b5822f2-b2bb-4b3f-88d1-b256ba54f351") - ) (wire (pts (xy 68.58 97.79) (xy 68.58 90.17) @@ -3919,26 +4005,6 @@ ) (uuid "4c646b48-7036-4871-a759-f89113977460") ) - (wire - (pts - (xy 179.07 52.07) (xy 179.07 53.34) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4c700af0-f28e-4a86-8b13-1c93bd60dde1") - ) - (wire - (pts - (xy 179.07 31.75) (xy 179.07 33.02) - ) - (stroke - (width 0) - (type default) - ) - (uuid "4cf37f66-edae-40f3-8cae-759961951583") - ) (wire (pts (xy 68.58 90.17) (xy 48.26 90.17) @@ -3961,13 +4027,23 @@ ) (wire (pts - (xy 223.52 139.7) (xy 227.33 139.7) + (xy 53.34 21.59) (xy 53.34 26.67) ) (stroke (width 0) (type default) ) - (uuid "523e6e4b-ee48-417f-9d40-e84f8f8cd861") + (uuid "5382cab1-0c41-4c8b-aaf1-5bdcb19bde58") + ) + (wire + (pts + (xy 219.71 142.24) (xy 217.17 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "58b400c7-b714-4955-a245-aa83ca03da62") ) (wire (pts @@ -3979,16 +4055,6 @@ ) (uuid "5964d5b5-43b9-4aae-a8eb-0ae250de2899") ) - (wire - (pts - (xy 177.8 64.77) (xy 177.8 66.04) - ) - (stroke - (width 0) - (type default) - ) - (uuid "59ad8495-11fa-4749-9c1e-00f094960dff") - ) (wire (pts (xy 85.09 41.91) (xy 144.78 41.91) @@ -3999,26 +4065,6 @@ ) (uuid "5b74f6ad-f0de-4905-bc23-e8f792091ab4") ) - (wire - (pts - (xy 152.4 139.7) (xy 162.56 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "5e5b790b-366b-454d-97fc-fd7072d347f8") - ) - (wire - (pts - (xy 152.4 149.86) (xy 170.18 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "5ebf71cd-6e6f-405a-a3b4-bb6afd9309db") - ) (wire (pts (xy 144.78 41.91) (xy 144.78 78.74) @@ -4049,6 +4095,16 @@ ) (uuid "63954134-5b45-407c-8346-bfa6a006c28b") ) + (wire + (pts + (xy 205.74 154.94) (xy 210.82 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64504fa6-78d6-4f23-9a6a-398bd146aad9") + ) (wire (pts (xy 110.49 52.07) (xy 110.49 67.31) @@ -4091,13 +4147,33 @@ ) (wire (pts - (xy 170.18 130.81) (xy 170.18 132.08) + (xy 219.71 142.24) (xy 222.25 142.24) ) (stroke (width 0) (type default) ) - (uuid "70a74e75-d8c8-476c-9837-9cc968f5dc2e") + (uuid "6a52d64a-8f6c-4a93-ac2f-4c765740da13") + ) + (wire + (pts + (xy 31.75 34.29) (xy 40.64 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b8ec773-a614-4e83-8046-6855a8f21585") + ) + (wire + (pts + (xy 85.09 46.99) (xy 156.21 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b94f870-a05b-47b9-8bd7-b58cd1afaaca") ) (wire (pts @@ -4111,7 +4187,17 @@ ) (wire (pts - (xy 210.82 76.2) (xy 214.63 76.2) + (xy 167.64 76.2) (xy 167.64 78.74) + ) + (stroke + (width 0) + (type default) + ) + (uuid "741cea56-429c-46dc-b138-a14b59f44ce1") + ) + (wire + (pts + (xy 189.23 78.74) (xy 205.74 78.74) ) (stroke (width 0) @@ -4121,13 +4207,13 @@ ) (wire (pts - (xy 179.07 54.61) (xy 179.07 55.88) + (xy 167.64 83.82) (xy 181.61 83.82) ) (stroke (width 0) (type default) ) - (uuid "76de1bc4-8827-4569-8281-b9c3674ee33b") + (uuid "766ba316-cd25-4582-bc30-9cc9195c2a2e") ) (wire (pts @@ -4141,7 +4227,7 @@ ) (wire (pts - (xy 167.64 41.91) (xy 158.75 41.91) + (xy 171.45 41.91) (xy 163.83 41.91) ) (stroke (width 0) @@ -4161,17 +4247,17 @@ ) (wire (pts - (xy 223.52 106.68) (xy 227.33 106.68) + (xy 196.85 104.14) (xy 200.66 104.14) ) (stroke (width 0) (type default) ) - (uuid "7d5fb1a8-52fe-4842-9a71-3017e2763f57") + (uuid "7a8735aa-a40d-4cee-bf2a-5f56fa1378ac") ) (wire (pts - (xy 167.64 29.21) (xy 179.07 29.21) + (xy 171.45 29.21) (xy 182.88 29.21) ) (stroke (width 0) @@ -4179,6 +4265,16 @@ ) (uuid "81010dda-d4c7-465b-857e-67613f1a1002") ) + (wire + (pts + (xy 49.53 34.29) (xy 53.34 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "81d0083f-79b6-4263-9ab4-60ba9feb40d3") + ) (wire (pts (xy 110.49 67.31) (xy 115.57 67.31) @@ -4191,7 +4287,17 @@ ) (wire (pts - (xy 168.91 39.37) (xy 163.83 39.37) + (xy 156.21 46.99) (xy 168.91 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "82c3b8d1-f648-48d9-8ffc-d58859e4dbeb") + ) + (wire + (pts + (xy 172.72 39.37) (xy 166.37 39.37) ) (stroke (width 0) @@ -4221,7 +4327,7 @@ ) (wire (pts - (xy 214.63 142.24) (xy 210.82 142.24) + (xy 205.74 144.78) (xy 222.25 144.78) ) (stroke (width 0) @@ -4231,13 +4337,13 @@ ) (wire (pts - (xy 177.8 64.77) (xy 207.01 64.77) + (xy 181.61 143.51) (xy 194.31 143.51) ) (stroke (width 0) (type default) ) - (uuid "881273be-97b8-4ecc-a043-96152a69e2a1") + (uuid "8b25cc6e-0f25-4304-9c38-099372cc07c1") ) (wire (pts @@ -4261,7 +4367,7 @@ ) (wire (pts - (xy 165.1 34.29) (xy 165.1 46.99) + (xy 168.91 34.29) (xy 168.91 46.99) ) (stroke (width 0) @@ -4271,7 +4377,7 @@ ) (wire (pts - (xy 166.37 44.45) (xy 166.37 57.15) + (xy 170.18 44.45) (xy 170.18 57.15) ) (stroke (width 0) @@ -4281,27 +4387,17 @@ ) (wire (pts - (xy 210.82 142.24) (xy 210.82 144.78) + (xy 205.74 76.2) (xy 203.2 76.2) ) (stroke (width 0) (type default) ) - (uuid "96a0afa5-fc9b-40ce-86a9-ebeb5a444700") + (uuid "996b6c1b-8c03-4acb-ac91-9a3b1b566452") ) (wire (pts - (xy 223.52 130.81) (xy 223.52 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "98e710e7-50a2-48c7-a251-7a6f6574e7d0") - ) - (wire - (pts - (xy 54.61 31.75) (xy 63.5 31.75) + (xy 40.64 34.29) (xy 49.53 34.29) ) (stroke (width 0) @@ -4311,93 +4407,13 @@ ) (wire (pts - (xy 179.07 46.99) (xy 179.07 48.26) + (xy 153.67 43.18) (xy 153.67 44.45) ) (stroke (width 0) (type default) ) - (uuid "9b421eb4-5ac6-4e01-babd-f67a903c44b3") - ) - (wire - (pts - (xy 163.83 39.37) (xy 163.83 60.96) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9deccaa7-4ff0-43f7-8650-f759d8e853a8") - ) - (wire - (pts - (xy 160.02 64.77) (xy 160.02 66.04) - ) - (stroke - (width 0) - (type default) - ) - (uuid "9f635ffe-5d97-47eb-9e90-c83208b7ab6c") - ) - (wire - (pts - (xy 223.52 97.79) (xy 223.52 106.68) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a0436c2f-2c66-48a9-989f-2d6f6b2969c8") - ) - (wire - (pts - (xy 179.07 29.21) (xy 179.07 30.48) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a51b80c6-f30d-44e1-880f-71c9fef47d40") - ) - (wire - (pts - (xy 203.2 149.86) (xy 203.2 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a611f956-6bf3-4b49-ba42-3ecfba8cfa85") - ) - (wire - (pts - (xy 170.18 139.7) (xy 181.61 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a702f3c2-5abc-43b7-bb70-6c52918c8261") - ) - (wire - (pts - (xy 162.56 139.7) (xy 162.56 144.78) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a7b274be-fb50-41a9-b3aa-6d4a8157acd3") - ) - (wire - (pts - (xy 179.07 26.67) (xy 179.07 27.94) - ) - (stroke - (width 0) - (type default) - ) - (uuid "a86c5d20-d0f9-4a10-8c89-5778e67bae69") + (uuid "9d3cefd6-10d1-42bf-80fe-b0d54b8b90c8") ) (wire (pts @@ -4411,7 +4427,7 @@ ) (wire (pts - (xy 166.37 31.75) (xy 179.07 31.75) + (xy 170.18 31.75) (xy 182.88 31.75) ) (stroke (width 0) @@ -4429,16 +4445,6 @@ ) (uuid "aabc615b-f422-426f-9d3a-bf154bcc895d") ) - (wire - (pts - (xy 177.8 119.38) (xy 210.82 119.38) - ) - (stroke - (width 0) - (type default) - ) - (uuid "abe3247c-f4a3-4095-a252-09e3b7da18f9") - ) (wire (pts (xy 60.96 124.46) (xy 77.47 124.46) @@ -4451,17 +4457,7 @@ ) (wire (pts - (xy 223.52 73.66) (xy 227.33 73.66) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ae8547c4-e262-4b72-ac5e-c482f12f489d") - ) - (wire - (pts - (xy 167.64 29.21) (xy 167.64 41.91) + (xy 171.45 29.21) (xy 171.45 41.91) ) (stroke (width 0) @@ -4471,7 +4467,7 @@ ) (wire (pts - (xy 168.91 26.67) (xy 179.07 26.67) + (xy 172.72 26.67) (xy 182.88 26.67) ) (stroke (width 0) @@ -4481,7 +4477,7 @@ ) (wire (pts - (xy 168.91 52.07) (xy 179.07 52.07) + (xy 172.72 52.07) (xy 182.88 52.07) ) (stroke (width 0) @@ -4491,17 +4487,7 @@ ) (wire (pts - (xy 160.02 64.77) (xy 177.8 64.77) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b3b2ee2d-25a3-416c-990a-fd1bab0d1f19") - ) - (wire - (pts - (xy 158.75 19.05) (xy 158.75 41.91) + (xy 163.83 19.05) (xy 163.83 35.56) ) (stroke (width 0) @@ -4509,26 +4495,6 @@ ) (uuid "b46df993-9666-4fea-83e4-49176d4d839e") ) - (wire - (pts - (xy 177.8 116.84) (xy 177.8 119.38) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b52c6c06-2094-428c-a597-dfef8e7c074c") - ) - (wire - (pts - (xy 203.2 73.66) (xy 203.2 81.28) - ) - (stroke - (width 0) - (type default) - ) - (uuid "b5c1a24b-7362-4b73-9831-0afa5eb14680") - ) (wire (pts (xy 146.05 49.53) (xy 146.05 30.48) @@ -4549,6 +4515,26 @@ ) (uuid "b7ea1a94-2996-422d-a3e2-3becdf645a92") ) + (wire + (pts + (xy 167.64 149.86) (xy 181.61 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b97fc40c-9976-4cd7-ad78-72b11e54457a") + ) + (wire + (pts + (xy 27.94 29.21) (xy 27.94 34.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba3a88ff-118d-48e3-9e73-f8b20362a6b3") + ) (wire (pts (xy 100.33 113.03) (xy 100.33 39.37) @@ -4561,27 +4547,17 @@ ) (wire (pts - (xy 179.07 39.37) (xy 179.07 40.64) + (xy 49.53 24.13) (xy 49.53 34.29) ) (stroke (width 0) (type default) ) - (uuid "bbf26a89-17e7-4569-bfca-c9d5f36f104d") + (uuid "bc86ba51-3c98-4504-8514-e3d935051d54") ) (wire (pts - (xy 223.52 64.77) (xy 223.52 73.66) - ) - (stroke - (width 0) - (type default) - ) - (uuid "bd29cb85-29c8-48cd-b809-50aaf88e67c4") - ) - (wire - (pts - (xy 168.91 26.67) (xy 168.91 39.37) + (xy 172.72 26.67) (xy 172.72 39.37) ) (stroke (width 0) @@ -4601,47 +4577,17 @@ ) (wire (pts - (xy 160.02 106.68) (xy 170.18 106.68) + (xy 167.64 116.84) (xy 181.61 116.84) ) (stroke (width 0) (type default) ) - (uuid "c28b0fde-9749-4990-9460-33deafc2dd29") + (uuid "c89f16e9-a15e-4d38-af4d-62ddf841430b") ) (wire (pts - (xy 214.63 76.2) (xy 227.33 76.2) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c29a4a6b-2a8a-4513-be8a-8940d25a2d0c") - ) - (wire - (pts - (xy 181.61 139.7) (xy 203.2 139.7) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c410939b-e24d-4213-bc3f-21326ff61c02") - ) - (wire - (pts - (xy 207.01 130.81) (xy 207.01 134.62) - ) - (stroke - (width 0) - (type default) - ) - (uuid "c568b27a-5a3b-426a-b792-53c793eab792") - ) - (wire - (pts - (xy 189.23 144.78) (xy 210.82 144.78) + (xy 189.23 144.78) (xy 205.74 144.78) ) (stroke (width 0) @@ -4651,17 +4597,17 @@ ) (wire (pts - (xy 152.4 130.81) (xy 152.4 132.08) + (xy 31.75 24.13) (xy 31.75 34.29) ) (stroke (width 0) (type default) ) - (uuid "ca10c5f8-9f69-45b9-a0b9-7cb05c9d33fe") + (uuid "cb0a8cea-46a0-40de-a4b8-528aa2141638") ) (wire (pts - (xy 43.18 24.13) (xy 46.99 24.13) + (xy 27.94 21.59) (xy 31.75 21.59) ) (stroke (width 0) @@ -4671,7 +4617,7 @@ ) (wire (pts - (xy 167.64 54.61) (xy 179.07 54.61) + (xy 171.45 54.61) (xy 182.88 54.61) ) (stroke (width 0) @@ -4681,27 +4627,17 @@ ) (wire (pts - (xy 227.33 109.22) (xy 214.63 109.22) + (xy 167.64 109.22) (xy 167.64 111.76) ) (stroke (width 0) (type default) ) - (uuid "d4d22b7a-9672-46d4-a974-bb40d14e5f3f") + (uuid "d4d62d30-c728-4e46-83a2-0524c7051bdd") ) (wire (pts - (xy 179.07 41.91) (xy 179.07 43.18) - ) - (stroke - (width 0) - (type default) - ) - (uuid "d7d7e573-b016-4d24-9dc2-0ccb8b7991b0") - ) - (wire - (pts - (xy 167.64 41.91) (xy 179.07 41.91) + (xy 171.45 41.91) (xy 182.88 41.91) ) (stroke (width 0) @@ -4711,33 +4647,33 @@ ) (wire (pts - (xy 152.4 130.81) (xy 170.18 130.81) + (xy 156.21 35.56) (xy 163.83 35.56) ) (stroke (width 0) (type default) ) - (uuid "d91b46ea-baf6-4888-960b-d13b55fb47dc") + (uuid "dbaac7a9-bc4f-4e9c-83af-f2162b16bbc6") ) (wire (pts - (xy 179.07 34.29) (xy 179.07 35.56) + (xy 194.31 149.86) (xy 198.12 149.86) ) (stroke (width 0) (type default) ) - (uuid "de413db2-e32c-42b4-ab72-7a632278bc23") + (uuid "dded9e0a-b185-4928-a8c7-a2e97afb4d3e") ) (wire (pts - (xy 177.8 83.82) (xy 177.8 86.36) + (xy 196.85 71.12) (xy 200.66 71.12) ) (stroke (width 0) (type default) ) - (uuid "de7e695c-1928-409c-aed5-59745534c090") + (uuid "e03cd3cd-d628-4dae-9a02-3cd9c347f5b9") ) (wire (pts @@ -4751,7 +4687,17 @@ ) (wire (pts - (xy 165.1 46.99) (xy 165.1 59.69) + (xy 200.66 76.2) (xy 200.66 71.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e82803f5-c605-41c6-a9d3-66e7ee7cde12") + ) + (wire + (pts + (xy 168.91 46.99) (xy 168.91 59.69) ) (stroke (width 0) @@ -4761,7 +4707,7 @@ ) (wire (pts - (xy 214.63 109.22) (xy 210.82 109.22) + (xy 189.23 111.76) (xy 205.74 111.76) ) (stroke (width 0) @@ -4769,16 +4715,6 @@ ) (uuid "ea3b47d9-e8ae-482a-8c0a-602acd87e4f6") ) - (wire - (pts - (xy 227.33 142.24) (xy 214.63 142.24) - ) - (stroke - (width 0) - (type default) - ) - (uuid "eb4c0014-df5f-46ab-b096-f9f68aeda7f0") - ) (wire (pts (xy 139.7 111.76) (xy 144.78 111.76) @@ -4791,23 +4727,13 @@ ) (wire (pts - (xy 160.02 97.79) (xy 177.8 97.79) + (xy 203.2 109.22) (xy 205.74 109.22) ) (stroke (width 0) (type default) ) - (uuid "ec419eec-e3be-40eb-8a6a-d6f36f1ad18b") - ) - (wire - (pts - (xy 170.18 154.94) (xy 170.18 149.86) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ecf59ac2-c2bb-4142-a364-5443e8b3c564") + (uuid "ec2ba609-24d2-49f9-82c8-fb8b3ad6ff0e") ) (wire (pts @@ -4821,13 +4747,23 @@ ) (wire (pts - (xy 160.02 116.84) (xy 177.8 116.84) + (xy 181.61 149.86) (xy 181.61 143.51) ) (stroke (width 0) (type default) ) - (uuid "f1a00e43-e966-4ad8-9033-e522cc49ca74") + (uuid "f0438dfc-5c10-4f41-b7a4-ab5dd0e04e35") + ) + (wire + (pts + (xy 217.17 137.16) (xy 213.36 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f38735a0-3990-486f-821c-96c77469efa7") ) (wire (pts @@ -4841,17 +4777,7 @@ ) (wire (pts - (xy 179.07 59.69) (xy 179.07 60.96) - ) - (stroke - (width 0) - (type default) - ) - (uuid "fb166092-4628-458b-9708-78cb13cf7f1b") - ) - (wire - (pts - (xy 166.37 57.15) (xy 179.07 57.15) + (xy 170.18 57.15) (xy 182.88 57.15) ) (stroke (width 0) @@ -4861,7 +4787,7 @@ ) (wire (pts - (xy 189.23 154.94) (xy 210.82 154.94) + (xy 189.23 154.94) (xy 205.74 154.94) ) (stroke (width 0) @@ -4871,7 +4797,17 @@ ) (wire (pts - (xy 85.09 44.45) (xy 166.37 44.45) + (xy 200.66 104.14) (xy 200.66 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd9b81cf-f46d-4af1-abf5-1d0abeca1eea") + ) + (wire + (pts + (xy 85.09 44.45) (xy 153.67 44.45) ) (stroke (width 0) @@ -4879,39 +4815,9 @@ ) (uuid "fe5d6bff-6ef4-4a71-9389-ed909fba244a") ) - (wire - (pts - (xy 207.01 64.77) (xy 207.01 68.58) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ff3dba8f-4059-4dc0-a7b3-2c204d9ea51b") - ) - (wire - (pts - (xy 179.07 44.45) (xy 179.07 45.72) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ff7d6bc6-4b02-421e-8637-954dcc023e3a") - ) - (wire - (pts - (xy 85.09 46.99) (xy 165.1 46.99) - ) - (stroke - (width 0) - (type default) - ) - (uuid "ffca93ab-b7c3-4700-b47f-27eae3d79c02") - ) (text "Pin D1" (exclude_from_sim no) - (at 149.86 43.434 0) + (at 149.352 43.688 0) (effects (font (size 1.27 1.27) @@ -4971,7 +4877,7 @@ ) (text "1 - GND\n2 - VCC\n3 - SDL\n4 - SDA" (exclude_from_sim no) - (at 195.58 31.75 0) + (at 202.184 31.496 0) (effects (font (size 1.27 1.27) @@ -5031,7 +4937,7 @@ ) (text "Pin D2" (exclude_from_sim no) - (at 149.86 46.228 0) + (at 149.352 46.228 0) (effects (font (size 1.27 1.27) @@ -5041,7 +4947,7 @@ ) (symbol (lib_id "power:+12V") - (at 43.18 24.13 0) + (at 27.94 21.59 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -5050,7 +4956,7 @@ (fields_autoplaced yes) (uuid "0198feda-b802-4378-8e67-96c224ba3587") (property "Reference" "#PWR08" - (at 43.18 27.94 0) + (at 27.94 25.4 0) (effects (font (size 1.27 1.27) @@ -5059,7 +4965,7 @@ ) ) (property "Value" "+12V" - (at 43.18 19.05 0) + (at 27.94 16.51 0) (effects (font (size 1.27 1.27) @@ -5067,7 +4973,7 @@ ) ) (property "Footprint" "" - (at 43.18 24.13 0) + (at 27.94 21.59 0) (effects (font (size 1.27 1.27) @@ -5076,7 +4982,7 @@ ) ) (property "Datasheet" "" - (at 43.18 24.13 0) + (at 27.94 21.59 0) (effects (font (size 1.27 1.27) @@ -5085,7 +4991,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+12V\"" - (at 43.18 24.13 0) + (at 27.94 21.59 0) (effects (font (size 1.27 1.27) @@ -5107,7 +5013,7 @@ ) (symbol (lib_id "Device:R") - (at 140.97 144.78 90) + (at 148.59 144.78 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -5115,15 +5021,15 @@ (dnp no) (uuid "0378c101-1159-48b1-9726-29fdee2bf46c") (property "Reference" "R1" - (at 140.716 139.7 90) + (at 148.336 139.7 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "10k" - (at 140.716 142.24 90) + (property "Value" "330" + (at 148.336 142.24 90) (effects (font (size 1.27 1.27) @@ -5131,7 +5037,7 @@ ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 140.97 146.558 90) + (at 148.59 146.558 90) (effects (font (size 1.27 1.27) @@ -5140,7 +5046,7 @@ ) ) (property "Datasheet" "~" - (at 140.97 144.78 0) + (at 148.59 144.78 0) (effects (font (size 1.27 1.27) @@ -5149,7 +5055,7 @@ ) ) (property "Description" "Resistor" - (at 140.97 144.78 0) + (at 148.59 144.78 0) (effects (font (size 1.27 1.27) @@ -5174,7 +5080,7 @@ ) (symbol (lib_id "Device:LED") - (at 214.63 105.41 90) + (at 189.23 107.95 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -5183,7 +5089,7 @@ (fields_autoplaced yes) (uuid "0448db1c-02f3-49b1-bcdc-6c8660b4dc79") (property "Reference" "D4" - (at 218.44 105.7274 90) + (at 193.04 108.2674 90) (effects (font (size 1.27 1.27) @@ -5192,7 +5098,7 @@ ) ) (property "Value" "LED" - (at 218.44 108.2674 90) + (at 193.04 110.8074 90) (effects (font (size 1.27 1.27) @@ -5201,7 +5107,7 @@ ) ) (property "Footprint" "LED_THT:LED_D3.0mm" - (at 214.63 105.41 0) + (at 189.23 107.95 0) (effects (font (size 1.27 1.27) @@ -5210,7 +5116,7 @@ ) ) (property "Datasheet" "~" - (at 214.63 105.41 0) + (at 189.23 107.95 0) (effects (font (size 1.27 1.27) @@ -5219,7 +5125,7 @@ ) ) (property "Description" "Light emitting diode" - (at 214.63 105.41 0) + (at 189.23 107.95 0) (effects (font (size 1.27 1.27) @@ -5243,35 +5149,33 @@ ) ) (symbol - (lib_id "Transistor_BJT:BC547") - (at 175.26 111.76 0) + (lib_id "Isolator:PC817") + (at 160.02 147.32 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "068cc825-8a8f-4815-b7e6-53dd23271fe8") - (property "Reference" "Q8" - (at 180.34 110.4899 0) + (uuid "09864fa0-751b-4481-9bb3-dc1e284d9eef") + (property "Reference" "U2" + (at 160.02 138.43 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "BC547" - (at 180.34 113.0299 0) + (property "Value" "PC817" + (at 160.02 140.97 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_HandSolder" - (at 180.34 113.665 0) + (property "Footprint" "Package_DIP:DIP-4_W7.62mm" + (at 154.94 152.4 0) (effects (font (size 1.27 1.27) @@ -5281,8 +5185,8 @@ (hide yes) ) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 175.26 111.76 0) + (property "Datasheet" "http://www.soselectronic.cz/a_info/resource/d/pc817.pdf" + (at 160.02 147.32 0) (effects (font (size 1.27 1.27) @@ -5291,8 +5195,8 @@ (hide yes) ) ) - (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" - (at 175.26 111.76 0) + (property "Description" "DC Optocoupler, Vce 35V, CTR 50-300%, DIP-4" + (at 160.02 147.32 0) (effects (font (size 1.27 1.27) @@ -5300,19 +5204,89 @@ (hide yes) ) ) - (pin "3" - (uuid "3eb575e5-2e56-4566-8623-97f76c02ea04") + (pin "4" + (uuid "e32b0dbc-5bd8-4388-baa7-c2252326504d") ) (pin "1" - (uuid "2b533f7e-3661-477c-b7b0-4bb02e3552ea") + (uuid "fd4fa94c-7093-478e-aca1-ded36520da5b") + ) + (pin "3" + (uuid "2483ed39-d8bf-4fb1-b70f-93e415687e0a") ) (pin "2" - (uuid "8802239d-456f-422c-bc68-56ffc6d8c3a7") + (uuid "348a1f71-30bf-4b6a-9d60-69f54cadbcfa") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "Q8") + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 181.61 120.65 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "0adbc70b-cf9b-456a-9596-7a789f59b84e") + (property "Reference" "R10" + (at 176.53 120.904 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 179.07 120.904 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 183.388 120.65 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 181.61 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 181.61 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a62373fb-6a04-4425-892d-52d54992becc") + ) + (pin "2" + (uuid "4746cffa-13ca-4200-a2be-26f9df2436af") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "R10") (unit 1) ) ) @@ -5456,23 +5430,24 @@ ) (symbol (lib_id "Device:R") - (at 177.8 69.85 0) + (at 153.67 39.37 0) + (mirror y) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (uuid "12109269-38d1-43a5-a1e4-548b0b42e813") - (property "Reference" "R13" - (at 181.356 68.58 0) + (uuid "0f33d051-f709-4cc7-8f87-a805df0dc902") + (property "Reference" "R15" + (at 148.59 39.116 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "10k" - (at 181.356 71.12 0) + (property "Value" "4.7k" + (at 151.13 39.116 90) (effects (font (size 1.27 1.27) @@ -5480,7 +5455,7 @@ ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 176.022 69.85 90) + (at 155.448 39.37 90) (effects (font (size 1.27 1.27) @@ -5489,7 +5464,7 @@ ) ) (property "Datasheet" "~" - (at 177.8 69.85 0) + (at 153.67 39.37 0) (effects (font (size 1.27 1.27) @@ -5498,7 +5473,7 @@ ) ) (property "Description" "Resistor" - (at 177.8 69.85 0) + (at 153.67 39.37 0) (effects (font (size 1.27 1.27) @@ -5507,48 +5482,112 @@ ) ) (pin "1" - (uuid "eed28c52-bf93-4acc-9be9-467f7c1282a6") + (uuid "f6557431-dd06-4193-bff9-cc5a57e1cadb") ) (pin "2" - (uuid "51143650-0390-4c44-9c41-d892c8c2e788") + (uuid "128132aa-2240-4286-8df2-ef680fdd5017") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "R13") + (reference "R15") (unit 1) ) ) ) ) (symbol - (lib_id "Connector_Generic:Conn_01x02") - (at 232.41 109.22 0) - (mirror x) + (lib_id "power:+12V") + (at 167.64 68.58 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (uuid "181bd8b5-392d-4e90-b02d-1a6886958547") - (property "Reference" "J5" - (at 235.712 109.728 0) + (uuid "123a5ce3-7d0e-41f8-adcc-215447c88bba") + (property "Reference" "#PWR027" + (at 167.64 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+12V" + (at 164.338 65.786 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "PUMP Vout" - (at 239.776 106.68 0) + (property "Footprint" "" + (at 167.64 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 167.64 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+12V\"" + (at 167.64 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0754f2e9-537d-49a3-afd1-f7fad1c1abd8") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 167.64 138.43 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "15828b31-18d4-445a-b7f9-59216e2e01d4") + (property "Reference" "R2" + (at 172.72 138.176 90) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "Connector_AMASS:AMASS_XT60-F_1x02_P7.20mm_Vertical" - (at 232.41 109.22 0) + (property "Value" "1k" + (at 170.18 138.176 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 165.862 138.43 90) (effects (font (size 1.27 1.27) @@ -5557,7 +5596,141 @@ ) ) (property "Datasheet" "~" - (at 232.41 109.22 0) + (at 167.64 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 167.64 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5b093e1f-703c-414c-9434-4659cfa360d8") + ) + (pin "2" + (uuid "0087d0fa-f694-4093-b608-78d3e2ac0408") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 152.4 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "16746f4b-c73e-450c-8897-e59e34c20094") + (property "Reference" "#PWR020" + (at 152.4 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 152.4 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 152.4 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4a84bb89-8a3f-402c-97ce-cd23d9c056a4") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector_Generic:Conn_01x02") + (at 210.82 111.76 0) + (mirror x) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "181bd8b5-392d-4e90-b02d-1a6886958547") + (property "Reference" "J5" + (at 214.122 112.268 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "FAN Vout" + (at 218.186 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Connector_AMASS:AMASS_XT60-F_1x02_P7.20mm_Vertical" + (at 210.82 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 210.82 111.76 0) (effects (font (size 1.27 1.27) @@ -5566,7 +5739,7 @@ ) ) (property "Description" "" - (at 232.41 109.22 0) + (at 210.82 111.76 0) (effects (font (size 1.27 1.27) @@ -5590,35 +5763,33 @@ ) ) (symbol - (lib_id "Transistor_BJT:BC547") - (at 175.26 78.74 0) + (lib_id "Isolator:PC817") + (at 160.02 114.3 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "208b2888-41da-498c-890d-fc137c934df1") - (property "Reference" "Q10" - (at 180.34 77.4699 0) + (uuid "1fd8ad92-cc48-4671-b640-4143e85bf9d4") + (property "Reference" "U4" + (at 160.02 105.41 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Value" "BC547" - (at 180.34 80.0099 0) + (property "Value" "PC817" + (at 160.02 107.95 0) (effects (font (size 1.27 1.27) ) - (justify left) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_HandSolder" - (at 180.34 80.645 0) + (property "Footprint" "Package_DIP:DIP-4_W7.62mm" + (at 154.94 119.38 0) (effects (font (size 1.27 1.27) @@ -5628,8 +5799,8 @@ (hide yes) ) ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 175.26 78.74 0) + (property "Datasheet" "http://www.soselectronic.cz/a_info/resource/d/pc817.pdf" + (at 160.02 114.3 0) (effects (font (size 1.27 1.27) @@ -5638,8 +5809,8 @@ (hide yes) ) ) - (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" - (at 175.26 78.74 0) + (property "Description" "DC Optocoupler, Vce 35V, CTR 50-300%, DIP-4" + (at 160.02 114.3 0) (effects (font (size 1.27 1.27) @@ -5647,36 +5818,104 @@ (hide yes) ) ) - (pin "3" - (uuid "f7885e67-b6e5-4664-827a-1484120054fc") + (pin "4" + (uuid "72f7a3ad-60ba-4bf0-bd7a-6418f62dc1b2") ) (pin "1" - (uuid "0d1ae84b-03b6-4800-acee-4507f32e7306") + (uuid "8fe4ae37-f2fb-4480-8504-68f2732a1be0") + ) + (pin "3" + (uuid "3ea0ddab-9fc0-43b4-b8d7-ed02cee29284") ) (pin "2" - (uuid "e5fd00e6-a92a-4ad8-b187-441c030d071c") + (uuid "38a4c0bb-e64d-4dca-a784-7fedd2fa8d13") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "Q10") + (reference "U4") (unit 1) ) ) ) ) (symbol - (lib_id "Device:C_Polarized") - (at 63.5 27.94 0) + (lib_id "power:+3.3V") + (at 53.34 21.59 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "24c4faad-bec9-4c20-b4b1-d0db9fd543d2") - (property "Reference" "C3" - (at 67.31 25.7809 0) + (uuid "2086578a-bb10-43c7-92b9-4c8f49247f1a") + (property "Reference" "#PWR021" + (at 53.34 25.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+3.3V" + (at 53.34 16.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 53.34 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 53.34 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+3.3V\"" + (at 53.34 21.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "94b01382-78a8-4dcb-a8bc-879022651841") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:D_Schottky") + (at 203.2 105.41 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "22275cba-27ca-466a-9606-866cb0cb752a") + (property "Reference" "D7" + (at 207.518 103.124 90) (effects (font (size 1.27 1.27) @@ -5684,8 +5923,8 @@ (justify left) ) ) - (property "Value" "10µF" - (at 67.31 28.3209 0) + (property "Value" "D_Schottky" + (at 215.392 100.838 90) (effects (font (size 1.27 1.27) @@ -5693,8 +5932,8 @@ (justify left) ) ) - (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" - (at 64.4652 31.75 0) + (property "Footprint" "" + (at 203.2 105.41 0) (effects (font (size 1.27 1.27) @@ -5703,7 +5942,144 @@ ) ) (property "Datasheet" "~" - (at 63.5 27.94 0) + (at 203.2 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Schottky diode" + (at 203.2 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "b5709f6c-61d9-4eca-8a8c-a7e56e4baecf") + ) + (pin "1" + (uuid "b4fabfc4-908b-47bf-9cc0-d8d9107f0bc2") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "D7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 156.21 39.37 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "24a73ed7-204f-4f94-ae21-083f30384e8e") + (property "Reference" "R14" + (at 161.036 38.862 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "4.7k" + (at 158.496 38.862 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 154.432 39.37 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 156.21 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 156.21 39.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "5d2e89c8-bb3f-4bcf-9198-b2fa95daf9ed") + ) + (pin "2" + (uuid "821cba6e-e718-40a6-b376-c8596910c464") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C_Polarized") + (at 53.34 30.48 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "24c4faad-bec9-4c20-b4b1-d0db9fd543d2") + (property "Reference" "C3" + (at 57.15 28.3209 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10µF" + (at 57.15 30.8609 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" + (at 54.3052 34.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 53.34 30.48 0) (effects (font (size 1.27 1.27) @@ -5712,7 +6088,7 @@ ) ) (property "Description" "Polarized capacitor" - (at 63.5 27.94 0) + (at 53.34 30.48 0) (effects (font (size 1.27 1.27) @@ -5735,76 +6111,10 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 160.02 102.87 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "26200199-2387-4bb2-b2a1-4447cb5a5fe2") - (property "Reference" "R9" - (at 163.576 101.6 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10k" - (at 163.576 104.14 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 158.242 102.87 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 160.02 102.87 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 160.02 102.87 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "8d8e6ec4-6d09-43f0-86a8-65e06b5b4b78") - ) - (pin "2" - (uuid "c9e31678-f10b-4091-b5bf-9acad79aff12") - ) - (instances - (project "CanGrow" - (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "R9") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "I2C_Connector:I2C_Conn_01x04_Pin") - (at 173.99 55.88 0) + (at 187.96 54.61 0) + (mirror y) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -5812,7 +6122,7 @@ (dnp no) (uuid "2652a219-a400-446c-9c35-bbe3c79b9a99") (property "Reference" "J3" - (at 185.166 52.578 0) + (at 192.278 48.006 0) (effects (font (size 1.27 1.27) @@ -5820,7 +6130,7 @@ ) ) (property "Value" "I2C_Conn" - (at 185.166 55.118 0) + (at 192.278 50.546 0) (effects (font (size 1.27 1.27) @@ -5828,7 +6138,7 @@ ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" - (at 173.99 55.88 0) + (at 187.96 54.61 0) (effects (font (size 1.27 1.27) @@ -5837,7 +6147,7 @@ ) ) (property "Datasheet" "~" - (at 173.99 55.88 0) + (at 187.96 54.61 0) (effects (font (size 1.27 1.27) @@ -5846,7 +6156,7 @@ ) ) (property "Description" "Generic connector, single row, 01x04, script generated" - (at 173.99 55.88 0) + (at 187.96 54.61 0) (effects (font (size 1.27 1.27) @@ -5877,7 +6187,7 @@ ) (symbol (lib_id "power:GND") - (at 210.82 86.36 0) + (at 189.23 88.9 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -5886,7 +6196,7 @@ (fields_autoplaced yes) (uuid "2fee247e-ad61-4db2-87c2-f18c143d6d34") (property "Reference" "#PWR06" - (at 210.82 92.71 0) + (at 189.23 95.25 0) (effects (font (size 1.27 1.27) @@ -5895,7 +6205,7 @@ ) ) (property "Value" "GND" - (at 210.82 91.44 0) + (at 189.23 93.98 0) (effects (font (size 1.27 1.27) @@ -5903,7 +6213,7 @@ ) ) (property "Footprint" "" - (at 210.82 86.36 0) + (at 189.23 88.9 0) (effects (font (size 1.27 1.27) @@ -5912,7 +6222,7 @@ ) ) (property "Datasheet" "" - (at 210.82 86.36 0) + (at 189.23 88.9 0) (effects (font (size 1.27 1.27) @@ -5921,7 +6231,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 210.82 86.36 0) + (at 189.23 88.9 0) (effects (font (size 1.27 1.27) @@ -6010,16 +6320,15 @@ ) (symbol (lib_id "power:GND") - (at 163.83 60.96 270) + (at 166.37 39.37 180) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) (uuid "3b1b7cc7-bc4d-45f8-abfb-7d5b8c1c5e1b") (property "Reference" "#PWR010" - (at 157.48 60.96 0) + (at 166.37 33.02 0) (effects (font (size 1.27 1.27) @@ -6028,15 +6337,16 @@ ) ) (property "Value" "GND" - (at 162.56 57.15 90) + (at 164.338 35.814 0) (effects (font (size 1.27 1.27) ) + (justify right) ) ) (property "Footprint" "" - (at 163.83 60.96 0) + (at 166.37 39.37 0) (effects (font (size 1.27 1.27) @@ -6045,7 +6355,7 @@ ) ) (property "Datasheet" "" - (at 163.83 60.96 0) + (at 166.37 39.37 0) (effects (font (size 1.27 1.27) @@ -6054,7 +6364,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 163.83 60.96 0) + (at 166.37 39.37 0) (effects (font (size 1.27 1.27) @@ -6074,9 +6384,74 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 181.61 124.46 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3ce0dc68-535e-461a-b027-adde6572c273") + (property "Reference" "#PWR029" + (at 181.61 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 181.61 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 181.61 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 181.61 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 181.61 124.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "45d39dd4-89e1-47bb-aa23-4bb681eac3de") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Transistor_FET:BUZ11") - (at 208.28 81.28 0) + (at 186.69 83.82 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6085,7 +6460,7 @@ (fields_autoplaced yes) (uuid "40905594-0ca6-4f0c-bf77-4c139e9425d8") (property "Reference" "Q4" - (at 214.63 80.0099 0) + (at 193.04 82.5499 0) (effects (font (size 1.27 1.27) @@ -6094,7 +6469,7 @@ ) ) (property "Value" "BUZ11 FAN" - (at 214.63 82.5499 0) + (at 193.04 85.0899 0) (effects (font (size 1.27 1.27) @@ -6103,7 +6478,7 @@ ) ) (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" - (at 214.63 83.185 0) + (at 193.04 85.725 0) (effects (font (size 1.27 1.27) @@ -6114,7 +6489,7 @@ ) ) (property "Datasheet" "https://media.digikey.com/pdf/Data%20Sheets/Fairchild%20PDFs/BUZ11.pdf" - (at 208.28 81.28 0) + (at 186.69 83.82 0) (effects (font (size 1.27 1.27) @@ -6124,7 +6499,7 @@ ) ) (property "Description" "" - (at 208.28 81.28 0) + (at 186.69 83.82 0) (effects (font (size 1.27 1.27) @@ -6151,32 +6526,34 @@ ) ) (symbol - (lib_id "Device:R") - (at 177.8 102.87 0) + (lib_id "Device:D_Schottky") + (at 203.2 72.39 90) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (uuid "48d40f98-4a0b-477c-89be-fb53a54b7527") - (property "Reference" "R10" - (at 181.356 101.6 0) + (uuid "41ceddd6-9430-415a-8e66-5c0ef6be7c71") + (property "Reference" "D6" + (at 207.518 70.104 90) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Value" "10k" - (at 181.356 104.14 0) + (property "Value" "D_Schottky" + (at 215.392 67.818 90) (effects (font (size 1.27 1.27) ) + (justify left) ) ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 176.022 102.87 90) + (property "Footprint" "" + (at 203.2 72.39 0) (effects (font (size 1.27 1.27) @@ -6185,7 +6562,74 @@ ) ) (property "Datasheet" "~" - (at 177.8 102.87 0) + (at 203.2 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Schottky diode" + (at 203.2 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "0bbf9930-50e8-4354-a89a-5fd87c8d16c9") + ) + (pin "1" + (uuid "7e620949-1bea-4347-bf83-6910ab0d4ca0") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "D6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 167.64 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "48bf3b5f-895f-4fc4-9a31-6591b5732d0e") + (property "Reference" "R9" + (at 172.72 72.136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 170.18 72.136 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 165.862 72.39 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 72.39 0) (effects (font (size 1.27 1.27) @@ -6194,7 +6638,7 @@ ) ) (property "Description" "Resistor" - (at 177.8 102.87 0) + (at 167.64 72.39 0) (effects (font (size 1.27 1.27) @@ -6203,15 +6647,15 @@ ) ) (pin "1" - (uuid "1e94123e-072e-4fd6-844d-c4dc9acab0a9") + (uuid "17fbce32-ba4e-4cfb-9f81-6ba76a41ba58") ) (pin "2" - (uuid "b8c31d17-cb75-4016-bda0-23ace195f4fc") + (uuid "a540d427-018e-4655-bb1c-f4b4b7861dff") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "R10") + (reference "R9") (unit 1) ) ) @@ -6219,7 +6663,7 @@ ) (symbol (lib_id "power:GND") - (at 54.61 31.75 0) + (at 40.64 34.29 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6228,7 +6672,7 @@ (fields_autoplaced yes) (uuid "4a044f86-efb6-48dc-bde7-4fb24a96e06e") (property "Reference" "#PWR05" - (at 54.61 38.1 0) + (at 40.64 40.64 0) (effects (font (size 1.27 1.27) @@ -6237,7 +6681,7 @@ ) ) (property "Value" "GND" - (at 54.61 36.83 0) + (at 40.64 39.37 0) (effects (font (size 1.27 1.27) @@ -6245,7 +6689,7 @@ ) ) (property "Footprint" "" - (at 54.61 31.75 0) + (at 40.64 34.29 0) (effects (font (size 1.27 1.27) @@ -6254,7 +6698,7 @@ ) ) (property "Datasheet" "" - (at 54.61 31.75 0) + (at 40.64 34.29 0) (effects (font (size 1.27 1.27) @@ -6263,7 +6707,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 54.61 31.75 0) + (at 40.64 34.29 0) (effects (font (size 1.27 1.27) @@ -6283,85 +6727,17 @@ ) ) ) - (symbol - (lib_id "Device:R") - (at 160.02 69.85 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (uuid "50d62f29-cc1d-46bf-b13e-38386855e2f1") - (property "Reference" "R12" - (at 163.576 68.58 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10k" - (at 163.576 71.12 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 158.242 69.85 90) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Datasheet" "~" - (at 160.02 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (property "Description" "Resistor" - (at 160.02 69.85 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "1" - (uuid "ff372b4a-b490-4274-8c03-606d984a5523") - ) - (pin "2" - (uuid "75b127d0-3599-42f8-9a75-7f6e65438f02") - ) - (instances - (project "CanGrow" - (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "R12") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Transistor_FET:BUZ11") - (at 208.28 149.86 0) + (at 203.2 149.86 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) (uuid "56a58ffd-d40b-476d-a829-9ab21a24055f") (property "Reference" "Q2" - (at 214.63 148.5899 0) + (at 208.026 150.368 0) (effects (font (size 1.27 1.27) @@ -6370,7 +6746,7 @@ ) ) (property "Value" "BUZ11 LED" - (at 214.63 151.1299 0) + (at 208.026 152.908 0) (effects (font (size 1.27 1.27) @@ -6379,7 +6755,7 @@ ) ) (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" - (at 214.63 151.765 0) + (at 209.55 151.765 0) (effects (font (size 1.27 1.27) @@ -6390,7 +6766,7 @@ ) ) (property "Datasheet" "https://media.digikey.com/pdf/Data%20Sheets/Fairchild%20PDFs/BUZ11.pdf" - (at 208.28 149.86 0) + (at 203.2 149.86 0) (effects (font (size 1.27 1.27) @@ -6400,7 +6776,7 @@ ) ) (property "Description" "" - (at 208.28 149.86 0) + (at 203.2 149.86 0) (effects (font (size 1.27 1.27) @@ -6427,33 +6803,33 @@ ) ) (symbol - (lib_id "Regulator_Linear:LM1117T-3.3") - (at 54.61 24.13 0) + (lib_id "Charleslabs_Parts:Mini360_Module") + (at 40.64 22.86 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "56ea8589-db43-47bd-8342-3f53b6d53480") - (property "Reference" "U1" - (at 54.61 17.78 0) + (uuid "5992e0b7-d45b-47f2-ab63-317536d419cd") + (property "Reference" "A1" + (at 40.64 15.24 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Value" "LM1117T-3.3" - (at 54.61 20.32 0) + (property "Value" "Mini360_Module" + (at 40.64 17.78 0) (effects (font (size 1.27 1.27) ) ) ) - (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" - (at 54.61 24.13 0) + (property "Footprint" "Charleslabs_Parts:Mini360_Module" + (at 40.64 26.67 0) (effects (font (size 1.27 1.27) @@ -6461,8 +6837,8 @@ (hide yes) ) ) - (property "Datasheet" "http://www.ti.com/lit/ds/symlink/lm1117.pdf" - (at 54.61 24.13 0) + (property "Datasheet" "" + (at 34.29 20.32 0) (effects (font (size 1.27 1.27) @@ -6470,8 +6846,8 @@ (hide yes) ) ) - (property "Description" "800mA Low-Dropout Linear Regulator, 3.3V fixed output, TO-220" - (at 54.61 24.13 0) + (property "Description" "" + (at 40.64 22.86 0) (effects (font (size 1.27 1.27) @@ -6479,19 +6855,22 @@ (hide yes) ) ) - (pin "2" - (uuid "2db26836-9921-403b-9c27-1ea317f22ed9") - ) (pin "1" - (uuid "1caa9c33-cd08-4f72-96ad-337a2ea86657") + (uuid "254d4f2d-3235-4ea3-a225-fb1adb692e4a") + ) + (pin "4" + (uuid "bf3abb83-941d-44a2-83b8-ce8115a6bee4") ) (pin "3" - (uuid "3665108c-7249-4405-bcf1-dd93ef9fce18") + (uuid "b032b116-3b14-4ca0-9a08-30c13b470408") + ) + (pin "2" + (uuid "b59e7361-28a3-45fc-a1b5-d87bb4de8f2b") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "U1") + (reference "A1") (unit 1) ) ) @@ -6568,16 +6947,81 @@ ) ) (symbol - (lib_id "Device:R") - (at 152.4 135.89 0) + (lib_id "power:GND") + (at 181.61 91.44 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (uuid "624ceeab-c43d-4814-be04-ac90f2a1833d") - (property "Reference" "R2" - (at 155.956 134.62 0) + (uuid "6420a2a6-3ae3-48d9-8894-87e8e94e53be") + (property "Reference" "#PWR030" + (at 181.61 97.79 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 181.61 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 181.61 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 181.61 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 181.61 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "62f56b53-dc5a-491b-9687-98b93cd7fbda") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 181.61 87.63 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "65e66840-be67-4819-bc92-95aa3c256cd2") + (property "Reference" "R13" + (at 176.53 87.884 90) (effects (font (size 1.27 1.27) @@ -6585,7 +7029,7 @@ ) ) (property "Value" "10k" - (at 155.956 137.16 0) + (at 179.07 87.884 90) (effects (font (size 1.27 1.27) @@ -6593,7 +7037,7 @@ ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 150.622 135.89 90) + (at 183.388 87.63 90) (effects (font (size 1.27 1.27) @@ -6602,7 +7046,7 @@ ) ) (property "Datasheet" "~" - (at 152.4 135.89 0) + (at 181.61 87.63 0) (effects (font (size 1.27 1.27) @@ -6611,7 +7055,7 @@ ) ) (property "Description" "Resistor" - (at 152.4 135.89 0) + (at 181.61 87.63 0) (effects (font (size 1.27 1.27) @@ -6620,91 +7064,15 @@ ) ) (pin "1" - (uuid "81870f6a-1e1d-4ee0-8476-6921f3f29e74") + (uuid "b49c27ca-5891-4512-b6ce-73c33c0b3056") ) (pin "2" - (uuid "335278ba-1810-4dc7-b68e-6b909be8c1d0") + (uuid "5a737a54-2536-4114-aa97-2f86d36dc6d2") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "R2") - (unit 1) - ) - ) - ) - ) - (symbol - (lib_id "Transistor_BJT:BC547") - (at 167.64 144.78 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "62a50e51-35b5-438d-be06-efbbf09f3273") - (property "Reference" "Q6" - (at 172.72 143.5099 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BC547" - (at 172.72 146.0499 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_HandSolder" - (at 172.72 146.685 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 167.64 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" - (at 167.64 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "3" - (uuid "f0a609d4-27bd-43ef-9aa8-68aabad9cb45") - ) - (pin "1" - (uuid "23e2917d-a587-4405-b37b-dd24c440a798") - ) - (pin "2" - (uuid "c9be4f99-a09a-40ea-99d1-65e814c1ab52") - ) - (instances - (project "CanGrow" - (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "Q6") + (reference "R13") (unit 1) ) ) @@ -6843,7 +7211,7 @@ ) (symbol (lib_id "power:GND") - (at 210.82 119.38 0) + (at 189.23 121.92 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6852,7 +7220,7 @@ (fields_autoplaced yes) (uuid "715e407e-b133-4e39-b50c-1771a819dd8a") (property "Reference" "#PWR03" - (at 210.82 125.73 0) + (at 189.23 128.27 0) (effects (font (size 1.27 1.27) @@ -6861,7 +7229,7 @@ ) ) (property "Value" "GND" - (at 210.82 124.46 0) + (at 189.23 127 0) (effects (font (size 1.27 1.27) @@ -6869,7 +7237,7 @@ ) ) (property "Footprint" "" - (at 210.82 119.38 0) + (at 189.23 121.92 0) (effects (font (size 1.27 1.27) @@ -6878,7 +7246,7 @@ ) ) (property "Datasheet" "" - (at 210.82 119.38 0) + (at 189.23 121.92 0) (effects (font (size 1.27 1.27) @@ -6887,7 +7255,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 210.82 119.38 0) + (at 189.23 121.92 0) (effects (font (size 1.27 1.27) @@ -6909,7 +7277,7 @@ ) (symbol (lib_id "Device:R") - (at 210.82 68.58 90) + (at 193.04 71.12 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6917,7 +7285,7 @@ (dnp no) (uuid "71b05c66-aa43-47f8-a05b-2b76d460e1ca") (property "Reference" "R17" - (at 210.566 63.5 90) + (at 192.786 66.04 90) (effects (font (size 1.27 1.27) @@ -6925,7 +7293,7 @@ ) ) (property "Value" "1k" - (at 210.566 66.04 90) + (at 192.786 68.58 90) (effects (font (size 1.27 1.27) @@ -6933,7 +7301,7 @@ ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 210.82 70.358 90) + (at 193.04 72.898 90) (effects (font (size 1.27 1.27) @@ -6942,7 +7310,7 @@ ) ) (property "Datasheet" "~" - (at 210.82 68.58 0) + (at 193.04 71.12 0) (effects (font (size 1.27 1.27) @@ -6951,7 +7319,7 @@ ) ) (property "Description" "Resistor" - (at 210.82 68.58 0) + (at 193.04 71.12 0) (effects (font (size 1.27 1.27) @@ -6976,7 +7344,7 @@ ) (symbol (lib_id "Device:R") - (at 210.82 134.62 90) + (at 209.55 137.16 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -6984,7 +7352,7 @@ (dnp no) (uuid "71dcb966-d5fb-48e6-9806-1f1abe16ddd5") (property "Reference" "R19" - (at 210.566 129.54 90) + (at 209.296 132.08 90) (effects (font (size 1.27 1.27) @@ -6992,7 +7360,7 @@ ) ) (property "Value" "1k" - (at 210.566 132.08 90) + (at 209.296 134.62 90) (effects (font (size 1.27 1.27) @@ -7000,7 +7368,7 @@ ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 210.82 136.398 90) + (at 209.55 138.938 90) (effects (font (size 1.27 1.27) @@ -7009,7 +7377,7 @@ ) ) (property "Datasheet" "~" - (at 210.82 134.62 0) + (at 209.55 137.16 0) (effects (font (size 1.27 1.27) @@ -7018,7 +7386,7 @@ ) ) (property "Description" "Resistor" - (at 210.82 134.62 0) + (at 209.55 137.16 0) (effects (font (size 1.27 1.27) @@ -7041,6 +7409,138 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 219.71 134.62 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7353f299-164a-4ec9-a24c-49262af7d345") + (property "Reference" "#PWR024" + (at 219.71 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 219.71 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 219.71 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 219.71 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 219.71 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "704b4f28-d223-43e5-8791-914b76304487") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 203.2 68.58 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "75062ce2-73f7-4333-8c24-760aaf502180") + (property "Reference" "#PWR022" + (at 203.2 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 203.2 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 203.2 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 203.2 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 203.2 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e71a880c-76e0-403b-a007-0c2d27c8cd74") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "power:+3.3V") (at 77.47 24.13 0) @@ -7109,7 +7609,7 @@ ) (symbol (lib_id "Device:LED") - (at 214.63 138.43 90) + (at 205.74 140.97 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7118,7 +7618,7 @@ (fields_autoplaced yes) (uuid "8082d357-285f-4d93-a93f-80660c05eae5") (property "Reference" "D5" - (at 218.44 138.7474 90) + (at 209.55 141.2874 90) (effects (font (size 1.27 1.27) @@ -7127,7 +7627,7 @@ ) ) (property "Value" "LED" - (at 218.44 141.2874 90) + (at 209.55 143.8274 90) (effects (font (size 1.27 1.27) @@ -7136,7 +7636,7 @@ ) ) (property "Footprint" "LED_THT:LED_D3.0mm" - (at 214.63 138.43 0) + (at 205.74 140.97 0) (effects (font (size 1.27 1.27) @@ -7145,7 +7645,7 @@ ) ) (property "Datasheet" "~" - (at 214.63 138.43 0) + (at 205.74 140.97 0) (effects (font (size 1.27 1.27) @@ -7154,7 +7654,7 @@ ) ) (property "Description" "Light emitting diode" - (at 214.63 138.43 0) + (at 205.74 140.97 0) (effects (font (size 1.27 1.27) @@ -7179,7 +7679,7 @@ ) (symbol (lib_id "Device:C_Polarized") - (at 43.18 27.94 0) + (at 27.94 25.4 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7187,7 +7687,7 @@ (dnp no) (uuid "8175d65d-b2d1-486c-9f10-ca9ec7974441") (property "Reference" "C2" - (at 34.29 25.654 0) + (at 19.05 23.114 0) (effects (font (size 1.27 1.27) @@ -7196,7 +7696,7 @@ ) ) (property "Value" "10µF" - (at 34.29 28.194 0) + (at 19.05 25.654 0) (effects (font (size 1.27 1.27) @@ -7205,7 +7705,7 @@ ) ) (property "Footprint" "Capacitor_THT:CP_Radial_D5.0mm_P2.50mm" - (at 44.1452 31.75 0) + (at 28.9052 29.21 0) (effects (font (size 1.27 1.27) @@ -7214,7 +7714,7 @@ ) ) (property "Datasheet" "~" - (at 43.18 27.94 0) + (at 27.94 25.4 0) (effects (font (size 1.27 1.27) @@ -7223,7 +7723,7 @@ ) ) (property "Description" "Polarized capacitor" - (at 43.18 27.94 0) + (at 27.94 25.4 0) (effects (font (size 1.27 1.27) @@ -7248,7 +7748,7 @@ ) (symbol (lib_id "Device:LED") - (at 214.63 72.39 90) + (at 189.23 74.93 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7257,7 +7757,7 @@ (fields_autoplaced yes) (uuid "8924897e-8640-4320-8513-8c066318d76f") (property "Reference" "D3" - (at 218.44 72.7074 90) + (at 193.04 75.2474 90) (effects (font (size 1.27 1.27) @@ -7266,7 +7766,7 @@ ) ) (property "Value" "LED" - (at 218.44 75.2474 90) + (at 193.04 77.7874 90) (effects (font (size 1.27 1.27) @@ -7275,7 +7775,7 @@ ) ) (property "Footprint" "LED_THT:LED_D3.0mm" - (at 214.63 72.39 0) + (at 189.23 74.93 0) (effects (font (size 1.27 1.27) @@ -7284,7 +7784,7 @@ ) ) (property "Datasheet" "~" - (at 214.63 72.39 0) + (at 189.23 74.93 0) (effects (font (size 1.27 1.27) @@ -7293,7 +7793,7 @@ ) ) (property "Description" "Light emitting diode" - (at 214.63 72.39 0) + (at 189.23 74.93 0) (effects (font (size 1.27 1.27) @@ -7316,82 +7816,6 @@ ) ) ) - (symbol - (lib_id "Transistor_BJT:BC547") - (at 157.48 78.74 0) - (unit 1) - (exclude_from_sim no) - (in_bom yes) - (on_board yes) - (dnp no) - (fields_autoplaced yes) - (uuid "8b932abe-d00a-49c8-9368-62ba22f1d475") - (property "Reference" "Q9" - (at 162.56 77.4699 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BC547" - (at 162.56 80.0099 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_HandSolder" - (at 162.56 80.645 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 157.48 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" - (at 157.48 78.74 0) - (effects - (font - (size 1.27 1.27) - ) - (hide yes) - ) - ) - (pin "3" - (uuid "fdada5fe-6037-453a-84d0-2824e57c96e0") - ) - (pin "1" - (uuid "af0f610a-3ca2-4df0-be5e-8b9f62406721") - ) - (pin "2" - (uuid "83485087-f1c4-4740-b910-6efb386084a4") - ) - (instances - (project "CanGrow" - (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "Q9") - (unit 1) - ) - ) - ) - ) (symbol (lib_id "Device:R") (at 48.26 101.6 180) @@ -7542,10 +7966,9 @@ (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) (uuid "9610a6e0-d6a9-4cd8-be84-2394a33b13a8") (property "Reference" "Q1" - (at 193.04 148.5899 0) + (at 191.516 150.368 0) (effects (font (size 1.27 1.27) @@ -7554,7 +7977,7 @@ ) ) (property "Value" "BUZ11 LED" - (at 193.04 151.1299 0) + (at 191.516 152.908 0) (effects (font (size 1.27 1.27) @@ -7764,16 +8187,15 @@ ) (symbol (lib_id "power:+12V") - (at 227.33 106.68 0) + (at 205.74 109.22 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) (uuid "989dda80-227c-4576-b243-62d81b42fa72") (property "Reference" "#PWR014" - (at 227.33 110.49 0) + (at 205.74 113.03 0) (effects (font (size 1.27 1.27) @@ -7782,7 +8204,7 @@ ) ) (property "Value" "+12V" - (at 227.33 101.6 0) + (at 209.296 106.172 0) (effects (font (size 1.27 1.27) @@ -7790,7 +8212,7 @@ ) ) (property "Footprint" "" - (at 227.33 106.68 0) + (at 205.74 109.22 0) (effects (font (size 1.27 1.27) @@ -7799,7 +8221,7 @@ ) ) (property "Datasheet" "" - (at 227.33 106.68 0) + (at 205.74 109.22 0) (effects (font (size 1.27 1.27) @@ -7808,7 +8230,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+12V\"" - (at 227.33 106.68 0) + (at 205.74 109.22 0) (effects (font (size 1.27 1.27) @@ -7830,16 +8252,15 @@ ) (symbol (lib_id "power:+12V") - (at 227.33 139.7 0) + (at 222.25 142.24 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) (uuid "9ade82c3-6e33-4045-af4a-2172d934b7cf") (property "Reference" "#PWR015" - (at 227.33 143.51 0) + (at 222.25 146.05 0) (effects (font (size 1.27 1.27) @@ -7848,7 +8269,7 @@ ) ) (property "Value" "+12V" - (at 227.33 134.62 0) + (at 225.806 139.192 0) (effects (font (size 1.27 1.27) @@ -7856,7 +8277,7 @@ ) ) (property "Footprint" "" - (at 227.33 139.7 0) + (at 222.25 142.24 0) (effects (font (size 1.27 1.27) @@ -7865,7 +8286,7 @@ ) ) (property "Datasheet" "" - (at 227.33 139.7 0) + (at 222.25 142.24 0) (effects (font (size 1.27 1.27) @@ -7874,7 +8295,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+12V\"" - (at 227.33 139.7 0) + (at 222.25 142.24 0) (effects (font (size 1.27 1.27) @@ -7896,7 +8317,8 @@ ) (symbol (lib_id "I2C_Connector:I2C_Conn_01x04_Pin") - (at 173.99 43.18 0) + (at 187.96 41.91 0) + (mirror y) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -7904,7 +8326,7 @@ (dnp no) (uuid "9b6bbd9a-0309-4d48-9d9d-e0d6a844283a") (property "Reference" "J2" - (at 185.166 39.878 0) + (at 192.278 35.306 0) (effects (font (size 1.27 1.27) @@ -7912,7 +8334,7 @@ ) ) (property "Value" "I2C_Conn" - (at 185.166 42.418 0) + (at 192.278 37.846 0) (effects (font (size 1.27 1.27) @@ -7920,7 +8342,7 @@ ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" - (at 173.99 43.18 0) + (at 187.96 41.91 0) (effects (font (size 1.27 1.27) @@ -7929,7 +8351,7 @@ ) ) (property "Datasheet" "~" - (at 173.99 43.18 0) + (at 187.96 41.91 0) (effects (font (size 1.27 1.27) @@ -7938,7 +8360,7 @@ ) ) (property "Description" "Generic connector, single row, 01x04, script generated" - (at 173.99 43.18 0) + (at 187.96 41.91 0) (effects (font (size 1.27 1.27) @@ -7968,56 +8390,17 @@ ) ) (symbol - (lib_id "Transistor_BJT:BC547") - (at 149.86 144.78 0) + (lib_id "power:GND") + (at 152.4 149.86 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced yes) - (uuid "a0d308b3-e473-46a6-ab80-ad79d336ef23") - (property "Reference" "Q5" - (at 154.94 143.5099 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BC547" - (at 154.94 146.0499 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_HandSolder" - (at 154.94 146.685 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 149.86 144.78 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" - (at 149.86 144.78 0) + (uuid "9bc7eeac-4e34-4a5e-bb60-fb40c56cf691") + (property "Reference" "#PWR018" + (at 152.4 156.21 0) (effects (font (size 1.27 1.27) @@ -8025,19 +8408,115 @@ (hide yes) ) ) - (pin "3" - (uuid "da4d5bfa-bb73-4a2c-a97a-66e6f2220d24") + (property "Value" "GND" + (at 152.4 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 152.4 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) ) (pin "1" - (uuid "be3f4109-db5a-4410-9083-a4ca5fd89577") - ) - (pin "2" - (uuid "bb7e6f58-0761-47d6-be9d-f5e4480e6295") + (uuid "8c4e34dc-3e32-4f65-a651-25d899a4f6f4") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "Q5") + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R") + (at 167.64 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9f2fbb41-5d98-4c06-91e3-9f4b0dda32c0") + (property "Reference" "R12" + (at 172.72 105.156 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 170.18 105.156 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 165.862 105.41 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 167.64 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f5c5c2b2-352f-49de-a29a-208cb6dc7bcc") + ) + (pin "2" + (uuid "3ab02e18-238e-43b6-9e9f-cbc6dcdcef44") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "R12") (unit 1) ) ) @@ -8051,7 +8530,6 @@ (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) (uuid "a3479075-97f2-4e12-87ed-2d1247f2d850") (property "Reference" "#PWR01" (at 148.59 36.83 0) @@ -8063,7 +8541,7 @@ ) ) (property "Value" "GND" - (at 148.59 35.56 0) + (at 148.59 34.29 0) (effects (font (size 1.27 1.27) @@ -8247,6 +8725,83 @@ ) ) ) + (symbol + (lib_id "Isolator:PC817") + (at 160.02 81.28 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ac5b472a-6fb7-40bf-9552-b2e2a7003d43") + (property "Reference" "U5" + (at 160.02 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "PC817" + (at 160.02 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Package_DIP:DIP-4_W7.62mm" + (at 154.94 86.36 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (justify left) + (hide yes) + ) + ) + (property "Datasheet" "http://www.soselectronic.cz/a_info/resource/d/pc817.pdf" + (at 160.02 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + (hide yes) + ) + ) + (property "Description" "DC Optocoupler, Vce 35V, CTR 50-300%, DIP-4" + (at 160.02 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "4" + (uuid "73f0c115-4942-44e7-9000-84fd0da0e21d") + ) + (pin "1" + (uuid "6c4d162f-aa99-4e04-b193-1d998661e4dd") + ) + (pin "3" + (uuid "4b7eba23-0ebc-4d7c-9f08-3ecd9ccd4993") + ) + (pin "2" + (uuid "23080f6f-ccc8-46e8-82f7-373c7ae7064f") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "U5") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:R") (at 48.26 93.98 180) @@ -8453,6 +9008,75 @@ ) ) ) + (symbol + (lib_id "Device:D_Schottky") + (at 219.71 138.43 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b9bb1d64-5c46-4846-9a83-7385d0c76a7a") + (property "Reference" "D8" + (at 224.028 136.144 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "D_Schottky" + (at 231.902 133.858 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 219.71 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 219.71 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Schottky diode" + (at 219.71 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "246a4e29-ab11-4258-8cb6-8ac1964633f9") + ) + (pin "1" + (uuid "466b7d1e-1487-4a15-bf72-0d59c56620fa") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "D8") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:D") (at 80.01 116.84 270) @@ -8542,32 +9166,16 @@ ) ) (symbol - (lib_id "Device:R") - (at 170.18 135.89 0) + (lib_id "power:+12V") + (at 167.64 101.6 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (uuid "beb1284c-db9f-4b8f-904b-6615dab6db54") - (property "Reference" "R3" - (at 173.736 134.62 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Value" "10k" - (at 173.736 137.16 0) - (effects - (font - (size 1.27 1.27) - ) - ) - ) - (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 168.402 135.89 90) + (uuid "bcf38455-ea21-48a6-aede-b7e9290b963d") + (property "Reference" "#PWR026" + (at 167.64 105.41 0) (effects (font (size 1.27 1.27) @@ -8575,8 +9183,16 @@ (hide yes) ) ) - (property "Datasheet" "~" - (at 170.18 135.89 0) + (property "Value" "+12V" + (at 164.338 98.806 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 101.6 0) (effects (font (size 1.27 1.27) @@ -8584,8 +9200,17 @@ (hide yes) ) ) - (property "Description" "Resistor" - (at 170.18 135.89 0) + (property "Datasheet" "" + (at 167.64 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+12V\"" + (at 167.64 101.6 0) (effects (font (size 1.27 1.27) @@ -8594,15 +9219,78 @@ ) ) (pin "1" - (uuid "866bc35e-8b33-468b-877f-07df3902cea7") - ) - (pin "2" - (uuid "09f55cf5-35d7-40a5-b0d1-ec253f5f4efb") + (uuid "6fe9329c-020d-4cfd-9bd4-beb955008a65") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "R3") + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 152.4 116.84 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "bf936918-88a6-436c-8818-a6cdacefb5dc") + (property "Reference" "#PWR019" + (at 152.4 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 152.4 121.92 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 152.4 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 152.4 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 152.4 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "13fddb91-89d0-4dac-94ce-1f3a11e5a1df") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR019") (unit 1) ) ) @@ -8610,7 +9298,8 @@ ) (symbol (lib_id "I2C_Connector:I2C_Conn_01x04_Pin") - (at 173.99 30.48 0) + (at 187.96 29.21 0) + (mirror y) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8618,7 +9307,7 @@ (dnp no) (uuid "c2c03f83-a35f-472b-9fa1-67d9b6186a47") (property "Reference" "J1" - (at 185.166 27.178 0) + (at 192.278 22.606 0) (effects (font (size 1.27 1.27) @@ -8626,7 +9315,7 @@ ) ) (property "Value" "I2C_Conn" - (at 185.166 29.718 0) + (at 192.278 25.146 0) (effects (font (size 1.27 1.27) @@ -8634,7 +9323,7 @@ ) ) (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" - (at 173.99 30.48 0) + (at 187.96 29.21 0) (effects (font (size 1.27 1.27) @@ -8643,7 +9332,7 @@ ) ) (property "Datasheet" "~" - (at 173.99 30.48 0) + (at 187.96 29.21 0) (effects (font (size 1.27 1.27) @@ -8652,7 +9341,7 @@ ) ) (property "Description" "Generic connector, single row, 01x04, script generated" - (at 173.99 30.48 0) + (at 187.96 29.21 0) (effects (font (size 1.27 1.27) @@ -8683,7 +9372,7 @@ ) (symbol (lib_id "power:GND") - (at 210.82 154.94 0) + (at 205.74 154.94 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -8691,7 +9380,7 @@ (dnp no) (uuid "c803a6f8-3586-42a7-9074-7aeab7536729") (property "Reference" "#PWR02" - (at 210.82 161.29 0) + (at 205.74 161.29 0) (effects (font (size 1.27 1.27) @@ -8700,7 +9389,7 @@ ) ) (property "Value" "GND" - (at 210.82 160.02 0) + (at 205.74 160.02 0) (effects (font (size 1.27 1.27) @@ -8708,7 +9397,7 @@ ) ) (property "Footprint" "" - (at 210.82 154.94 0) + (at 205.74 154.94 0) (effects (font (size 1.27 1.27) @@ -8717,7 +9406,7 @@ ) ) (property "Datasheet" "" - (at 210.82 154.94 0) + (at 205.74 154.94 0) (effects (font (size 1.27 1.27) @@ -8726,7 +9415,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"GND\" , ground" - (at 210.82 154.94 0) + (at 205.74 154.94 0) (effects (font (size 1.27 1.27) @@ -8746,6 +9435,73 @@ ) ) ) + (symbol + (lib_id "Device:R") + (at 181.61 153.67 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c8e466e3-3a40-4193-a095-06a4a74d70b0") + (property "Reference" "R3" + (at 176.53 153.924 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 179.07 153.924 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" + (at 183.388 153.67 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 181.61 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor" + (at 181.61 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b67f0caf-77eb-45f6-bd80-20fb9d3cc82b") + ) + (pin "2" + (uuid "b40c881f-de39-4f1b-bbab-4e327f789b16") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "R3") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Device:C") (at 68.58 101.6 0) @@ -8928,9 +9684,74 @@ ) ) ) + (symbol + (lib_id "power:+12V") + (at 167.64 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d8644730-b61f-4ca2-9fd2-f1e1970443ca") + (property "Reference" "#PWR025" + (at 167.64 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "+12V" + (at 164.338 131.826 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.64 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 167.64 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"+12V\"" + (at 167.64 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "61a916fe-d374-43e9-aa6c-125885d6d2eb") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Connector_Generic:Conn_01x02") - (at 232.41 76.2 0) + (at 210.82 78.74 0) (mirror x) (unit 1) (exclude_from_sim no) @@ -8939,7 +9760,7 @@ (dnp no) (uuid "d9fb7676-57c3-4d6a-b0d3-80e4e8bef470") (property "Reference" "J6" - (at 234.95 76.2001 0) + (at 213.36 78.7401 0) (effects (font (size 1.27 1.27) @@ -8947,8 +9768,8 @@ (justify left) ) ) - (property "Value" "FAN Vout" - (at 234.95 73.6601 0) + (property "Value" "PUMP Vout" + (at 213.36 76.2001 0) (effects (font (size 1.27 1.27) @@ -8957,7 +9778,7 @@ ) ) (property "Footprint" "Connector_AMASS:AMASS_XT60-F_1x02_P7.20mm_Vertical" - (at 232.41 76.2 0) + (at 210.82 78.74 0) (effects (font (size 1.27 1.27) @@ -8966,7 +9787,7 @@ ) ) (property "Datasheet" "~" - (at 232.41 76.2 0) + (at 210.82 78.74 0) (effects (font (size 1.27 1.27) @@ -8975,7 +9796,7 @@ ) ) (property "Description" "" - (at 232.41 76.2 0) + (at 210.82 78.74 0) (effects (font (size 1.27 1.27) @@ -9015,7 +9836,7 @@ ) ) ) - (property "Value" "10k" + (property "Value" "330" (at 148.336 109.22 90) (effects (font @@ -9082,7 +9903,7 @@ ) ) ) - (property "Value" "10k" + (property "Value" "330" (at 148.336 76.2 90) (effects (font @@ -9133,56 +9954,16 @@ ) ) (symbol - (lib_id "Transistor_BJT:BC547") - (at 157.48 111.76 0) + (lib_id "power:GND") + (at 181.61 157.48 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) - (uuid "ed01fafd-1c9e-4f26-a375-ea135346252c") - (property "Reference" "Q7" - (at 162.56 110.4899 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Value" "BC547" - (at 162.56 113.0299 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - ) - ) - (property "Footprint" "Package_TO_SOT_THT:TO-92_HandSolder" - (at 162.56 113.665 0) - (effects - (font - (size 1.27 1.27) - (italic yes) - ) - (justify left) - (hide yes) - ) - ) - (property "Datasheet" "https://www.onsemi.com/pub/Collateral/BC550-D.pdf" - (at 157.48 111.76 0) - (effects - (font - (size 1.27 1.27) - ) - (justify left) - (hide yes) - ) - ) - (property "Description" "0.1A Ic, 45V Vce, Small Signal NPN Transistor, TO-92" - (at 157.48 111.76 0) + (uuid "ed1fcd73-13ef-452c-bd4e-a6f850b1ae41") + (property "Reference" "#PWR028" + (at 181.61 163.83 0) (effects (font (size 1.27 1.27) @@ -9190,19 +9971,48 @@ (hide yes) ) ) - (pin "3" - (uuid "5d98d0b6-d0ab-4738-b3e1-b900de58d091") + (property "Value" "GND" + (at 181.61 162.56 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 181.61 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 181.61 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 181.61 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) ) (pin "1" - (uuid "1447b28f-0920-4118-a1f9-c0debf93dfb7") - ) - (pin "2" - (uuid "d2955d0a-3294-48cb-893c-6208ed2cafb5") + (uuid "6ff6aebc-fbdc-4e54-9c3b-675a4ac01039") ) (instances (project "CanGrow" (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" - (reference "Q7") + (reference "#PWR028") (unit 1) ) ) @@ -9210,7 +10020,7 @@ ) (symbol (lib_id "Device:R") - (at 210.82 101.6 90) + (at 193.04 104.14 90) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9218,7 +10028,7 @@ (dnp no) (uuid "f012bcaf-1da2-4503-89e8-48412e7e9857") (property "Reference" "R18" - (at 210.566 96.52 90) + (at 192.786 99.06 90) (effects (font (size 1.27 1.27) @@ -9226,7 +10036,7 @@ ) ) (property "Value" "1k" - (at 210.566 99.06 90) + (at 192.786 101.6 90) (effects (font (size 1.27 1.27) @@ -9234,7 +10044,7 @@ ) ) (property "Footprint" "Resistor_THT:R_Axial_DIN0207_L6.3mm_D2.5mm_P10.16mm_Horizontal" - (at 210.82 103.378 90) + (at 193.04 105.918 90) (effects (font (size 1.27 1.27) @@ -9243,7 +10053,7 @@ ) ) (property "Datasheet" "~" - (at 210.82 101.6 0) + (at 193.04 104.14 0) (effects (font (size 1.27 1.27) @@ -9252,7 +10062,7 @@ ) ) (property "Description" "Resistor" - (at 210.82 101.6 0) + (at 193.04 104.14 0) (effects (font (size 1.27 1.27) @@ -9277,7 +10087,7 @@ ) (symbol (lib_id "Connector_Generic:Conn_01x02") - (at 232.41 142.24 0) + (at 227.33 144.78 0) (mirror x) (unit 1) (exclude_from_sim no) @@ -9286,7 +10096,7 @@ (dnp no) (uuid "f0b6155a-6fa2-4bc1-bf6e-aa0463355972") (property "Reference" "J4" - (at 235.458 142.24 0) + (at 230.378 144.78 0) (effects (font (size 1.27 1.27) @@ -9294,7 +10104,7 @@ ) ) (property "Value" "LED Vout" - (at 238.506 139.446 0) + (at 233.426 141.986 0) (effects (font (size 1.27 1.27) @@ -9302,7 +10112,7 @@ ) ) (property "Footprint" "Connector_AMASS:AMASS_XT60-F_1x02_P7.20mm_Vertical" - (at 232.41 142.24 0) + (at 227.33 144.78 0) (effects (font (size 1.27 1.27) @@ -9311,7 +10121,7 @@ ) ) (property "Datasheet" "~" - (at 232.41 142.24 0) + (at 227.33 144.78 0) (effects (font (size 1.27 1.27) @@ -9320,7 +10130,7 @@ ) ) (property "Description" "" - (at 232.41 142.24 0) + (at 227.33 144.78 0) (effects (font (size 1.27 1.27) @@ -9343,6 +10153,72 @@ ) ) ) + (symbol + (lib_id "power:GND") + (at 203.2 101.6 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f1c98b4d-fbcb-444c-a374-e9b828fce450") + (property "Reference" "#PWR023" + (at 203.2 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 203.2 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 203.2 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 203.2 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 203.2 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bdbfec2f-20d9-4811-ad0c-57e9110719d8") + ) + (instances + (project "CanGrow" + (path "/42428fce-ab8c-4a80-af19-dee4f0070d36" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) (symbol (lib_id "Connector:Conn_01x03_Pin") (at 38.1 118.11 90) @@ -9416,16 +10292,15 @@ ) (symbol (lib_id "power:+12V") - (at 227.33 73.66 0) + (at 205.74 76.2 0) (unit 1) (exclude_from_sim no) (in_bom yes) (on_board yes) (dnp no) - (fields_autoplaced yes) (uuid "fdf8596c-79d2-4390-b2de-1560e9c7a2fc") (property "Reference" "#PWR013" - (at 227.33 77.47 0) + (at 205.74 80.01 0) (effects (font (size 1.27 1.27) @@ -9434,7 +10309,7 @@ ) ) (property "Value" "+12V" - (at 227.33 68.58 0) + (at 209.296 73.152 0) (effects (font (size 1.27 1.27) @@ -9442,7 +10317,7 @@ ) ) (property "Footprint" "" - (at 227.33 73.66 0) + (at 205.74 76.2 0) (effects (font (size 1.27 1.27) @@ -9451,7 +10326,7 @@ ) ) (property "Datasheet" "" - (at 227.33 73.66 0) + (at 205.74 76.2 0) (effects (font (size 1.27 1.27) @@ -9460,7 +10335,7 @@ ) ) (property "Description" "Power symbol creates a global label with name \"+12V\"" - (at 227.33 73.66 0) + (at 205.74 76.2 0) (effects (font (size 1.27 1.27) @@ -9482,7 +10357,7 @@ ) (symbol (lib_id "Transistor_FET:BUZ11") - (at 208.28 114.3 0) + (at 186.69 116.84 0) (unit 1) (exclude_from_sim no) (in_bom yes) @@ -9491,7 +10366,7 @@ (fields_autoplaced yes) (uuid "fef6cb72-4f08-4d06-9178-37169ac597dc") (property "Reference" "Q3" - (at 214.63 113.0299 0) + (at 193.04 115.5699 0) (effects (font (size 1.27 1.27) @@ -9500,7 +10375,7 @@ ) ) (property "Value" "BUZ11 PUMP" - (at 214.63 115.5699 0) + (at 193.04 118.1099 0) (effects (font (size 1.27 1.27) @@ -9509,7 +10384,7 @@ ) ) (property "Footprint" "Package_TO_SOT_THT:TO-220-3_Vertical" - (at 214.63 116.205 0) + (at 193.04 118.745 0) (effects (font (size 1.27 1.27) @@ -9520,7 +10395,7 @@ ) ) (property "Datasheet" "https://media.digikey.com/pdf/Data%20Sheets/Fairchild%20PDFs/BUZ11.pdf" - (at 208.28 114.3 0) + (at 186.69 116.84 0) (effects (font (size 1.27 1.27) @@ -9530,7 +10405,7 @@ ) ) (property "Description" "" - (at 208.28 114.3 0) + (at 186.69 116.84 0) (effects (font (size 1.27 1.27)