COMM: Add nRF to communication. Add powersupply take for 3.3V. Missing MCU connection
This commit is contained in:
committed by
Štěpán Rydlo
parent
cd2c48d1fe
commit
7a87bed511
@ -1,6 +1,6 @@
|
||||
(kicad_sch (version 20210621) (generator eeschema)
|
||||
|
||||
(uuid a4613bd3-102e-4456-ab4f-5adcc36942d4)
|
||||
(uuid bb145c8c-a779-4361-ae52-bbf66aaa69ac)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
@ -61,6 +61,55 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "C" (id 0) (at 0.635 2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "C" (id 1) (at 0.635 -2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0.9652 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "cap capacitor" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Unpolarized capacitor" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "C_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "C_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 -0.762)
|
||||
(xy 2.032 -0.762)
|
||||
)
|
||||
(stroke (width 0.508)) (fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 0.762)
|
||||
(xy 2.032 0.762)
|
||||
)
|
||||
(stroke (width 0.508)) (fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "C_1_1"
|
||||
(pin passive line (at 0 3.81 270) (length 2.794)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -3.81 90) (length 2.794)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "R" (id 0) (at 2.032 0 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
@ -99,6 +148,68 @@
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Power_Management:UCC39002D" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at -6.35 8.89 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "UCC39002D" (id 1) (at 2.54 8.89 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/slus495i/slus495i.pdf" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "load share controller" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Advanced 8-Pin Load-Share Controller, SOIC-8" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "UCC39002D_0_1"
|
||||
(rectangle (start -7.62 7.62) (end 7.62 -7.62)
|
||||
(stroke (width 0.254)) (fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "UCC39002D_1_1"
|
||||
(pin input line (at 10.16 5.08 180) (length 2.54)
|
||||
(name "CS-" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -10.16 5.08 0) (length 2.54)
|
||||
(name "CS+" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 10.16 270) (length 2.54)
|
||||
(name "VDD" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 -10.16 90) (length 2.54)
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin open_collector line (at -10.16 0 0) (length 2.54)
|
||||
(name "ADJ" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -10.16 -5.08 0) (length 2.54)
|
||||
(name "EAO" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 10.16 -5.08 180) (length 2.54)
|
||||
(name "LS" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin output line (at 10.16 0 180) (length 2.54)
|
||||
(name "CSO" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "comm:TPS2116" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (id 0) (at 3.81 12.7 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
@ -193,30 +304,41 @@
|
||||
)
|
||||
)
|
||||
|
||||
(junction (at 53.975 45.72) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 53.975 40.64) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 76.2 43.18) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 101.6 95.885) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 101.6 106.045) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 101.6 113.665) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 113.03 106.045) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 130.81 95.885) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 146.685 95.885) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 146.685 109.22) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 151.765 109.22) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 151.765 116.84) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 159.385 28.575) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 159.385 37.465) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 200.025 95.885) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 210.185 95.885) (diameter 1.016) (color 0 0 0 0))
|
||||
|
||||
(no_connect (at 155.575 48.895) (uuid c24f505b-456f-4846-8d33-a597265249b8))
|
||||
|
||||
(wire (pts (xy 38.1 40.64) (xy 56.515 40.64))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 16b5aa6c-c8e2-49ff-a304-14a89587509d)
|
||||
)
|
||||
(wire (pts (xy 38.1 45.72) (xy 43.18 45.72))
|
||||
(wire (pts (xy 38.1 40.64) (xy 43.18 40.64))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 9f0c9976-92ac-4498-8dde-db1b54af2356)
|
||||
)
|
||||
(wire (pts (xy 50.8 45.72) (xy 53.975 45.72))
|
||||
(wire (pts (xy 38.1 45.72) (xy 56.515 45.72))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 16b5aa6c-c8e2-49ff-a304-14a89587509d)
|
||||
)
|
||||
(wire (pts (xy 50.8 40.64) (xy 53.975 40.64))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 75cde9da-4b19-410c-b6ea-06b7f7e69c82)
|
||||
)
|
||||
(wire (pts (xy 53.975 45.72) (xy 53.975 59.69))
|
||||
(wire (pts (xy 53.975 40.64) (xy 53.975 59.69))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid b1a4491e-534f-45d9-af0f-7db6c1511585)
|
||||
)
|
||||
(wire (pts (xy 53.975 45.72) (xy 56.515 45.72))
|
||||
(wire (pts (xy 53.975 40.64) (xy 56.515 40.64))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 75cde9da-4b19-410c-b6ea-06b7f7e69c82)
|
||||
)
|
||||
@ -240,6 +362,46 @@
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid d0ce3f74-1908-46ae-8000-e825050ede44)
|
||||
)
|
||||
(wire (pts (xy 88.265 113.665) (xy 101.6 113.665))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 5ff7d98f-9c72-4918-bd77-8077785612f7)
|
||||
)
|
||||
(wire (pts (xy 101.6 95.885) (xy 91.44 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 4cb9b327-ac58-463e-8086-08face992596)
|
||||
)
|
||||
(wire (pts (xy 101.6 103.505) (xy 101.6 106.045))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 77a7bab8-8234-4b41-a153-06015cfe8984)
|
||||
)
|
||||
(wire (pts (xy 101.6 106.045) (xy 113.03 106.045))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c1b486fb-c69d-4d91-9a07-565c55013640)
|
||||
)
|
||||
(wire (pts (xy 101.6 113.665) (xy 113.03 113.665))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 5ff7d98f-9c72-4918-bd77-8077785612f7)
|
||||
)
|
||||
(wire (pts (xy 109.855 125.095) (xy 113.03 125.095))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 6815e683-c737-4ea5-9421-f48989d889b4)
|
||||
)
|
||||
(wire (pts (xy 113.03 106.045) (xy 118.745 106.045))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c1b486fb-c69d-4d91-9a07-565c55013640)
|
||||
)
|
||||
(wire (pts (xy 116.84 120.015) (xy 120.65 120.015))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 2b146231-6de4-4f59-b711-a44a990468e9)
|
||||
)
|
||||
(wire (pts (xy 118.745 114.935) (xy 118.745 106.045))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c1b486fb-c69d-4d91-9a07-565c55013640)
|
||||
)
|
||||
(wire (pts (xy 120.65 114.935) (xy 118.745 114.935))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c1b486fb-c69d-4d91-9a07-565c55013640)
|
||||
)
|
||||
(wire (pts (xy 123.825 48.895) (xy 137.795 48.895))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid ff9ef336-e3e8-43e6-b08b-f3c15ec90314)
|
||||
@ -252,6 +414,14 @@
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid a82c397d-b95b-4808-adce-9fdf1485c1e5)
|
||||
)
|
||||
(wire (pts (xy 130.81 95.885) (xy 101.6 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 4cb9b327-ac58-463e-8086-08face992596)
|
||||
)
|
||||
(wire (pts (xy 130.81 109.855) (xy 130.81 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 4cb9b327-ac58-463e-8086-08face992596)
|
||||
)
|
||||
(wire (pts (xy 133.985 28.575) (xy 159.385 28.575))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 40864c19-b2db-4a8b-88e5-9aafd4fd4e0f)
|
||||
@ -264,6 +434,50 @@
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 40864c19-b2db-4a8b-88e5-9aafd4fd4e0f)
|
||||
)
|
||||
(wire (pts (xy 138.43 95.885) (xy 146.685 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 126880be-2bb6-4adc-b9a1-68ce4c7aa8fb)
|
||||
)
|
||||
(wire (pts (xy 140.97 114.935) (xy 146.685 114.935))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 9eaa92cf-6393-4a85-9c36-36180c876979)
|
||||
)
|
||||
(wire (pts (xy 140.97 120.015) (xy 151.765 120.015))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid fa139dd2-3723-4165-8ff1-a4375c1dc154)
|
||||
)
|
||||
(wire (pts (xy 140.97 125.095) (xy 156.21 125.095))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 1cd789b9-c6c7-424d-923a-ec7def583fac)
|
||||
)
|
||||
(wire (pts (xy 146.685 95.885) (xy 200.025 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 126880be-2bb6-4adc-b9a1-68ce4c7aa8fb)
|
||||
)
|
||||
(wire (pts (xy 146.685 103.505) (xy 146.685 109.22))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 9eaa92cf-6393-4a85-9c36-36180c876979)
|
||||
)
|
||||
(wire (pts (xy 146.685 109.22) (xy 146.685 114.935))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 9eaa92cf-6393-4a85-9c36-36180c876979)
|
||||
)
|
||||
(wire (pts (xy 146.685 109.22) (xy 151.765 109.22))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid f91a6adf-20cd-4441-a475-1d42201b2917)
|
||||
)
|
||||
(wire (pts (xy 151.765 109.22) (xy 161.925 109.22))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid f91a6adf-20cd-4441-a475-1d42201b2917)
|
||||
)
|
||||
(wire (pts (xy 151.765 116.84) (xy 161.925 116.84))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 0b39d72f-e8e5-4a6e-a9bb-5870611aff17)
|
||||
)
|
||||
(wire (pts (xy 151.765 120.015) (xy 151.765 116.84))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid fa139dd2-3723-4165-8ff1-a4375c1dc154)
|
||||
)
|
||||
(wire (pts (xy 155.575 37.465) (xy 159.385 37.465))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 11188102-d03d-4701-82f4-1f45ac8c7462)
|
||||
@ -288,6 +502,26 @@
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 6eae0638-29dd-4cd3-ad61-b791af1ade47)
|
||||
)
|
||||
(wire (pts (xy 200.025 95.885) (xy 200.025 118.745))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 126880be-2bb6-4adc-b9a1-68ce4c7aa8fb)
|
||||
)
|
||||
(wire (pts (xy 200.025 118.745) (xy 208.915 118.745))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 126880be-2bb6-4adc-b9a1-68ce4c7aa8fb)
|
||||
)
|
||||
(wire (pts (xy 207.645 95.885) (xy 210.185 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c84eadbe-fac3-4f28-a33e-d1a200f95a73)
|
||||
)
|
||||
(wire (pts (xy 210.185 92.075) (xy 210.185 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c84eadbe-fac3-4f28-a33e-d1a200f95a73)
|
||||
)
|
||||
(wire (pts (xy 210.185 95.885) (xy 212.725 95.885))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 81a7a38d-0194-4e9a-93c8-1def062c0fdc)
|
||||
)
|
||||
(polyline (pts (xy 12.065 65.405) (xy 105.41 65.405))
|
||||
(stroke (width 0) (type dash) (color 0 0 0 0))
|
||||
(uuid 1ef6de27-519b-4a9d-9648-654dbcb0a22a)
|
||||
@ -305,7 +539,7 @@
|
||||
(uuid 0eafff8b-d05f-42b2-a4fb-13c491eaa212)
|
||||
)
|
||||
|
||||
(text "Possible use batery voltage\nfor compare" (at 13.335 51.435 0)
|
||||
(text "Possible use batery voltage\nfor compare" (at 13.335 53.975 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid 1472e447-3c62-4c0b-958b-d86740274593)
|
||||
)
|
||||
@ -322,35 +556,59 @@
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid cb1dd9ed-7bb2-4860-901d-f6016105e549)
|
||||
)
|
||||
(label "ADJ" (at 116.84 120.015 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
(uuid 22d525b1-78a4-47fe-9a8e-55ff30e1e201)
|
||||
)
|
||||
(label "BATT_SWITCH" (at 123.825 48.895 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid fec3e4fc-35e8-4d6d-9e2e-6d596959cf8e)
|
||||
)
|
||||
|
||||
(hierarchical_label "ESP#1_CHARGE" (shape input) (at 38.1 40.64 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 44720cfa-1b91-4015-bec1-621c5f5abe1d)
|
||||
(label "ADJ" (at 210.185 92.075 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid 2db08024-a4f6-408e-98a2-753376fa5256)
|
||||
)
|
||||
(hierarchical_label "ESP#2_CHARGE" (shape input) (at 38.1 45.72 180)
|
||||
|
||||
(hierarchical_label "EPS#2_CHARGE" (shape input) (at 38.1 40.64 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 2d563b7e-c2c3-408b-8cf6-68a6c2c5ef27)
|
||||
)
|
||||
(hierarchical_label "ESP#1_3V3" (shape input) (at 61.595 35.56 90)
|
||||
(hierarchical_label "EPS#1_CHARGE" (shape input) (at 38.1 45.72 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 44720cfa-1b91-4015-bec1-621c5f5abe1d)
|
||||
)
|
||||
(hierarchical_label "EPS#1_3V3" (shape input) (at 61.595 35.56 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 90c6d253-d308-437a-88bb-38959f8353cc)
|
||||
)
|
||||
(hierarchical_label "ESP#1_3V3" (shape input) (at 127.635 45.085 180)
|
||||
(hierarchical_label "EPS#1_3V3" (shape input) (at 91.44 95.885 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 5ddab843-9cc1-4a88-98d5-b8d631b0876a)
|
||||
)
|
||||
(hierarchical_label "EPS#1_3V3" (shape input) (at 127.635 45.085 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 403a0901-34d9-448a-a9c3-87b8581b532c)
|
||||
)
|
||||
(hierarchical_label "LoadShareBus" (shape input) (at 156.21 125.095 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid cc8a8bea-d801-4823-8818-5f669208c6f3)
|
||||
)
|
||||
(hierarchical_label "+3V3 out" (shape input) (at 164.465 28.575 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid e700ccf9-9e68-4746-8674-aecc9ef5e00c)
|
||||
)
|
||||
(hierarchical_label "ESP#2_3V3" (shape input) (at 167.005 41.275 0)
|
||||
(hierarchical_label "EPS#2_3V3" (shape input) (at 167.005 41.275 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 2288efee-212e-4da5-afe3-7a8faa873321)
|
||||
)
|
||||
(hierarchical_label "+3V3 out" (shape input) (at 208.915 118.745 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid e9ce69e8-fe46-4893-8dea-9c3d21e2e96e)
|
||||
)
|
||||
(hierarchical_label "EPS#2_3V3" (shape input) (at 212.725 95.885 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 4456da0e-b9c4-47d6-b6ce-a5ded37e3fc5)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 61.595 50.8 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
@ -368,6 +626,24 @@
|
||||
(pin "1" (uuid 95cec886-9830-453d-9e51-7ddedc63035c))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 102.235 125.095 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid e020296e-2070-474f-b9d0-b1856b460cdc)
|
||||
(property "Reference" "#PWR?" (id 0) (at 95.885 125.095 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 94.615 125.0949 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 102.235 125.095 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 102.235 125.095 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 1b703135-20d1-48c4-a1c6-205f05b21110))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 129.54 37.465 270) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 8f2e9cba-6539-40c4-8553-4b1e6f27056f)
|
||||
@ -384,15 +660,49 @@
|
||||
(pin "1" (uuid 79a5317a-fa86-417e-b6e6-4519b2e9c826))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 46.99 45.72 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid fa1153a5-a5fa-4a23-beb6-5d04d6d9feea)
|
||||
(property "Reference" "R?" (id 0) (at 46.99 43.18 90))
|
||||
(property "Value" "50k" (id 1) (at 46.99 45.72 90))
|
||||
(property "Footprint" "" (id 2) (at 46.99 47.498 90)
|
||||
(symbol (lib_id "power:GND") (at 130.81 88.265 180) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 66f6e613-d2ab-47c6-b9f3-28e772caf4a7)
|
||||
(property "Reference" "#PWR?" (id 0) (at 130.81 81.915 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 46.99 45.72 0)
|
||||
(property "Value" "GND" (id 1) (at 130.81 84.455 0))
|
||||
(property "Footprint" "" (id 2) (at 130.81 88.265 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 130.81 88.265 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 3722addb-582d-4caf-b2af-0035a6c4f90d))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 130.81 130.175 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 0f4c6359-f58e-4bb6-b928-d8fd07cb52b4)
|
||||
(property "Reference" "#PWR?" (id 0) (at 130.81 136.525 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 130.8099 137.795 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 130.81 130.175 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 130.81 130.175 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid d3a6c8a2-126c-4a89-a92b-45156dcb0df6))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 46.99 40.64 90) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid fa1153a5-a5fa-4a23-beb6-5d04d6d9feea)
|
||||
(property "Reference" "R?" (id 0) (at 46.99 38.1 90))
|
||||
(property "Value" "50k" (id 1) (at 46.99 40.64 90))
|
||||
(property "Footprint" "" (id 2) (at 46.99 42.418 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 46.99 40.64 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid fbe092c6-03f8-4069-9908-723738a3ee28))
|
||||
@ -414,6 +724,203 @@
|
||||
(pin "2" (uuid 3618f472-99b2-4afe-b4cb-c95f464ffbef))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 101.6 99.695 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 627e7d8f-d317-4930-a2bd-a5c0002719a5)
|
||||
(property "Reference" "R?" (id 0) (at 104.1401 98.425 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "274R" (id 1) (at 105.41 100.33 0))
|
||||
(property "Footprint" "" (id 2) (at 99.822 99.695 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 101.6 99.695 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 183c6167-ad11-496c-ada3-02c6ecf2d198))
|
||||
(pin "2" (uuid bcdbac40-622f-4233-88f1-c18eaccdf91f))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 101.6 109.855 180) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 64060ab0-8345-4ad3-b2a1-40f5807f1935)
|
||||
(property "Reference" "R?" (id 0) (at 99.0599 111.125 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "16.2k" (id 1) (at 97.79 109.22 0))
|
||||
(property "Footprint" "" (id 2) (at 103.378 109.855 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 101.6 109.855 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid a570a51c-b282-4765-a04f-94b0148c46ed))
|
||||
(pin "2" (uuid b9bab67d-876f-460b-8093-50117b1ff0e9))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 106.045 125.095 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 9f062665-400b-4380-afe8-8aa7387faafd)
|
||||
(property "Reference" "R?" (id 0) (at 104.7751 127.635 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "475R" (id 1) (at 106.045 129.54 90))
|
||||
(property "Footprint" "" (id 2) (at 106.045 123.317 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 106.045 125.095 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 50c8bed0-ea88-48b7-baee-125084b4b77b))
|
||||
(pin "2" (uuid 9c5a1a46-a082-466c-a86c-94d33268a1df))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 134.62 95.885 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 14728541-92e9-4899-ae4f-6d7ed092f2de)
|
||||
(property "Reference" "R?" (id 0) (at 133.9851 98.425 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "5mR" (id 1) (at 135.89 100.33 90))
|
||||
(property "Footprint" "" (id 2) (at 134.62 94.107 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 134.62 95.885 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid e9f39b73-cdc8-4c11-a72b-00a7ffbb745d))
|
||||
(pin "2" (uuid a93a16dd-fa6d-45e0-b020-62810419c98d))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 146.685 99.695 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 71afa452-dc12-4a7a-94bd-82dbeea879fa)
|
||||
(property "Reference" "R?" (id 0) (at 148.59 98.4249 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "274R" (id 1) (at 148.59 100.9649 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 144.907 99.695 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 146.685 99.695 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 644bfbed-b566-4894-93e1-54b15af7cc72))
|
||||
(pin "2" (uuid 05ec3cc1-c266-48d7-8e69-cb71389215dc))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 151.765 113.03 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 9358fd96-10a1-4a0b-84b8-f1fe881eb21e)
|
||||
(property "Reference" "R?" (id 0) (at 153.67 111.7599 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "16,2k" (id 1) (at 153.035 114.2999 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 149.987 113.03 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 151.765 113.03 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 941deb35-1245-49e3-a15f-79c62b359c04))
|
||||
(pin "2" (uuid 7b49d0d2-17cd-4fb4-b24b-ae052d81b691))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R") (at 203.835 95.885 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 477df0ba-3297-4d8e-a3b3-98ff1da85185)
|
||||
(property "Reference" "R?" (id 0) (at 203.2001 98.425 90)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "~" (id 1) (at 205.105 100.33 90))
|
||||
(property "Footprint" "" (id 2) (at 203.835 94.107 90)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 203.835 95.885 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 4c7d4ecf-0a84-4769-b1fa-3012a823b9d1))
|
||||
(pin "2" (uuid f07ba03b-0f18-451a-bd35-a2318081f082))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:C") (at 113.03 109.855 180) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 584e552e-5226-45c9-ae56-1a2aeb3950a6)
|
||||
(property "Reference" "C?" (id 0) (at 107.315 108.5849 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Value" "0,47uF" (id 1) (at 103.505 110.4899 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 112.0648 106.045 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 113.03 109.855 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 52086a60-ff1f-43c3-acba-678b8f18cee2))
|
||||
(pin "2" (uuid 264b7164-f603-4cc9-b97e-e8f1723d379a))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:C") (at 116.84 125.095 270) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid f76c803d-c5f2-43ab-b41c-4c3682c678bb)
|
||||
(property "Reference" "C?" (id 0) (at 118.1099 128.905 90)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Value" "47uF" (id 1) (at 119.3799 130.81 90)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 113.03 126.0602 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 116.84 125.095 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 5b60e97a-7419-430c-9e1d-674283f27fe9))
|
||||
(pin "2" (uuid b3837eea-ec64-4e20-8682-95605af82e59))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:C") (at 130.81 92.075 180) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 6f0c1103-f966-4025-b0b5-8c377062b333)
|
||||
(property "Reference" "C?" (id 0) (at 125.095 90.8049 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Value" "0,47uF" (id 1) (at 121.285 92.7099 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 129.8448 88.265 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 130.81 92.075 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid d6e75b13-ffa8-4949-8e81-3f58355dfa8c))
|
||||
(pin "2" (uuid 63eff45a-68ae-4abf-a088-f16580f3359e))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:C") (at 161.925 113.03 180) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid ba6aecc8-ce45-4b73-b481-7713c9f223ba)
|
||||
(property "Reference" "C?" (id 0) (at 165.735 111.76 0))
|
||||
(property "Value" "1nF" (id 1) (at 168.275 113.665 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 160.9598 109.22 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 161.925 113.03 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 9d786305-602c-4d32-be2f-27adfddaf07c))
|
||||
(pin "2" (uuid 26d63db2-b67c-481b-a6ac-77ef2d3b728e))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Amplifier_Operational:TLV172IDCK") (at 61.595 43.18 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid 3ed63a54-f90b-486a-a926-491ab3eac668)
|
||||
@ -454,4 +961,27 @@
|
||||
(pin "7" (uuid 4a2b52a2-3a72-419c-89ad-c68003d79962))
|
||||
(pin "8" (uuid ae694c39-8cbd-4b8c-a084-b28fa4124a50))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Power_Management:UCC39002D") (at 130.81 120.015 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid d5d3a776-addb-4420-b84e-effc79fff0c9)
|
||||
(property "Reference" "U?" (id 0) (at 135.255 108.585 0))
|
||||
(property "Value" "UCC39002" (id 1) (at 133.35 111.125 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 130.81 120.015 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.ti.com/lit/ds/slus495i/slus495i.pdf" (id 3) (at 130.81 120.015 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 0d511175-3fd9-40d4-be74-d318b97b8c0a))
|
||||
(pin "2" (uuid f4cc3e60-a292-4a42-bfd1-e3e6a48e3a3b))
|
||||
(pin "3" (uuid 3b6bea02-b7dc-42d9-995f-75e7de480b39))
|
||||
(pin "4" (uuid ce50a786-8399-4197-8ef2-4406d6f63937))
|
||||
(pin "5" (uuid db312c19-997b-42fa-9dcf-076abd334b1b))
|
||||
(pin "6" (uuid 73ce53b1-4790-4243-845a-d1aaef436e52))
|
||||
(pin "7" (uuid 3a180b27-7e52-4239-a5a8-5138b05a42ac))
|
||||
(pin "8" (uuid 70fa8482-5e36-42b8-af69-ae1b2de6972d))
|
||||
)
|
||||
)
|
||||
|
@ -26,13 +26,13 @@
|
||||
"cells": [
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 11,
|
||||
"execution_count": 14,
|
||||
"source": [
|
||||
"# Battery voltage comparator with histerezes\r\n",
|
||||
"\r\n",
|
||||
"\r\n",
|
||||
"supply_voltage = 3.3\r\n",
|
||||
"reference_voltage = 3\r\n",
|
||||
"supply_voltage = 1.6\r\n",
|
||||
"reference_voltage = 2\r\n",
|
||||
"\r\n",
|
||||
"R1 = 50000\r\n",
|
||||
"R2 = 330000\r\n",
|
||||
@ -54,9 +54,9 @@
|
||||
"output_type": "stream",
|
||||
"name": "stdout",
|
||||
"text": [
|
||||
"Voltage switch to high: 3.45V\n",
|
||||
"Voltage switch to low: 2.95V\n",
|
||||
"Voltage delta: 0.5V\n"
|
||||
"Voltage switch to high: 1.15V\n",
|
||||
"Voltage switch to low: 0.91V\n",
|
||||
"Voltage delta: 0.24V\n"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"board": {
|
||||
"active_layer": 0,
|
||||
"active_layer_preset": "",
|
||||
"active_layer_preset": "Všechny vrstvy",
|
||||
"auto_track_width": true,
|
||||
"hidden_nets": [],
|
||||
"high_contrast_mode": 0,
|
||||
|
@ -338,7 +338,7 @@
|
||||
],
|
||||
[
|
||||
"a345038c-0e2c-4410-9183-a80a047c8766",
|
||||
"HF Transmitter"
|
||||
"nRF Transceiver"
|
||||
],
|
||||
[
|
||||
"81a5172c-b171-400d-8856-41d6e486bdd1",
|
||||
|
@ -8,6 +8,7 @@
|
||||
)
|
||||
|
||||
(junction (at 116.205 62.23) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 116.205 99.06) (diameter 1.016) (color 0 0 0 0))
|
||||
(junction (at 251.46 69.85) (diameter 1.016) (color 0 0 0 0))
|
||||
|
||||
(wire (pts (xy 116.205 43.18) (xy 116.205 62.23))
|
||||
@ -22,10 +23,18 @@
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 3ba201ae-f1a1-4d5a-909f-894815b63556)
|
||||
)
|
||||
(wire (pts (xy 116.205 99.06) (xy 116.205 130.81))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c360cf0f-16e8-4a11-8b4e-d9225f3eb017)
|
||||
)
|
||||
(wire (pts (xy 116.205 99.06) (xy 127.635 99.06))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c360cf0f-16e8-4a11-8b4e-d9225f3eb017)
|
||||
)
|
||||
(wire (pts (xy 128.27 130.81) (xy 116.205 130.81))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 2e41c818-385c-4dfa-a14b-6b42bcf74e04)
|
||||
)
|
||||
(wire (pts (xy 176.53 43.18) (xy 116.205 43.18))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c360cf0f-16e8-4a11-8b4e-d9225f3eb017)
|
||||
@ -101,69 +110,69 @@
|
||||
(property "Soubor listu" "battSwitch.kicad_sch" (id 1) (at 179.705 74.8796 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "ESP#1_3V3" input (at 209.55 54.61 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid d9645b65-4068-4c22-8fdf-affa35634fc0)
|
||||
)
|
||||
(pin "ESP#2_CHARGE" input (at 209.55 72.39 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid f46edcda-da5c-4e5b-a4ce-baecdd6e42b0)
|
||||
)
|
||||
(pin "ESP#1_CHARGE" input (at 209.55 69.215 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid ba727413-47ff-4bf2-9e2a-2e8c5103bfd4)
|
||||
)
|
||||
(pin "+3V3 out" input (at 179.705 56.515 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 638c389d-0668-4b9b-8289-6c4a5b6d6066)
|
||||
)
|
||||
(pin "ESP#2_3V3" input (at 209.55 57.785 0)
|
||||
(pin "EPS#1_3V3" input (at 209.55 54.61 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 2202b3c6-3c7b-4288-b551-6752a27fbd0e)
|
||||
(uuid 44d24e00-5484-42c8-b02c-d7cfef5ca8ec)
|
||||
)
|
||||
(pin "EPS#2_CHARGE" input (at 209.55 72.39 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 320332bc-59ff-48d9-9d40-a46475d1ee10)
|
||||
)
|
||||
(pin "EPS#1_CHARGE" input (at 209.55 69.215 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid fde849b1-6ba0-47fa-9a19-f3920d50180b)
|
||||
)
|
||||
(pin "EPS#2_3V3" input (at 209.55 57.785 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 89f8965d-14b2-4bf2-95b0-33586f426f37)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 127.635 93.345) (size 24.765 15.24) (fields_autoplaced)
|
||||
(sheet (at 127.635 88.9) (size 24.765 22.86) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid 135894dc-6710-4561-8073-567533e9f424)
|
||||
(property "Název listu" "GPS Module" (id 0) (at 127.635 92.6334 0)
|
||||
(property "Název listu" "GPS Module" (id 0) (at 127.635 88.1884 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Soubor listu" "gps_module.kicad_sch" (id 1) (at 127.635 109.1696 0)
|
||||
(property "Soubor listu" "gps_module.kicad_sch" (id 1) (at 127.635 112.3446 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "3V3" input (at 127.635 99.06 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 09720f1a-7cb3-4ed7-a351-aec848c2435a)
|
||||
)
|
||||
(pin "SPI_MISO" input (at 152.4 97.155 0)
|
||||
(pin "SPI_MISO" input (at 152.4 90.805 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 66e95c99-37b6-4a19-b81c-9a7c44c08ab5)
|
||||
)
|
||||
(pin "SPI_CLK" input (at 152.4 106.045 0)
|
||||
(pin "SPI_CLK" input (at 152.4 108.585 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 7e914fe2-fc74-4d64-b4d1-853de69f104f)
|
||||
)
|
||||
(pin "SPI_MOSI" input (at 152.4 99.695 0)
|
||||
(pin "SPI_MOSI" input (at 152.4 93.345 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 66ea340c-f43c-4181-bfa5-b8e63ae40400)
|
||||
)
|
||||
(pin "SPI_CS" input (at 152.4 103.505 0)
|
||||
(pin "SPI_CS" input (at 152.4 106.045 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 99b5bc90-7eae-4558-9547-255ff1709a79)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 125.73 127.635) (size 22.225 15.875) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid a345038c-0e2c-4410-9183-a80a047c8766)
|
||||
(property "Název listu" "HF Transmitter" (id 0) (at 125.73 126.9234 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(pin "INTERUPT" input (at 152.4 98.425 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid f6e35856-b6ca-4398-a910-52fc335412ba)
|
||||
)
|
||||
(property "Soubor listu" "hf_transmitter.kicad_sch" (id 1) (at 125.73 144.0946 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
(pin "RESET" input (at 152.4 101.6 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 8e12ec80-1b06-4da7-b391-8217a360d75f)
|
||||
)
|
||||
(pin "GPS_ANT" input (at 127.635 104.775 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 8107423c-630f-4330-8e90-7a1d3839d2c5)
|
||||
)
|
||||
)
|
||||
|
||||
@ -315,6 +324,50 @@
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 128.27 124.46) (size 22.225 19.05) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid a345038c-0e2c-4410-9183-a80a047c8766)
|
||||
(property "Název listu" "nRF Transceiver" (id 0) (at 128.27 123.7484 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Soubor listu" "hf_transmitter.kicad_sch" (id 1) (at 128.27 144.0946 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "RF I{slash}O" input (at 128.27 135.89 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid ddda3c44-8eeb-4034-9961-afa6b0efa581)
|
||||
)
|
||||
(pin "3V3" input (at 128.27 130.81 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid a5af975d-62d5-4c61-995f-36fb86e22953)
|
||||
)
|
||||
(pin "MOSI" input (at 150.495 130.175 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid f4fc0e49-8096-41f2-9019-0a113a0a0a85)
|
||||
)
|
||||
(pin "MISO" input (at 150.495 132.715 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 835c5cfb-b893-4c68-a9a3-e377fe9e93e4)
|
||||
)
|
||||
(pin "SCK" input (at 150.495 135.255 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 886bdf07-6351-4e38-9ff9-024f89da6235)
|
||||
)
|
||||
(pin "CNS" input (at 150.495 137.795 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 5ec6fa6f-8b8b-423b-98df-bb4856c50a6c)
|
||||
)
|
||||
(pin "CE" input (at 150.495 140.335 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 8a14f2dd-c967-4218-918d-ef3b4c705d37)
|
||||
)
|
||||
(pin "IRQ" input (at 150.495 127.635 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid b5f94b19-f8dc-4284-8f0f-7145166f50ee)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet_instances
|
||||
(path "/" (page "1"))
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402" (page "2"))
|
||||
@ -326,9 +379,6 @@
|
||||
)
|
||||
|
||||
(symbol_instances
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/8961ad84-3b65-4da1-9152-f108ac4addb0"
|
||||
(reference "#FLG?") (unit 1) (value "PWR_FLAG") (footprint "")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005a73dbce"
|
||||
(reference "#PWR01") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
@ -485,58 +535,115 @@
|
||||
(path "/3006f49f-d72b-4219-8dea-bda42cf88e84/9c764d20-65f3-4406-bd29-9894c9ffd4fe"
|
||||
(reference "#PWR0103") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/0f4c6359-f58e-4bb6-b928-d8fd07cb52b4"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/135894dc-6710-4561-8073-567533e9f424/114255df-34bf-4fa3-9eaa-592e8624c80d"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/155262b0-a2cb-4e09-861a-486b276a9f49"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/18848cf9-5014-416d-b4ae-fe503b2a93ad"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/19a55cc6-50db-4868-a321-95aaf9b01c90"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/36166563-f02e-4648-9f7d-e084aafecde6"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/37c8d637-7fa1-4b5a-b39d-ee95b2f50031"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/3c40063c-b746-42cf-bac2-d7c3825f32f0"
|
||||
(reference "#PWR?") (unit 1) (value "+5V") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/410cff15-3e18-41e3-8d20-b31f52ba8226"
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/486d9dc2-94d8-4974-9ef4-ab12022fabeb"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/4a039799-f170-4b8b-9904-82da89c16c1c"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/4e13ecec-29d8-4b22-b42e-778c59967636"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/58d90431-e15b-48e4-b228-865bc18e6ed5"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/5edab2b6-9ffb-4ae1-b1f0-54ddc7ce5659"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/5ef7c0e1-2b25-4390-af2d-2b940ee1e5e2"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/654d2648-5b73-46d2-b3a8-f89598775795"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/65d27029-4b03-42b0-93ba-2d53ff14245d"
|
||||
(reference "#PWR?") (unit 1) (value "+3.3V") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/854d9771-d53c-47e5-9cb7-e940c58bc2ba"
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/66f6e613-d2ab-47c6-b9f3-28e772caf4a7"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/67db7f9e-eecf-478b-a98f-6b0ec2815bea"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/69369a7d-ffb0-4e15-99ae-f8f6001d5c39"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/719dedba-ec4c-472a-9501-c59530e0fd4f"
|
||||
(reference "#PWR?") (unit 1) (value "~") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/78c5aadf-0d16-4157-83ed-29f725e0ef7b"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/89c9f17e-da76-40e3-9487-7b3509c300b4"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/8f2e9cba-6539-40c4-8553-4b1e6f27056f"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/91cd8b7e-ad12-4411-bee1-ec36e8521bcf"
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/924fc6a7-3986-4a7b-8bde-ec57e11f2a9e"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/9e38feb8-9627-4d1d-a18f-9ec1f5189033"
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/9edac9fc-95e3-4fbe-bc87-d1f25cc28255"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/a53256e0-b84b-4b58-9f4c-a17cf94b67ab"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/a9e07b7a-1d89-4682-aec0-904d496897fd"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/acb14221-22bc-4bc7-afc9-fd3dfb149ed0"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/135894dc-6710-4561-8073-567533e9f424/b42e3e51-4895-4f50-b2c8-586f6f566925"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/cee4ef6d-7c48-41b2-b134-933d7cdb4b13"
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/bb25ca97-1f69-4eba-86a2-c6a6078e6290"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/e117c0e3-cdee-490f-aefb-407a2e00a465"
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/c3b9a697-2a0e-4c05-b0b2-44c99ccd641f"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/ee5cc88d-14a5-4d4f-b67c-52825e4fa278"
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/d09e7cbc-b970-4fdd-8f51-b210e86bc028"
|
||||
(reference "#PWR?") (unit 1) (value "~") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/d7dd15c8-cc68-4575-a6b1-0ea454e079ee"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/e020296e-2070-474f-b9d0-b1856b460cdc"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/e183ec49-d99a-4d54-bdd4-5b4cdbdcd6e5"
|
||||
(reference "#PWR?") (unit 1) (value "~") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/e8a68ba2-0298-4b32-8af1-f23966f22bb9"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/f04cb935-a9b6-4604-aaa5-5e1c3e599696"
|
||||
(reference "#PWR?") (unit 1) (value "GND") (footprint "")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b2b1b62"
|
||||
@ -620,29 +727,80 @@
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/0a99cbcd-83ea-4103-bd11-d6ce7bfaebdc"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "TCY_passives:C_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/26294134-500d-4295-aa44-4c4d57b97a40"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "TCY_passives:C_0603_1608Metric")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/298fd758-a3f9-4d0d-bc34-367dfee91028"
|
||||
(reference "C?") (unit 1) (value "1nF") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/33bb9f2b-86f9-4e29-ac54-b6836ea3d937"
|
||||
(reference "C?") (unit 1) (value "1,5pF") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/3988f22a-f384-495b-911c-f243c9342735"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/3e3457f7-46ac-4923-8d82-6d22690ca098"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "TCY_passives:C_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/42e2ba02-16a6-4663-8482-5ff94bc37506"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "TCY_passives:C_0603_1608Metric")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/436e384f-ede5-4471-b6e8-6508bdf27237"
|
||||
(reference "C?") (unit 1) (value "1,0pF") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/453503ad-c23c-473b-8db1-ed8d2ddae525"
|
||||
(reference "C?") (unit 1) (value "22pF") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/4889f99a-4b98-4c73-be7f-b4944ea31c48"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "TCY_passives:C_0603_1608Metric")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/584e552e-5226-45c9-ae56-1a2aeb3950a6"
|
||||
(reference "C?") (unit 1) (value "0,47uF") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/6203877a-ab61-4175-ba52-b58c2776bb0a"
|
||||
(reference "C?") (unit 1) (value "4,7uF") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/6dc1769c-74e5-433b-a2da-9bf999129d35"
|
||||
(reference "C?") (unit 1) (value "4,7nF") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/6f0c1103-f966-4025-b0b5-8c377062b333"
|
||||
(reference "C?") (unit 1) (value "0,47uF") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/81ca90a2-dd03-4ed7-9e61-ad3743e1d3d0"
|
||||
(reference "C?") (unit 1) (value "22pF") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/83e75f16-e117-4427-9966-ee2b02b57d9a"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/dd9a61bb-05d9-4947-87f0-59df8d073e35"
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/b296efa0-b2bd-40b9-ba2e-7883a3b125e7"
|
||||
(reference "C?") (unit 1) (value "4.7nF") (footprint "TCY_passives:C_0603_1608Metric")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/ba6aecc8-ce45-4b73-b481-7713c9f223ba"
|
||||
(reference "C?") (unit 1) (value "1nF") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/bb177fc1-6d22-4a12-abcd-05affc45cc16"
|
||||
(reference "C?") (unit 1) (value "33nF") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/c8d3ef96-508e-40cc-8329-0815292fcf9b"
|
||||
(reference "C?") (unit 1) (value "10nF") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/d7567b7e-2767-4130-aa12-f1cd1521ca26"
|
||||
(reference "C?") (unit 1) (value "100nF") (footprint "TCY_passives:C_0603_1608Metric")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/f3bbe401-051b-4e0e-a07e-a07fc31f4ead"
|
||||
(reference "C?") (unit 1) (value "2.2nF") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/f76c803d-c5f2-43ab-b41c-4c3682c678bb"
|
||||
(reference "C?") (unit 1) (value "47uF") (footprint "")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b296d47"
|
||||
(reference "D1") (unit 1) (value "LED") (footprint "archive:LED_0603_1608Metric")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b296d5b"
|
||||
(reference "D2") (unit 1) (value "LED") (footprint "archive:LED_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/cbca1e35-4988-496d-861c-831405dc8ba2"
|
||||
(reference "F?") (unit 1) (value "0.5A") (footprint "Fuse:Fuse_0805_2012Metric")
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/f34d59b0-152b-4303-8cb1-4d7f7f909edf"
|
||||
(reference "D?") (unit 1) (value "NUP2105L") (footprint "Package_TO_SOT_SMD:SOT-23")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b265fe8"
|
||||
(reference "J2") (unit 1) (value "CC Prog/Debug") (footprint "archive:PinHeader_2x05_P1.27mm_Vertical_SMD")
|
||||
@ -656,15 +814,15 @@
|
||||
(path "/3006f49f-d72b-4219-8dea-bda42cf88e84/26b7d535-d407-4f07-875b-96134c46f755"
|
||||
(reference "J12") (unit 1) (value "Stack_connector") (footprint "Connector_PinSocket_2.54mm:PinSocket_2x20_P2.54mm_Vertical")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/e9a0dd4e-a345-4758-87d9-0bf28b60ad5a"
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/5bd7a265-5115-4077-b1c4-f017537909a2"
|
||||
(reference "J?") (unit 1) (value "PROG") (footprint "TCY_connectors:Amphenol_10114830-11103LF_1x03_P1.25mm_Horizontal")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/78d9343e-6e78-44b5-9ff0-bafe71e0aa0f"
|
||||
(reference "J?") (unit 1) (value "CLI") (footprint "TCY_connectors:Amphenol_10114830-11103LF_1x03_P1.25mm_Horizontal")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/ba69602a-d1d9-4dfb-a8a6-009669fbd8b0"
|
||||
(reference "JP?") (unit 1) (value "WDG") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/e4ec6363-f217-4b5f-952a-d8554696cdd5"
|
||||
(reference "JP?") (unit 1) (value "PWR_WDG") (footprint "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b333ccf"
|
||||
(reference "L3") (unit 1) (value "Z=1k @ 100M") (footprint "archive:L_0603_1608Metric")
|
||||
)
|
||||
@ -677,6 +835,15 @@
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b3339bf"
|
||||
(reference "L8") (unit 1) (value "Z=1k @ 100M") (footprint "archive:L_0603_1608Metric")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/4cfe4ffc-12d1-4e6e-84f4-ca4d34cf07ee"
|
||||
(reference "L?") (unit 1) (value "2,7nH") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/5676e2bf-861a-4bce-b794-f71c19ea7cc2"
|
||||
(reference "L?") (unit 1) (value "8,2nH") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/6d5e0938-18c8-4a0e-abab-9f67504c448a"
|
||||
(reference "L?") (unit 1) (value "3,9nH") (footprint "")
|
||||
)
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b27f7f5"
|
||||
(reference "R1") (unit 1) (value "1K") (footprint "archive:R_0603_1608Metric")
|
||||
)
|
||||
@ -761,18 +928,57 @@
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b25226a"
|
||||
(reference "R37") (unit 1) (value "3K3") (footprint "archive:R_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/106a4b92-1a1c-4b75-8af2-0b3e6a33e355"
|
||||
(reference "R?") (unit 1) (value "0R") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/14728541-92e9-4899-ae4f-6d7ed092f2de"
|
||||
(reference "R?") (unit 1) (value "5mR") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/19ccaade-0a35-4123-9cbe-720e97c6c0cb"
|
||||
(reference "R?") (unit 1) (value "60R") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/20597767-fa26-4724-9ab9-9badb8b75c79"
|
||||
(reference "R?") (unit 1) (value "22k") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/477df0ba-3297-4d8e-a3b3-98ff1da85185"
|
||||
(reference "R?") (unit 1) (value "~") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/4c972d5a-774d-4596-91d0-6cab8980035e"
|
||||
(reference "R?") (unit 1) (value "60R") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/5d118da6-5c79-4100-8477-61d21f8cc7ca"
|
||||
(reference "R?") (unit 1) (value "100k") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/627e7d8f-d317-4930-a2bd-a5c0002719a5"
|
||||
(reference "R?") (unit 1) (value "274R") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/64060ab0-8345-4ad3-b2a1-40f5807f1935"
|
||||
(reference "R?") (unit 1) (value "16.2k") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/67ee59c1-c965-44af-bd13-1b13402d9f28"
|
||||
(reference "R?") (unit 1) (value "120R") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/71afa452-dc12-4a7a-94bd-82dbeea879fa"
|
||||
(reference "R?") (unit 1) (value "274R") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/850b6b20-d93e-4eba-848f-ee3d95a8ade8"
|
||||
(reference "R?") (unit 1) (value "100k") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/8b3d238a-89ac-4e3f-ac21-e8fa08bf3595"
|
||||
(reference "R?") (unit 1) (value "1k") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/9547ef01-077b-4438-a172-64c2125251f1"
|
||||
(reference "R?") (unit 1) (value "1M") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/9358fd96-10a1-4a0b-84b8-f1fe881eb21e"
|
||||
(reference "R?") (unit 1) (value "16,2k") (footprint "")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/977777f6-db3d-4e94-9bf5-ee58bee35c93"
|
||||
(reference "R?") (unit 1) (value "1M") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/9f062665-400b-4380-afe8-8aa7387faafd"
|
||||
(reference "R?") (unit 1) (value "475R") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/a9384195-1737-4983-9989-a78383bb8645"
|
||||
(reference "R?") (unit 1) (value "330k") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/ab50b42f-2c71-4219-b858-16981fc43e38"
|
||||
(reference "R?") (unit 1) (value "100k") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/eb6b642d-cd23-4c17-a594-aa495930eca6"
|
||||
(reference "R?") (unit 1) (value "100k") (footprint "TCY_passives:R_0603_1608Metric")
|
||||
)
|
||||
@ -782,6 +988,9 @@
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/fa9e67a5-5f23-49fe-b2f2-a895fb5395c1"
|
||||
(reference "SW?") (unit 1) (value "RST_BTN") (footprint "TCY_buttons_switches:KMT031NGJLHS")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/26a30da9-98ff-429b-b8aa-8c072fd36fd1"
|
||||
(reference "TP?") (unit 1) (value "NRST") (footprint "TCY_connectors:TestPoint_Pad_D0.5mm")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/a84dbeea-f73e-4e5f-99d9-7ad215d0b692"
|
||||
(reference "TP?") (unit 1) (value "WDG") (footprint "TCY_connectors:TestPoint_Pad_D0.5mm")
|
||||
)
|
||||
@ -806,29 +1015,41 @@
|
||||
(path "/829b2795-9702-4633-a078-e2998d6d9402/00000000-0000-0000-0000-00005b213061"
|
||||
(reference "U9") (unit 1) (value "RFFM6403") (footprint "openlst:Qorvo_LGA_28_ThermalVias")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/066fd833-f5c9-43d0-99a4-d9715eafc872"
|
||||
(reference "U?") (unit 1) (value "AP22653A") (footprint "Package_DFN_QFN:DFN-6-1EP_2x2mm_P0.65mm_EP1x1.6mm")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/087f685b-381e-416e-877f-21ddb167ba88"
|
||||
(reference "U?") (unit 1) (value "STM6822") (footprint "Package_TO_SOT_SMD:SOT-23-5")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/3ed63a54-f90b-486a-a926-491ab3eac668"
|
||||
(reference "U?") (unit 1) (value "TVL3691") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/5197f871-6b30-4ae1-9277-13230d2bc5be"
|
||||
(reference "U?") (unit 1) (value "STM32L432KCUx") (footprint "Package_DFN_QFN:QFN-32-1EP_5x5mm_P0.5mm_EP3.45x3.45mm")
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/4a8f4d06-62eb-4587-ab05-7ce322fda9cb"
|
||||
(reference "U?") (unit 1) (value "NRF24L01") (footprint "Package_DFN_QFN:QFN-20-1EP_4x4mm_P0.5mm_EP2.5x2.5mm")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/a566c1d4-bd6d-48a7-9fff-2fd5ac41590b"
|
||||
(reference "U?") (unit 1) (value "SN65HVD230") (footprint "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/a66e8b44-b972-4f7b-ba80-f64e58de1944"
|
||||
(reference "U?") (unit 1) (value "MAX13430ETB+") (footprint "Package_DFN_QFN:DFN-10-1EP_3x3mm_P0.5mm_EP1.55x2.48mm")
|
||||
)
|
||||
(path "/135894dc-6710-4561-8073-567533e9f424/a9077745-053e-4b42-8a30-760f9487663f"
|
||||
(reference "U?") (unit 1) (value "NEO-8Q") (footprint "RF_GPS:ublox_NEO")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/d2c1e212-3e48-4f1e-b00d-b72972f479b2"
|
||||
(reference "U?") (unit 1) (value "STM32L452CEUx") (footprint "Package_DFN_QFN:QFN-48-1EP_7x7mm_P0.5mm_EP5.6x5.6mm")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/d5d3a776-addb-4420-b84e-effc79fff0c9"
|
||||
(reference "U?") (unit 1) (value "UCC39002") (footprint "")
|
||||
)
|
||||
(path "/0335b19b-f69a-4698-b41d-d454ea335718/dfe84c23-724a-48a4-ab09-8dd0b9b44ba3"
|
||||
(reference "U?") (unit 1) (value "TPS2116") (footprint "")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/e9289751-ca4e-4aca-b320-8a1ce3eeef5a"
|
||||
(reference "U?") (unit 1) (value "STM6822") (footprint "Package_TO_SOT_SMD:SOT-23-5")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/ea10b7ab-244c-4070-9462-0132d49ebf6c"
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/8c4bb639-8e75-4009-b66e-4f616f0f108b"
|
||||
(reference "X?") (unit 1) (value "SiT1552AI") (footprint "TCY_oscillators:CSP-4_1.5x0.8mm")
|
||||
)
|
||||
(path "/81a5172c-b171-400d-8856-41d6e486bdd1/fade9888-5fd8-40c6-a770-9c30f3625c41"
|
||||
(reference "X?") (unit 1) (value "ECS-TXO-3225") (footprint "TCY_oscillators:ECS-TXO-3225")
|
||||
)
|
||||
(path "/a345038c-0e2c-4410-9183-a80a047c8766/4efde240-0129-4a03-8611-0bce3182472a"
|
||||
(reference "Y?") (unit 1) (value "16MHz") (footprint "")
|
||||
)
|
||||
)
|
||||
)
|
||||
|
@ -174,8 +174,12 @@
|
||||
|
||||
(junction (at 162.56 57.15) (diameter 1.016) (color 0 0 0 0))
|
||||
|
||||
(no_connect (at 139.065 109.22) (uuid 4009b76d-4e12-41c2-8abc-3c909f129ef1))
|
||||
(no_connect (at 147.32 67.945) (uuid 85201180-d2ed-4b0d-81b0-9e79da370ca6))
|
||||
(no_connect (at 147.32 70.485) (uuid 85201180-d2ed-4b0d-81b0-9e79da370ca6))
|
||||
(no_connect (at 147.32 95.885) (uuid 4009b76d-4e12-41c2-8abc-3c909f129ef1))
|
||||
(no_connect (at 182.88 78.105) (uuid 0e6bdf56-5557-47ab-807c-4c8fd6a29f11))
|
||||
(no_connect (at 182.88 90.805) (uuid 640c81af-5b52-4930-825d-dea52c971932))
|
||||
|
||||
(wire (pts (xy 137.795 83.185) (xy 147.32 83.185))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
@ -185,6 +189,14 @@
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 4084926f-4258-4973-ad0e-0c5c93e18a30)
|
||||
)
|
||||
(wire (pts (xy 137.795 90.805) (xy 147.32 90.805))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 8858a9fe-8549-4ef9-88bb-49db4bff91ef)
|
||||
)
|
||||
(wire (pts (xy 137.795 98.425) (xy 147.32 98.425))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 0d1c9ec4-0f70-4131-a0ee-a4f1f87d74f6)
|
||||
)
|
||||
(wire (pts (xy 138.43 75.565) (xy 147.32 75.565))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid c9b79fc2-7829-436d-bcdd-8c484f9f29bb)
|
||||
@ -229,6 +241,10 @@
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 109800b1-b5e0-4743-8d22-e246de803e33)
|
||||
)
|
||||
(wire (pts (xy 182.88 83.185) (xy 196.215 83.185))
|
||||
(stroke (width 0) (type solid) (color 0 0 0 0))
|
||||
(uuid 0f9455ca-1e7c-4a7d-adcb-93057294c494)
|
||||
)
|
||||
|
||||
(text "Connected to GND for \nset up SPI communication\n" (at 117.475 108.585 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
@ -243,6 +259,14 @@
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 0038fc9c-adb7-480f-a3b0-d335966c7de8)
|
||||
)
|
||||
(hierarchical_label "INTERUPT" (shape input) (at 137.795 90.805 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 9e5a965b-eb8a-46fb-8cc3-3c71df006882)
|
||||
)
|
||||
(hierarchical_label "RESET" (shape input) (at 137.795 98.425 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid c6baae81-9c26-4ac1-9a81-4d33222cc3bf)
|
||||
)
|
||||
(hierarchical_label "SPI_MISO" (shape input) (at 138.43 75.565 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 77325409-927e-4816-8b14-d0d27926febb)
|
||||
@ -255,6 +279,10 @@
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 96585917-cdbb-41e4-b8e2-e09d4e47135f)
|
||||
)
|
||||
(hierarchical_label "GPS_ANT" (shape input) (at 196.215 83.185 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid e3bd75a8-a008-465f-a63d-739a9418cb4e)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 143.51 107.95 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
@ -262,7 +290,7 @@
|
||||
(property "Reference" "#PWR?" (id 0) (at 143.51 114.3 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "" (id 1) (at 143.51 111.76 0))
|
||||
(property "Value" "GND" (id 1) (at 143.51 111.76 0))
|
||||
(property "Footprint" "" (id 2) (at 143.51 107.95 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
@ -291,7 +319,7 @@
|
||||
(symbol (lib_id "RF_GPS:NEO-8Q") (at 165.1 83.185 0) (unit 1)
|
||||
(in_bom yes) (on_board yes)
|
||||
(uuid a9077745-053e-4b42-8a30-760f9487663f)
|
||||
(property "Reference" "U?" (id 0) (at 172.085 108.4486 0))
|
||||
(property "Reference" "U?" (id 0) (at 175.26 59.5536 0))
|
||||
(property "Value" "NEO-8Q" (id 1) (at 176.53 61.595 0))
|
||||
(property "Footprint" "RF_GPS:ublox_NEO" (id 2) (at 175.26 104.775 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user