├── 3D Model ├── 3D Printed Mount.f3d └── 3D Printed Mount.stl ├── LICENSE ├── PCB ├── 3D Models │ ├── CX60-24S-UNIT.step │ ├── CX90M-16P_4800513000_3D_STEP.stp │ ├── SSSS811101.step │ └── ZX60-B-5S.stp ├── Bridge v1.kicad_pcb ├── Bridge v1.kicad_prl ├── Bridge v1.kicad_pro ├── Bridge v1.kicad_sch ├── Footprints │ ├── CONN_ZX60-B-5S31_HIR.kicad_mod │ ├── CX90M-16P_HIR.kicad_mod │ ├── HIROSE_CX60-24S-UNIT.kicad_mod │ ├── Nocturne.kicad_mod │ └── SW_SSSS811101.kicad_mod ├── Symbols │ ├── 2024-11-17_20-53-03.kicad_sym │ ├── 2024-11-17_23-35-08.kicad_sym │ ├── CX60-24S-UNIT.kicad_sym │ └── SSSS811101.kicad_sym ├── fp-info-cache └── production │ ├── Bridge_v1.zip │ ├── backups │ └── Bridge_v1_2024-11-21_13-13-56.zip │ ├── bom.csv │ ├── designators.csv │ ├── netlist.ipc │ └── positions.csv └── README.md /3D Model/3D Printed Mount.f3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisg20/CarThingBridge/7c096a71822b233cd51a9b999a1d7c4cbef0d4bc/3D Model/3D Printed Mount.f3d -------------------------------------------------------------------------------- /3D Model/3D Printed Mount.stl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisg20/CarThingBridge/7c096a71822b233cd51a9b999a1d7c4cbef0d4bc/3D Model/3D Printed Mount.stl -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /PCB/Bridge v1.kicad_prl: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "active_layer": 0, 4 | "active_layer_preset": "All Layers", 5 | "auto_track_width": true, 6 | "hidden_netclasses": [], 7 | "hidden_nets": [], 8 | "high_contrast_mode": 0, 9 | "net_color_mode": 1, 10 | "opacity": { 11 | "images": 0.6, 12 | "pads": 1.0, 13 | "tracks": 1.0, 14 | "vias": 1.0, 15 | "zones": 0.6 16 | }, 17 | "selection_filter": { 18 | "dimensions": true, 19 | "footprints": true, 20 | "graphics": true, 21 | "keepouts": true, 22 | "lockedItems": true, 23 | "otherItems": true, 24 | "pads": true, 25 | "text": true, 26 | "tracks": true, 27 | "vias": true, 28 | "zones": true 29 | }, 30 | "visible_items": [ 31 | 0, 32 | 1, 33 | 2, 34 | 3, 35 | 4, 36 | 5, 37 | 8, 38 | 9, 39 | 10, 40 | 11, 41 | 12, 42 | 13, 43 | 15, 44 | 16, 45 | 17, 46 | 18, 47 | 19, 48 | 20, 49 | 21, 50 | 22, 51 | 23, 52 | 24, 53 | 25, 54 | 26, 55 | 27, 56 | 28, 57 | 29, 58 | 30, 59 | 32, 60 | 33, 61 | 34, 62 | 35, 63 | 36, 64 | 39, 65 | 40 66 | ], 67 | "visible_layers": "fffffff_ffffffff", 68 | "zone_display_mode": 0 69 | }, 70 | "git": { 71 | "repo_password": "", 72 | "repo_type": "", 73 | "repo_username": "", 74 | "ssh_key": "" 75 | }, 76 | "meta": { 77 | "filename": "Bridge v1.kicad_prl", 78 | "version": 3 79 | }, 80 | "project": { 81 | "files": [] 82 | } 83 | } 84 | -------------------------------------------------------------------------------- /PCB/Bridge v1.kicad_pro: -------------------------------------------------------------------------------- 1 | { 2 | "board": { 3 | "3dviewports": [], 4 | "design_settings": { 5 | "defaults": { 6 | "apply_defaults_to_fp_fields": false, 7 | "apply_defaults_to_fp_shapes": false, 8 | "apply_defaults_to_fp_text": false, 9 | "board_outline_line_width": 0.05, 10 | "copper_line_width": 0.2, 11 | "copper_text_italic": false, 12 | "copper_text_size_h": 1.5, 13 | "copper_text_size_v": 1.5, 14 | "copper_text_thickness": 0.3, 15 | "copper_text_upright": false, 16 | "courtyard_line_width": 0.05, 17 | "dimension_precision": 4, 18 | "dimension_units": 3, 19 | "dimensions": { 20 | "arrow_length": 1270000, 21 | "extension_offset": 500000, 22 | "keep_text_aligned": true, 23 | "suppress_zeroes": false, 24 | "text_position": 0, 25 | "units_format": 1 26 | }, 27 | "fab_line_width": 0.1, 28 | "fab_text_italic": false, 29 | "fab_text_size_h": 1.0, 30 | "fab_text_size_v": 1.0, 31 | "fab_text_thickness": 0.15, 32 | "fab_text_upright": false, 33 | "other_line_width": 0.1, 34 | "other_text_italic": false, 35 | "other_text_size_h": 1.0, 36 | "other_text_size_v": 1.0, 37 | "other_text_thickness": 0.15, 38 | "other_text_upright": false, 39 | "pads": { 40 | "drill": 1.8, 41 | "height": 1.1684, 42 | "width": 2.4638 43 | }, 44 | "silk_line_width": 0.1, 45 | "silk_text_italic": false, 46 | "silk_text_size_h": 1.0, 47 | "silk_text_size_v": 1.0, 48 | "silk_text_thickness": 0.1, 49 | "silk_text_upright": false, 50 | "zones": { 51 | "min_clearance": 0.2 52 | } 53 | }, 54 | "diff_pair_dimensions": [ 55 | { 56 | "gap": 0.0, 57 | "via_gap": 0.0, 58 | "width": 0.0 59 | } 60 | ], 61 | "drc_exclusions": [], 62 | "meta": { 63 | "version": 2 64 | }, 65 | "rule_severities": { 66 | "annular_width": "error", 67 | "clearance": "error", 68 | "connection_width": "warning", 69 | "copper_edge_clearance": "error", 70 | "copper_sliver": "warning", 71 | "courtyards_overlap": "error", 72 | "diff_pair_gap_out_of_range": "error", 73 | "diff_pair_uncoupled_length_too_long": "error", 74 | "drill_out_of_range": "error", 75 | "duplicate_footprints": "warning", 76 | "extra_footprint": "warning", 77 | "footprint": "error", 78 | "footprint_symbol_mismatch": "warning", 79 | "footprint_type_mismatch": "ignore", 80 | "hole_clearance": "error", 81 | "hole_near_hole": "error", 82 | "holes_co_located": "warning", 83 | "invalid_outline": "error", 84 | "isolated_copper": "warning", 85 | "item_on_disabled_layer": "error", 86 | "items_not_allowed": "error", 87 | "length_out_of_range": "error", 88 | "lib_footprint_issues": "warning", 89 | "lib_footprint_mismatch": "warning", 90 | "malformed_courtyard": "error", 91 | "microvia_drill_out_of_range": "error", 92 | "missing_courtyard": "ignore", 93 | "missing_footprint": "warning", 94 | "net_conflict": "warning", 95 | "npth_inside_courtyard": "ignore", 96 | "padstack": "warning", 97 | "pth_inside_courtyard": "ignore", 98 | "shorting_items": "error", 99 | "silk_edge_clearance": "warning", 100 | "silk_over_copper": "warning", 101 | "silk_overlap": "warning", 102 | "skew_out_of_range": "error", 103 | "solder_mask_bridge": "error", 104 | "starved_thermal": "error", 105 | "text_height": "warning", 106 | "text_thickness": "warning", 107 | "through_hole_pad_without_hole": "error", 108 | "too_many_vias": "error", 109 | "track_dangling": "warning", 110 | "track_width": "error", 111 | "tracks_crossing": "error", 112 | "unconnected_items": "error", 113 | "unresolved_variable": "error", 114 | "via_dangling": "warning", 115 | "zones_intersect": "error" 116 | }, 117 | "rules": { 118 | "max_error": 0.005, 119 | "min_clearance": 0.0, 120 | "min_connection": 0.0, 121 | "min_copper_edge_clearance": 0.25, 122 | "min_hole_clearance": 0.2, 123 | "min_hole_to_hole": 0.25, 124 | "min_microvia_diameter": 0.2, 125 | "min_microvia_drill": 0.1, 126 | "min_resolved_spokes": 2, 127 | "min_silk_clearance": 0.0, 128 | "min_text_height": 0.8, 129 | "min_text_thickness": 0.08, 130 | "min_through_hole_diameter": 0.3, 131 | "min_track_width": 0.0, 132 | "min_via_annular_width": 0.1, 133 | "min_via_diameter": 0.5, 134 | "solder_mask_to_copper_clearance": 0.005, 135 | "use_height_for_length_calcs": true 136 | }, 137 | "teardrop_options": [ 138 | { 139 | "td_onpadsmd": true, 140 | "td_onroundshapesonly": false, 141 | "td_ontrackend": false, 142 | "td_onviapad": true 143 | } 144 | ], 145 | "teardrop_parameters": [ 146 | { 147 | "td_allow_use_two_tracks": true, 148 | "td_curve_segcount": 0, 149 | "td_height_ratio": 1.0, 150 | "td_length_ratio": 0.5, 151 | "td_maxheight": 2.0, 152 | "td_maxlen": 1.0, 153 | "td_on_pad_in_zone": false, 154 | "td_target_name": "td_round_shape", 155 | "td_width_to_size_filter_ratio": 0.9 156 | }, 157 | { 158 | "td_allow_use_two_tracks": true, 159 | "td_curve_segcount": 0, 160 | "td_height_ratio": 1.0, 161 | "td_length_ratio": 0.5, 162 | "td_maxheight": 2.0, 163 | "td_maxlen": 1.0, 164 | "td_on_pad_in_zone": false, 165 | "td_target_name": "td_rect_shape", 166 | "td_width_to_size_filter_ratio": 0.9 167 | }, 168 | { 169 | "td_allow_use_two_tracks": true, 170 | "td_curve_segcount": 0, 171 | "td_height_ratio": 1.0, 172 | "td_length_ratio": 0.5, 173 | "td_maxheight": 2.0, 174 | "td_maxlen": 1.0, 175 | "td_on_pad_in_zone": false, 176 | "td_target_name": "td_track_end", 177 | "td_width_to_size_filter_ratio": 0.9 178 | } 179 | ], 180 | "track_widths": [ 181 | 0.0 182 | ], 183 | "tuning_pattern_settings": { 184 | "diff_pair_defaults": { 185 | "corner_radius_percentage": 80, 186 | "corner_style": 1, 187 | "max_amplitude": 1.0, 188 | "min_amplitude": 0.2, 189 | "single_sided": false, 190 | "spacing": 1.0 191 | }, 192 | "diff_pair_skew_defaults": { 193 | "corner_radius_percentage": 80, 194 | "corner_style": 1, 195 | "max_amplitude": 1.0, 196 | "min_amplitude": 0.2, 197 | "single_sided": false, 198 | "spacing": 0.6 199 | }, 200 | "single_track_defaults": { 201 | "corner_radius_percentage": 80, 202 | "corner_style": 1, 203 | "max_amplitude": 1.0, 204 | "min_amplitude": 0.2, 205 | "single_sided": false, 206 | "spacing": 0.6 207 | } 208 | }, 209 | "via_dimensions": [ 210 | { 211 | "diameter": 0.0, 212 | "drill": 0.0 213 | } 214 | ], 215 | "zones_allow_external_fillets": false 216 | }, 217 | "ipc2581": { 218 | "dist": "", 219 | "distpn": "", 220 | "internal_id": "", 221 | "mfg": "", 222 | "mpn": "" 223 | }, 224 | "layer_presets": [], 225 | "viewports": [] 226 | }, 227 | "boards": [], 228 | "cvpcb": { 229 | "equivalence_files": [] 230 | }, 231 | "erc": { 232 | "erc_exclusions": [], 233 | "meta": { 234 | "version": 0 235 | }, 236 | "pin_map": [ 237 | [ 238 | 0, 239 | 0, 240 | 0, 241 | 0, 242 | 0, 243 | 0, 244 | 1, 245 | 0, 246 | 0, 247 | 0, 248 | 0, 249 | 2 250 | ], 251 | [ 252 | 0, 253 | 2, 254 | 0, 255 | 1, 256 | 0, 257 | 0, 258 | 1, 259 | 0, 260 | 2, 261 | 2, 262 | 2, 263 | 2 264 | ], 265 | [ 266 | 0, 267 | 0, 268 | 0, 269 | 0, 270 | 0, 271 | 0, 272 | 1, 273 | 0, 274 | 1, 275 | 0, 276 | 1, 277 | 2 278 | ], 279 | [ 280 | 0, 281 | 1, 282 | 0, 283 | 0, 284 | 0, 285 | 0, 286 | 1, 287 | 1, 288 | 2, 289 | 1, 290 | 1, 291 | 2 292 | ], 293 | [ 294 | 0, 295 | 0, 296 | 0, 297 | 0, 298 | 0, 299 | 0, 300 | 1, 301 | 0, 302 | 0, 303 | 0, 304 | 0, 305 | 2 306 | ], 307 | [ 308 | 0, 309 | 0, 310 | 0, 311 | 0, 312 | 0, 313 | 0, 314 | 0, 315 | 0, 316 | 0, 317 | 0, 318 | 0, 319 | 2 320 | ], 321 | [ 322 | 1, 323 | 1, 324 | 1, 325 | 1, 326 | 1, 327 | 0, 328 | 1, 329 | 1, 330 | 1, 331 | 1, 332 | 1, 333 | 2 334 | ], 335 | [ 336 | 0, 337 | 0, 338 | 0, 339 | 1, 340 | 0, 341 | 0, 342 | 1, 343 | 0, 344 | 0, 345 | 0, 346 | 0, 347 | 2 348 | ], 349 | [ 350 | 0, 351 | 2, 352 | 1, 353 | 2, 354 | 0, 355 | 0, 356 | 1, 357 | 0, 358 | 2, 359 | 2, 360 | 2, 361 | 2 362 | ], 363 | [ 364 | 0, 365 | 2, 366 | 0, 367 | 1, 368 | 0, 369 | 0, 370 | 1, 371 | 0, 372 | 2, 373 | 0, 374 | 0, 375 | 2 376 | ], 377 | [ 378 | 0, 379 | 2, 380 | 1, 381 | 1, 382 | 0, 383 | 0, 384 | 1, 385 | 0, 386 | 2, 387 | 0, 388 | 0, 389 | 2 390 | ], 391 | [ 392 | 2, 393 | 2, 394 | 2, 395 | 2, 396 | 2, 397 | 2, 398 | 2, 399 | 2, 400 | 2, 401 | 2, 402 | 2, 403 | 2 404 | ] 405 | ], 406 | "rule_severities": { 407 | "bus_definition_conflict": "error", 408 | "bus_entry_needed": "error", 409 | "bus_to_bus_conflict": "error", 410 | "bus_to_net_conflict": "error", 411 | "conflicting_netclasses": "error", 412 | "different_unit_footprint": "error", 413 | "different_unit_net": "error", 414 | "duplicate_reference": "error", 415 | "duplicate_sheet_names": "error", 416 | "endpoint_off_grid": "warning", 417 | "extra_units": "error", 418 | "global_label_dangling": "warning", 419 | "hier_label_mismatch": "error", 420 | "label_dangling": "error", 421 | "lib_symbol_issues": "warning", 422 | "missing_bidi_pin": "warning", 423 | "missing_input_pin": "warning", 424 | "missing_power_pin": "error", 425 | "missing_unit": "warning", 426 | "multiple_net_names": "warning", 427 | "net_not_bus_member": "warning", 428 | "no_connect_connected": "warning", 429 | "no_connect_dangling": "warning", 430 | "pin_not_connected": "error", 431 | "pin_not_driven": "error", 432 | "pin_to_pin": "warning", 433 | "power_pin_not_driven": "error", 434 | "similar_labels": "warning", 435 | "simulation_model_issue": "ignore", 436 | "unannotated": "error", 437 | "unit_value_mismatch": "error", 438 | "unresolved_variable": "error", 439 | "wire_dangling": "error" 440 | } 441 | }, 442 | "libraries": { 443 | "pinned_footprint_libs": [], 444 | "pinned_symbol_libs": [] 445 | }, 446 | "meta": { 447 | "filename": "Bridge v1.kicad_pro", 448 | "version": 1 449 | }, 450 | "net_settings": { 451 | "classes": [ 452 | { 453 | "bus_width": 12, 454 | "clearance": 0.2, 455 | "diff_pair_gap": 0.25, 456 | "diff_pair_via_gap": 0.25, 457 | "diff_pair_width": 0.2, 458 | "line_style": 0, 459 | "microvia_diameter": 0.3, 460 | "microvia_drill": 0.1, 461 | "name": "Default", 462 | "pcb_color": "rgba(0, 0, 0, 0.000)", 463 | "schematic_color": "rgba(0, 0, 0, 0.000)", 464 | "track_width": 0.2, 465 | "via_diameter": 0.6, 466 | "via_drill": 0.3, 467 | "wire_width": 6 468 | } 469 | ], 470 | "meta": { 471 | "version": 3 472 | }, 473 | "net_colors": null, 474 | "netclass_assignments": null, 475 | "netclass_patterns": [] 476 | }, 477 | "pcbnew": { 478 | "last_paths": { 479 | "gencad": "", 480 | "idf": "", 481 | "netlist": "", 482 | "plot": "", 483 | "pos_files": "", 484 | "specctra_dsn": "", 485 | "step": "Bridge v1.step", 486 | "svg": "", 487 | "vrml": "" 488 | }, 489 | "page_layout_descr_file": "" 490 | }, 491 | "schematic": { 492 | "annotate_start_num": 0, 493 | "bom_export_filename": "", 494 | "bom_fmt_presets": [], 495 | "bom_fmt_settings": { 496 | "field_delimiter": ",", 497 | "keep_line_breaks": false, 498 | "keep_tabs": false, 499 | "name": "CSV", 500 | "ref_delimiter": ",", 501 | "ref_range_delimiter": "", 502 | "string_delimiter": "\"" 503 | }, 504 | "bom_presets": [], 505 | "bom_settings": { 506 | "exclude_dnp": false, 507 | "fields_ordered": [ 508 | { 509 | "group_by": false, 510 | "label": "Reference", 511 | "name": "Reference", 512 | "show": true 513 | }, 514 | { 515 | "group_by": true, 516 | "label": "Value", 517 | "name": "Value", 518 | "show": true 519 | }, 520 | { 521 | "group_by": false, 522 | "label": "Datasheet", 523 | "name": "Datasheet", 524 | "show": true 525 | }, 526 | { 527 | "group_by": false, 528 | "label": "Footprint", 529 | "name": "Footprint", 530 | "show": true 531 | }, 532 | { 533 | "group_by": false, 534 | "label": "Qty", 535 | "name": "${QUANTITY}", 536 | "show": true 537 | }, 538 | { 539 | "group_by": true, 540 | "label": "DNP", 541 | "name": "${DNP}", 542 | "show": true 543 | } 544 | ], 545 | "filter_string": "", 546 | "group_symbols": true, 547 | "name": "Grouped By Value", 548 | "sort_asc": true, 549 | "sort_field": "Reference" 550 | }, 551 | "connection_grid_size": 50.0, 552 | "drawing": { 553 | "dashed_lines_dash_length_ratio": 12.0, 554 | "dashed_lines_gap_length_ratio": 3.0, 555 | "default_line_thickness": 6.0, 556 | "default_text_size": 50.0, 557 | "field_names": [], 558 | "intersheets_ref_own_page": false, 559 | "intersheets_ref_prefix": "", 560 | "intersheets_ref_short": false, 561 | "intersheets_ref_show": false, 562 | "intersheets_ref_suffix": "", 563 | "junction_size_choice": 3, 564 | "label_size_ratio": 0.375, 565 | "operating_point_overlay_i_precision": 3, 566 | "operating_point_overlay_i_range": "~A", 567 | "operating_point_overlay_v_precision": 3, 568 | "operating_point_overlay_v_range": "~V", 569 | "overbar_offset_ratio": 1.23, 570 | "pin_symbol_size": 25.0, 571 | "text_offset_ratio": 0.15 572 | }, 573 | "legacy_lib_dir": "", 574 | "legacy_lib_list": [], 575 | "meta": { 576 | "version": 1 577 | }, 578 | "net_format_name": "", 579 | "page_layout_descr_file": "", 580 | "plot_directory": "", 581 | "spice_current_sheet_as_root": false, 582 | "spice_external_command": "spice \"%I\"", 583 | "spice_model_current_sheet_as_root": true, 584 | "spice_save_all_currents": false, 585 | "spice_save_all_dissipations": false, 586 | "spice_save_all_voltages": false, 587 | "subpart_first_id": 65, 588 | "subpart_id_separator": 0 589 | }, 590 | "sheets": [ 591 | [ 592 | "a56cf94f-59e8-489a-b0c7-d248b7aaf880", 593 | "Root" 594 | ] 595 | ], 596 | "text_variables": {} 597 | } 598 | -------------------------------------------------------------------------------- /PCB/Bridge v1.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch 2 | (version 20231120) 3 | (generator "eeschema") 4 | (generator_version "8.0") 5 | (uuid "a56cf94f-59e8-489a-b0c7-d248b7aaf880") 6 | (paper "A4") 7 | (lib_symbols 8 | (symbol "2024-11-17_23-35-08:CX90M-16P" 9 | (pin_names 10 | (offset 0.254) 11 | ) 12 | (exclude_from_sim no) 13 | (in_bom yes) 14 | (on_board yes) 15 | (property "Reference" "J" 16 | (at 20.32 10.16 0) 17 | (effects 18 | (font 19 | (size 1.524 1.524) 20 | ) 21 | ) 22 | ) 23 | (property "Value" "CX90M-16P" 24 | (at 20.32 7.62 0) 25 | (effects 26 | (font 27 | (size 1.524 1.524) 28 | ) 29 | ) 30 | ) 31 | (property "Footprint" "CX90M-16P_HIR" 32 | (at 0 0 0) 33 | (effects 34 | (font 35 | (size 1.27 1.27) 36 | (italic yes) 37 | ) 38 | (hide yes) 39 | ) 40 | ) 41 | (property "Datasheet" "CX90M-16P" 42 | (at 0 0 0) 43 | (effects 44 | (font 45 | (size 1.27 1.27) 46 | (italic yes) 47 | ) 48 | (hide yes) 49 | ) 50 | ) 51 | (property "Description" "" 52 | (at 0 0 0) 53 | (effects 54 | (font 55 | (size 1.27 1.27) 56 | ) 57 | (hide yes) 58 | ) 59 | ) 60 | (property "ki_locked" "" 61 | (at 0 0 0) 62 | (effects 63 | (font 64 | (size 1.27 1.27) 65 | ) 66 | ) 67 | ) 68 | (property "ki_keywords" "CX90M-16P" 69 | (at 0 0 0) 70 | (effects 71 | (font 72 | (size 1.27 1.27) 73 | ) 74 | (hide yes) 75 | ) 76 | ) 77 | (property "ki_fp_filters" "CX90M-16P_HIR" 78 | (at 0 0 0) 79 | (effects 80 | (font 81 | (size 1.27 1.27) 82 | ) 83 | (hide yes) 84 | ) 85 | ) 86 | (symbol "CX90M-16P_0_1" 87 | (polyline 88 | (pts 89 | (xy 7.62 -25.4) (xy 33.02 -25.4) 90 | ) 91 | (stroke 92 | (width 0.127) 93 | (type default) 94 | ) 95 | (fill 96 | (type none) 97 | ) 98 | ) 99 | (polyline 100 | (pts 101 | (xy 7.62 5.08) (xy 7.62 -25.4) 102 | ) 103 | (stroke 104 | (width 0.127) 105 | (type default) 106 | ) 107 | (fill 108 | (type none) 109 | ) 110 | ) 111 | (polyline 112 | (pts 113 | (xy 33.02 -25.4) (xy 33.02 5.08) 114 | ) 115 | (stroke 116 | (width 0.127) 117 | (type default) 118 | ) 119 | (fill 120 | (type none) 121 | ) 122 | ) 123 | (polyline 124 | (pts 125 | (xy 33.02 5.08) (xy 7.62 5.08) 126 | ) 127 | (stroke 128 | (width 0.127) 129 | (type default) 130 | ) 131 | (fill 132 | (type none) 133 | ) 134 | ) 135 | (pin power_out line 136 | (at 0 0 0) 137 | (length 7.62) 138 | (name "GND" 139 | (effects 140 | (font 141 | (size 1.27 1.27) 142 | ) 143 | ) 144 | ) 145 | (number "A1" 146 | (effects 147 | (font 148 | (size 1.27 1.27) 149 | ) 150 | ) 151 | ) 152 | ) 153 | (pin power_out line 154 | (at 40.64 -7.62 180) 155 | (length 7.62) 156 | (name "GND" 157 | (effects 158 | (font 159 | (size 1.27 1.27) 160 | ) 161 | ) 162 | ) 163 | (number "A12" 164 | (effects 165 | (font 166 | (size 1.27 1.27) 167 | ) 168 | ) 169 | ) 170 | ) 171 | (pin unspecified line 172 | (at 0 -2.54 0) 173 | (length 7.62) 174 | (name "VBUS" 175 | (effects 176 | (font 177 | (size 1.27 1.27) 178 | ) 179 | ) 180 | ) 181 | (number "A4" 182 | (effects 183 | (font 184 | (size 1.27 1.27) 185 | ) 186 | ) 187 | ) 188 | ) 189 | (pin bidirectional line 190 | (at 0 -5.08 0) 191 | (length 7.62) 192 | (name "CC1" 193 | (effects 194 | (font 195 | (size 1.27 1.27) 196 | ) 197 | ) 198 | ) 199 | (number "A5" 200 | (effects 201 | (font 202 | (size 1.27 1.27) 203 | ) 204 | ) 205 | ) 206 | ) 207 | (pin unspecified line 208 | (at 0 -7.62 0) 209 | (length 7.62) 210 | (name "D+" 211 | (effects 212 | (font 213 | (size 1.27 1.27) 214 | ) 215 | ) 216 | ) 217 | (number "A6" 218 | (effects 219 | (font 220 | (size 1.27 1.27) 221 | ) 222 | ) 223 | ) 224 | ) 225 | (pin bidirectional line 226 | (at 0 -10.16 0) 227 | (length 7.62) 228 | (name "D-" 229 | (effects 230 | (font 231 | (size 1.27 1.27) 232 | ) 233 | ) 234 | ) 235 | (number "A7" 236 | (effects 237 | (font 238 | (size 1.27 1.27) 239 | ) 240 | ) 241 | ) 242 | ) 243 | (pin bidirectional line 244 | (at 0 -12.7 0) 245 | (length 7.62) 246 | (name "SBU1" 247 | (effects 248 | (font 249 | (size 1.27 1.27) 250 | ) 251 | ) 252 | ) 253 | (number "A8" 254 | (effects 255 | (font 256 | (size 1.27 1.27) 257 | ) 258 | ) 259 | ) 260 | ) 261 | (pin unspecified line 262 | (at 0 -15.24 0) 263 | (length 7.62) 264 | (name "VBUS" 265 | (effects 266 | (font 267 | (size 1.27 1.27) 268 | ) 269 | ) 270 | ) 271 | (number "A9" 272 | (effects 273 | (font 274 | (size 1.27 1.27) 275 | ) 276 | ) 277 | ) 278 | ) 279 | (pin power_out line 280 | (at 0 -17.78 0) 281 | (length 7.62) 282 | (name "GND" 283 | (effects 284 | (font 285 | (size 1.27 1.27) 286 | ) 287 | ) 288 | ) 289 | (number "B1" 290 | (effects 291 | (font 292 | (size 1.27 1.27) 293 | ) 294 | ) 295 | ) 296 | ) 297 | (pin power_out line 298 | (at 40.64 -5.08 180) 299 | (length 7.62) 300 | (name "GND" 301 | (effects 302 | (font 303 | (size 1.27 1.27) 304 | ) 305 | ) 306 | ) 307 | (number "B12" 308 | (effects 309 | (font 310 | (size 1.27 1.27) 311 | ) 312 | ) 313 | ) 314 | ) 315 | (pin unspecified line 316 | (at 0 -20.32 0) 317 | (length 7.62) 318 | (name "VBUS" 319 | (effects 320 | (font 321 | (size 1.27 1.27) 322 | ) 323 | ) 324 | ) 325 | (number "B4" 326 | (effects 327 | (font 328 | (size 1.27 1.27) 329 | ) 330 | ) 331 | ) 332 | ) 333 | (pin bidirectional line 334 | (at 40.64 -20.32 180) 335 | (length 7.62) 336 | (name "CC2" 337 | (effects 338 | (font 339 | (size 1.27 1.27) 340 | ) 341 | ) 342 | ) 343 | (number "B5" 344 | (effects 345 | (font 346 | (size 1.27 1.27) 347 | ) 348 | ) 349 | ) 350 | ) 351 | (pin unspecified line 352 | (at 40.64 -17.78 180) 353 | (length 7.62) 354 | (name "D+" 355 | (effects 356 | (font 357 | (size 1.27 1.27) 358 | ) 359 | ) 360 | ) 361 | (number "B6" 362 | (effects 363 | (font 364 | (size 1.27 1.27) 365 | ) 366 | ) 367 | ) 368 | ) 369 | (pin bidirectional line 370 | (at 40.64 -15.24 180) 371 | (length 7.62) 372 | (name "D-" 373 | (effects 374 | (font 375 | (size 1.27 1.27) 376 | ) 377 | ) 378 | ) 379 | (number "B7" 380 | (effects 381 | (font 382 | (size 1.27 1.27) 383 | ) 384 | ) 385 | ) 386 | ) 387 | (pin bidirectional line 388 | (at 40.64 -12.7 180) 389 | (length 7.62) 390 | (name "SBU2" 391 | (effects 392 | (font 393 | (size 1.27 1.27) 394 | ) 395 | ) 396 | ) 397 | (number "B8" 398 | (effects 399 | (font 400 | (size 1.27 1.27) 401 | ) 402 | ) 403 | ) 404 | ) 405 | (pin unspecified line 406 | (at 40.64 -10.16 180) 407 | (length 7.62) 408 | (name "VBUS" 409 | (effects 410 | (font 411 | (size 1.27 1.27) 412 | ) 413 | ) 414 | ) 415 | (number "B9" 416 | (effects 417 | (font 418 | (size 1.27 1.27) 419 | ) 420 | ) 421 | ) 422 | ) 423 | (pin bidirectional line 424 | (at 40.64 -2.54 180) 425 | (length 7.62) 426 | (name "MID1" 427 | (effects 428 | (font 429 | (size 1.27 1.27) 430 | ) 431 | ) 432 | ) 433 | (number "MID1" 434 | (effects 435 | (font 436 | (size 1.27 1.27) 437 | ) 438 | ) 439 | ) 440 | ) 441 | (pin bidirectional line 442 | (at 40.64 0 180) 443 | (length 7.62) 444 | (name "MID2" 445 | (effects 446 | (font 447 | (size 1.27 1.27) 448 | ) 449 | ) 450 | ) 451 | (number "MID2" 452 | (effects 453 | (font 454 | (size 1.27 1.27) 455 | ) 456 | ) 457 | ) 458 | ) 459 | ) 460 | ) 461 | (symbol "CX60-24S-UNIT:CX60-24S-UNIT" 462 | (pin_names 463 | (offset 1.016) 464 | ) 465 | (exclude_from_sim no) 466 | (in_bom yes) 467 | (on_board yes) 468 | (property "Reference" "J" 469 | (at -15.24 16.51 0) 470 | (effects 471 | (font 472 | (size 1.27 1.27) 473 | ) 474 | (justify left bottom) 475 | ) 476 | ) 477 | (property "Value" "CX60-24S-UNIT" 478 | (at -15.24 -26.67 0) 479 | (effects 480 | (font 481 | (size 1.27 1.27) 482 | ) 483 | (justify left top) 484 | ) 485 | ) 486 | (property "Footprint" "CX60-24S-UNIT:HIROSE_CX60-24S-UNIT" 487 | (at 0 0 0) 488 | (effects 489 | (font 490 | (size 1.27 1.27) 491 | ) 492 | (justify bottom) 493 | (hide yes) 494 | ) 495 | ) 496 | (property "Datasheet" "" 497 | (at 0 0 0) 498 | (effects 499 | (font 500 | (size 1.27 1.27) 501 | ) 502 | (hide yes) 503 | ) 504 | ) 505 | (property "Description" "" 506 | (at 0 0 0) 507 | (effects 508 | (font 509 | (size 1.27 1.27) 510 | ) 511 | (hide yes) 512 | ) 513 | ) 514 | (property "PARTREV" "5" 515 | (at 0 0 0) 516 | (effects 517 | (font 518 | (size 1.27 1.27) 519 | ) 520 | (justify bottom) 521 | (hide yes) 522 | ) 523 | ) 524 | (property "STANDARD" "Manufacturer Recommendations" 525 | (at 0 0 0) 526 | (effects 527 | (font 528 | (size 1.27 1.27) 529 | ) 530 | (justify bottom) 531 | (hide yes) 532 | ) 533 | ) 534 | (property "MAXIMUM_PACKAGE_HEIGHT" "2.6 mm" 535 | (at 0 0 0) 536 | (effects 537 | (font 538 | (size 1.27 1.27) 539 | ) 540 | (justify bottom) 541 | (hide yes) 542 | ) 543 | ) 544 | (property "MANUFACTURER" "Hirose" 545 | (at 0 0 0) 546 | (effects 547 | (font 548 | (size 1.27 1.27) 549 | ) 550 | (justify bottom) 551 | (hide yes) 552 | ) 553 | ) 554 | (symbol "CX60-24S-UNIT_0_0" 555 | (rectangle 556 | (start -15.24 -25.4) 557 | (end 15.24 15.24) 558 | (stroke 559 | (width 0.254) 560 | (type default) 561 | ) 562 | (fill 563 | (type background) 564 | ) 565 | ) 566 | (pin power_in line 567 | (at -20.32 -12.7 0) 568 | (length 5.08) 569 | (name "GNDA" 570 | (effects 571 | (font 572 | (size 1.016 1.016) 573 | ) 574 | ) 575 | ) 576 | (number "A1" 577 | (effects 578 | (font 579 | (size 1.016 1.016) 580 | ) 581 | ) 582 | ) 583 | ) 584 | (pin bidirectional line 585 | (at -20.32 -7.62 0) 586 | (length 5.08) 587 | (name "RX2-" 588 | (effects 589 | (font 590 | (size 1.016 1.016) 591 | ) 592 | ) 593 | ) 594 | (number "A10" 595 | (effects 596 | (font 597 | (size 1.016 1.016) 598 | ) 599 | ) 600 | ) 601 | ) 602 | (pin bidirectional line 603 | (at -20.32 -10.16 0) 604 | (length 5.08) 605 | (name "RX2+" 606 | (effects 607 | (font 608 | (size 1.016 1.016) 609 | ) 610 | ) 611 | ) 612 | (number "A11" 613 | (effects 614 | (font 615 | (size 1.016 1.016) 616 | ) 617 | ) 618 | ) 619 | ) 620 | (pin power_in line 621 | (at -20.32 -15.24 0) 622 | (length 5.08) 623 | (name "GNDA__1" 624 | (effects 625 | (font 626 | (size 1.016 1.016) 627 | ) 628 | ) 629 | ) 630 | (number "A12" 631 | (effects 632 | (font 633 | (size 1.016 1.016) 634 | ) 635 | ) 636 | ) 637 | ) 638 | (pin bidirectional line 639 | (at -20.32 7.62 0) 640 | (length 5.08) 641 | (name "TX1+" 642 | (effects 643 | (font 644 | (size 1.016 1.016) 645 | ) 646 | ) 647 | ) 648 | (number "A2" 649 | (effects 650 | (font 651 | (size 1.016 1.016) 652 | ) 653 | ) 654 | ) 655 | ) 656 | (pin bidirectional line 657 | (at -20.32 5.08 0) 658 | (length 5.08) 659 | (name "TX1-" 660 | (effects 661 | (font 662 | (size 1.016 1.016) 663 | ) 664 | ) 665 | ) 666 | (number "A3" 667 | (effects 668 | (font 669 | (size 1.016 1.016) 670 | ) 671 | ) 672 | ) 673 | ) 674 | (pin power_in line 675 | (at -20.32 12.7 0) 676 | (length 5.08) 677 | (name "VBUS_A" 678 | (effects 679 | (font 680 | (size 1.016 1.016) 681 | ) 682 | ) 683 | ) 684 | (number "A4" 685 | (effects 686 | (font 687 | (size 1.016 1.016) 688 | ) 689 | ) 690 | ) 691 | ) 692 | (pin bidirectional line 693 | (at -20.32 2.54 0) 694 | (length 5.08) 695 | (name "CC" 696 | (effects 697 | (font 698 | (size 1.016 1.016) 699 | ) 700 | ) 701 | ) 702 | (number "A5" 703 | (effects 704 | (font 705 | (size 1.016 1.016) 706 | ) 707 | ) 708 | ) 709 | ) 710 | (pin bidirectional line 711 | (at -20.32 0 0) 712 | (length 5.08) 713 | (name "D+" 714 | (effects 715 | (font 716 | (size 1.016 1.016) 717 | ) 718 | ) 719 | ) 720 | (number "A6" 721 | (effects 722 | (font 723 | (size 1.016 1.016) 724 | ) 725 | ) 726 | ) 727 | ) 728 | (pin bidirectional line 729 | (at -20.32 -2.54 0) 730 | (length 5.08) 731 | (name "D-" 732 | (effects 733 | (font 734 | (size 1.016 1.016) 735 | ) 736 | ) 737 | ) 738 | (number "A7" 739 | (effects 740 | (font 741 | (size 1.016 1.016) 742 | ) 743 | ) 744 | ) 745 | ) 746 | (pin bidirectional line 747 | (at -20.32 -5.08 0) 748 | (length 5.08) 749 | (name "SBU1" 750 | (effects 751 | (font 752 | (size 1.016 1.016) 753 | ) 754 | ) 755 | ) 756 | (number "A8" 757 | (effects 758 | (font 759 | (size 1.016 1.016) 760 | ) 761 | ) 762 | ) 763 | ) 764 | (pin power_in line 765 | (at -20.32 10.16 0) 766 | (length 5.08) 767 | (name "VBUS_A__1" 768 | (effects 769 | (font 770 | (size 1.016 1.016) 771 | ) 772 | ) 773 | ) 774 | (number "A9" 775 | (effects 776 | (font 777 | (size 1.016 1.016) 778 | ) 779 | ) 780 | ) 781 | ) 782 | (pin power_in line 783 | (at 20.32 -12.7 180) 784 | (length 5.08) 785 | (name "GNDB" 786 | (effects 787 | (font 788 | (size 1.016 1.016) 789 | ) 790 | ) 791 | ) 792 | (number "B1" 793 | (effects 794 | (font 795 | (size 1.016 1.016) 796 | ) 797 | ) 798 | ) 799 | ) 800 | (pin bidirectional line 801 | (at 20.32 5.08 180) 802 | (length 5.08) 803 | (name "RX1-" 804 | (effects 805 | (font 806 | (size 1.016 1.016) 807 | ) 808 | ) 809 | ) 810 | (number "B10" 811 | (effects 812 | (font 813 | (size 1.016 1.016) 814 | ) 815 | ) 816 | ) 817 | ) 818 | (pin bidirectional line 819 | (at 20.32 7.62 180) 820 | (length 5.08) 821 | (name "RX1+" 822 | (effects 823 | (font 824 | (size 1.016 1.016) 825 | ) 826 | ) 827 | ) 828 | (number "B11" 829 | (effects 830 | (font 831 | (size 1.016 1.016) 832 | ) 833 | ) 834 | ) 835 | ) 836 | (pin power_in line 837 | (at 20.32 -15.24 180) 838 | (length 5.08) 839 | (name "GNDB__1" 840 | (effects 841 | (font 842 | (size 1.016 1.016) 843 | ) 844 | ) 845 | ) 846 | (number "B12" 847 | (effects 848 | (font 849 | (size 1.016 1.016) 850 | ) 851 | ) 852 | ) 853 | ) 854 | (pin bidirectional line 855 | (at 20.32 -10.16 180) 856 | (length 5.08) 857 | (name "TX2+" 858 | (effects 859 | (font 860 | (size 1.016 1.016) 861 | ) 862 | ) 863 | ) 864 | (number "B2" 865 | (effects 866 | (font 867 | (size 1.016 1.016) 868 | ) 869 | ) 870 | ) 871 | ) 872 | (pin bidirectional line 873 | (at 20.32 -7.62 180) 874 | (length 5.08) 875 | (name "TX2-" 876 | (effects 877 | (font 878 | (size 1.016 1.016) 879 | ) 880 | ) 881 | ) 882 | (number "B3" 883 | (effects 884 | (font 885 | (size 1.016 1.016) 886 | ) 887 | ) 888 | ) 889 | ) 890 | (pin power_in line 891 | (at 20.32 12.7 180) 892 | (length 5.08) 893 | (name "VBUS_B" 894 | (effects 895 | (font 896 | (size 1.016 1.016) 897 | ) 898 | ) 899 | ) 900 | (number "B4" 901 | (effects 902 | (font 903 | (size 1.016 1.016) 904 | ) 905 | ) 906 | ) 907 | ) 908 | (pin bidirectional line 909 | (at 20.32 -5.08 180) 910 | (length 5.08) 911 | (name "VCONN" 912 | (effects 913 | (font 914 | (size 1.016 1.016) 915 | ) 916 | ) 917 | ) 918 | (number "B5" 919 | (effects 920 | (font 921 | (size 1.016 1.016) 922 | ) 923 | ) 924 | ) 925 | ) 926 | (pin bidirectional line 927 | (at 20.32 2.54 180) 928 | (length 5.08) 929 | (name "SBU2" 930 | (effects 931 | (font 932 | (size 1.016 1.016) 933 | ) 934 | ) 935 | ) 936 | (number "B8" 937 | (effects 938 | (font 939 | (size 1.016 1.016) 940 | ) 941 | ) 942 | ) 943 | ) 944 | (pin power_in line 945 | (at 20.32 10.16 180) 946 | (length 5.08) 947 | (name "VBUS_B__1" 948 | (effects 949 | (font 950 | (size 1.016 1.016) 951 | ) 952 | ) 953 | ) 954 | (number "B9" 955 | (effects 956 | (font 957 | (size 1.016 1.016) 958 | ) 959 | ) 960 | ) 961 | ) 962 | (pin passive line 963 | (at -20.32 -20.32 0) 964 | (length 5.08) 965 | (name "SHIELD1" 966 | (effects 967 | (font 968 | (size 1.016 1.016) 969 | ) 970 | ) 971 | ) 972 | (number "S1" 973 | (effects 974 | (font 975 | (size 1.016 1.016) 976 | ) 977 | ) 978 | ) 979 | ) 980 | (pin passive line 981 | (at -20.32 -22.86 0) 982 | (length 5.08) 983 | (name "SHIELD1__1" 984 | (effects 985 | (font 986 | (size 1.016 1.016) 987 | ) 988 | ) 989 | ) 990 | (number "S2" 991 | (effects 992 | (font 993 | (size 1.016 1.016) 994 | ) 995 | ) 996 | ) 997 | ) 998 | (pin passive line 999 | (at 20.32 -20.32 180) 1000 | (length 5.08) 1001 | (name "SHIELD2" 1002 | (effects 1003 | (font 1004 | (size 1.016 1.016) 1005 | ) 1006 | ) 1007 | ) 1008 | (number "S3" 1009 | (effects 1010 | (font 1011 | (size 1.016 1.016) 1012 | ) 1013 | ) 1014 | ) 1015 | ) 1016 | (pin passive line 1017 | (at 20.32 -22.86 180) 1018 | (length 5.08) 1019 | (name "SHIELD2__1" 1020 | (effects 1021 | (font 1022 | (size 1.016 1.016) 1023 | ) 1024 | ) 1025 | ) 1026 | (number "S4" 1027 | (effects 1028 | (font 1029 | (size 1.016 1.016) 1030 | ) 1031 | ) 1032 | ) 1033 | ) 1034 | ) 1035 | ) 1036 | (symbol "Connector:USB_B_Micro" 1037 | (pin_names 1038 | (offset 1.016) 1039 | ) 1040 | (exclude_from_sim no) 1041 | (in_bom yes) 1042 | (on_board yes) 1043 | (property "Reference" "J" 1044 | (at -5.08 11.43 0) 1045 | (effects 1046 | (font 1047 | (size 1.27 1.27) 1048 | ) 1049 | (justify left) 1050 | ) 1051 | ) 1052 | (property "Value" "USB_B_Micro" 1053 | (at -5.08 8.89 0) 1054 | (effects 1055 | (font 1056 | (size 1.27 1.27) 1057 | ) 1058 | (justify left) 1059 | ) 1060 | ) 1061 | (property "Footprint" "" 1062 | (at 3.81 -1.27 0) 1063 | (effects 1064 | (font 1065 | (size 1.27 1.27) 1066 | ) 1067 | (hide yes) 1068 | ) 1069 | ) 1070 | (property "Datasheet" "~" 1071 | (at 3.81 -1.27 0) 1072 | (effects 1073 | (font 1074 | (size 1.27 1.27) 1075 | ) 1076 | (hide yes) 1077 | ) 1078 | ) 1079 | (property "Description" "USB Micro Type B connector" 1080 | (at 0 0 0) 1081 | (effects 1082 | (font 1083 | (size 1.27 1.27) 1084 | ) 1085 | (hide yes) 1086 | ) 1087 | ) 1088 | (property "ki_keywords" "connector USB micro" 1089 | (at 0 0 0) 1090 | (effects 1091 | (font 1092 | (size 1.27 1.27) 1093 | ) 1094 | (hide yes) 1095 | ) 1096 | ) 1097 | (property "ki_fp_filters" "USB*" 1098 | (at 0 0 0) 1099 | (effects 1100 | (font 1101 | (size 1.27 1.27) 1102 | ) 1103 | (hide yes) 1104 | ) 1105 | ) 1106 | (symbol "USB_B_Micro_0_1" 1107 | (rectangle 1108 | (start -5.08 -7.62) 1109 | (end 5.08 7.62) 1110 | (stroke 1111 | (width 0.254) 1112 | (type default) 1113 | ) 1114 | (fill 1115 | (type background) 1116 | ) 1117 | ) 1118 | (circle 1119 | (center -3.81 2.159) 1120 | (radius 0.635) 1121 | (stroke 1122 | (width 0.254) 1123 | (type default) 1124 | ) 1125 | (fill 1126 | (type outline) 1127 | ) 1128 | ) 1129 | (circle 1130 | (center -0.635 3.429) 1131 | (radius 0.381) 1132 | (stroke 1133 | (width 0.254) 1134 | (type default) 1135 | ) 1136 | (fill 1137 | (type outline) 1138 | ) 1139 | ) 1140 | (rectangle 1141 | (start -0.127 -7.62) 1142 | (end 0.127 -6.858) 1143 | (stroke 1144 | (width 0) 1145 | (type default) 1146 | ) 1147 | (fill 1148 | (type none) 1149 | ) 1150 | ) 1151 | (polyline 1152 | (pts 1153 | (xy -1.905 2.159) (xy 0.635 2.159) 1154 | ) 1155 | (stroke 1156 | (width 0.254) 1157 | (type default) 1158 | ) 1159 | (fill 1160 | (type none) 1161 | ) 1162 | ) 1163 | (polyline 1164 | (pts 1165 | (xy -3.175 2.159) (xy -2.54 2.159) (xy -1.27 3.429) (xy -0.635 3.429) 1166 | ) 1167 | (stroke 1168 | (width 0.254) 1169 | (type default) 1170 | ) 1171 | (fill 1172 | (type none) 1173 | ) 1174 | ) 1175 | (polyline 1176 | (pts 1177 | (xy -2.54 2.159) (xy -1.905 2.159) (xy -1.27 0.889) (xy 0 0.889) 1178 | ) 1179 | (stroke 1180 | (width 0.254) 1181 | (type default) 1182 | ) 1183 | (fill 1184 | (type none) 1185 | ) 1186 | ) 1187 | (polyline 1188 | (pts 1189 | (xy 0.635 2.794) (xy 0.635 1.524) (xy 1.905 2.159) (xy 0.635 2.794) 1190 | ) 1191 | (stroke 1192 | (width 0.254) 1193 | (type default) 1194 | ) 1195 | (fill 1196 | (type outline) 1197 | ) 1198 | ) 1199 | (polyline 1200 | (pts 1201 | (xy -4.318 5.588) (xy -1.778 5.588) (xy -2.032 4.826) (xy -4.064 4.826) (xy -4.318 5.588) 1202 | ) 1203 | (stroke 1204 | (width 0) 1205 | (type default) 1206 | ) 1207 | (fill 1208 | (type outline) 1209 | ) 1210 | ) 1211 | (polyline 1212 | (pts 1213 | (xy -4.699 5.842) (xy -4.699 5.588) (xy -4.445 4.826) (xy -4.445 4.572) (xy -1.651 4.572) (xy -1.651 4.826) 1214 | (xy -1.397 5.588) (xy -1.397 5.842) (xy -4.699 5.842) 1215 | ) 1216 | (stroke 1217 | (width 0) 1218 | (type default) 1219 | ) 1220 | (fill 1221 | (type none) 1222 | ) 1223 | ) 1224 | (rectangle 1225 | (start 0.254 1.27) 1226 | (end -0.508 0.508) 1227 | (stroke 1228 | (width 0.254) 1229 | (type default) 1230 | ) 1231 | (fill 1232 | (type outline) 1233 | ) 1234 | ) 1235 | (rectangle 1236 | (start 5.08 -5.207) 1237 | (end 4.318 -4.953) 1238 | (stroke 1239 | (width 0) 1240 | (type default) 1241 | ) 1242 | (fill 1243 | (type none) 1244 | ) 1245 | ) 1246 | (rectangle 1247 | (start 5.08 -2.667) 1248 | (end 4.318 -2.413) 1249 | (stroke 1250 | (width 0) 1251 | (type default) 1252 | ) 1253 | (fill 1254 | (type none) 1255 | ) 1256 | ) 1257 | (rectangle 1258 | (start 5.08 -0.127) 1259 | (end 4.318 0.127) 1260 | (stroke 1261 | (width 0) 1262 | (type default) 1263 | ) 1264 | (fill 1265 | (type none) 1266 | ) 1267 | ) 1268 | (rectangle 1269 | (start 5.08 4.953) 1270 | (end 4.318 5.207) 1271 | (stroke 1272 | (width 0) 1273 | (type default) 1274 | ) 1275 | (fill 1276 | (type none) 1277 | ) 1278 | ) 1279 | ) 1280 | (symbol "USB_B_Micro_1_1" 1281 | (pin power_out line 1282 | (at 7.62 5.08 180) 1283 | (length 2.54) 1284 | (name "VBUS" 1285 | (effects 1286 | (font 1287 | (size 1.27 1.27) 1288 | ) 1289 | ) 1290 | ) 1291 | (number "1" 1292 | (effects 1293 | (font 1294 | (size 1.27 1.27) 1295 | ) 1296 | ) 1297 | ) 1298 | ) 1299 | (pin bidirectional line 1300 | (at 7.62 -2.54 180) 1301 | (length 2.54) 1302 | (name "D-" 1303 | (effects 1304 | (font 1305 | (size 1.27 1.27) 1306 | ) 1307 | ) 1308 | ) 1309 | (number "2" 1310 | (effects 1311 | (font 1312 | (size 1.27 1.27) 1313 | ) 1314 | ) 1315 | ) 1316 | ) 1317 | (pin bidirectional line 1318 | (at 7.62 0 180) 1319 | (length 2.54) 1320 | (name "D+" 1321 | (effects 1322 | (font 1323 | (size 1.27 1.27) 1324 | ) 1325 | ) 1326 | ) 1327 | (number "3" 1328 | (effects 1329 | (font 1330 | (size 1.27 1.27) 1331 | ) 1332 | ) 1333 | ) 1334 | ) 1335 | (pin passive line 1336 | (at 7.62 -5.08 180) 1337 | (length 2.54) 1338 | (name "ID" 1339 | (effects 1340 | (font 1341 | (size 1.27 1.27) 1342 | ) 1343 | ) 1344 | ) 1345 | (number "4" 1346 | (effects 1347 | (font 1348 | (size 1.27 1.27) 1349 | ) 1350 | ) 1351 | ) 1352 | ) 1353 | (pin power_out line 1354 | (at 0 -10.16 90) 1355 | (length 2.54) 1356 | (name "GND" 1357 | (effects 1358 | (font 1359 | (size 1.27 1.27) 1360 | ) 1361 | ) 1362 | ) 1363 | (number "5" 1364 | (effects 1365 | (font 1366 | (size 1.27 1.27) 1367 | ) 1368 | ) 1369 | ) 1370 | ) 1371 | (pin passive line 1372 | (at -2.54 -10.16 90) 1373 | (length 2.54) 1374 | (name "Shield" 1375 | (effects 1376 | (font 1377 | (size 1.27 1.27) 1378 | ) 1379 | ) 1380 | ) 1381 | (number "6" 1382 | (effects 1383 | (font 1384 | (size 1.27 1.27) 1385 | ) 1386 | ) 1387 | ) 1388 | ) 1389 | ) 1390 | ) 1391 | (symbol "Device:R" 1392 | (pin_numbers hide) 1393 | (pin_names 1394 | (offset 0) 1395 | ) 1396 | (exclude_from_sim no) 1397 | (in_bom yes) 1398 | (on_board yes) 1399 | (property "Reference" "R" 1400 | (at 2.032 0 90) 1401 | (effects 1402 | (font 1403 | (size 1.27 1.27) 1404 | ) 1405 | ) 1406 | ) 1407 | (property "Value" "R" 1408 | (at 0 0 90) 1409 | (effects 1410 | (font 1411 | (size 1.27 1.27) 1412 | ) 1413 | ) 1414 | ) 1415 | (property "Footprint" "" 1416 | (at -1.778 0 90) 1417 | (effects 1418 | (font 1419 | (size 1.27 1.27) 1420 | ) 1421 | (hide yes) 1422 | ) 1423 | ) 1424 | (property "Datasheet" "~" 1425 | (at 0 0 0) 1426 | (effects 1427 | (font 1428 | (size 1.27 1.27) 1429 | ) 1430 | (hide yes) 1431 | ) 1432 | ) 1433 | (property "Description" "Resistor" 1434 | (at 0 0 0) 1435 | (effects 1436 | (font 1437 | (size 1.27 1.27) 1438 | ) 1439 | (hide yes) 1440 | ) 1441 | ) 1442 | (property "ki_keywords" "R res resistor" 1443 | (at 0 0 0) 1444 | (effects 1445 | (font 1446 | (size 1.27 1.27) 1447 | ) 1448 | (hide yes) 1449 | ) 1450 | ) 1451 | (property "ki_fp_filters" "R_*" 1452 | (at 0 0 0) 1453 | (effects 1454 | (font 1455 | (size 1.27 1.27) 1456 | ) 1457 | (hide yes) 1458 | ) 1459 | ) 1460 | (symbol "R_0_1" 1461 | (rectangle 1462 | (start -1.016 -2.54) 1463 | (end 1.016 2.54) 1464 | (stroke 1465 | (width 0.254) 1466 | (type default) 1467 | ) 1468 | (fill 1469 | (type none) 1470 | ) 1471 | ) 1472 | ) 1473 | (symbol "R_1_1" 1474 | (pin passive line 1475 | (at 0 3.81 270) 1476 | (length 1.27) 1477 | (name "~" 1478 | (effects 1479 | (font 1480 | (size 1.27 1.27) 1481 | ) 1482 | ) 1483 | ) 1484 | (number "1" 1485 | (effects 1486 | (font 1487 | (size 1.27 1.27) 1488 | ) 1489 | ) 1490 | ) 1491 | ) 1492 | (pin passive line 1493 | (at 0 -3.81 90) 1494 | (length 1.27) 1495 | (name "~" 1496 | (effects 1497 | (font 1498 | (size 1.27 1.27) 1499 | ) 1500 | ) 1501 | ) 1502 | (number "2" 1503 | (effects 1504 | (font 1505 | (size 1.27 1.27) 1506 | ) 1507 | ) 1508 | ) 1509 | ) 1510 | ) 1511 | ) 1512 | (symbol "SSSS811101:SSSS811101" 1513 | (pin_names 1514 | (offset 1.016) 1515 | ) 1516 | (exclude_from_sim no) 1517 | (in_bom yes) 1518 | (on_board yes) 1519 | (property "Reference" "S" 1520 | (at -5.08 5.715 0) 1521 | (effects 1522 | (font 1523 | (size 1.27 1.27) 1524 | ) 1525 | (justify left bottom) 1526 | ) 1527 | ) 1528 | (property "Value" "SSSS811101" 1529 | (at -5.08 -10.16 0) 1530 | (effects 1531 | (font 1532 | (size 1.27 1.27) 1533 | ) 1534 | (justify left bottom) 1535 | ) 1536 | ) 1537 | (property "Footprint" "SSSS811101:SW_SSSS811101" 1538 | (at 0 0 0) 1539 | (effects 1540 | (font 1541 | (size 1.27 1.27) 1542 | ) 1543 | (justify bottom) 1544 | (hide yes) 1545 | ) 1546 | ) 1547 | (property "Datasheet" "" 1548 | (at 0 0 0) 1549 | (effects 1550 | (font 1551 | (size 1.27 1.27) 1552 | ) 1553 | (hide yes) 1554 | ) 1555 | ) 1556 | (property "Description" "" 1557 | (at 0 0 0) 1558 | (effects 1559 | (font 1560 | (size 1.27 1.27) 1561 | ) 1562 | (hide yes) 1563 | ) 1564 | ) 1565 | (property "PARTREV" "N/A" 1566 | (at 0 0 0) 1567 | (effects 1568 | (font 1569 | (size 1.27 1.27) 1570 | ) 1571 | (justify bottom) 1572 | (hide yes) 1573 | ) 1574 | ) 1575 | (property "STANDARD" "Manufacturer Recommendations" 1576 | (at 0 0 0) 1577 | (effects 1578 | (font 1579 | (size 1.27 1.27) 1580 | ) 1581 | (justify bottom) 1582 | (hide yes) 1583 | ) 1584 | ) 1585 | (property "MAXIMUM_PACKAGE_HEIGHT" "1.60 mm" 1586 | (at 0 0 0) 1587 | (effects 1588 | (font 1589 | (size 1.27 1.27) 1590 | ) 1591 | (justify bottom) 1592 | (hide yes) 1593 | ) 1594 | ) 1595 | (property "MANUFACTURER" "ALPS" 1596 | (at 0 0 0) 1597 | (effects 1598 | (font 1599 | (size 1.27 1.27) 1600 | ) 1601 | (justify bottom) 1602 | (hide yes) 1603 | ) 1604 | ) 1605 | (symbol "SSSS811101_0_0" 1606 | (rectangle 1607 | (start -5.08 -7.62) 1608 | (end 5.08 5.08) 1609 | (stroke 1610 | (width 0.254) 1611 | (type default) 1612 | ) 1613 | (fill 1614 | (type background) 1615 | ) 1616 | ) 1617 | (polyline 1618 | (pts 1619 | (xy 3.81 -2.54) (xy 1.27 -2.54) 1620 | ) 1621 | (stroke 1622 | (width 0.1524) 1623 | (type default) 1624 | ) 1625 | (fill 1626 | (type none) 1627 | ) 1628 | ) 1629 | (polyline 1630 | (pts 1631 | (xy 3.81 0) (xy 1.27 0) 1632 | ) 1633 | (stroke 1634 | (width 0.1524) 1635 | (type default) 1636 | ) 1637 | (fill 1638 | (type none) 1639 | ) 1640 | ) 1641 | (polyline 1642 | (pts 1643 | (xy 3.81 0) (xy 3.81 -2.54) 1644 | ) 1645 | (stroke 1646 | (width 0.1524) 1647 | (type default) 1648 | ) 1649 | (fill 1650 | (type none) 1651 | ) 1652 | ) 1653 | (polyline 1654 | (pts 1655 | (xy 5.08 -5.08) (xy 1.27 -5.08) 1656 | ) 1657 | (stroke 1658 | (width 0.1524) 1659 | (type default) 1660 | ) 1661 | (fill 1662 | (type none) 1663 | ) 1664 | ) 1665 | (polyline 1666 | (pts 1667 | (xy 5.08 -2.54) (xy 3.81 -2.54) 1668 | ) 1669 | (stroke 1670 | (width 0.1524) 1671 | (type default) 1672 | ) 1673 | (fill 1674 | (type none) 1675 | ) 1676 | ) 1677 | (polyline 1678 | (pts 1679 | (xy 5.08 2.54) (xy 1.27 2.54) 1680 | ) 1681 | (stroke 1682 | (width 0.1524) 1683 | (type default) 1684 | ) 1685 | (fill 1686 | (type none) 1687 | ) 1688 | ) 1689 | (polyline 1690 | (pts 1691 | (xy 1.27 -5.715) (xy 1.27 -4.445) (xy 0 -5.08) (xy 1.27 -5.715) 1692 | ) 1693 | (stroke 1694 | (width 0.1524) 1695 | (type default) 1696 | ) 1697 | (fill 1698 | (type outline) 1699 | ) 1700 | ) 1701 | (polyline 1702 | (pts 1703 | (xy 1.27 -3.175) (xy 1.27 -1.905) (xy 0 -2.54) (xy 1.27 -3.175) 1704 | ) 1705 | (stroke 1706 | (width 0.1524) 1707 | (type default) 1708 | ) 1709 | (fill 1710 | (type outline) 1711 | ) 1712 | ) 1713 | (polyline 1714 | (pts 1715 | (xy 1.27 -0.635) (xy 1.27 0.635) (xy 0 0) (xy 1.27 -0.635) 1716 | ) 1717 | (stroke 1718 | (width 0.1524) 1719 | (type default) 1720 | ) 1721 | (fill 1722 | (type outline) 1723 | ) 1724 | ) 1725 | (polyline 1726 | (pts 1727 | (xy 1.27 1.905) (xy 1.27 3.175) (xy 0 2.54) (xy 1.27 1.905) 1728 | ) 1729 | (stroke 1730 | (width 0.1524) 1731 | (type default) 1732 | ) 1733 | (fill 1734 | (type outline) 1735 | ) 1736 | ) 1737 | (polyline 1738 | (pts 1739 | (xy 0 -4.445) (xy 0 -5.715) (xy -1.27 -5.715) (xy -1.27 0.635) (xy 0 0.635) (xy 0 -0.635) (xy -0.635 -0.635) 1740 | (xy -0.635 -4.445) (xy 0 -4.445) 1741 | ) 1742 | (stroke 1743 | (width 0.1524) 1744 | (type default) 1745 | ) 1746 | (fill 1747 | (type outline) 1748 | ) 1749 | ) 1750 | (pin passive line 1751 | (at 10.16 2.54 180) 1752 | (length 5.08) 1753 | (name "~" 1754 | (effects 1755 | (font 1756 | (size 1.016 1.016) 1757 | ) 1758 | ) 1759 | ) 1760 | (number "1" 1761 | (effects 1762 | (font 1763 | (size 1.016 1.016) 1764 | ) 1765 | ) 1766 | ) 1767 | ) 1768 | (pin passive line 1769 | (at 10.16 -2.54 180) 1770 | (length 5.08) 1771 | (name "~" 1772 | (effects 1773 | (font 1774 | (size 1.016 1.016) 1775 | ) 1776 | ) 1777 | ) 1778 | (number "2" 1779 | (effects 1780 | (font 1781 | (size 1.016 1.016) 1782 | ) 1783 | ) 1784 | ) 1785 | ) 1786 | (pin passive line 1787 | (at 10.16 -5.08 180) 1788 | (length 5.08) 1789 | (name "~" 1790 | (effects 1791 | (font 1792 | (size 1.016 1.016) 1793 | ) 1794 | ) 1795 | ) 1796 | (number "3" 1797 | (effects 1798 | (font 1799 | (size 1.016 1.016) 1800 | ) 1801 | ) 1802 | ) 1803 | ) 1804 | ) 1805 | ) 1806 | (symbol "power:GND" 1807 | (power) 1808 | (pin_numbers hide) 1809 | (pin_names 1810 | (offset 0) hide) 1811 | (exclude_from_sim no) 1812 | (in_bom yes) 1813 | (on_board yes) 1814 | (property "Reference" "#PWR" 1815 | (at 0 -6.35 0) 1816 | (effects 1817 | (font 1818 | (size 1.27 1.27) 1819 | ) 1820 | (hide yes) 1821 | ) 1822 | ) 1823 | (property "Value" "GND" 1824 | (at 0 -3.81 0) 1825 | (effects 1826 | (font 1827 | (size 1.27 1.27) 1828 | ) 1829 | ) 1830 | ) 1831 | (property "Footprint" "" 1832 | (at 0 0 0) 1833 | (effects 1834 | (font 1835 | (size 1.27 1.27) 1836 | ) 1837 | (hide yes) 1838 | ) 1839 | ) 1840 | (property "Datasheet" "" 1841 | (at 0 0 0) 1842 | (effects 1843 | (font 1844 | (size 1.27 1.27) 1845 | ) 1846 | (hide yes) 1847 | ) 1848 | ) 1849 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 1850 | (at 0 0 0) 1851 | (effects 1852 | (font 1853 | (size 1.27 1.27) 1854 | ) 1855 | (hide yes) 1856 | ) 1857 | ) 1858 | (property "ki_keywords" "global power" 1859 | (at 0 0 0) 1860 | (effects 1861 | (font 1862 | (size 1.27 1.27) 1863 | ) 1864 | (hide yes) 1865 | ) 1866 | ) 1867 | (symbol "GND_0_1" 1868 | (polyline 1869 | (pts 1870 | (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) 1871 | ) 1872 | (stroke 1873 | (width 0) 1874 | (type default) 1875 | ) 1876 | (fill 1877 | (type none) 1878 | ) 1879 | ) 1880 | ) 1881 | (symbol "GND_1_1" 1882 | (pin power_in line 1883 | (at 0 0 270) 1884 | (length 0) 1885 | (name "~" 1886 | (effects 1887 | (font 1888 | (size 1.27 1.27) 1889 | ) 1890 | ) 1891 | ) 1892 | (number "1" 1893 | (effects 1894 | (font 1895 | (size 1.27 1.27) 1896 | ) 1897 | ) 1898 | ) 1899 | ) 1900 | ) 1901 | ) 1902 | (symbol "power:VBUS" 1903 | (power) 1904 | (pin_numbers hide) 1905 | (pin_names 1906 | (offset 0) hide) 1907 | (exclude_from_sim no) 1908 | (in_bom yes) 1909 | (on_board yes) 1910 | (property "Reference" "#PWR" 1911 | (at 0 -3.81 0) 1912 | (effects 1913 | (font 1914 | (size 1.27 1.27) 1915 | ) 1916 | (hide yes) 1917 | ) 1918 | ) 1919 | (property "Value" "VBUS" 1920 | (at 0 3.556 0) 1921 | (effects 1922 | (font 1923 | (size 1.27 1.27) 1924 | ) 1925 | ) 1926 | ) 1927 | (property "Footprint" "" 1928 | (at 0 0 0) 1929 | (effects 1930 | (font 1931 | (size 1.27 1.27) 1932 | ) 1933 | (hide yes) 1934 | ) 1935 | ) 1936 | (property "Datasheet" "" 1937 | (at 0 0 0) 1938 | (effects 1939 | (font 1940 | (size 1.27 1.27) 1941 | ) 1942 | (hide yes) 1943 | ) 1944 | ) 1945 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 1946 | (at 0 0 0) 1947 | (effects 1948 | (font 1949 | (size 1.27 1.27) 1950 | ) 1951 | (hide yes) 1952 | ) 1953 | ) 1954 | (property "ki_keywords" "global power" 1955 | (at 0 0 0) 1956 | (effects 1957 | (font 1958 | (size 1.27 1.27) 1959 | ) 1960 | (hide yes) 1961 | ) 1962 | ) 1963 | (symbol "VBUS_0_1" 1964 | (polyline 1965 | (pts 1966 | (xy -0.762 1.27) (xy 0 2.54) 1967 | ) 1968 | (stroke 1969 | (width 0) 1970 | (type default) 1971 | ) 1972 | (fill 1973 | (type none) 1974 | ) 1975 | ) 1976 | (polyline 1977 | (pts 1978 | (xy 0 0) (xy 0 2.54) 1979 | ) 1980 | (stroke 1981 | (width 0) 1982 | (type default) 1983 | ) 1984 | (fill 1985 | (type none) 1986 | ) 1987 | ) 1988 | (polyline 1989 | (pts 1990 | (xy 0 2.54) (xy 0.762 1.27) 1991 | ) 1992 | (stroke 1993 | (width 0) 1994 | (type default) 1995 | ) 1996 | (fill 1997 | (type none) 1998 | ) 1999 | ) 2000 | ) 2001 | (symbol "VBUS_1_1" 2002 | (pin power_in line 2003 | (at 0 0 90) 2004 | (length 0) 2005 | (name "~" 2006 | (effects 2007 | (font 2008 | (size 1.27 1.27) 2009 | ) 2010 | ) 2011 | ) 2012 | (number "1" 2013 | (effects 2014 | (font 2015 | (size 1.27 1.27) 2016 | ) 2017 | ) 2018 | ) 2019 | ) 2020 | ) 2021 | ) 2022 | ) 2023 | (junction 2024 | (at 29.21 91.44) 2025 | (diameter 0) 2026 | (color 0 0 0 0) 2027 | (uuid "09a130dd-a2dd-4574-8866-dc9ef8c6bb4a") 2028 | ) 2029 | (junction 2030 | (at 177.8 105.41) 2031 | (diameter 0) 2032 | (color 0 0 0 0) 2033 | (uuid "14236657-62b7-4864-af90-7be0b28faa8d") 2034 | ) 2035 | (junction 2036 | (at 241.3 120.65) 2037 | (diameter 0) 2038 | (color 0 0 0 0) 2039 | (uuid "3023acce-f846-41d1-8e68-c29ea03298d0") 2040 | ) 2041 | (junction 2042 | (at 241.3 107.95) 2043 | (diameter 0) 2044 | (color 0 0 0 0) 2045 | (uuid "3ad1f744-5c14-4005-aadb-a08c4d13094c") 2046 | ) 2047 | (junction 2048 | (at 186.69 115.57) 2049 | (diameter 0) 2050 | (color 0 0 0 0) 2051 | (uuid "6dd8e097-9617-41f4-9961-9b594cd3fbe0") 2052 | ) 2053 | (junction 2054 | (at 29.21 119.38) 2055 | (diameter 0) 2056 | (color 0 0 0 0) 2057 | (uuid "921b6742-de0a-482d-b65c-197da80fce88") 2058 | ) 2059 | (junction 2060 | (at 177.8 118.11) 2061 | (diameter 0) 2062 | (color 0 0 0 0) 2063 | (uuid "a0514923-b383-4884-9a51-76c50b9ae899") 2064 | ) 2065 | (junction 2066 | (at 77.47 91.44) 2067 | (diameter 0) 2068 | (color 0 0 0 0) 2069 | (uuid "abac7b36-ded6-484f-8838-556133aaa2c6") 2070 | ) 2071 | (junction 2072 | (at 77.47 119.38) 2073 | (diameter 0) 2074 | (color 0 0 0 0) 2075 | (uuid "c4f89aae-c4d3-45bc-b2a0-4443471d2b45") 2076 | ) 2077 | (no_connect 2078 | (at 114.3 109.22) 2079 | (uuid "e1b49bbc-8701-46ad-bdcd-9358b2b369b0") 2080 | ) 2081 | (wire 2082 | (pts 2083 | (xy 246.38 97.79) (xy 246.38 101.6) 2084 | ) 2085 | (stroke 2086 | (width 0) 2087 | (type default) 2088 | ) 2089 | (uuid "033b1f52-9cd9-40a9-8668-a0031652d246") 2090 | ) 2091 | (wire 2092 | (pts 2093 | (xy 246.38 101.6) (xy 250.19 101.6) 2094 | ) 2095 | (stroke 2096 | (width 0) 2097 | (type default) 2098 | ) 2099 | (uuid "05394ca3-890e-4754-bedc-1764a8a85e36") 2100 | ) 2101 | (wire 2102 | (pts 2103 | (xy 177.8 105.41) (xy 177.8 118.11) 2104 | ) 2105 | (stroke 2106 | (width 0) 2107 | (type default) 2108 | ) 2109 | (uuid "11db0c5a-646a-4794-83a6-8f24833f87df") 2110 | ) 2111 | (wire 2112 | (pts 2113 | (xy 186.69 120.65) (xy 190.5 120.65) 2114 | ) 2115 | (stroke 2116 | (width 0) 2117 | (type default) 2118 | ) 2119 | (uuid "1761205f-12d6-465f-af58-0c2368978508") 2120 | ) 2121 | (wire 2122 | (pts 2123 | (xy 231.14 105.41) (xy 241.3 105.41) 2124 | ) 2125 | (stroke 2126 | (width 0) 2127 | (type default) 2128 | ) 2129 | (uuid "1b74aa1f-f532-4100-9975-8a175b5600ed") 2130 | ) 2131 | (wire 2132 | (pts 2133 | (xy 77.47 87.63) (xy 77.47 91.44) 2134 | ) 2135 | (stroke 2136 | (width 0) 2137 | (type default) 2138 | ) 2139 | (uuid "1de824f2-3872-4107-930c-740e9384b88d") 2140 | ) 2141 | (wire 2142 | (pts 2143 | (xy 29.21 91.44) (xy 33.02 91.44) 2144 | ) 2145 | (stroke 2146 | (width 0) 2147 | (type default) 2148 | ) 2149 | (uuid "241a144d-2f30-4295-bd76-595935f7b417") 2150 | ) 2151 | (wire 2152 | (pts 2153 | (xy 241.3 120.65) (xy 241.3 123.19) 2154 | ) 2155 | (stroke 2156 | (width 0) 2157 | (type default) 2158 | ) 2159 | (uuid "266be1d8-fa89-461e-a4e3-55932af46733") 2160 | ) 2161 | (wire 2162 | (pts 2163 | (xy 177.8 118.11) (xy 177.8 123.19) 2164 | ) 2165 | (stroke 2166 | (width 0) 2167 | (type default) 2168 | ) 2169 | (uuid "2830b11e-207e-419c-a6ee-ceb54b787d4f") 2170 | ) 2171 | (wire 2172 | (pts 2173 | (xy 77.47 93.98) (xy 77.47 91.44) 2174 | ) 2175 | (stroke 2176 | (width 0) 2177 | (type default) 2178 | ) 2179 | (uuid "286e5d20-b2d8-4a93-aff6-1ab05de67e55") 2180 | ) 2181 | (wire 2182 | (pts 2183 | (xy 33.02 119.38) (xy 29.21 119.38) 2184 | ) 2185 | (stroke 2186 | (width 0) 2187 | (type default) 2188 | ) 2189 | (uuid "40c09683-6cc6-4bd4-a3bb-dec3fea30ba4") 2190 | ) 2191 | (wire 2192 | (pts 2193 | (xy 257.81 116.84) (xy 257.81 119.38) 2194 | ) 2195 | (stroke 2196 | (width 0) 2197 | (type default) 2198 | ) 2199 | (uuid "443f6a8b-7fd2-4097-b13c-842310cd3db6") 2200 | ) 2201 | (wire 2202 | (pts 2203 | (xy 87.63 102.87) (xy 87.63 101.6) 2204 | ) 2205 | (stroke 2206 | (width 0) 2207 | (type default) 2208 | ) 2209 | (uuid "49ae2b90-5b90-458b-ab63-25de5fee8771") 2210 | ) 2211 | (wire 2212 | (pts 2213 | (xy 33.02 93.98) (xy 29.21 93.98) 2214 | ) 2215 | (stroke 2216 | (width 0) 2217 | (type default) 2218 | ) 2219 | (uuid "4bf03b19-4171-4222-93c1-a8a1368f156c") 2220 | ) 2221 | (wire 2222 | (pts 2223 | (xy 29.21 93.98) (xy 29.21 91.44) 2224 | ) 2225 | (stroke 2226 | (width 0) 2227 | (type default) 2228 | ) 2229 | (uuid "4dd9bdbe-982d-4fc1-a975-00f320b59b29") 2230 | ) 2231 | (wire 2232 | (pts 2233 | (xy 100.33 109.22) (xy 106.68 109.22) 2234 | ) 2235 | (stroke 2236 | (width 0) 2237 | (type default) 2238 | ) 2239 | (uuid "5116f381-ea67-4ef4-a1f9-89669668bfd9") 2240 | ) 2241 | (wire 2242 | (pts 2243 | (xy 186.69 114.3) (xy 186.69 115.57) 2244 | ) 2245 | (stroke 2246 | (width 0) 2247 | (type default) 2248 | ) 2249 | (uuid "52d2f384-2667-4594-8750-44b78a3a3634") 2250 | ) 2251 | (wire 2252 | (pts 2253 | (xy 29.21 87.63) (xy 29.21 91.44) 2254 | ) 2255 | (stroke 2256 | (width 0) 2257 | (type default) 2258 | ) 2259 | (uuid "533689a7-b2ec-4cb6-bc78-00857f4cbbeb") 2260 | ) 2261 | (wire 2262 | (pts 2263 | (xy 124.46 130.81) (xy 124.46 133.35) 2264 | ) 2265 | (stroke 2266 | (width 0) 2267 | (type default) 2268 | ) 2269 | (uuid "593a2a04-91c9-4f05-8574-598cfc6e0e17") 2270 | ) 2271 | (wire 2272 | (pts 2273 | (xy 109.22 109.22) (xy 109.22 115.57) 2274 | ) 2275 | (stroke 2276 | (width 0) 2277 | (type default) 2278 | ) 2279 | (uuid "5bfc294c-64a9-4757-bc38-0cef2c738c18") 2280 | ) 2281 | (wire 2282 | (pts 2283 | (xy 29.21 119.38) (xy 29.21 120.65) 2284 | ) 2285 | (stroke 2286 | (width 0) 2287 | (type default) 2288 | ) 2289 | (uuid "5dfdac96-1a40-4f05-aea4-6feef445256d") 2290 | ) 2291 | (wire 2292 | (pts 2293 | (xy 177.8 100.33) (xy 177.8 105.41) 2294 | ) 2295 | (stroke 2296 | (width 0) 2297 | (type default) 2298 | ) 2299 | (uuid "601bd0e4-d32a-4276-bc2d-ce458e9091a3") 2300 | ) 2301 | (wire 2302 | (pts 2303 | (xy 231.14 107.95) (xy 241.3 107.95) 2304 | ) 2305 | (stroke 2306 | (width 0) 2307 | (type default) 2308 | ) 2309 | (uuid "61a5c317-f976-46bd-9d02-7a1acc3aad1f") 2310 | ) 2311 | (wire 2312 | (pts 2313 | (xy 33.02 116.84) (xy 29.21 116.84) 2314 | ) 2315 | (stroke 2316 | (width 0) 2317 | (type default) 2318 | ) 2319 | (uuid "63a893e3-83fc-4eff-a1f5-e248d9576e1c") 2320 | ) 2321 | (wire 2322 | (pts 2323 | (xy 73.66 119.38) (xy 77.47 119.38) 2324 | ) 2325 | (stroke 2326 | (width 0) 2327 | (type default) 2328 | ) 2329 | (uuid "6df5f444-81f9-4edc-b3de-3f8c1b19c739") 2330 | ) 2331 | (wire 2332 | (pts 2333 | (xy 83.82 120.65) (xy 116.84 120.65) 2334 | ) 2335 | (stroke 2336 | (width 0) 2337 | (type default) 2338 | ) 2339 | (uuid "74b2a7b4-6fc4-4f0f-b5e7-2f89ca509dc9") 2340 | ) 2341 | (wire 2342 | (pts 2343 | (xy 29.21 116.84) (xy 29.21 119.38) 2344 | ) 2345 | (stroke 2346 | (width 0) 2347 | (type default) 2348 | ) 2349 | (uuid "76383e52-8bcd-41a1-948d-8fa60de01377") 2350 | ) 2351 | (wire 2352 | (pts 2353 | (xy 73.66 104.14) (xy 83.82 104.14) 2354 | ) 2355 | (stroke 2356 | (width 0) 2357 | (type default) 2358 | ) 2359 | (uuid "76ef7586-3608-44a4-8e21-af0a8b6b660a") 2360 | ) 2361 | (wire 2362 | (pts 2363 | (xy 73.66 91.44) (xy 77.47 91.44) 2364 | ) 2365 | (stroke 2366 | (width 0) 2367 | (type default) 2368 | ) 2369 | (uuid "77b9f058-b675-4ee5-8b02-afdc7c5e26fb") 2370 | ) 2371 | (wire 2372 | (pts 2373 | (xy 234.95 110.49) (xy 234.95 97.79) 2374 | ) 2375 | (stroke 2376 | (width 0) 2377 | (type default) 2378 | ) 2379 | (uuid "7a819dd3-e91e-4479-8746-0b598f215c11") 2380 | ) 2381 | (wire 2382 | (pts 2383 | (xy 73.66 93.98) (xy 77.47 93.98) 2384 | ) 2385 | (stroke 2386 | (width 0) 2387 | (type default) 2388 | ) 2389 | (uuid "846b4320-7306-471c-8c48-075c417d4d3c") 2390 | ) 2391 | (wire 2392 | (pts 2393 | (xy 77.47 116.84) (xy 73.66 116.84) 2394 | ) 2395 | (stroke 2396 | (width 0) 2397 | (type default) 2398 | ) 2399 | (uuid "861c511e-b1d2-4ac5-a0e6-48264cc52996") 2400 | ) 2401 | (wire 2402 | (pts 2403 | (xy 87.63 101.6) (xy 73.66 101.6) 2404 | ) 2405 | (stroke 2406 | (width 0) 2407 | (type default) 2408 | ) 2409 | (uuid "8fa65070-6783-45a9-b7b7-3c5173916246") 2410 | ) 2411 | (wire 2412 | (pts 2413 | (xy 241.3 105.41) (xy 241.3 107.95) 2414 | ) 2415 | (stroke 2416 | (width 0) 2417 | (type default) 2418 | ) 2419 | (uuid "98280bba-60d8-4f40-969a-e7cc1e4e6488") 2420 | ) 2421 | (wire 2422 | (pts 2423 | (xy 177.8 100.33) (xy 190.5 100.33) 2424 | ) 2425 | (stroke 2426 | (width 0) 2427 | (type default) 2428 | ) 2429 | (uuid "9a733db5-e7c5-4d7f-bf83-0c5033b6f3e0") 2430 | ) 2431 | (wire 2432 | (pts 2433 | (xy 186.69 115.57) (xy 186.69 120.65) 2434 | ) 2435 | (stroke 2436 | (width 0) 2437 | (type default) 2438 | ) 2439 | (uuid "9b05b595-dc44-46d1-9eef-dd7e10a850df") 2440 | ) 2441 | (wire 2442 | (pts 2443 | (xy 232.41 120.65) (xy 231.14 120.65) 2444 | ) 2445 | (stroke 2446 | (width 0) 2447 | (type default) 2448 | ) 2449 | (uuid "a785df99-c1cb-4458-8c4a-9a77ad0d0181") 2450 | ) 2451 | (wire 2452 | (pts 2453 | (xy 87.63 110.49) (xy 87.63 111.76) 2454 | ) 2455 | (stroke 2456 | (width 0) 2457 | (type default) 2458 | ) 2459 | (uuid "aa94b722-40f4-4fc6-a6e6-4ef9e1538e4b") 2460 | ) 2461 | (wire 2462 | (pts 2463 | (xy 116.84 123.19) (xy 81.28 123.19) 2464 | ) 2465 | (stroke 2466 | (width 0) 2467 | (type default) 2468 | ) 2469 | (uuid "b02e69f7-2dff-49bd-9908-0028a68439a8") 2470 | ) 2471 | (wire 2472 | (pts 2473 | (xy 240.03 120.65) (xy 241.3 120.65) 2474 | ) 2475 | (stroke 2476 | (width 0) 2477 | (type default) 2478 | ) 2479 | (uuid "b143d1da-8c96-4bb7-a05e-10c3cd475092") 2480 | ) 2481 | (wire 2482 | (pts 2483 | (xy 186.69 102.87) (xy 190.5 102.87) 2484 | ) 2485 | (stroke 2486 | (width 0) 2487 | (type default) 2488 | ) 2489 | (uuid "b166bd5a-84df-4a41-9957-feff9b8d99c4") 2490 | ) 2491 | (wire 2492 | (pts 2493 | (xy 100.33 106.68) (xy 100.33 109.22) 2494 | ) 2495 | (stroke 2496 | (width 0) 2497 | (type default) 2498 | ) 2499 | (uuid "b865c0cf-a952-4e2b-ae6a-78ac96ddcba0") 2500 | ) 2501 | (wire 2502 | (pts 2503 | (xy 109.22 115.57) (xy 116.84 115.57) 2504 | ) 2505 | (stroke 2506 | (width 0) 2507 | (type default) 2508 | ) 2509 | (uuid "bdd0976e-4f50-4b13-a8d6-01a2aae07a6e") 2510 | ) 2511 | (wire 2512 | (pts 2513 | (xy 81.28 123.19) (xy 81.28 106.68) 2514 | ) 2515 | (stroke 2516 | (width 0) 2517 | (type default) 2518 | ) 2519 | (uuid "c20eff7a-ecd5-4859-a67e-a4b7d499af5b") 2520 | ) 2521 | (wire 2522 | (pts 2523 | (xy 186.69 115.57) (xy 190.5 115.57) 2524 | ) 2525 | (stroke 2526 | (width 0) 2527 | (type default) 2528 | ) 2529 | (uuid "c3e13e4b-1712-4429-9269-a4d5d4ceeee7") 2530 | ) 2531 | (wire 2532 | (pts 2533 | (xy 83.82 104.14) (xy 83.82 120.65) 2534 | ) 2535 | (stroke 2536 | (width 0) 2537 | (type default) 2538 | ) 2539 | (uuid "c491e8ae-3f49-4319-8ba3-5bff7999bf22") 2540 | ) 2541 | (wire 2542 | (pts 2543 | (xy 190.5 105.41) (xy 186.69 105.41) 2544 | ) 2545 | (stroke 2546 | (width 0) 2547 | (type default) 2548 | ) 2549 | (uuid "c5985e2d-6765-4927-8f78-32af5641797e") 2550 | ) 2551 | (wire 2552 | (pts 2553 | (xy 77.47 119.38) (xy 77.47 116.84) 2554 | ) 2555 | (stroke 2556 | (width 0) 2557 | (type default) 2558 | ) 2559 | (uuid "c93eabea-d6ea-4dbc-bd5c-af20cf6b1aa5") 2560 | ) 2561 | (wire 2562 | (pts 2563 | (xy 177.8 118.11) (xy 190.5 118.11) 2564 | ) 2565 | (stroke 2566 | (width 0) 2567 | (type default) 2568 | ) 2569 | (uuid "cf057fb8-00b5-4e32-b1e9-4a8a84a81b59") 2570 | ) 2571 | (wire 2572 | (pts 2573 | (xy 77.47 120.65) (xy 77.47 119.38) 2574 | ) 2575 | (stroke 2576 | (width 0) 2577 | (type default) 2578 | ) 2579 | (uuid "df3015cc-a421-490e-98fc-f9aad501823b") 2580 | ) 2581 | (wire 2582 | (pts 2583 | (xy 241.3 107.95) (xy 241.3 120.65) 2584 | ) 2585 | (stroke 2586 | (width 0) 2587 | (type default) 2588 | ) 2589 | (uuid "e6f4f661-04de-4126-a43d-c6d0ead61523") 2590 | ) 2591 | (wire 2592 | (pts 2593 | (xy 231.14 110.49) (xy 234.95 110.49) 2594 | ) 2595 | (stroke 2596 | (width 0) 2597 | (type default) 2598 | ) 2599 | (uuid "edc2dd5c-92b1-41bd-9a0c-ad9e8608b49f") 2600 | ) 2601 | (wire 2602 | (pts 2603 | (xy 73.66 106.68) (xy 81.28 106.68) 2604 | ) 2605 | (stroke 2606 | (width 0) 2607 | (type default) 2608 | ) 2609 | (uuid "f67ebe91-6ccf-4f69-bfdb-04f2f73166ce") 2610 | ) 2611 | (wire 2612 | (pts 2613 | (xy 177.8 105.41) (xy 179.07 105.41) 2614 | ) 2615 | (stroke 2616 | (width 0) 2617 | (type default) 2618 | ) 2619 | (uuid "f952a6c1-c368-43dd-9e62-f1b289885c2f") 2620 | ) 2621 | (wire 2622 | (pts 2623 | (xy 186.69 97.79) (xy 186.69 102.87) 2624 | ) 2625 | (stroke 2626 | (width 0) 2627 | (type default) 2628 | ) 2629 | (uuid "ff12441c-75af-4ae4-9657-6bb3ae6166d1") 2630 | ) 2631 | (symbol 2632 | (lib_id "power:VBUS") 2633 | (at 186.69 114.3 0) 2634 | (unit 1) 2635 | (exclude_from_sim no) 2636 | (in_bom yes) 2637 | (on_board yes) 2638 | (dnp no) 2639 | (uuid "090988d7-d5c0-4db2-8e60-baa57ec43d4a") 2640 | (property "Reference" "#PWR012" 2641 | (at 186.69 118.11 0) 2642 | (effects 2643 | (font 2644 | (size 1.27 1.27) 2645 | ) 2646 | (hide yes) 2647 | ) 2648 | ) 2649 | (property "Value" "VBUS2" 2650 | (at 186.69 110.744 0) 2651 | (effects 2652 | (font 2653 | (size 1.27 1.27) 2654 | ) 2655 | ) 2656 | ) 2657 | (property "Footprint" "" 2658 | (at 186.69 114.3 0) 2659 | (effects 2660 | (font 2661 | (size 1.27 1.27) 2662 | ) 2663 | (hide yes) 2664 | ) 2665 | ) 2666 | (property "Datasheet" "" 2667 | (at 186.69 114.3 0) 2668 | (effects 2669 | (font 2670 | (size 1.27 1.27) 2671 | ) 2672 | (hide yes) 2673 | ) 2674 | ) 2675 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 2676 | (at 186.69 114.3 0) 2677 | (effects 2678 | (font 2679 | (size 1.27 1.27) 2680 | ) 2681 | (hide yes) 2682 | ) 2683 | ) 2684 | (pin "1" 2685 | (uuid "414c5c36-dd64-4aed-8879-557b6f06541c") 2686 | ) 2687 | (instances 2688 | (project "Bridge v1" 2689 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 2690 | (reference "#PWR012") 2691 | (unit 1) 2692 | ) 2693 | ) 2694 | ) 2695 | ) 2696 | (symbol 2697 | (lib_id "power:GND") 2698 | (at 124.46 133.35 0) 2699 | (unit 1) 2700 | (exclude_from_sim no) 2701 | (in_bom yes) 2702 | (on_board yes) 2703 | (dnp no) 2704 | (fields_autoplaced yes) 2705 | (uuid "1391dd4c-7f55-4191-bdfc-d3bdaf841ec1") 2706 | (property "Reference" "#PWR04" 2707 | (at 124.46 139.7 0) 2708 | (effects 2709 | (font 2710 | (size 1.27 1.27) 2711 | ) 2712 | (hide yes) 2713 | ) 2714 | ) 2715 | (property "Value" "GND" 2716 | (at 124.46 138.43 0) 2717 | (effects 2718 | (font 2719 | (size 1.27 1.27) 2720 | ) 2721 | ) 2722 | ) 2723 | (property "Footprint" "" 2724 | (at 124.46 133.35 0) 2725 | (effects 2726 | (font 2727 | (size 1.27 1.27) 2728 | ) 2729 | (hide yes) 2730 | ) 2731 | ) 2732 | (property "Datasheet" "" 2733 | (at 124.46 133.35 0) 2734 | (effects 2735 | (font 2736 | (size 1.27 1.27) 2737 | ) 2738 | (hide yes) 2739 | ) 2740 | ) 2741 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2742 | (at 124.46 133.35 0) 2743 | (effects 2744 | (font 2745 | (size 1.27 1.27) 2746 | ) 2747 | (hide yes) 2748 | ) 2749 | ) 2750 | (pin "1" 2751 | (uuid "8820a6cd-8add-4967-94d1-2b347127edb8") 2752 | ) 2753 | (instances 2754 | (project "Bridge v1" 2755 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 2756 | (reference "#PWR04") 2757 | (unit 1) 2758 | ) 2759 | ) 2760 | ) 2761 | ) 2762 | (symbol 2763 | (lib_id "Connector:USB_B_Micro") 2764 | (at 257.81 106.68 0) 2765 | (mirror y) 2766 | (unit 1) 2767 | (exclude_from_sim no) 2768 | (in_bom yes) 2769 | (on_board yes) 2770 | (dnp no) 2771 | (uuid "13cea18e-885c-4628-aa2f-2a79a8dad6de") 2772 | (property "Reference" "J2" 2773 | (at 257.81 93.98 0) 2774 | (effects 2775 | (font 2776 | (size 1.27 1.27) 2777 | ) 2778 | ) 2779 | ) 2780 | (property "Value" "USB_B_Micro" 2781 | (at 257.81 96.52 0) 2782 | (effects 2783 | (font 2784 | (size 1.27 1.27) 2785 | ) 2786 | ) 2787 | ) 2788 | (property "Footprint" "Footprints:CONN_ZX60-B-5S31_HIR" 2789 | (at 254 107.95 0) 2790 | (effects 2791 | (font 2792 | (size 1.27 1.27) 2793 | ) 2794 | (hide yes) 2795 | ) 2796 | ) 2797 | (property "Datasheet" "~" 2798 | (at 254 107.95 0) 2799 | (effects 2800 | (font 2801 | (size 1.27 1.27) 2802 | ) 2803 | (hide yes) 2804 | ) 2805 | ) 2806 | (property "Description" "USB Micro Type B connector" 2807 | (at 257.81 106.68 0) 2808 | (effects 2809 | (font 2810 | (size 1.27 1.27) 2811 | ) 2812 | (hide yes) 2813 | ) 2814 | ) 2815 | (pin "3" 2816 | (uuid "de2e5ad6-5562-4387-aab8-c498567b1760") 2817 | ) 2818 | (pin "2" 2819 | (uuid "e75f0a7e-dcc7-4884-91e1-aacf2da58f1c") 2820 | ) 2821 | (pin "1" 2822 | (uuid "36f6b271-d3b7-40cd-a450-16ae4457709f") 2823 | ) 2824 | (pin "6" 2825 | (uuid "31484ed9-66e9-4260-8603-c841a15b6a21") 2826 | ) 2827 | (pin "4" 2828 | (uuid "36f529b7-8150-495e-a26c-ea5bb9c1d6c7") 2829 | ) 2830 | (pin "5" 2831 | (uuid "dba862a2-7834-4f6a-80d1-d81605c65826") 2832 | ) 2833 | (instances 2834 | (project "Bridge v1" 2835 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 2836 | (reference "J2") 2837 | (unit 1) 2838 | ) 2839 | ) 2840 | ) 2841 | ) 2842 | (symbol 2843 | (lib_id "CX60-24S-UNIT:CX60-24S-UNIT") 2844 | (at 53.34 104.14 0) 2845 | (mirror y) 2846 | (unit 1) 2847 | (exclude_from_sim no) 2848 | (in_bom yes) 2849 | (on_board yes) 2850 | (dnp no) 2851 | (uuid "24960487-cb34-4e28-a1b9-1d04dd9dd211") 2852 | (property "Reference" "J3" 2853 | (at 53.34 83.82 0) 2854 | (effects 2855 | (font 2856 | (size 1.27 1.27) 2857 | ) 2858 | ) 2859 | ) 2860 | (property "Value" "CX60-24S-UNIT" 2861 | (at 53.34 86.36 0) 2862 | (effects 2863 | (font 2864 | (size 1.27 1.27) 2865 | ) 2866 | ) 2867 | ) 2868 | (property "Footprint" "Footprints:HIROSE_CX60-24S-UNIT" 2869 | (at 53.34 104.14 0) 2870 | (effects 2871 | (font 2872 | (size 1.27 1.27) 2873 | ) 2874 | (justify bottom) 2875 | (hide yes) 2876 | ) 2877 | ) 2878 | (property "Datasheet" "" 2879 | (at 53.34 104.14 0) 2880 | (effects 2881 | (font 2882 | (size 1.27 1.27) 2883 | ) 2884 | (hide yes) 2885 | ) 2886 | ) 2887 | (property "Description" "" 2888 | (at 53.34 104.14 0) 2889 | (effects 2890 | (font 2891 | (size 1.27 1.27) 2892 | ) 2893 | (hide yes) 2894 | ) 2895 | ) 2896 | (property "PARTREV" "5" 2897 | (at 53.34 104.14 0) 2898 | (effects 2899 | (font 2900 | (size 1.27 1.27) 2901 | ) 2902 | (justify bottom) 2903 | (hide yes) 2904 | ) 2905 | ) 2906 | (property "STANDARD" "Manufacturer Recommendations" 2907 | (at 53.34 104.14 0) 2908 | (effects 2909 | (font 2910 | (size 1.27 1.27) 2911 | ) 2912 | (justify bottom) 2913 | (hide yes) 2914 | ) 2915 | ) 2916 | (property "MAXIMUM_PACKAGE_HEIGHT" "2.6 mm" 2917 | (at 53.34 104.14 0) 2918 | (effects 2919 | (font 2920 | (size 1.27 1.27) 2921 | ) 2922 | (justify bottom) 2923 | (hide yes) 2924 | ) 2925 | ) 2926 | (property "MANUFACTURER" "Hirose" 2927 | (at 53.34 104.14 0) 2928 | (effects 2929 | (font 2930 | (size 1.27 1.27) 2931 | ) 2932 | (justify bottom) 2933 | (hide yes) 2934 | ) 2935 | ) 2936 | (pin "A2" 2937 | (uuid "2722d4ab-fd93-47bf-bd2e-e7668632d7e8") 2938 | ) 2939 | (pin "A3" 2940 | (uuid "7547c520-b72e-4235-83b9-19695551fc0a") 2941 | ) 2942 | (pin "A4" 2943 | (uuid "58ec7c36-8f60-40bd-88e1-d8c2eb31850f") 2944 | ) 2945 | (pin "A5" 2946 | (uuid "77879664-f4a3-4444-9bc4-1b3615c63623") 2947 | ) 2948 | (pin "A6" 2949 | (uuid "50bbc63f-dc4d-460f-b679-befe6b7b42f5") 2950 | ) 2951 | (pin "A7" 2952 | (uuid "004957dc-cd7b-4112-8a52-9a85da6c7ba8") 2953 | ) 2954 | (pin "A8" 2955 | (uuid "613b8931-f07d-4d98-bb7e-2a87af78ec03") 2956 | ) 2957 | (pin "A9" 2958 | (uuid "5edac794-8a4b-4bad-8cdf-72382b596024") 2959 | ) 2960 | (pin "B1" 2961 | (uuid "3134a806-7f53-47a8-8999-7a63e19cbe34") 2962 | ) 2963 | (pin "B10" 2964 | (uuid "4edfe698-a923-4845-902d-deed37c179b5") 2965 | ) 2966 | (pin "B11" 2967 | (uuid "2950a49f-7f8b-40e0-a0d2-cb788e8d127b") 2968 | ) 2969 | (pin "B12" 2970 | (uuid "3c78c4e4-d0ce-462e-ba92-d9f50322fa54") 2971 | ) 2972 | (pin "B2" 2973 | (uuid "d564d8b8-14e5-4f12-98bd-9c0e4a107bb5") 2974 | ) 2975 | (pin "B3" 2976 | (uuid "a637825f-f9a0-4714-b177-ed99eb68c88f") 2977 | ) 2978 | (pin "B4" 2979 | (uuid "41dc99ba-7817-4abe-919c-1a8eb24fa635") 2980 | ) 2981 | (pin "B5" 2982 | (uuid "615d10cc-2a09-402b-8130-f6dd6b56f9c1") 2983 | ) 2984 | (pin "B8" 2985 | (uuid "a4f6605b-83a2-4ba6-bd62-88785e8a05d7") 2986 | ) 2987 | (pin "B9" 2988 | (uuid "fb548c98-18a2-46a2-b548-3261a6070627") 2989 | ) 2990 | (pin "S1" 2991 | (uuid "24f2f30f-b2e7-496a-b8c9-26639e992697") 2992 | ) 2993 | (pin "S2" 2994 | (uuid "d659af54-9c79-468d-877a-65b30ec84467") 2995 | ) 2996 | (pin "S3" 2997 | (uuid "9c601472-6a4d-4f5a-8b65-85b25269247e") 2998 | ) 2999 | (pin "S4" 3000 | (uuid "97ae810a-de62-4c45-9dba-a0fb95151456") 3001 | ) 3002 | (pin "A1" 3003 | (uuid "e40b7913-ef13-4ec1-8ab4-b626a4a279b2") 3004 | ) 3005 | (pin "A12" 3006 | (uuid "bb766361-97f9-44d7-aa8a-4901b0c2c594") 3007 | ) 3008 | (pin "A10" 3009 | (uuid "478a5267-2dda-4bdc-9427-98c485826095") 3010 | ) 3011 | (pin "A11" 3012 | (uuid "9780c4c0-1711-4e43-b307-ac452041dd16") 3013 | ) 3014 | (instances 3015 | (project "Bridge v1" 3016 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3017 | (reference "J3") 3018 | (unit 1) 3019 | ) 3020 | ) 3021 | ) 3022 | ) 3023 | (symbol 3024 | (lib_id "power:VBUS") 3025 | (at 29.21 87.63 0) 3026 | (unit 1) 3027 | (exclude_from_sim no) 3028 | (in_bom yes) 3029 | (on_board yes) 3030 | (dnp no) 3031 | (fields_autoplaced yes) 3032 | (uuid "2ad124d3-c37e-42d8-a7b9-49e3dc72b852") 3033 | (property "Reference" "#PWR09" 3034 | (at 29.21 91.44 0) 3035 | (effects 3036 | (font 3037 | (size 1.27 1.27) 3038 | ) 3039 | (hide yes) 3040 | ) 3041 | ) 3042 | (property "Value" "VBUS" 3043 | (at 29.21 82.55 0) 3044 | (effects 3045 | (font 3046 | (size 1.27 1.27) 3047 | ) 3048 | ) 3049 | ) 3050 | (property "Footprint" "" 3051 | (at 29.21 87.63 0) 3052 | (effects 3053 | (font 3054 | (size 1.27 1.27) 3055 | ) 3056 | (hide yes) 3057 | ) 3058 | ) 3059 | (property "Datasheet" "" 3060 | (at 29.21 87.63 0) 3061 | (effects 3062 | (font 3063 | (size 1.27 1.27) 3064 | ) 3065 | (hide yes) 3066 | ) 3067 | ) 3068 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 3069 | (at 29.21 87.63 0) 3070 | (effects 3071 | (font 3072 | (size 1.27 1.27) 3073 | ) 3074 | (hide yes) 3075 | ) 3076 | ) 3077 | (pin "1" 3078 | (uuid "b9117073-9099-4847-9bfe-1c11938916d4") 3079 | ) 3080 | (instances 3081 | (project "" 3082 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3083 | (reference "#PWR09") 3084 | (unit 1) 3085 | ) 3086 | ) 3087 | ) 3088 | ) 3089 | (symbol 3090 | (lib_id "Connector:USB_B_Micro") 3091 | (at 124.46 120.65 0) 3092 | (mirror y) 3093 | (unit 1) 3094 | (exclude_from_sim no) 3095 | (in_bom yes) 3096 | (on_board yes) 3097 | (dnp no) 3098 | (uuid "4e844e8b-22bf-4c68-8129-2a738e821fa5") 3099 | (property "Reference" "J1" 3100 | (at 124.46 107.95 0) 3101 | (effects 3102 | (font 3103 | (size 1.27 1.27) 3104 | ) 3105 | ) 3106 | ) 3107 | (property "Value" "USB_B_Micro" 3108 | (at 124.46 110.49 0) 3109 | (effects 3110 | (font 3111 | (size 1.27 1.27) 3112 | ) 3113 | ) 3114 | ) 3115 | (property "Footprint" "Footprints:CONN_ZX60-B-5S31_HIR" 3116 | (at 120.65 121.92 0) 3117 | (effects 3118 | (font 3119 | (size 1.27 1.27) 3120 | ) 3121 | (hide yes) 3122 | ) 3123 | ) 3124 | (property "Datasheet" "~" 3125 | (at 120.65 121.92 0) 3126 | (effects 3127 | (font 3128 | (size 1.27 1.27) 3129 | ) 3130 | (hide yes) 3131 | ) 3132 | ) 3133 | (property "Description" "USB Micro Type B connector" 3134 | (at 124.46 120.65 0) 3135 | (effects 3136 | (font 3137 | (size 1.27 1.27) 3138 | ) 3139 | (hide yes) 3140 | ) 3141 | ) 3142 | (pin "3" 3143 | (uuid "9b56455f-d613-498a-a400-059ac279c4d4") 3144 | ) 3145 | (pin "2" 3146 | (uuid "75a43716-d1c9-49a7-b512-78aab40a876c") 3147 | ) 3148 | (pin "1" 3149 | (uuid "e28ec7cd-c234-45f4-b612-ab67c2061efc") 3150 | ) 3151 | (pin "6" 3152 | (uuid "00d145dd-b2d6-4e1b-af62-aac828df1428") 3153 | ) 3154 | (pin "4" 3155 | (uuid "dfcda791-6e38-414f-9fe8-74a83431e89a") 3156 | ) 3157 | (pin "5" 3158 | (uuid "0787ccc5-fafc-492f-91cc-19e41d678882") 3159 | ) 3160 | (instances 3161 | (project "Bridge v1" 3162 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3163 | (reference "J1") 3164 | (unit 1) 3165 | ) 3166 | ) 3167 | ) 3168 | ) 3169 | (symbol 3170 | (lib_id "power:VBUS") 3171 | (at 186.69 97.79 0) 3172 | (unit 1) 3173 | (exclude_from_sim no) 3174 | (in_bom yes) 3175 | (on_board yes) 3176 | (dnp no) 3177 | (uuid "539dda19-81d2-47c8-88d4-ff18ce011389") 3178 | (property "Reference" "#PWR013" 3179 | (at 186.69 101.6 0) 3180 | (effects 3181 | (font 3182 | (size 1.27 1.27) 3183 | ) 3184 | (hide yes) 3185 | ) 3186 | ) 3187 | (property "Value" "VBUS2" 3188 | (at 186.69 94.234 0) 3189 | (effects 3190 | (font 3191 | (size 1.27 1.27) 3192 | ) 3193 | ) 3194 | ) 3195 | (property "Footprint" "" 3196 | (at 186.69 97.79 0) 3197 | (effects 3198 | (font 3199 | (size 1.27 1.27) 3200 | ) 3201 | (hide yes) 3202 | ) 3203 | ) 3204 | (property "Datasheet" "" 3205 | (at 186.69 97.79 0) 3206 | (effects 3207 | (font 3208 | (size 1.27 1.27) 3209 | ) 3210 | (hide yes) 3211 | ) 3212 | ) 3213 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 3214 | (at 186.69 97.79 0) 3215 | (effects 3216 | (font 3217 | (size 1.27 1.27) 3218 | ) 3219 | (hide yes) 3220 | ) 3221 | ) 3222 | (pin "1" 3223 | (uuid "e57d8720-4817-42ad-afc1-da448485b75a") 3224 | ) 3225 | (instances 3226 | (project "Bridge v1" 3227 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3228 | (reference "#PWR013") 3229 | (unit 1) 3230 | ) 3231 | ) 3232 | ) 3233 | ) 3234 | (symbol 3235 | (lib_id "Device:R") 3236 | (at 87.63 106.68 0) 3237 | (unit 1) 3238 | (exclude_from_sim no) 3239 | (in_bom yes) 3240 | (on_board yes) 3241 | (dnp no) 3242 | (fields_autoplaced yes) 3243 | (uuid "72d9983c-23e6-4886-b293-2245d57c2cca") 3244 | (property "Reference" "R1" 3245 | (at 90.17 105.4099 0) 3246 | (effects 3247 | (font 3248 | (size 1.27 1.27) 3249 | ) 3250 | (justify left) 3251 | ) 3252 | ) 3253 | (property "Value" "5K1" 3254 | (at 90.17 107.9499 0) 3255 | (effects 3256 | (font 3257 | (size 1.27 1.27) 3258 | ) 3259 | (justify left) 3260 | ) 3261 | ) 3262 | (property "Footprint" "Resistor_SMD:R_0603_1608Metric" 3263 | (at 85.852 106.68 90) 3264 | (effects 3265 | (font 3266 | (size 1.27 1.27) 3267 | ) 3268 | (hide yes) 3269 | ) 3270 | ) 3271 | (property "Datasheet" "~" 3272 | (at 87.63 106.68 0) 3273 | (effects 3274 | (font 3275 | (size 1.27 1.27) 3276 | ) 3277 | (hide yes) 3278 | ) 3279 | ) 3280 | (property "Description" "Resistor" 3281 | (at 87.63 106.68 0) 3282 | (effects 3283 | (font 3284 | (size 1.27 1.27) 3285 | ) 3286 | (hide yes) 3287 | ) 3288 | ) 3289 | (pin "1" 3290 | (uuid "49aee7ad-3ea9-4d77-b3f1-2fa60f12796a") 3291 | ) 3292 | (pin "2" 3293 | (uuid "f67640c4-fdbd-4c95-a7c1-38dd88bb7bc3") 3294 | ) 3295 | (instances 3296 | (project "Bridge v1" 3297 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3298 | (reference "R1") 3299 | (unit 1) 3300 | ) 3301 | ) 3302 | ) 3303 | ) 3304 | (symbol 3305 | (lib_id "power:GND") 3306 | (at 77.47 120.65 0) 3307 | (unit 1) 3308 | (exclude_from_sim no) 3309 | (in_bom yes) 3310 | (on_board yes) 3311 | (dnp no) 3312 | (fields_autoplaced yes) 3313 | (uuid "7f4b9da9-4ea2-4f41-b3ef-0d47efab5ef6") 3314 | (property "Reference" "#PWR01" 3315 | (at 77.47 127 0) 3316 | (effects 3317 | (font 3318 | (size 1.27 1.27) 3319 | ) 3320 | (hide yes) 3321 | ) 3322 | ) 3323 | (property "Value" "GND" 3324 | (at 77.47 125.73 0) 3325 | (effects 3326 | (font 3327 | (size 1.27 1.27) 3328 | ) 3329 | ) 3330 | ) 3331 | (property "Footprint" "" 3332 | (at 77.47 120.65 0) 3333 | (effects 3334 | (font 3335 | (size 1.27 1.27) 3336 | ) 3337 | (hide yes) 3338 | ) 3339 | ) 3340 | (property "Datasheet" "" 3341 | (at 77.47 120.65 0) 3342 | (effects 3343 | (font 3344 | (size 1.27 1.27) 3345 | ) 3346 | (hide yes) 3347 | ) 3348 | ) 3349 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3350 | (at 77.47 120.65 0) 3351 | (effects 3352 | (font 3353 | (size 1.27 1.27) 3354 | ) 3355 | (hide yes) 3356 | ) 3357 | ) 3358 | (pin "1" 3359 | (uuid "bd623467-48c0-46f3-90cd-1d8bae285c14") 3360 | ) 3361 | (instances 3362 | (project "Bridge v1" 3363 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3364 | (reference "#PWR01") 3365 | (unit 1) 3366 | ) 3367 | ) 3368 | ) 3369 | ) 3370 | (symbol 3371 | (lib_id "power:VBUS") 3372 | (at 100.33 106.68 0) 3373 | (unit 1) 3374 | (exclude_from_sim no) 3375 | (in_bom yes) 3376 | (on_board yes) 3377 | (dnp no) 3378 | (fields_autoplaced yes) 3379 | (uuid "8a6370d7-c2bb-4b2e-ba8c-b21732a2fcde") 3380 | (property "Reference" "#PWR011" 3381 | (at 100.33 110.49 0) 3382 | (effects 3383 | (font 3384 | (size 1.27 1.27) 3385 | ) 3386 | (hide yes) 3387 | ) 3388 | ) 3389 | (property "Value" "VBUS" 3390 | (at 100.33 101.6 0) 3391 | (effects 3392 | (font 3393 | (size 1.27 1.27) 3394 | ) 3395 | ) 3396 | ) 3397 | (property "Footprint" "" 3398 | (at 100.33 106.68 0) 3399 | (effects 3400 | (font 3401 | (size 1.27 1.27) 3402 | ) 3403 | (hide yes) 3404 | ) 3405 | ) 3406 | (property "Datasheet" "" 3407 | (at 100.33 106.68 0) 3408 | (effects 3409 | (font 3410 | (size 1.27 1.27) 3411 | ) 3412 | (hide yes) 3413 | ) 3414 | ) 3415 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 3416 | (at 100.33 106.68 0) 3417 | (effects 3418 | (font 3419 | (size 1.27 1.27) 3420 | ) 3421 | (hide yes) 3422 | ) 3423 | ) 3424 | (pin "1" 3425 | (uuid "a9829ac0-a954-46df-b139-d7e7669ab853") 3426 | ) 3427 | (instances 3428 | (project "Bridge v1" 3429 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3430 | (reference "#PWR011") 3431 | (unit 1) 3432 | ) 3433 | ) 3434 | ) 3435 | ) 3436 | (symbol 3437 | (lib_id "power:GND") 3438 | (at 241.3 123.19 0) 3439 | (unit 1) 3440 | (exclude_from_sim no) 3441 | (in_bom yes) 3442 | (on_board yes) 3443 | (dnp no) 3444 | (fields_autoplaced yes) 3445 | (uuid "8b336f9f-a0c7-4809-a7cc-e4d1d116a0e5") 3446 | (property "Reference" "#PWR02" 3447 | (at 241.3 129.54 0) 3448 | (effects 3449 | (font 3450 | (size 1.27 1.27) 3451 | ) 3452 | (hide yes) 3453 | ) 3454 | ) 3455 | (property "Value" "GND" 3456 | (at 241.3 128.27 0) 3457 | (effects 3458 | (font 3459 | (size 1.27 1.27) 3460 | ) 3461 | ) 3462 | ) 3463 | (property "Footprint" "" 3464 | (at 241.3 123.19 0) 3465 | (effects 3466 | (font 3467 | (size 1.27 1.27) 3468 | ) 3469 | (hide yes) 3470 | ) 3471 | ) 3472 | (property "Datasheet" "" 3473 | (at 241.3 123.19 0) 3474 | (effects 3475 | (font 3476 | (size 1.27 1.27) 3477 | ) 3478 | (hide yes) 3479 | ) 3480 | ) 3481 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3482 | (at 241.3 123.19 0) 3483 | (effects 3484 | (font 3485 | (size 1.27 1.27) 3486 | ) 3487 | (hide yes) 3488 | ) 3489 | ) 3490 | (pin "1" 3491 | (uuid "dd2c7cd9-aad9-4f1b-881a-610181ca9d3f") 3492 | ) 3493 | (instances 3494 | (project "Bridge v1" 3495 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3496 | (reference "#PWR02") 3497 | (unit 1) 3498 | ) 3499 | ) 3500 | ) 3501 | ) 3502 | (symbol 3503 | (lib_id "power:VBUS") 3504 | (at 234.95 97.79 0) 3505 | (unit 1) 3506 | (exclude_from_sim no) 3507 | (in_bom yes) 3508 | (on_board yes) 3509 | (dnp no) 3510 | (uuid "8c11ee9a-42c3-4b5a-9468-1247d77eb918") 3511 | (property "Reference" "#PWR014" 3512 | (at 234.95 101.6 0) 3513 | (effects 3514 | (font 3515 | (size 1.27 1.27) 3516 | ) 3517 | (hide yes) 3518 | ) 3519 | ) 3520 | (property "Value" "VBUS2" 3521 | (at 234.95 94.234 0) 3522 | (effects 3523 | (font 3524 | (size 1.27 1.27) 3525 | ) 3526 | ) 3527 | ) 3528 | (property "Footprint" "" 3529 | (at 234.95 97.79 0) 3530 | (effects 3531 | (font 3532 | (size 1.27 1.27) 3533 | ) 3534 | (hide yes) 3535 | ) 3536 | ) 3537 | (property "Datasheet" "" 3538 | (at 234.95 97.79 0) 3539 | (effects 3540 | (font 3541 | (size 1.27 1.27) 3542 | ) 3543 | (hide yes) 3544 | ) 3545 | ) 3546 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 3547 | (at 234.95 97.79 0) 3548 | (effects 3549 | (font 3550 | (size 1.27 1.27) 3551 | ) 3552 | (hide yes) 3553 | ) 3554 | ) 3555 | (pin "1" 3556 | (uuid "f381d11d-26d3-4068-b601-6f733846efdf") 3557 | ) 3558 | (instances 3559 | (project "Bridge v1" 3560 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3561 | (reference "#PWR014") 3562 | (unit 1) 3563 | ) 3564 | ) 3565 | ) 3566 | ) 3567 | (symbol 3568 | (lib_id "Device:R") 3569 | (at 182.88 105.41 270) 3570 | (unit 1) 3571 | (exclude_from_sim no) 3572 | (in_bom yes) 3573 | (on_board yes) 3574 | (dnp no) 3575 | (uuid "8e75a13f-9945-4a91-8ccc-cce6c52460d7") 3576 | (property "Reference" "R2" 3577 | (at 182.88 103.378 90) 3578 | (effects 3579 | (font 3580 | (size 1.27 1.27) 3581 | ) 3582 | ) 3583 | ) 3584 | (property "Value" "5K1" 3585 | (at 182.88 107.95 90) 3586 | (effects 3587 | (font 3588 | (size 1.27 1.27) 3589 | ) 3590 | ) 3591 | ) 3592 | (property "Footprint" "Resistor_SMD:R_0603_1608Metric" 3593 | (at 182.88 103.632 90) 3594 | (effects 3595 | (font 3596 | (size 1.27 1.27) 3597 | ) 3598 | (hide yes) 3599 | ) 3600 | ) 3601 | (property "Datasheet" "~" 3602 | (at 182.88 105.41 0) 3603 | (effects 3604 | (font 3605 | (size 1.27 1.27) 3606 | ) 3607 | (hide yes) 3608 | ) 3609 | ) 3610 | (property "Description" "Resistor" 3611 | (at 182.88 105.41 0) 3612 | (effects 3613 | (font 3614 | (size 1.27 1.27) 3615 | ) 3616 | (hide yes) 3617 | ) 3618 | ) 3619 | (pin "1" 3620 | (uuid "ef2e2cbb-78a2-4c29-9d2a-8e1063de5041") 3621 | ) 3622 | (pin "2" 3623 | (uuid "0314e20f-1237-4741-9614-ffd9d915f4c9") 3624 | ) 3625 | (instances 3626 | (project "Bridge v1" 3627 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3628 | (reference "R2") 3629 | (unit 1) 3630 | ) 3631 | ) 3632 | ) 3633 | ) 3634 | (symbol 3635 | (lib_id "2024-11-17_23-35-08:CX90M-16P") 3636 | (at 190.5 100.33 0) 3637 | (unit 1) 3638 | (exclude_from_sim no) 3639 | (in_bom yes) 3640 | (on_board yes) 3641 | (dnp no) 3642 | (fields_autoplaced yes) 3643 | (uuid "927ec6b0-0c8f-47cd-96aa-94fd1408b6e8") 3644 | (property "Reference" "J4" 3645 | (at 210.82 90.17 0) 3646 | (effects 3647 | (font 3648 | (size 1.524 1.524) 3649 | ) 3650 | ) 3651 | ) 3652 | (property "Value" "CX90M-16P" 3653 | (at 210.82 92.71 0) 3654 | (effects 3655 | (font 3656 | (size 1.524 1.524) 3657 | ) 3658 | ) 3659 | ) 3660 | (property "Footprint" "Footprints:CX90M-16P_HIR" 3661 | (at 190.5 100.33 0) 3662 | (effects 3663 | (font 3664 | (size 1.27 1.27) 3665 | (italic yes) 3666 | ) 3667 | (hide yes) 3668 | ) 3669 | ) 3670 | (property "Datasheet" "CX90M-16P" 3671 | (at 190.5 100.33 0) 3672 | (effects 3673 | (font 3674 | (size 1.27 1.27) 3675 | (italic yes) 3676 | ) 3677 | (hide yes) 3678 | ) 3679 | ) 3680 | (property "Description" "" 3681 | (at 190.5 100.33 0) 3682 | (effects 3683 | (font 3684 | (size 1.27 1.27) 3685 | ) 3686 | (hide yes) 3687 | ) 3688 | ) 3689 | (pin "A6" 3690 | (uuid "bd7e1071-3176-467f-938d-20ddba6b0b5c") 3691 | ) 3692 | (pin "A1" 3693 | (uuid "96999d81-9a48-4442-8386-798234c26f9d") 3694 | ) 3695 | (pin "A5" 3696 | (uuid "b06527ad-a784-433f-8919-ab65912a2424") 3697 | ) 3698 | (pin "B1" 3699 | (uuid "f2d1187a-f9d5-45ec-a2e5-a32919986106") 3700 | ) 3701 | (pin "MID2" 3702 | (uuid "72d6958c-2263-4f48-ad9c-fa9ffe4a8133") 3703 | ) 3704 | (pin "B4" 3705 | (uuid "23564b3b-19c6-4fee-9de0-57a84c3e8808") 3706 | ) 3707 | (pin "A8" 3708 | (uuid "c055a81d-6516-4f83-a98b-f388852cd51e") 3709 | ) 3710 | (pin "B7" 3711 | (uuid "7638b080-c2e4-4872-9292-6f4cd21b6249") 3712 | ) 3713 | (pin "B8" 3714 | (uuid "bad69cd0-d868-4b4e-b538-712df4bd056d") 3715 | ) 3716 | (pin "B5" 3717 | (uuid "3399860e-a743-40ed-8c04-1aa0ff5bf214") 3718 | ) 3719 | (pin "B6" 3720 | (uuid "bf7a06ad-d07e-4475-acf3-9cb74257527c") 3721 | ) 3722 | (pin "A9" 3723 | (uuid "97e10324-a797-4785-9218-1f2d3a41935a") 3724 | ) 3725 | (pin "B9" 3726 | (uuid "c34e1d76-54fc-4d25-b59a-f902e7a2ab47") 3727 | ) 3728 | (pin "MID1" 3729 | (uuid "457f69da-5f63-4a62-b3ef-112eefc7eb86") 3730 | ) 3731 | (pin "A4" 3732 | (uuid "3e819eec-70ff-46b9-9c84-d65ac09dd411") 3733 | ) 3734 | (pin "A12" 3735 | (uuid "26ca6f41-cf5a-4fd9-a58f-46a8b90a0507") 3736 | ) 3737 | (pin "B12" 3738 | (uuid "ee83d68d-f0fe-4337-901b-15848602d0d3") 3739 | ) 3740 | (pin "A7" 3741 | (uuid "c4d130c2-d0af-48db-bc03-40045f266c1c") 3742 | ) 3743 | (instances 3744 | (project "Bridge v1" 3745 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3746 | (reference "J4") 3747 | (unit 1) 3748 | ) 3749 | ) 3750 | ) 3751 | ) 3752 | (symbol 3753 | (lib_id "power:GND") 3754 | (at 257.81 119.38 0) 3755 | (unit 1) 3756 | (exclude_from_sim no) 3757 | (in_bom yes) 3758 | (on_board yes) 3759 | (dnp no) 3760 | (fields_autoplaced yes) 3761 | (uuid "a51981be-8bae-4f06-8404-e5e4b0a4b5bd") 3762 | (property "Reference" "#PWR06" 3763 | (at 257.81 125.73 0) 3764 | (effects 3765 | (font 3766 | (size 1.27 1.27) 3767 | ) 3768 | (hide yes) 3769 | ) 3770 | ) 3771 | (property "Value" "GND" 3772 | (at 257.81 124.46 0) 3773 | (effects 3774 | (font 3775 | (size 1.27 1.27) 3776 | ) 3777 | ) 3778 | ) 3779 | (property "Footprint" "" 3780 | (at 257.81 119.38 0) 3781 | (effects 3782 | (font 3783 | (size 1.27 1.27) 3784 | ) 3785 | (hide yes) 3786 | ) 3787 | ) 3788 | (property "Datasheet" "" 3789 | (at 257.81 119.38 0) 3790 | (effects 3791 | (font 3792 | (size 1.27 1.27) 3793 | ) 3794 | (hide yes) 3795 | ) 3796 | ) 3797 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3798 | (at 257.81 119.38 0) 3799 | (effects 3800 | (font 3801 | (size 1.27 1.27) 3802 | ) 3803 | (hide yes) 3804 | ) 3805 | ) 3806 | (pin "1" 3807 | (uuid "2a6a41de-fa1c-4783-8319-83ea93ac8e6a") 3808 | ) 3809 | (instances 3810 | (project "Bridge v1" 3811 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3812 | (reference "#PWR06") 3813 | (unit 1) 3814 | ) 3815 | ) 3816 | ) 3817 | ) 3818 | (symbol 3819 | (lib_id "power:VBUS") 3820 | (at 246.38 97.79 0) 3821 | (unit 1) 3822 | (exclude_from_sim no) 3823 | (in_bom yes) 3824 | (on_board yes) 3825 | (dnp no) 3826 | (uuid "adfe7c2f-73ee-41f4-8c71-e5aa526d16d6") 3827 | (property "Reference" "#PWR03" 3828 | (at 246.38 101.6 0) 3829 | (effects 3830 | (font 3831 | (size 1.27 1.27) 3832 | ) 3833 | (hide yes) 3834 | ) 3835 | ) 3836 | (property "Value" "VBUS2" 3837 | (at 246.38 94.234 0) 3838 | (effects 3839 | (font 3840 | (size 1.27 1.27) 3841 | ) 3842 | ) 3843 | ) 3844 | (property "Footprint" "" 3845 | (at 246.38 97.79 0) 3846 | (effects 3847 | (font 3848 | (size 1.27 1.27) 3849 | ) 3850 | (hide yes) 3851 | ) 3852 | ) 3853 | (property "Datasheet" "" 3854 | (at 246.38 97.79 0) 3855 | (effects 3856 | (font 3857 | (size 1.27 1.27) 3858 | ) 3859 | (hide yes) 3860 | ) 3861 | ) 3862 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 3863 | (at 246.38 97.79 0) 3864 | (effects 3865 | (font 3866 | (size 1.27 1.27) 3867 | ) 3868 | (hide yes) 3869 | ) 3870 | ) 3871 | (pin "1" 3872 | (uuid "448310aa-3de0-4a07-9e83-13cd40fda095") 3873 | ) 3874 | (instances 3875 | (project "Bridge v1" 3876 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3877 | (reference "#PWR03") 3878 | (unit 1) 3879 | ) 3880 | ) 3881 | ) 3882 | ) 3883 | (symbol 3884 | (lib_id "power:GND") 3885 | (at 29.21 120.65 0) 3886 | (unit 1) 3887 | (exclude_from_sim no) 3888 | (in_bom yes) 3889 | (on_board yes) 3890 | (dnp no) 3891 | (fields_autoplaced yes) 3892 | (uuid "b5d4b1f1-a9d4-4daa-a792-2c2ece81c2e2") 3893 | (property "Reference" "#PWR08" 3894 | (at 29.21 127 0) 3895 | (effects 3896 | (font 3897 | (size 1.27 1.27) 3898 | ) 3899 | (hide yes) 3900 | ) 3901 | ) 3902 | (property "Value" "GND" 3903 | (at 29.21 125.73 0) 3904 | (effects 3905 | (font 3906 | (size 1.27 1.27) 3907 | ) 3908 | ) 3909 | ) 3910 | (property "Footprint" "" 3911 | (at 29.21 120.65 0) 3912 | (effects 3913 | (font 3914 | (size 1.27 1.27) 3915 | ) 3916 | (hide yes) 3917 | ) 3918 | ) 3919 | (property "Datasheet" "" 3920 | (at 29.21 120.65 0) 3921 | (effects 3922 | (font 3923 | (size 1.27 1.27) 3924 | ) 3925 | (hide yes) 3926 | ) 3927 | ) 3928 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3929 | (at 29.21 120.65 0) 3930 | (effects 3931 | (font 3932 | (size 1.27 1.27) 3933 | ) 3934 | (hide yes) 3935 | ) 3936 | ) 3937 | (pin "1" 3938 | (uuid "f90c6643-9a23-4feb-87f3-71630337bfc2") 3939 | ) 3940 | (instances 3941 | (project "Bridge v1" 3942 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 3943 | (reference "#PWR08") 3944 | (unit 1) 3945 | ) 3946 | ) 3947 | ) 3948 | ) 3949 | (symbol 3950 | (lib_id "power:VBUS") 3951 | (at 77.47 87.63 0) 3952 | (unit 1) 3953 | (exclude_from_sim no) 3954 | (in_bom yes) 3955 | (on_board yes) 3956 | (dnp no) 3957 | (fields_autoplaced yes) 3958 | (uuid "b92cc16c-13c0-41be-aba7-472200c424b6") 3959 | (property "Reference" "#PWR010" 3960 | (at 77.47 91.44 0) 3961 | (effects 3962 | (font 3963 | (size 1.27 1.27) 3964 | ) 3965 | (hide yes) 3966 | ) 3967 | ) 3968 | (property "Value" "VBUS" 3969 | (at 77.47 82.55 0) 3970 | (effects 3971 | (font 3972 | (size 1.27 1.27) 3973 | ) 3974 | ) 3975 | ) 3976 | (property "Footprint" "" 3977 | (at 77.47 87.63 0) 3978 | (effects 3979 | (font 3980 | (size 1.27 1.27) 3981 | ) 3982 | (hide yes) 3983 | ) 3984 | ) 3985 | (property "Datasheet" "" 3986 | (at 77.47 87.63 0) 3987 | (effects 3988 | (font 3989 | (size 1.27 1.27) 3990 | ) 3991 | (hide yes) 3992 | ) 3993 | ) 3994 | (property "Description" "Power symbol creates a global label with name \"VBUS\"" 3995 | (at 77.47 87.63 0) 3996 | (effects 3997 | (font 3998 | (size 1.27 1.27) 3999 | ) 4000 | (hide yes) 4001 | ) 4002 | ) 4003 | (pin "1" 4004 | (uuid "29eccede-6ac9-49ea-a3de-b64687841047") 4005 | ) 4006 | (instances 4007 | (project "Bridge v1" 4008 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 4009 | (reference "#PWR010") 4010 | (unit 1) 4011 | ) 4012 | ) 4013 | ) 4014 | ) 4015 | (symbol 4016 | (lib_id "SSSS811101:SSSS811101") 4017 | (at 111.76 99.06 270) 4018 | (unit 1) 4019 | (exclude_from_sim no) 4020 | (in_bom yes) 4021 | (on_board yes) 4022 | (dnp no) 4023 | (fields_autoplaced yes) 4024 | (uuid "d397d89e-7198-4a08-8ff1-ce7e4dfccca8") 4025 | (property "Reference" "S1" 4026 | (at 118.11 97.7899 90) 4027 | (effects 4028 | (font 4029 | (size 1.27 1.27) 4030 | ) 4031 | (justify left) 4032 | ) 4033 | ) 4034 | (property "Value" "SSSS811101" 4035 | (at 118.11 100.3299 90) 4036 | (effects 4037 | (font 4038 | (size 1.27 1.27) 4039 | ) 4040 | (justify left) 4041 | ) 4042 | ) 4043 | (property "Footprint" "Footprints:SW_SSSS811101" 4044 | (at 111.76 99.06 0) 4045 | (effects 4046 | (font 4047 | (size 1.27 1.27) 4048 | ) 4049 | (justify bottom) 4050 | (hide yes) 4051 | ) 4052 | ) 4053 | (property "Datasheet" "" 4054 | (at 111.76 99.06 0) 4055 | (effects 4056 | (font 4057 | (size 1.27 1.27) 4058 | ) 4059 | (hide yes) 4060 | ) 4061 | ) 4062 | (property "Description" "" 4063 | (at 111.76 99.06 0) 4064 | (effects 4065 | (font 4066 | (size 1.27 1.27) 4067 | ) 4068 | (hide yes) 4069 | ) 4070 | ) 4071 | (property "PARTREV" "N/A" 4072 | (at 111.76 99.06 0) 4073 | (effects 4074 | (font 4075 | (size 1.27 1.27) 4076 | ) 4077 | (justify bottom) 4078 | (hide yes) 4079 | ) 4080 | ) 4081 | (property "STANDARD" "Manufacturer Recommendations" 4082 | (at 111.76 99.06 0) 4083 | (effects 4084 | (font 4085 | (size 1.27 1.27) 4086 | ) 4087 | (justify bottom) 4088 | (hide yes) 4089 | ) 4090 | ) 4091 | (property "MAXIMUM_PACKAGE_HEIGHT" "1.60 mm" 4092 | (at 111.76 99.06 0) 4093 | (effects 4094 | (font 4095 | (size 1.27 1.27) 4096 | ) 4097 | (justify bottom) 4098 | (hide yes) 4099 | ) 4100 | ) 4101 | (property "MANUFACTURER" "ALPS" 4102 | (at 111.76 99.06 0) 4103 | (effects 4104 | (font 4105 | (size 1.27 1.27) 4106 | ) 4107 | (justify bottom) 4108 | (hide yes) 4109 | ) 4110 | ) 4111 | (pin "3" 4112 | (uuid "770c8553-0469-4fd9-bfa9-6bf528ddecc7") 4113 | ) 4114 | (pin "2" 4115 | (uuid "85b7ddbf-e809-4ce0-b3cb-fda4417c1c12") 4116 | ) 4117 | (pin "1" 4118 | (uuid "517f5108-e5f7-45a8-9a75-ad9c085d67e5") 4119 | ) 4120 | (instances 4121 | (project "" 4122 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 4123 | (reference "S1") 4124 | (unit 1) 4125 | ) 4126 | ) 4127 | ) 4128 | ) 4129 | (symbol 4130 | (lib_id "Device:R") 4131 | (at 236.22 120.65 270) 4132 | (unit 1) 4133 | (exclude_from_sim no) 4134 | (in_bom yes) 4135 | (on_board yes) 4136 | (dnp no) 4137 | (fields_autoplaced yes) 4138 | (uuid "e6390700-8caf-4271-a29f-dfe29c5d8c21") 4139 | (property "Reference" "R3" 4140 | (at 236.22 114.3 90) 4141 | (effects 4142 | (font 4143 | (size 1.27 1.27) 4144 | ) 4145 | ) 4146 | ) 4147 | (property "Value" "5K1" 4148 | (at 236.22 116.84 90) 4149 | (effects 4150 | (font 4151 | (size 1.27 1.27) 4152 | ) 4153 | ) 4154 | ) 4155 | (property "Footprint" "Resistor_SMD:R_0603_1608Metric" 4156 | (at 236.22 118.872 90) 4157 | (effects 4158 | (font 4159 | (size 1.27 1.27) 4160 | ) 4161 | (hide yes) 4162 | ) 4163 | ) 4164 | (property "Datasheet" "~" 4165 | (at 236.22 120.65 0) 4166 | (effects 4167 | (font 4168 | (size 1.27 1.27) 4169 | ) 4170 | (hide yes) 4171 | ) 4172 | ) 4173 | (property "Description" "Resistor" 4174 | (at 236.22 120.65 0) 4175 | (effects 4176 | (font 4177 | (size 1.27 1.27) 4178 | ) 4179 | (hide yes) 4180 | ) 4181 | ) 4182 | (pin "1" 4183 | (uuid "946fcc96-16fa-41d7-b7ad-dd93d0733de4") 4184 | ) 4185 | (pin "2" 4186 | (uuid "c334f44c-2e01-4ca9-9eaf-c871a302bc9f") 4187 | ) 4188 | (instances 4189 | (project "Bridge v1" 4190 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 4191 | (reference "R3") 4192 | (unit 1) 4193 | ) 4194 | ) 4195 | ) 4196 | ) 4197 | (symbol 4198 | (lib_id "power:GND") 4199 | (at 177.8 123.19 0) 4200 | (unit 1) 4201 | (exclude_from_sim no) 4202 | (in_bom yes) 4203 | (on_board yes) 4204 | (dnp no) 4205 | (fields_autoplaced yes) 4206 | (uuid "ef19026e-c096-4782-8750-c8f1073ddd94") 4207 | (property "Reference" "#PWR07" 4208 | (at 177.8 129.54 0) 4209 | (effects 4210 | (font 4211 | (size 1.27 1.27) 4212 | ) 4213 | (hide yes) 4214 | ) 4215 | ) 4216 | (property "Value" "GND" 4217 | (at 177.8 128.27 0) 4218 | (effects 4219 | (font 4220 | (size 1.27 1.27) 4221 | ) 4222 | ) 4223 | ) 4224 | (property "Footprint" "" 4225 | (at 177.8 123.19 0) 4226 | (effects 4227 | (font 4228 | (size 1.27 1.27) 4229 | ) 4230 | (hide yes) 4231 | ) 4232 | ) 4233 | (property "Datasheet" "" 4234 | (at 177.8 123.19 0) 4235 | (effects 4236 | (font 4237 | (size 1.27 1.27) 4238 | ) 4239 | (hide yes) 4240 | ) 4241 | ) 4242 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4243 | (at 177.8 123.19 0) 4244 | (effects 4245 | (font 4246 | (size 1.27 1.27) 4247 | ) 4248 | (hide yes) 4249 | ) 4250 | ) 4251 | (pin "1" 4252 | (uuid "a45ea7b3-d19c-4e57-b8f3-70c10b49bb77") 4253 | ) 4254 | (instances 4255 | (project "Bridge v1" 4256 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 4257 | (reference "#PWR07") 4258 | (unit 1) 4259 | ) 4260 | ) 4261 | ) 4262 | ) 4263 | (symbol 4264 | (lib_id "power:GND") 4265 | (at 87.63 111.76 0) 4266 | (unit 1) 4267 | (exclude_from_sim no) 4268 | (in_bom yes) 4269 | (on_board yes) 4270 | (dnp no) 4271 | (fields_autoplaced yes) 4272 | (uuid "efa88150-37c9-484c-857c-692fa82120bc") 4273 | (property "Reference" "#PWR05" 4274 | (at 87.63 118.11 0) 4275 | (effects 4276 | (font 4277 | (size 1.27 1.27) 4278 | ) 4279 | (hide yes) 4280 | ) 4281 | ) 4282 | (property "Value" "GND" 4283 | (at 87.63 116.84 0) 4284 | (effects 4285 | (font 4286 | (size 1.27 1.27) 4287 | ) 4288 | ) 4289 | ) 4290 | (property "Footprint" "" 4291 | (at 87.63 111.76 0) 4292 | (effects 4293 | (font 4294 | (size 1.27 1.27) 4295 | ) 4296 | (hide yes) 4297 | ) 4298 | ) 4299 | (property "Datasheet" "" 4300 | (at 87.63 111.76 0) 4301 | (effects 4302 | (font 4303 | (size 1.27 1.27) 4304 | ) 4305 | (hide yes) 4306 | ) 4307 | ) 4308 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4309 | (at 87.63 111.76 0) 4310 | (effects 4311 | (font 4312 | (size 1.27 1.27) 4313 | ) 4314 | (hide yes) 4315 | ) 4316 | ) 4317 | (pin "1" 4318 | (uuid "3a314f9c-1835-4294-84cd-0229decadfd4") 4319 | ) 4320 | (instances 4321 | (project "Bridge v1" 4322 | (path "/a56cf94f-59e8-489a-b0c7-d248b7aaf880" 4323 | (reference "#PWR05") 4324 | (unit 1) 4325 | ) 4326 | ) 4327 | ) 4328 | ) 4329 | (sheet_instances 4330 | (path "/" 4331 | (page "1") 4332 | ) 4333 | ) 4334 | ) 4335 | -------------------------------------------------------------------------------- /PCB/Footprints/CONN_ZX60-B-5S31_HIR.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "CONN_ZX60-B-5S31_HIR" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tags "ZX60-B-5S31 ") 4 | (attr smd) 5 | (fp_text reference "REF**" (at 0 -5.728901 unlocked) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value CONN_ZX60-B-5S31_HIR (at 0 -5.728901 unlocked) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user "${REFERENCE}" (at 0 -5.728901 unlocked) (layer F.Fab) 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | ) 14 | (fp_line (start -4.099999 -0.526202) (end -4.099999 -1.821602) (layer "Edge.Cuts") (width 0.508)) 15 | (fp_line (start -4.900099 -7.608501) (end -4.900099 7.327897) (layer "F.CrtYd") (width 0.1524)) 16 | (fp_line (start -4.900099 7.327897) (end 4.900099 7.327897) (layer "F.CrtYd") (width 0.1524)) 17 | (fp_line (start 4.900099 7.327897) (end 4.900099 -7.608501) (layer "F.CrtYd") (width 0.1524)) 18 | (fp_line (start 4.900099 -7.608501) (end -4.900099 -7.608501) (layer "F.CrtYd") (width 0.1524)) 19 | (fp_circle (center 1.3 -7.633901) (end 1.681 -7.633901) (layer "F.Fab") (width 0.508) (fill none)) 20 | (fp_circle (center 6.2611 -5.728901) (end 6.6421 -5.728901) (layer "F.SilkS") (width 0.508) (fill none)) 21 | (fp_circle (center 6.2611 -5.728901) (end 6.6421 -5.728901) (layer "B.SilkS") (width 0.508) (fill none)) 22 | (fp_line (start -4.4831 7.200898) (end 4.4831 7.200898) (layer "F.SilkS") (width 0.1524)) 23 | (fp_line (start 4.4831 7.200898) (end 4.4831 0.264743) (layer "F.SilkS") (width 0.1524)) 24 | (fp_line (start 4.4831 -7.200901) (end 1.81054 -7.200901) (layer "F.SilkS") (width 0.1524)) 25 | (fp_line (start -4.4831 -7.200901) (end -4.4831 -6.865746) (layer "F.SilkS") (width 0.1524)) 26 | (fp_line (start -4.3561 7.073898) (end 4.3561 7.073898) (layer "F.Fab") (width 0.0254)) 27 | (fp_line (start 4.3561 7.073898) (end 4.3561 -7.073901) (layer "F.Fab") (width 0.0254)) 28 | (fp_line (start 4.3561 -7.073901) (end -4.3561 -7.073901) (layer "F.Fab") (width 0.0254)) 29 | (fp_line (start -4.3561 -7.073901) (end -4.3561 7.073898) (layer "F.Fab") (width 0.0254)) 30 | (fp_line (start -1.81054 -7.200901) (end -4.4831 -7.200901) (layer "F.SilkS") (width 0.1524)) 31 | (fp_line (start -4.4831 0.264743) (end -4.4831 7.200898) (layer "F.SilkS") (width 0.1524)) 32 | (fp_line (start 4.4831 -2.612547) (end 4.4831 -3.582056) (layer "F.SilkS") (width 0.1524)) 33 | (fp_line (start -4.4831 -3.582056) (end -4.4831 -2.612547) (layer "F.SilkS") (width 0.1524)) 34 | (fp_line (start 4.4831 -6.865746) (end 4.4831 -7.200901) (layer "F.SilkS") (width 0.1524)) 35 | (fp_line (start 4.099999 -0.526202) (end 4.099999 -1.821602) (layer "Edge.Cuts") (width 0.508)) 36 | (fp_line (start -4.099999 -4.373001) (end -4.099999 -6.074801) (layer "Edge.Cuts") (width 0.508)) 37 | (fp_line (start 4.099999 -4.373001) (end 4.099999 -6.074801) (layer "Edge.Cuts") (width 0.508)) 38 | (pad "5" smd rect (at -1.3 -5.728901) (size 0.3556 3.2512) (layers "F.Cu" "F.Paste" "F.Mask")) 39 | (pad "4" smd rect (at -0.649999 -5.728901) (size 0.3556 3.2512) (layers "F.Cu" "F.Paste" "F.Mask")) 40 | (pad "3" smd rect (at 0 -5.728901) (size 0.3556 3.2512) (layers "F.Cu" "F.Paste" "F.Mask")) 41 | (pad "2" smd rect (at 0.649999 -5.728901) (size 0.3556 3.2512) (layers "F.Cu" "F.Paste" "F.Mask")) 42 | (pad "1" smd rect (at 1.3 -5.728901) (size 0.3556 3.2512) (layers "F.Cu" "F.Paste" "F.Mask")) 43 | (pad "S_1_H1" np_thru_hole circle (at -4.099999 -1.821602) (size 0.508 0.508) (drill 0.508) (layers)) 44 | (pad "S_1_H2" np_thru_hole circle (at -4.099999 -0.526202) (size 0.508 0.508) (drill 0.508) (layers)) 45 | (pad "S_1" thru_hole oval (at -4.099999 -1.173902 90) (size 2.413 1.1176) (drill 0.0254) (layers *.Cu *.Mask)) 46 | (pad "S_2_H1" np_thru_hole circle (at 4.099999 -1.821602) (size 0.508 0.508) (drill 0.508) (layers)) 47 | (pad "S_2_H2" np_thru_hole circle (at 4.099999 -0.526202) (size 0.508 0.508) (drill 0.508) (layers)) 48 | (pad "S_2" thru_hole oval (at 4.099999 -1.173902 90) (size 2.413 1.1176) (drill 0.0254) (layers *.Cu *.Mask)) 49 | (pad "S_3_H1" np_thru_hole circle (at -4.099999 -6.074801) (size 0.508 0.508) (drill 0.508) (layers)) 50 | (pad "S_3_H2" np_thru_hole circle (at -4.099999 -4.373001) (size 0.508 0.508) (drill 0.508) (layers)) 51 | (pad "S_3" thru_hole oval (at -4.099999 -5.223901 90) (size 2.8194 1.1176) (drill 0.0254) (layers *.Cu *.Mask)) 52 | (pad "S_4_H1" np_thru_hole circle (at 4.099999 -6.074801) (size 0.508 0.508) (drill 0.508) (layers)) 53 | (pad "S_4_H2" np_thru_hole circle (at 4.099999 -4.373001) (size 0.508 0.508) (drill 0.508) (layers)) 54 | (pad "S_4" thru_hole oval (at 4.099999 -5.223901 90) (size 2.8194 1.1176) (drill 0.0254) (layers *.Cu *.Mask)) 55 | ) 56 | -------------------------------------------------------------------------------- /PCB/Footprints/CX90M-16P_HIR.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "CX90M-16P_HIR" (version 20211014) (generator pcbnew) 2 | (layer "F.Cu") 3 | (tags "CX90M-16P ") 4 | (attr smd) 5 | (fp_text reference "REF**" (at 0 -3.026601 unlocked) (layer F.SilkS) 6 | (effects (font (size 1 1) (thickness 0.15))) 7 | ) 8 | (fp_text value CX90M-16P_HIR (at 0 -3.026601 unlocked) (layer F.Fab) 9 | (effects (font (size 1 1) (thickness 0.15))) 10 | ) 11 | (fp_text user "${REFERENCE}" (at 0 -3.026601 unlocked) (layer F.Fab) 12 | (effects (font (size 1 1) (thickness 0.15))) 13 | ) 14 | (fp_line (start -5.399999 1.471099) (end -5.399999 0.175699) (layer "Edge.Cuts") (width 0.5588)) 15 | (fp_line (start -6.238199 -4.0195) (end -6.238199 3.5306) (layer "F.CrtYd") (width 0.1524)) 16 | (fp_line (start -6.238199 3.5306) (end 6.238199 3.5306) (layer "F.CrtYd") (width 0.1524)) 17 | (fp_line (start 6.238199 3.5306) (end 6.238199 -4.0195) (layer "F.CrtYd") (width 0.1524)) 18 | (fp_line (start 6.238199 -4.0195) (end -6.238199 -4.0195) (layer "F.CrtYd") (width 0.1524)) 19 | (fp_circle (center -3.749999 -4.931601) (end -3.368999 -4.931601) (layer "F.Fab") (width 0.508) (fill none)) 20 | (fp_circle (center -7.4041 -3.026601) (end -7.0231 -3.026601) (layer "F.SilkS") (width 0.508) (fill none)) 21 | (fp_circle (center -7.4041 -3.026601) (end -7.0231 -3.026601) (layer "B.SilkS") (width 0.508) (fill none)) 22 | (fp_line (start -5.6261 3.4036) (end 5.6261 3.4036) (layer "F.SilkS") (width 0.1524)) 23 | (fp_line (start 5.6261 3.4036) (end 5.6261 2.334326) (layer "F.SilkS") (width 0.1524)) 24 | (fp_line (start -5.6261 2.334326) (end -5.6261 3.4036) (layer "F.SilkS") (width 0.1524)) 25 | (fp_line (start -5.4991 3.2766) (end 5.4991 3.2766) (layer "F.Fab") (width 0.0254)) 26 | (fp_line (start 5.4991 3.2766) (end 5.4991 -3.276601) (layer "F.Fab") (width 0.0254)) 27 | (fp_line (start 5.4991 -3.276601) (end -5.4991 -3.276601) (layer "F.Fab") (width 0.0254)) 28 | (fp_line (start -5.4991 -3.276601) (end -5.4991 3.2766) (layer "F.Fab") (width 0.0254)) 29 | (fp_line (start 5.399999 1.471099) (end 5.399999 0.175699) (layer "Edge.Cuts") (width 0.5588)) 30 | (fp_line (start -5.399999 -1.631899) (end -5.399999 -3.181299) (layer "Edge.Cuts") (width 0.5588)) 31 | (fp_line (start 5.399999 -1.631899) (end 5.399999 -3.181299) (layer "Edge.Cuts") (width 0.5588)) 32 | (pad "MID1" smd rect (at -4.249999 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 33 | (pad "A1" smd rect (at -3.75 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 34 | (pad "B12" smd rect (at -3.250001 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 35 | (pad "A4" smd rect (at -2.75 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 36 | (pad "B9" smd rect (at -2.250001 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 37 | (pad "A5" smd rect (at -1.749999 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 38 | (pad "B8" smd rect (at -1.25 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 39 | (pad "A6" smd rect (at -0.750001 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 40 | (pad "B7" smd rect (at -0.25 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 41 | (pad "B6" smd rect (at 0.25 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 42 | (pad "A7" smd rect (at 0.749998 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 43 | (pad "B5" smd rect (at 1.25 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 44 | (pad "A8" smd rect (at 1.749999 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 45 | (pad "B4" smd rect (at 2.250001 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 46 | (pad "A9" smd rect (at 2.75 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 47 | (pad "B1" smd rect (at 3.249999 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 48 | (pad "A12" smd rect (at 3.75 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 49 | (pad "MID2" smd rect (at 4.249999 -3.026601) (size 0.3556 0.9398) (layers "F.Cu" "F.Paste" "F.Mask")) 50 | (pad "S_1_H1" np_thru_hole circle (at -5.399999 0.175699) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 51 | (pad "S_1_H2" np_thru_hole circle (at -5.399999 1.471099) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 52 | (pad "S_1" thru_hole oval (at -5.399999 0.823399 90) (size 2.4638 1.1684) (drill 0.0254) (layers *.Cu *.Mask)) 53 | (pad "S_2_H1" np_thru_hole circle (at 5.399999 0.175699) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 54 | (pad "S_2_H2" np_thru_hole circle (at 5.399999 1.471099) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 55 | (pad "S_2" thru_hole oval (at 5.399999 0.823399 90) (size 2.4638 1.1684) (drill 0.0254) (layers *.Cu *.Mask)) 56 | (pad "S_3_H1" np_thru_hole circle (at -5.399999 -3.181299) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 57 | (pad "S_3_H2" np_thru_hole circle (at -5.399999 -1.631899) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 58 | (pad "S_3" thru_hole oval (at -5.399999 -2.406599 90) (size 2.7178 1.1684) (drill 0.0254) (layers *.Cu *.Mask)) 59 | (pad "S_4_H1" np_thru_hole circle (at 5.399999 -3.181299) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 60 | (pad "S_4_H2" np_thru_hole circle (at 5.399999 -1.631899) (size 0.5588 0.5588) (drill 0.5588) (layers *.Cu *.Mask)) 61 | (pad "S_4" thru_hole oval (at 5.399999 -2.406599 90) (size 2.7178 1.1684) (drill 0.0254) (layers *.Cu *.Mask)) 62 | ) 63 | -------------------------------------------------------------------------------- /PCB/Footprints/HIROSE_CX60-24S-UNIT.kicad_mod: -------------------------------------------------------------------------------- 1 | 2 | (footprint HIROSE_CX60-24S-UNIT (layer F.Cu) (tedit 673A5D03) 3 | (descr "") 4 | (attr smd) 5 | (fp_text reference REF** (at -0.825 -2.635 0) (layer F.SilkS) 6 | (effects (font (size 1.0 1.0) (thickness 0.15))) 7 | ) 8 | (fp_text value HIROSE_CX60-24S-UNIT (at 8.7 12.135 0) (layer F.Fab) 9 | (effects (font (size 1.0 1.0) (thickness 0.15))) 10 | ) 11 | (pad S1 smd rect (at 3.64 0.0) (size 1.18 1.85) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 12 | (pad S2 smd rect (at -3.64 0.0) (size 1.18 1.85) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 13 | (pad A1 smd rect (at 2.75 0.0) (size 0.3 1.85) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 14 | (pad A2 smd rect (at 2.25 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 15 | (pad A3 smd rect (at 1.75 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 16 | (pad A4 smd rect (at 1.25 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 17 | (pad A5 smd rect (at 0.75 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 18 | (pad A6 smd rect (at 0.25 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 19 | (pad A7 smd rect (at -0.25 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 20 | (pad A8 smd rect (at -0.75 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 21 | (pad A9 smd rect (at -1.25 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 22 | (pad A10 smd rect (at -1.75 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 23 | (pad A11 smd rect (at -2.25 0.0) (size 0.3 1.25) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 24 | (pad A12 smd rect (at -2.75 0.0) (size 0.3 1.85) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 25 | (pad S4 smd rect (at -3.64 0.0) (size 1.18 1.85) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 26 | (pad S3 smd rect (at 3.64 0.0) (size 1.18 1.85) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 27 | (pad B1 smd rect (at -2.75 0.0) (size 0.3 1.85) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 28 | (pad B2 smd rect (at -2.25 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 29 | (pad B3 smd rect (at -1.75 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 30 | (pad B4 smd rect (at -1.25 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 31 | (pad B5 smd rect (at -0.75 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 32 | (pad B6 smd rect (at -0.25 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 33 | (pad B7 smd rect (at 0.25 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 34 | (pad B8 smd rect (at 0.75 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 35 | (pad B9 smd rect (at 1.25 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 36 | (pad B10 smd rect (at 1.75 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 37 | (pad B11 smd rect (at 2.25 0.0) (size 0.3 1.25) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 38 | (pad B12 smd rect (at 2.75 0.0) (size 0.3 1.85) (layers B.Cu B.Mask B.Paste) (solder_mask_margin 0.102)) 39 | (fp_line (start -4.125 -0.375) (end 4.125 -0.375) (layer F.Fab) (width 0.127)) 40 | (fp_line (start 4.125 -0.375) (end 4.125 1.125) (layer F.Fab) (width 0.127)) 41 | (fp_line (start 4.125 1.125) (end 4.125 10.525) (layer F.Fab) (width 0.127)) 42 | (fp_line (start 4.125 10.525) (end -4.125 10.525) (layer F.Fab) (width 0.127)) 43 | (fp_line (start -4.125 10.525) (end -4.125 1.125) (layer F.Fab) (width 0.127)) 44 | (fp_line (start -4.125 1.125) (end -4.125 -0.375) (layer F.Fab) (width 0.127)) 45 | (fp_line (start -4.48 -1.175) (end 4.48 -1.175) (layer F.CrtYd) (width 0.05)) 46 | (fp_line (start 4.48 -1.175) (end 4.48 10.775) (layer F.CrtYd) (width 0.05)) 47 | (fp_line (start 4.48 10.775) (end -4.48 10.775) (layer F.CrtYd) (width 0.05)) 48 | (fp_line (start -4.48 10.775) (end -4.48 -1.175) (layer F.CrtYd) (width 0.05)) 49 | (fp_circle (center 2.75 -1.5) (end 2.85 -1.5) (layer F.SilkS) (width 0.2)) 50 | (fp_circle (center 2.75 -1.5) (end 2.85 -1.5) (layer F.Fab) (width 0.2)) 51 | (fp_line (start -4.125 1.125) (end 4.125 1.125) (layer F.Fab) (width 0.127)) 52 | (fp_text user "PCB Edge" (at -2.5 2.25) (layer F.Fab) 53 | (effects (font (size 0.64 0.64) (thickness 0.15))) 54 | ) 55 | ) -------------------------------------------------------------------------------- /PCB/Footprints/Nocturne.kicad_mod: -------------------------------------------------------------------------------- 1 | (footprint "Nocturne" 2 | (version 20240108) 3 | (generator "pcbnew") 4 | (generator_version "8.0") 5 | (layer "F.Cu") 6 | (property "Reference" "REF**" 7 | (at 0 -0.5 0) 8 | (unlocked yes) 9 | (layer "F.SilkS") 10 | (hide yes) 11 | (uuid "cfe9f5dc-3e1d-41f6-b27c-48d19ea87acb") 12 | (effects 13 | (font 14 | (size 1 1) 15 | (thickness 0.1) 16 | ) 17 | ) 18 | ) 19 | (property "Value" "Nocturne" 20 | (at 0 1 0) 21 | (unlocked yes) 22 | (layer "F.Fab") 23 | (uuid "6e30d51e-8e5f-42db-bd62-f7bc2a5ef2c5") 24 | (effects 25 | (font 26 | (size 1 1) 27 | (thickness 0.15) 28 | ) 29 | ) 30 | ) 31 | (property "Footprint" "" 32 | (at 0 0 0) 33 | (unlocked yes) 34 | (layer "F.Fab") 35 | (hide yes) 36 | (uuid "ba901fc7-0b26-43b4-b276-2fe3e41a3306") 37 | (effects 38 | (font 39 | (size 1 1) 40 | (thickness 0.15) 41 | ) 42 | ) 43 | ) 44 | (property "Datasheet" "" 45 | (at 0 0 0) 46 | (unlocked yes) 47 | (layer "F.Fab") 48 | (hide yes) 49 | (uuid "4ccf3dc4-dbe5-46d5-a462-2ac22df2eb3d") 50 | (effects 51 | (font 52 | (size 1 1) 53 | (thickness 0.15) 54 | ) 55 | ) 56 | ) 57 | (property "Description" "" 58 | (at 0 0 0) 59 | (unlocked yes) 60 | (layer "F.Fab") 61 | (hide yes) 62 | (uuid "1f8b59f6-7e57-4ba4-b74e-91edea4ce4d6") 63 | (effects 64 | (font 65 | (size 1 1) 66 | (thickness 0.15) 67 | ) 68 | ) 69 | ) 70 | (attr smd) 71 | (fp_poly 72 | (pts 73 | (xy 1.103531 -7.860149) (xy 1.107501 -7.859175) (xy 1.112185 -7.857507) (xy 1.117597 -7.855158) (xy 1.130656 -7.848475) 74 | (xy 1.14679 -7.839233) (xy 1.166107 -7.82754) (xy 1.214729 -7.797235) (xy 1.387148 -7.681364) (xy 1.548445 -7.55666) 75 | (xy 1.698619 -7.423719) (xy 1.837671 -7.283137) (xy 1.965602 -7.135509) (xy 2.082409 -6.981431) (xy 2.188095 -6.821499) 76 | (xy 2.282658 -6.656308) (xy 2.366098 -6.486456) (xy 2.438416 -6.312537) (xy 2.499611 -6.135148) (xy 2.549683 -5.954884) 77 | (xy 2.588633 -5.772341) (xy 2.61646 -5.588115) (xy 2.633164 -5.402802) (xy 2.638745 -5.216997) (xy 2.633203 -5.031298) 78 | (xy 2.616537 -4.846298) (xy 2.588749 -4.662595) (xy 2.549837 -4.480784) (xy 2.499802 -4.301461) (xy 2.438644 -4.125221) 79 | (xy 2.366362 -3.952662) (xy 2.282956 -3.784377) (xy 2.188427 -3.620965) (xy 2.082774 -3.463019) (xy 1.965998 -3.311136) 80 | (xy 1.838098 -3.165913) (xy 1.699074 -3.027944) (xy 1.548926 -2.897825) (xy 1.387654 -2.776154) (xy 1.215258 -2.663524) 81 | (xy 1.166793 -2.634155) (xy 1.147555 -2.62276) (xy 1.131479 -2.613681) (xy 1.118438 -2.607008) (xy 1.113016 -2.604603) 82 | (xy 1.108306 -2.602833) (xy 1.104292 -2.601711) (xy 1.100957 -2.601248) (xy 1.098287 -2.601455) (xy 1.096265 -2.602344) 83 | (xy 1.094876 -2.603926) (xy 1.094103 -2.606212) (xy 1.093932 -2.609214) (xy 1.094346 -2.612943) (xy 1.095329 -2.617412) 84 | (xy 1.096866 -2.62263) (xy 1.101539 -2.635364) (xy 1.108237 -2.651235) (xy 1.116834 -2.670336) (xy 1.139223 -2.718591) 85 | (xy 1.27098 -3.02363) (xy 1.385225 -3.332791) (xy 1.481959 -3.645424) (xy 1.561179 -3.960875) (xy 1.622885 -4.278494) 86 | (xy 1.667075 -4.597628) (xy 1.693751 -4.917625) (xy 1.702909 -5.237833) (xy 1.69455 -5.557601) (xy 1.668673 -5.876276) 87 | (xy 1.625276 -6.193207) (xy 1.564359 -6.507741) (xy 1.485922 -6.819226) (xy 1.389962 -7.127011) (xy 1.27648 -7.430444) 88 | (xy 1.145473 -7.728873) (xy 1.120302 -7.782324) (xy 1.110628 -7.803535) (xy 1.103042 -7.821214) (xy 1.097653 -7.83547) 89 | (xy 1.095817 -7.841348) (xy 1.094571 -7.84641) (xy 1.093929 -7.85067) (xy 1.093905 -7.854142) (xy 1.094513 -7.856839) 90 | (xy 1.095765 -7.858775) (xy 1.097677 -7.859963) (xy 1.100261 -7.860417) 91 | ) 92 | (stroke 93 | (width -0.000001) 94 | (type solid) 95 | ) 96 | (fill solid) 97 | (layer "F.SilkS") 98 | (uuid "5c6c089c-2140-4b49-a4a2-265580ec93c8") 99 | ) 100 | (fp_poly 101 | (pts 102 | (xy -0.732109 -8.214937) (xy -0.70311 -8.212354) (xy -0.67484 -8.208349) (xy -0.647233 -8.202874) 103 | (xy -0.620224 -8.19588) (xy -0.593748 -8.18732) (xy -0.567739 -8.177147) (xy -0.54213 -8.165312) 104 | (xy -0.516858 -8.151768) (xy -0.491856 -8.136467) (xy -0.467058 -8.119361) (xy -0.4424 -8.100402) 105 | (xy -0.417815 -8.079543) (xy -0.368603 -8.031931) (xy -0.318898 -7.976145) (xy -0.268176 -7.9118) 106 | (xy -0.215912 -7.838515) (xy -0.161581 -7.755907) (xy -0.104659 -7.663594) (xy -0.044622 -7.561193) 107 | (xy 0.033309 -7.419159) (xy 0.106397 -7.273101) (xy 0.174538 -7.123453) (xy 0.237628 -6.970645) (xy 0.295562 -6.81511) 108 | (xy 0.348236 -6.657279) (xy 0.395546 -6.497583) (xy 0.437387 -6.336454) (xy 0.473655 -6.174323) (xy 0.504246 -6.011623) 109 | (xy 0.529055 -5.848784) (xy 0.547979 -5.686238) (xy 0.560913 -5.524417) (xy 0.567751 -5.363753) (xy 0.568392 -5.204676) 110 | (xy 0.562729 -5.047619) (xy 0.550399 -4.875344) (xy 0.533111 -4.705765) (xy 0.510855 -4.53885) (xy 0.48362 -4.374568) 111 | (xy 0.451397 -4.21289) (xy 0.414176 -4.053784) (xy 0.371946 -3.897219) (xy 0.324699 -3.743165) (xy 0.272423 -3.591591) 112 | (xy 0.21511 -3.442465) (xy 0.152749 -3.295757) (xy 0.08533 -3.151437) (xy 0.012843 -3.009473) (xy -0.064721 -2.869835) 113 | (xy -0.147373 -2.732491) (xy -0.235123 -2.597412) (xy -0.277168 -2.537925) (xy -0.319265 -2.48437) 114 | (xy -0.36173 -2.436634) (xy -0.40488 -2.394606) (xy -0.44903 -2.358174) (xy -0.471579 -2.342021) 115 | (xy -0.494497 -2.327226) (xy -0.517824 -2.313773) (xy -0.541598 -2.30165) (xy -0.565859 -2.290841) 116 | (xy -0.590648 -2.281334) (xy -0.616003 -2.273113) (xy -0.641964 -2.266166) (xy -0.66857 -2.260478) 117 | (xy -0.695862 -2.256036) (xy -0.723878 -2.252824) (xy -0.752658 -2.25083) (xy -0.812668 -2.250437) 118 | (xy -0.87621 -2.254746) (xy -0.943598 -2.263644) (xy -1.01515 -2.27702) (xy -1.091181 -2.294761) 119 | (xy -1.294829 -2.353512) (xy -1.490192 -2.423957) (xy -1.677096 -2.505544) (xy -1.855367 -2.59772) 120 | (xy -2.024834 -2.699932) (xy -2.185322 -2.811627) (xy -2.336658 -2.932253) (xy -2.478669 -3.061257) 121 | (xy -2.611183 -3.198087) (xy -2.734024 -3.342189) (xy -2.847021 -3.493011) (xy -2.95 -3.65) (xy -3.042788 -3.812603) 122 | (xy -3.125211 -3.980268) (xy -3.197097 -4.152442) (xy -3.258272 -4.328572) (xy -3.308563 -4.508106) 123 | (xy -3.347796 -4.69049) (xy -3.375799 -4.875173) (xy -3.392398 -5.0616) (xy -3.39742 -5.249221) (xy -3.390691 -5.437481) 124 | (xy -3.372039 -5.625828) (xy -3.341291 -5.813709) (xy -3.298272 -6.000573) (xy -3.24281 -6.185865) 125 | (xy -3.174731 -6.369033) (xy -3.093863 -6.549525) (xy -3.000031 -6.726788) (xy -2.893064 -6.900268) 126 | (xy -2.772787 -7.069414) (xy -2.639027 -7.233673) (xy -2.555734 -7.324893) (xy -2.467184 -7.413207) 127 | (xy -2.373822 -7.498363) (xy -2.276095 -7.580109) (xy -2.174448 -7.658191) (xy -2.069327 -7.732359) 128 | (xy -1.961177 -7.802359) (xy -1.850445 -7.867941) (xy -1.737575 -7.92885) (xy -1.623014 -7.984837) 129 | (xy -1.507208 -8.035647) (xy -1.390601 -8.08103) (xy -1.27364 -8.120732) (xy -1.156771 -8.154503) 130 | (xy -1.040439 -8.182088) (xy -0.92509 -8.203238) (xy -0.85671 -8.211999) (xy -0.792558 -8.216026) 131 | ) 132 | (stroke 133 | (width -0.000001) 134 | (type solid) 135 | ) 136 | (fill solid) 137 | (layer "F.SilkS") 138 | (uuid "fcf2f5ac-9e97-4f43-b2aa-a48262165c06") 139 | ) 140 | (image 141 | (at -0.4 -5.35) 142 | (layer "F.SilkS") 143 | (scale 0.0366159) 144 | (data "iVBORw0KGgoAAAANSUhEUgAAA+gAAAPoCAYAAABNo9TkAAAACXBIWXMAAAsTAAALEwEAmpwYAAAA" 145 | "AXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAEh0SURBVHgB7d1NjJX3fTf8H87TyDcsjCWQ0ixg" 146 | "LGWBs4hx3IU32ONGitlEBq/uR7EEXsTtvQK6ae4kkkFq3T6bgBfVkzgLg9ooLwsDUqXaKw+lUvxI" 147 | "wYFGKux6oIv0EUiGhR1bXuQ+vzmcMMAMzJxzvfyv6/p8pMszDOM0dfDofM/vbVNAdbbefh70+Wq/" 148 | "TjtjdQuxvv97GzHr3wcAQLNGsXGjh/z+zdvPva4+5PtGa/zeWv95sGGbAu7YuuJZuOfXj93z65Uh" 149 | "dyEAAIDRPR9vrnhurfh85fcJ+PyRgD4M0zC9O+6E752xehAHAACaN4o7gT0/3lrla4J8zwno/bEQ" 150 | "dwL4U3EnkC+E4A0AAH2QAf1i3AnsV2//evo1Ok5A756FuBO8nwohHAAAuDu8n7v9+Shmm+OnJQJ6" 151 | "2RZiEsCfv/35YgjiAADA+k2Dez4rgzsFEtDLkmF8MSaV8fy4EAAAANUaxSSon4074Z0CCOjtymr4" 152 | "wZgE8n2hOg4AADRvFHcC+1KosLdGQG/eYkxa1jOQ7w4AAICyZFhfijuBnYYI6M1YHD8vxaRarkoO" 153 | "AAB0xSgmIf1UCOu1E9DrsxiTSvnhEMoBAIDuG8UkpB8LbfC1ENCrNZ0pz2r5YgAAAPTTUkyq6ieD" 154 | "ygjo1VgYPwdCtRwAABiWUaiqV0ZAn8/i+Hk9VMsBAABOhln1uQjos1kMwRwAAGA1SzGpqC8FGyKg" 155 | "b8xiCOYAAADrsRSC+oYI6OuzGII5AADALJbGz6thRv2hHgkeZGH8vD1+3g/hHAAAYBaL4+c/Y5Kt" 156 | "FoI1fSFYTW5i/+uYLDl4NgAAAJjX7phcvkqXxs+nwV0E9PsdHD//Mn72jp9HAwAAgCotjp//OX5u" 157 | "jZ+LwR+ZQb8j3805HlrZAQAAmpIBfX+YT1+mgn6nnf3nYR4CAACgSV+KO23v52Lghl5BXwyLCgAA" 158 | "AEowism296UYqKFW0LNq/nfj50e3PwcAAKBdmc0O3v74/8UAl8gNsYK+GKrmAAAAJRvFAKvpQ6ug" 159 | "5xI4VXMAAICyTavpaTCz6UOpoC+Mn9Mx2dQOAABAd4zGzwsxgE3vj0T/HRo/vwnhHAAAoIsWYpLp" 160 | "DkfP9bnFfboI7uj4eTQAAADoqsx0e6PnC+T62uK+EFraAQAA+mgUPW1572MFfXH8vB+2tAMAAPRR" 161 | "VtH3jZ+r4+dK9EjfAvrr4+dkaGkHAADoswzp//P2573Z8t6XgJ7/4/y/MYClAQAAAPzRYkzy4HvR" 162 | "A32YQV8I8+YAAABDdnH87I+Oz6V3PaAvhHlzAAAAerA8rst30LNinrfwFgIAAIChW4hJAbez3dVd" 163 | "DegHYvIPfmsAAADAxEJMsuKB6KAuLonLf9Anw6Z2AAAA7pdZMc+w3Ro/H0SHdC2g5xm1EwEAAAAP" 164 | "tvf2x86cYetSQM9wfjQAAABgfRZvf+xESO9KQBfOAQAAmMXi7Y/Fh/QuBHThHAAAgHks3v5YdEgv" 165 | "PaAL5wAAAFRh8fbHYkN6yQFdOAcAAKBKi7c/FhnSSw3oh8bP3wcAAABUa3H8jMbPpShMiQE975z/" 166 | "KAAAAKAeeSd9FIWF9E1Rlt3j5/3xszUAAACgPjfHzwvj52IUoqSAvhCTcL4QAAAAUL8M6U/HpJre" 167 | "ukeiDAshnAMAANCs7N4uJouWUkH/TUza2wEAAKBp2eae7e43o0UlLIk7HpMBfQAAAGjDl24/Z6NF" 168 | "bQf0vHX+3QAAAIB2Tbu6W7uR3maLe1bNTwcAAACUI1vdl6IFbQX0hbAUDgAAgPK0ttm9jYCeW/Jy" 169 | "KdxCAAAAQHlaWRrXxgz6342fvQEAAABlyoVxj46f96JBTQf0Q+PnaAAAAEDZnh0/t8bPB9GQJlvc" 170 | "F2LS2r41AAAAoHyNzqM3GdD/M8ydAwAA0C05j/50NKCpFve8d74vAAAAoFtyHj07wWufR2+igr4Y" 171 | "k5NqAAAA0FW130evO6A7qQYAAEAfjGLS6l7b6bW6W9ydVAMAAKAPsgBd6+m1Oivoi6G1HQAAgH6p" 172 | "rdW9zoBuazsAAAB9M4qaWt3ranG3tR0AAIA+ylb3z6KGKnodFfSFmFTPAQAAoK+yin4xKvRIVO90" 173 | "AAAAQL8dj4pVHdAPjp/dAQAAAP22GJMMXJkqW9zdPAcAAGBIclHcE1HRwrgqK+iHQjgHAABgOLJQ" 174 | "fTgqUlUFfSEshgMAAGB4snqeC+NGMaeqzqzlcLzZcwAAAIbm0ZhU0s/GnKqooC+E6jkAAADD9kLM" 175 | "eRu9ihn0twMAAACG7fWY07wBffH2AwAAAEO2GHPm43kD+tzvEAAAAEBPzJWR5wnoi6F6DgAAAFOL" 176 | "MUdOniegq54DAADA3WbOyrMG9MVQPQcAAIB7LcaMeXnWgH4gAAAAgNXMVEWf5Q76Qrh7DgAAAA/y" 177 | "xPgZbeRvmKWCbvYcAAAAHuxgbNAsFfSsni8EAAAAsJabMami31zv37DRCvrBEM4BAADgYbbGBqvo" 178 | "Gw3olsMBAADA+ry0kW/eSIv7QlgOBwAAABvxwvhZWs83bqSCbjkcAAAAbMzier9xIxV0y+EAAABg" 179 | "Y3JJ3OPr+cb1VtAXQzgHAACAjcplcYvr+cb1BnTL4QAAAGA2+9bzTettcdfeDgAAALNZV5v7eiro" 180 | "iyGcAwAAwKzW1ea+noC+rlI8AAAAsKbFh33DegL68wEAAADM46WHfcPDZtAXYjJ/DgAAAMwn59Bv" 181 | "rvWbD6ugLwYAAABQhYMP+s2HBfSHluABAACAdXnqQb/5sBZ359UAAACgGg88t/agCvruEM4BAACg" 182 | "Knlubfdav/mwgA4AAABUZ3Gt33hQQDd/DgAAANVacw5dBR0AAACas7jWb6wV0BfC/DkAAABUbSHW" 183 | "yNtrBXTVcwAAAKjHqpl7rYC+GAAAAEAdFlf74loB/YHH0wEAAICZLaz2xU1rfPNHMbnPBgAAAFTr" 184 | "5vh5/N4vrlZBXwjhHAAAAOqSmXvh3i+uFdABAACA+ty3KO6R9XwTAAAAUKmFe7+wWkB/PgAAAIA6" 185 | "3becfbWAbv4cAAAA6nVf9/pqW9xtcAcAAIB63bfJ/d4K+tYQzgEAAKBu921yvzegWxAHAAAAzbgr" 186 | "gwvoAAAA0I67OtjvDegLAQAAADThgRX0nQEAAAA04bGVv1htSRwAAABQv7sq6PeeWXNiDQAAAJpx" 187 | "16m1lRV0J9YAAACgOXfl8JUBfSEAAACAJq0a0FXPAQAAoFl/nENXQQcAAID2aHEHAACAAixMP9Hi" 188 | "DgAAAO3ZOf3kkdW+CAAAADRizTNrAAAAQHNWraAvBAAAANCkPxbLN6344h8CAAAAaNLNuN3mPq2g" 189 | "a28HAACA5m29/QjoAAAA0LK7AvpCAAAAAG24K6ADAAAA7VjIv6igAwAAQLvMoAMAAEABBHQAAAAo" 190 | "gIAOAAAABRDQAQAAoACP5V8eWfkLAAAAoHGP519U0AEAAKBdd1XQAQAAgHbcNYO+EAAAAEAb7gro" 191 | "AAAAQIs23f74hwAAAADaskkFHQAAAAqQAd0GdwAAAGjXVgEdAAAA2rdVizsAAAAUQAUdAAAA2qfF" 192 | "HQAAAAqgxR0AAABKIKADAABA+5Yr6AsBAAAAtEmLOwAAAJRAQAcAAIAC2OIOAAAA7XNmDQAAAApg" 193 | "Bh0AAABKIKADAABAAQR0AAAAKIA76AAAANC+nSroAAAAUAABHQAAAAogoAMAAEABBHQAAAAoQAb0" 194 | "xwIAAABoVQb0rQEAAAC0aUGLOwAAABRAQAcAAIACCOgAAABQAAEdAAAACiCgAwAAQAEEdAAAACiA" 195 | "gA4AAADt25oBfSEAAACANm1VQQcAAIACCOgAAABQAAEdAAAACiCgAwAAQAEEdAAAACiAgA4AAAAF" 196 | "ENABAACgAAI6AAAAFEBABwAAgAII6AAAAFAAAR0AAAAKIKADAABAATaNnz8EAAAA0KabAjoAAAAU" 197 | "QIs7AAAAFEBABwAAgAII6AAAAFAAAR0AAAAKIKADAABAAQR0AAAAKICADgAAAAUQ0AEAAKAAAjoA" 198 | "AAAUQEAHAACAAgjoAAAAUAABHQAAAAogoAMAAEABBHQAAAAogIAOAAAABRDQAQAAoAACOgAAABRA" 199 | "QAcAAIACCOgAAABQAAEdAAAACiCgAwAAQAEEdAAAACiAgA4AAAAFENABAACgAAI6AAAAFEBABwAA" 200 | "gAII6AAAAFAAAR0AAAAKIKADAABAAQR0AAAAKICATgAAANA+AR0AAAAKIKADAABAAQR0AAAAKICA" 201 | "DgAAAAUQ0AEAAKAAAjoAAAAUQEAHAACAAgjoAAAAUAABHQAAAAogoAMAAEABBHQAAAAogIAOAAAA" 202 | "BRDQAQAAoAACOgAAABRAQAcAAIACCOgAAABQAAEdAAAACiCgAwAAQAEEdAAAACiAgA4AAAAFENAB" 203 | "AACgAAI6AAAAFEBABwAAgAII6AAAAFAAAR0AAAAKIKADAABAAQR0AAAAKICADgAAAAUQ0AEAAKAA" 204 | "AjoAAAAUQEAHAACAAgjoAAAAUAABHQAAAAogoAMAAEABBHQAAAAogIAOAAAABRDQAQAAoAACOgAA" 205 | "ABRAQAcAAIACCOgAAABQAAEdAAAACiCgAwAAQAEEdAAAACiAgA4AAAAFENABAACgAAI6AAAAFEBA" 206 | "BwAAgAII6AAAAFAAAR0AAAAKIKADAABAAQR0AAAAKICADgAAAAX4vwIAeKCtW7fGwsJC7N69O556" 207 | "6qnlz/PJr0+flUajUdy8eXP5yc+vXr0aFy9eXP48PwIArGbT+PlDAADLMmwvLi4uB/Dnn39+OZTn" 208 | "51XJ0L60tBRnz55d/pihHQAgCegADFaG8Qzg08r4NJg3KSvqZ86ciVOnTgnrADBwAjoAgzGtjk8r" 209 | "4/nc257epqyoZ1A/efJkAADDI6AD0FvTCvlLL720HMzz8y7ISvqxY8cEdQAYGAEdgF6ZVsjzYz5d" 210 | "JqgDwLAI6AB0WlbJ9+3btxzK82NJLetVyaC+f/9+G+ABoOcEdAA6J0P4wYMH/9i6PhRZSc+KumVy" 211 | "ANBPAjoAnZDb1Q8cONCL1vV5ZDh/9dVXlxfKAQD9IqADUKyslB86dGjwoXw1R48eXa6mAwD9IaAD" 212 | "UJShtq/PIu+nHzlyRMs7APSEgA5A66bn0F5//XWhfIMynL/wwgtCOgD0gIAOQGsyjGelPCvmfdy+" 213 | "3hQhHQD6QUAHoFFa2Otx8+bN5ZDuFBsAdJeADkAjsoU9t7CrltcnQ/rTTz+tkg4AHSWgA1CrrJKb" 214 | "LW+OdncA6C4BHYDKTc+jHT58WLW8BRnOs5KeFXUAoDsEdAAqI5iXY2lpabmSDgB0h4AOwNyyfX06" 215 | "X045Tpw4sXwnHQDoBgEdgJmZLy/f/v3748yZMwEAlE9AB2DDBPPusNkdALrjkQCAdcpA/v777y8/" 216 | "wnk35C6At99+OwCA8gnoADyUYN5t+b9ZLu4DAMqmxR2ANWll7w+t7gBQPhV0AO6zsLCw3BatYt4f" 217 | "Wt0BoHxfGD9HAwBiEuL++q//Ok6ePBnPPvts0C/5xsutW7figw8+CNr35JNPxt69e+N3v/tdfPLJ" 218 | "JwEAWtwBWHbo0KE4evTockin37LV/eLFi0H7vv/978e2bdvinXfeifPnzwcAwyagAwxctrBn63NW" 219 | "VxmGDOcZ0mlfVtG/973vLX9+48YNQR1g4LS4AwxUBvLTp0+rmg/Ql770pdi0aVMsLS0F7cpQ/tWv" 220 | "fnW5ir558+Z45plnYvv27XHt2jVt7wADJKADDMx0zvzMmTOq5gOWnRNnz56N//7v/w7alSF9z549" 221 | "f/z1zp0748UXX1z+/L/+67/i888/DwCGQYs7wIDs27cvjh8/LpizTKt7OXIWfdeuXfd9Xds7wLCo" 222 | "oAMMwLSd/bvf/a52dv4oW91tdS/DvVX0KW3vAMMioAP0XG5n//nPf75qdQ7ynN4vfvGLuHnzZtCe" 223 | "lbPoq1nZ9n7lypUAoJ8eCQB6affu3fGb3/wmTpw4oWrOmvLPRm7xp33Zyv4wL7/88vKYSlbUAegf" 224 | "FXSAnsnA9Xd/93dx8uTJ5RZmeJgcgdDq3r6HVdGnsu1dNR2gnyyJA+gRN82ZVba4P/HEE1rdW7by" 225 | "Lvp6ZKh/44034vr16wFA96mgA/REtr3+6Ec/0s7OTB599NHlPQU5j0571ltFn1JNB+gXAR2g43LW" 226 | "/F/+5V+WT6jBPDKgnzt3LkajUdCetTa6P0hW3p977rn48MMPbXoH6DBL4gA6LDe05yK4DOlQhRyR" 227 | "0IXRrsuXL8/Usp5V9x/+8Iexf//+AKCbVNABOmh61/wv//IvA6qU4fyzzz6LpaWloD1ZBc/757PI" 228 | "ano+2fKumg7QLZbEAXRMtrKrclKnXBT39NNPa3VvUc6W516J/DirbJXP023nz58PALpBBR2gI6bn" 229 | "0/KueS70grrkn68cmzh16lTQjs8//zy++MUvLlfCZ5XhPqvwW7ZsiX//938PAMonoAN0QLa0WwRH" 230 | "k/LP3KVLl2wGb9HVq1fjG9/4RvzJn/xJzOMrX/mKBXIAHSGgAxTuwIEDcebMGbfNadyzzz67XEX/" 231 | "9NNPg+ZVUUWfymp6boa/detWXLt2LQAok4AOUKhpS/vf//3fa2mnFRbGtS+r6N/61reiClmJ1/IO" 232 | "UDZL4gAKNN3S7nwabbMwrn2HDx+eeaP7WnKB3BtvvDHTOTcA6uMOOkBhFhcX3TanGFlFz6sBtOe9" 233 | "996LquXN9O9973uVtM8DUB0t7gAFOXToUPz85z/X0k5RsqPj3LlzqugtyWr3V7/61eVQXaXpXHqy" 234 | "DBCgDCroAAWYVinzhBqUSBW9XXnPvC4vv/xyvPLKKwFA+1TQAVo2PaG2d+/egFLlm0i5AfyDDz4I" 235 | "mpdV9PwZMe/JtbU4xQZQBhV0gBblnPn7779v3pxOeP3115eDOu2oYxZ9pelc+vbt2wOAdqigA7Qk" 236 | "75vnvPmXvvSlgC7I3QjOrrUnT6594xvfqK2KntxLB2iXgA7QgqxE5ry5ZXB0TXZ7/OIXv1g+v0az" 237 | "Pv/88+UOhmxHr9P0XnqyPA6gWQI6QMOOHz8e3/3udwO6KN9Uyr0JGdJpXob06eb1uk1PsAnpAM0R" 238 | "0AEakpWvn/3sZ3Hw4MGALtu1a5ezay2p6+TaWjKk79y5M377298uvzkAQL0EdIAGTDe1Ly4uBvRB" 239 | "/pk+depU0LwM6U1V0dOXv/zl+NrXvrYc0m14B6iXLe4ANcsgY1M7fZNvNnnDqR2XL19uPCjv2LHD" 240 | "hneABgjoADWahvP8CH2T+xRoR90n11bjDBtA/bS4A9QkK+a/+tWvnFGjt/LPdp7+unjxYtCs/Of+" 241 | "rW99K5qWZ9hyw3sujstTbABUSwUdoAbZ+puV81wMB32WJwP9OW9etri3tV19WknP5XEAVEsFHaBi" 242 | "Bw4ciDNnzrhxziBkOP/ss89iaWkpaFbTy+JWylvpf/7nf7783+HatWsBQDVU0AEqlOH85MmTAUNy" 243 | "6NAhVfQWtLEs7l6vvfZaa28SAPSRCjpARYRzhiq7RVTR2/HFL35x+VZ5m3ImXSUdoBqbxs8fAoC5" 244 | "COcM3c2bN+OJJ55Y/khzcmnbj3/84yjBW2+9FefPnw8AZqeCDjAn4RxU0dvy+eefx1e/+tXlxW1t" 245 | "U0kHmJ8ZdIA5COdwh1n0drzzzjtRCjPpAPNRQQeYkXAOd1NFb0dWrffu3bu8Wb0EKukAsxPQAWYg" 246 | "nMPqdu/evTwT/emnnwbNKWFZ3EpCOsBsBHSADdq3b1/8/Oc/D+B+qujt+Pjjj+Mb3/hGlCRD+pUr" 247 | "V5aDOgDrYwYdYAOyOvj2228HsDaz6M3LSnWG4dIcPnw4du7cGQCsjwo6wDotLCzEr371K8EDHkIV" 248 | "vR15cu1rX/talCTn4p999tn47W9/G7du3QoAHkwFHWAdMpy///77wjmskyp68/IG+SeffBKlyTcO" 249 | "spK+ffv2AODBVNABHmIazvMjsD6q6M3Lm+hf+cpX4stf/nKUJkN6zqR/+OGHRb6JAFAKFXSAB8gK" 250 | "oHAOs8kqOs167733olTbtm1brqRv2bIlAFidgA7wAKdPnxbOYUb5BtfBgweD5ly+fLnoCvWOHTu8" 251 | "cQPwAAI6wBqOHz8ei4uLAczuwIEDQbNyFr1kea/9lVdeCQDuZwYdYBWvv/56fPe73w1gPtmBcu7c" 252 | "uRiNRkEzchZ9z549UbKclU8lnoYDaJMKOsA9sv3y6NGjAVQj3/CiOdnmfuPGjSjdyy+/XPwbCQBN" 253 | "U0EHWGH37t1x5syZAKqjit68XMSWreSlm252dyMdYEIFHeC2DBG5FA6onip6s/71X/81usKNdIA7" 254 | "BHSAcE4N6pYLF/PfM5qRLe5dme/O82vf+973nF8DCC3uAMt+9rOfxbPPPhtAfT777LNYWloKmrF5" 255 | "8+b42te+Fl2Q/13/9E//ND744IMAGDIVdGDwsvV23759AdQrFzCqojen9HNr98p59P379wfAkKmg" 256 | "A4OWwfxHP/pRAPV79NFHVdEblOfWvvrVry63kHdFLra7du1a/O53vwuAIVJBBwYr583ffvvtAJpz" 257 | "4MCBoDm//vWvo2tee+01S+OAwRLQgUGaLoXTbgvNyjfGcmEczeham3vKeXRL44ChEtCBQTp+/LiN" 258 | "7dASJ9ea88knn3Rmm/tK2Zb/7W9/OwCGRkAHBifDwcGDBwNoR1bQvUHWnC62uac9e/bEiy++GABD" 259 | "IqADg5Kh4OjRowG0y5tkzelim/vUK6+8Ejt37gyAoRDQgcHIcJ5z50D7nFxrTlfb3KcOHz5sHh0Y" 260 | "DAEdGIxsbddWC2XIcK6K3pyutrmnnEf/zne+EwBDIKADg5DVOmEAyvLSSy8Fzbhw4UJ02TPPPGMe" 261 | "HRgEAR3oPXPnUKZcFufkWjNu3LjR6Tb39PLLL7uPDvSegA70nnvnUK59+/YFzbh8+XJ0Wd5Hz3l0" 262 | "gD4T0IFeM3cOZTtw4IA30BrS9YCeduzYsbzZHaCvBHSgt7J1Vms7lM2yuOZkQM+N7l2Xs+hPPvlk" 263 | "APSRgA70UlbN33777QDKZ1lcc7p8E32l1157zek1oJcEdKCXtLZDd1gW15yub3OfytNr+/fvD4C+" 264 | "EdCB3sl2WS2z0C0CejOuXr3aizb3pNUd6CMBHeiVrJpn9RzolkOHDgX1y3Deh2VxU1rdgb4R0IFe" 265 | "0doO3ZTL4lTRm/Hhhx9GX2h1B/pGQAd6Q2s7dJvul2b8+te/jj7R6g70iYAO9EJW37y4h27bvXu3" 266 | "m+gNyDb3K1euRJ9odQf6QkAHekFrO3Sfm+jN6dMcetLqDvSFgA50Xgbzw4cPB9B9bqI3o28BPWl1" 267 | "B/pAQAc67/333w+gH3JRnG6Y+mVA78u5tZVU0YGuE9CBTsvTTF7MQ79oc2/GhQsXom+ygp6VdICu" 268 | "EtCBztLaDv104MCBoH59WxQ39fLLL1sYB3SWgA50lsVw0E/577Wb6PXr27m1qc2bN8e3v/3tAOgi" 269 | "AR3opDzHpA0W+ktAr1/OoN+4cSP6aM+ePRbGAZ0koAOddPr06QD6K/dLUL8+zqFPvfLKKwHQNQI6" 270 | "0DlZOdfaDv2WN9FV0evX54C+Y8cOC+OAzhHQgU7JYJ6z50D/7du3L6jX1atXo88sjAO6RkAHOsVZ" 271 | "NRgO29zrl3Pofd3mnnJh3De/+c0A6AoBHegMZ9VgWLS5N+Py5cvRZ1lF3759ewB0gYAOdIbWdhge" 272 | "be7163tAT9/5zncCoAsEdKATnFWDYXrppZeCeuUcera691meXHN2DegCAR3ohOPHjwcwPDnaos29" 273 | "XhnOr127Fn23f//+ACidgA4ULyvnXqDDcPn3v35DaHNXRQe6QEAHimf2HIbt+eefD+o1hICeVNGB" 274 | "0gnoQNGyeu6sGgxbVtD9HKjXEObQU1bQ9+zZEwClEtCBoqmeA8k293oNZQ495dk1gFIJ6ECxVM+B" 275 | "Kdvc65dV9CHYtm2bKjpQLAEdKJbqOTCVbe5bt24N6nPhwoUYClV0oFQCOlAk1XPgXtrc6zWUCnpS" 276 | "RQdKJaADRVI9B+5lm3u9hjSHnlTRgRIJ6EBxVM+B1aig128o59aSKjpQIgEdKI7qObCanEHPWXTq" 277 | "M6QKetq7d28AlERAB4qieg48iIBer//4j/+IIdmxY8fybXSAUgjoQFEOHToUAGsxh16vGzduLM+i" 278 | "D8n+/fsDoBQCOlCMrIzt3r07ANbi3Fr9hjSHnrKCrooOlEJAB4px4MCBAHgYbe71GlpAT6roQCkE" 279 | "dKAIOXee8+cADyOg12toi+JSVtB37twZAG0T0IEi2NwOrNdLL70U1Ofq1asxRE6uASUQ0IHWqZ4D" 280 | "G5E/M1x7qE8uictlcUOTAX3Lli0B0CYBHWiddlVgo/bt2xfUZ4hz6Js3b45vfvObAdAmAR1onfZ2" 281 | "YKOeeuqpoD5DbXPfu3dvALRJQAdala3tWlWBjVJBr9eVK1diiLKK7uQa0CYBHWiV02rALPIWujf3" 282 | "6nP9+vUYKifXgDYJ6EBr8sW1+XNgVqro9clFcUM8t5acXAPaJKADrTF7DszDHHq9hjqHnr7+9a8H" 283 | "QBsEdKA1qufAPFTQ6zXkgJ7L4pxcA9ogoAOtsBwOmJc59HoNdVFcymVxu3btCoCmCehAKyyHA6qg" 284 | "E6c+Q14Ul1588cUAaJqADjTOcjigKs8//3xQj1wUd+PGjRiqXBanzR1omoAONC7b2wGq4M2+el2+" 285 | "fDmG7Jvf/GYANElABxqnvR2oSnbk5Cw69RjyoriUy+IAmiSgA43KapelTkCVVNHrM+QW95TL4rLV" 286 | "HaApAjrQKNVzoGoCen2GXkFPzzzzTAA0RUAHGuWFNFC1p556KqhHVtBzWdyQ7dmzx7I4oDECOtCY" 287 | "ffv2aW8HKrd79+6gPtrcN8eOHTsCoAkCOtCYl156KQCqlkvivPlXH23ukyo6QBMEdKAxWUEHqIPx" 288 | "mfoI6JM5dG3uQBMEdKARGc6dQgLqos29PkNvcU/a3IGmCOhAI7S3A3V6/vnng3qooE9ocweaIKAD" 289 | "jdDeDtTJDHp9bHKf0OYONEFAB2qnvR2oW/6M0eZeH23u2tyBZgjoQO20twNNENDro819Qps7UDcB" 290 | "Haid7cpAEwT0+qigT2SbO0CdBHSgVhnOzYYCTXjqqaeCegjoE9nm/uSTTwZAXQR0oFaWwwFNUUGv" 291 | "jxb3O1TRgToJ6ECtnD4CmpKL4nTs1OP69evBhIAO1ElAB2qTL5RVtIAm+ZlTjzyzps19Ytu2bcsP" 292 | "QB0EdKA2lsMBTRPQ6+MW+h1/9md/FgB1ENCB2jivBjRt586dQT3Mod+xa9euAKiDgA7URgUdaJqf" 293 | "O/UR0O+wyR2oi4AO1CJfJOfCJoAmWRJXn9///vfBhHNrQF0EdKAWqlhAW4T0eqig302bO1AHAR2o" 294 | "hfNqQFu8QVgPp9bupoIO1EFAByqXre1eIANtUUGvR25xt8n9jlxIuGXLlgCokoAOVM6ZI6BNNrnX" 295 | "R0C/I+fQd+zYEQBVEtCByqmeA23yJmF9zKHfzRw6UDUBHaic+XOgTVrc63Pjxo3gDnPoQNUEdKBy" 296 | "KuhAm3IPhpBeD4vi7mYOHaiagA5USjgHSqDNvR5uod/NHDpQNQEdqJQXxUAJsopO9cyg389SQqBK" 297 | "AjpQKfPnQAm8WViPjz/+OLibCjpQJQEdqJQXxUAJHnvssaB6lsTdz6I4oEoCOlCZXMpkMRNQAm8W" 298 | "1kdIv9u2bduWH4AqCOhAZbwgBkrhzcL6fPLJJ8HdzKEDVRHQgcoI6EApckmcRXH1cGrtftrcgaoI" 299 | "6EBlLIgDSqKKXg8V9PtpcQeqIqADlVFBB0oioNfDDPr9VNCBqgjoQCW0kwKlEdDrIaDfb/PmzbFl" 300 | "y5YAmJeADlRC9RwojYBeD7fQV7dr164AmJeADlRCQAdK4xZ6PVTQV7d9+/YAmJeADlTCgjigNN44" 301 | "rIcK+up27NgRAPMS0IFKaCUFSmMvRj1scV+dgA5UQUAHKqFSBZTGG4f1yIAupN9PiztQBQEdmJtw" 302 | "DpRKSK+HgH6/3OTuHjowLwEdmJs2UqBUfj7VQ0Bf3c6dOwNgHgI6MDcVdKBUKuj1uH79enA/be7A" 303 | "vAR0YG5eAAOlUkGvhwr66iyKA+YloANze+qppwKgRN5ArIeAvrqcQweYh4AOzM0LYKBUKuj1ENBX" 304 | "ZwYdmJeADsxNQAdK9dhjjwXV+/jjj4P72eIOzEtAB+ZiQRxQsscffzyo3u9///tgdUI6MA8BHZiL" 305 | "9lGgZFqO66GCvjZ/5oB5COjAXLS3AyXzJmI9zKCvbcuWLQEwKwEdmIuADpRMQK+HO+hr0+IOzENA" 306 | "B+YioAMlE9BpmoAOzENAB+Zi1g4onTcSq6fFfW1uoQPzENCBuahOAQyPgL42b1wD8xDQgbmoTAGl" 307 | "83OKJqmgA/MQ0IG5qKADDNONGzeC+wnowDwEdGBmqlJAF/hZRdMsigNmJaADM/OiFwDu5xY6MCsB" 308 | "HQDoNaM49dDivjYVdGBWAjowMxV0oAsEdJqmgg7MSkAHZuZFL8Bwffzxx8HqLIoDZiWgAzMT0IEu" 309 | "cJe6Hm6hr01AB2YloAMzE9AB4H4COjArAR2YmYAOAPcT0IFZCejAzB577LEAKN3jjz8eANAFAjow" 310 | "MxV0oAu8mVgPZ9bW5swaMCsBHQAAAAogoAMzU0EHgPtt3749AGYhoAMzE9CBLvCzCoCuENABgF4T" 311 | "0AHoCgEdAAAACiCgAzNTlQIYro8//jhYnTvowKwEdGBmAjrAcP3+978PViegA7MS0AEAAKAAAjoA" 312 | "AAAUQEAHAACAAgjoAAAAUAABHQAAAAogoAMAAEABBHQAAAAogIAOAAAABRDQAQAAoAACOjCz0WgU" 313 | "AAzTtm3bgtXduHEjAGYhoAMAAEABBHQAAAAogIAOAPSacRwAukJAB2Z28+bNAADudv369QCYhYAO" 314 | "zExABwCA6gjowMwEdIDh2rx5cwBQLQEdmNmtW7cCoHR+VtVDQF+bM2vArAR0AKDXPvroowCALhDQ" 315 | "gZnZjAwA91NBB2YloAMAvabFvR5a3AGqJ6ADM1NBB7rAQst6bNmyJVidCjowKwEdAAAq9PHHHwfA" 316 | "LAR0YGYq6EAXqKDTtE8++SQAZiGgAzMT0IEuENDrsW3btmB1AjowKwEdmJkXvUAX+FlF08ygA7MS" 317 | "0IGZedELdIGfVfWwxX1tZtCBWQnowFy0uQMMk4C+OtVzYB4COjAXlSmgdN5IpEnXr18PgFkJ6MBc" 318 | "Ll26FAAl80Zi9SyIW5sFccA8BHRgLl74AqXzc4omaXEH5iGgA3PROgqUTDivx/bt24PVCejAPAR0" 319 | "YC5e/AIl8yYiTTODDsxDQAfmcvHixQAolTcR62GD+9rMoAPzENCBuahOASW7detWUL0tW7YEq7t2" 320 | "7VoAzEpAB+aS1SkVKqBUH330UVA9W9xXl9Xzjz/+OABmJaADc1NFB0p19erVgKaYPwfmJaADc3ML" 321 | "HSiVDp96qKCvzgZ3YF4COjA3L4CBUunwqYclcaszfw7MS0AH5maTO1AqbyDWw5K41RmpAOYloANz" 322 | "E9CBUqmg10MFfXVOrAHzEtCBuXkBDJTKz6d6COir0+IOzEtAB+aWLaReBAOl0d5eH0vi7ufEGlAF" 323 | "AR2ohDZ3oDTeOKyH6vnqzJ8DVRDQgUp4YQKURgW9Htu3bw/up70dqIKADlRCBR0ojQp6PVTQV+eN" 324 | "aqAKAjpQCQEdKI3AVA8BfXU3btwIgHkJ6EAlVKqA0vi5VA8L4lZ3+fLlAJiXgA5UImc9VdGBkgjo" 325 | "9diyZUtwN90aQFUEdKAyly5dCoBSCOj1UEG/n/Z2oCoCOlAZFXSgJAJ6PWxxv9+VK1cCoAoCOlCZ" 326 | "paWlACiBcF4fS+Lup8UdqIqADlTGC2KgFH4e1UeL+/0siAOqIqADlbEoDiiFgF6PrJ6roN9NOAeq" 327 | "JKADlTp37lwAtE3LcT3Mn9/v2rVrAVAVAR2olAo6UAI/i+qhen4/FXSgSgI6UCmL4oASaHGvhwr6" 328 | "/XRrAFUS0IFK5YtiL4yBtvk5VA8L4u52/fp1N9CBSgnoQOXMoQNtyoWV+VA9Af1u5s+BqgnoQOXM" 329 | "fgJt8jOoPlrc73bhwoUAqJKADlTuzJkzAdCWS5cuBfVQQb+bCjpQNQEdqFzOfmovBdpi/rw+Avod" 330 | "OX9uQRxQNQEdqMXZs2cDoA1a3Ouxc+fO4A7Vc6AOAjpQC+fWgLYI6PVwA/1u5s+BOgjoQC0EdKAN" 331 | "NrjXZ8eOHcEdly9fDoCqCehALdxDB9qgel6fLVu2BBM5e+7+OVAHAR2ojTl0oGk2uNdHBf0O8+dA" 332 | "XQR0oDbOrQFN07lTHzfQ7zh//nwA1EFAB2qTraZmQYEmaXGvjxNrd5g/B+oioAO1yXDuxTLQJD9z" 333 | "6pEb3G1xn7C9HaiTgA7Uyhw60BRdO/VxA/0OAR2ok4AO1OrkyZMB0ITcrE09LIi7Q3s7UCcBHahV" 334 | "VrPcRAeaoL29PhbETTivBtRNQAdqd+7cuQComzcD66PFfeLf/u3fAqBOAjpQO+fWgCY4sVYfC+Im" 335 | "tLcDdRPQgdpl26kXzkCdcpzGz5n6mEGPuH79uj0HQO0EdKARp06dCoC6mD+vj/b2iQ8//DAA6iag" 336 | "A40wGwrUya6L+mzbti2IOH/+fADUTUAHGpEBXfspUBdvAtZHBV17O9AcAR1ojDZ3oC5a3Otj/lx7" 337 | "O9AcAR1ozMmTJwOgahnOc0kc9XADPeLdd98NgCYI6EBjssVdGypQNa3H9Rp6BT3/fN24cSMAmiCg" 338 | "A406e/ZsAFTJG3/1efLJJ2Po3nvvvQBoioAONEqbO1A1Ab0+NrhHXL58OQCaIqADjco5US+mgark" 339 | "zxQL4uoz9A3uFy5c0N4ONEpABxp37NixAKiCcF4vAf1CADRJQAcaZ+MyUJVz584F9Rnygri8fX7+" 340 | "/PkAaJKADjQuw7mb6EAVjMzUJ8+rbd68OYbqypUrAdA0AR1oxZkzZwJgXlrc6zP082rvvPNOADRN" 341 | "QAdakVUvlS9gHvkzxLhMfYY8f56b2y2HA9ogoAOtcRMdmMelS5eC+gy5gm72HGiLgA60Jm+iq34B" 342 | "s9KFU6+hVtAthwPaJKADrclw/uabbwbALAT0+uRyuG3btsUQWQ4HtElAB1qVVXSAjTJ/Xq8hz59b" 343 | "Dge0SUAHWjUajVTBgA0zf16vJ598MobowoULlsMBrRLQgdYdO3YsADbCqcZ6DTWgv/feewHQJgEd" 344 | "aF1W0N0yBjbCz4x6DXGDey6Hy/NqAG0S0IEinDp1KgDWw/x5vXL+PJfEDc3p06cDoG0COlAEJ9eA" 345 | "9Tp79mxQnyFub3daDSiFgA4Uwck1YL20t9driPPnwjlQCgEdKMaJEydU0YEHcvmhfkM8sSagA6UQ" 346 | "0IFiqKIDDyOc12/Xrl0xJBnOnVYDSiGgA0XJWXSAtZw7dy6ozxDb2995550AKIWADhQl21dtdAfW" 347 | "ooJer6GdV1M9B0ojoAPFOXr0aADcK8N5volHfYZWQVc9B0ojoAPFsQQKWI329voNaUGc6jlQIgEd" 348 | "KNKxY8cCYCVv3NUrw/mQbqCrngMlEtCBIuULcS/GgSmdNfUb0vy56jlQKgEdKJYqOjAlnNdvSPPn" 349 | "qudAqQR0oFj5gtxGdyCdPXs2qNdQArrqOVAyAR0omo3uwM2bN+PMmTNBfbZv3z6Y+XPVc6BkAjpQ" 350 | "tJw7ffPNNwMYLtvb6zeU+XPVc6B0AjpQvKyiZwUNGCbV8/o988wzMQSq50DpBHSgeBnOVdFhuCyI" 351 | "q98Q7p9nOFc9B0onoAOdcOLECVV0GKAM5znqQn1y/rzvLe7Xr19fbm8HKJ2ADnSCKjoMk0sO9du1" 352 | "a1f03enTp1XPgU4Q0IHOyFl0lTQYFu3t9ev7eTXVc6BLBHSgU1599dUAhkF7ezP6HtCzeg7QFQI6" 353 | "0Cn5gl1FDYZBe3v9cjlcn++ff/jhh6rnQKcI6EDnHDlyJID+82Zc/fq+HO4f//EfA6BLBHSgcy5e" 354 | "vGhhHPSc9vZm9Pn+eVbOLYYDukZABzopF8Y5uwb9pb29GX2dP8/FcHn3HKBrBHSgkzKcHzt2LIB+" 355 | "0t5evwznmzdvjj5yVg3oKgEd6KwTJ054EQ89dPbsWe3tDehz9dxiOKCrBHSg0yyMg/45c+ZMUL++" 356 | "BvQ33ngjALpKQAc6zcI46JccXzl58mRQr+3bt8euXbuib3LuXGs70GUCOtB5uTBOOyz0g+p5M/oY" 357 | "zrO1/b333guALhPQgc7Liturr74aQPfZ3t6MPra352K4Tz75JAC6TEAHeiGXxXlhD92WnTAWPzaj" 358 | "bwE9l8JZDAf0gYAO9Mbhw4fdRocOy+3t1C/D+bZt26Iv3DwH+kRAB3pDqzt0W55OpH7PPPNM9Imb" 359 | "50CfCOhAr+SCKUumoHuytd2yx2b0qb1dazvQNwI60DtZRdfqDt1ih0Qz8rzajh07og+0tgN9JKAD" 360 | "vaPVHbol/53V+dKMPp1X09oO9JGADvRSvth/8803Ayhf/vuq66UZzz33XPSB1nagrwR0oLeOHj1q" 361 | "phU6QHt7MzZv3tyLCrrWdqDPBHSgt7S6Q/ncPm9OX5bD/eQnP9HaDvSWgA70Wr7w1+oO5Tp27FjQ" 362 | "jD6cV8vK+eXLlwOgrwR0oPcOHz4cFy9eDKA8qufN6XpAz9b2XAwH0GcCOjAI+/fvt4QKCnPy5El7" 363 | "IhqS7e05g95Vn3zySbzxxhsB0HcCOjAIGQKOHDkSQDmMnzRnz5490WX/9E//ZO4cGAQBHRiMrNYJ" 364 | "BFCGHDsxetKcLi+Ie++995xUAwZDQAcGJU+vCQXQPm+WNSfD+bZt26KLcu48q+cAQyGgA4OSc+jm" 365 | "0aFdOXKSHS00o6vt7ebOgSES0IHByXDgPjq0x+b2ZnW1vd3cOTBEXxg/RwNgYK5cuRKPP/54PPvs" 366 | "swE0SxdLczKcv/jii9E1ee88Z88BhkYFHRisvI+ukgfNclqtWV1sb883UN07B4ZKQAcGLSt5wgI0" 367 | "59SpU0FzutbenkvhfvzjHwfAUAnowKBZGgfNyQsKulaa07Xt7dOlcObOgSET0IHBy9Bw5MiRAOrl" 368 | "tFqzutbenm3twjkwdJbEAcQkpG/atCkWFxcDqJ7rCc175ZVXYvPmzdEFuRTun//5nwNg6FTQAW47" 369 | "evSo+VioybFjx4LmPPPMM51pb79w4YKlcAC3CegAK+Rm96ymA9XJ6rnZ82ZlQO+CXAr31ltvBQAT" 370 | "AjrACtOlcTa7Q3UynPt3qjnZ1t6F+fMM57kULpfDATAhoAPcI4PECy+8YLM7VER7e7O6UD23sR1g" 371 | "dQI6wCoypGclHZjPyZMnVc8b9txzz0XpTpw4IZwDrEJAB1hDtuXaOg3zUT1v1vbt22PXrl1Rsp/+" 372 | "9Kdx+fLlAOB+AjrAA2T1T8CA2aieN6/0cJ7n1N59990AYHXuoAM8RFbS3UiHjcsxEbscmvUXf/EX" 373 | "8dhjj0WJMpw7pwbwYCroAOvgRjpsjM3tzdu5c2fs2LEjSnT+/HnhHGAdBHSAdTp48KCQDutkNKR5" 374 | "L774YpTowoULbp0DrJOADrABhw8fjosXLwawtqye50OznnzyySjN1atXhXOADRDQATYg52nzRrqQ" 375 | "DmtTPW/enj17Ytu2bVGSDOd56zxvngOwPgI6wAZNQ7r5Wrif6nk7nnnmmSjJ9evXhXOAGQjoADMQ" 376 | "0mF1qufNy9vnJQV04RxgdgI6wIwynAvpcIfqeTtKun0+Dec3btwIADZOQAeYg5AOd6iet+Pll1+O" 377 | "EgjnAPMT0AHmJKSD6nlbcnN7CcvhhHOAagjoABUQ0hk61fN25Pb2tgnnANUR0AEqMg3pTrAxNGfO" 378 | "nFE9b0Euh2s7oOcptR/84AfCOUBFBHSACgnpDNGRI0eC5rW9HM6dc4DqCegAFZueYMuqIvTdyZMn" 379 | "jXa0pM3lcFeuXBHOAWogoAPUIEP6/v3749SpUwF9Zva8HW0uhzt//nz87d/+rXAOUAMBHaBGBw8e" 380 | "FGDoLdXz9rQ1e/7ee+/FW2+9FQDU4wvj52gAUJtcnrVp06ZYXFwM6JPsEsluEZqVy+Fee+21aNo7" 381 | "77wTv/zlLwOA+qigAzTg6NGjFmnRK9kZonrejnxjpGk//elP4/Tp0wFAvQR0gIacOHFCxZFeyGCe" 382 | "7e20I+fPm5Jz5vmz69133w0A6iegAzQoN7s//fTTKo90mup5e3L2vKnlcNevX19eBnfhwoUAoBkC" 383 | "OkDDprfSBRy6SPW8XXv37o0mZDjPM2rXrl0LAJojoAO0IENOVtLdSqdrXCVoT7a279ixI+qWN85/" 384 | "8IMfxI0bNwKAZgnoAC2Z3koXeOiKvEiget6eJk6r5Rk1N84B2uPMGkDLMvTcunWrsdZVmFWOZlhy" 385 | "2I4mTqvlpvY8pQZAe1TQAQqQW5Itj6NkWTn357M9dZ5Wy3nz73//+za1AxRAQAcoxMWLFy2Po0j5" 386 | "Z9IoRrvqOq129epVy+AACiKgAxQkg9ATTzwRb775ZkAp8s+jN47aU9dptZw3twwOoCybxs8fAoDi" 387 | "HD58OI4fPx7QpumbRrQnfw5UGdBzAdzp06e1tAMUSAUdoFA5l57BSOWSNh05ciRoT9XV85w3zy3t" 388 | "wjlAmQR0gIJN76WfOnUqoGm5GO7MmTNBe5577rmoyoULF5Zb2s2bA5RLiztAR2h5p0l5Ts1lgXbt" 389 | "3Lkz/uZv/ibmpaUdoDtU0AE6Qss7TbIYrn0vvvhizEtLO0C3qKADdMzWrVvj6NGjcejQoYA6WAzX" 390 | "vu3bt8cPf/jDmEduaX/nnXeWK+gAdMMXxs/RAKAzPv300+VqWN4v3r1793Jghyrt379f9bxlr7zy" 391 | "ynKL+ywykP/DP/zDckD//PPPA4Du0OIO0FG5wOuFF16wQI5K5Z+rpaWloD1ZPc/t7bO4cuVKfP/7" 392 | "319eCAdA96igA3RYLvLKLdu3bt2KZ599Nh599NGAWWXV/NVXX13+c0V7ZqmeZ9X8l7/8Zbz99tta" 393 | "2gE6TAUdoAdygVxu3Fb5ZB7Hjh3T2t6yrJ4/+eSTG/p7plVzi+AAuk9AB+iJDFbZ8n7kyBEVUDYs" 394 | "39zJ9nba9fWvfz22bdu2ru/NSvlPf/rT5S3tN27cCAC6zxZ3gB5aWFhYbnVdXFwMWA8n/Mpw/Pjx" 395 | "dQX0rJr/+Mc/FswBekYFHaCHptX0nCcWungYre1lyMVwDwvnquYA/aaCDtBzWU3Pu+kHDhwIuJeb" 396 | "5+V4WPU8N7O/9dZblsAB9JiADjAQ+/btWw4AGdhhSmt7GbJ6/tprr636e9evX4+f/OQncfny5QCg" 397 | "37S4AwxEnmPLMJbtzJC0tpfj5Zdfvu9rWSk/ffp0/OAHPxDOAQZCBR1ggLS9o7W9HKtVzy2BAxgm" 398 | "AR1gwLS9D5fW9nKsnD3Xzg4wbFrcAQZs2vZu2/uwaG0vx3Rz+3Q7+1/91V8J5wADpoIOwLKsoh8+" 399 | "fDgOHToU9JfW9rJk9fz8+fPx7rvv2s4OgIAOwN3Mp/eb1vZybN++Pf7whz+YMwfgj7S4A3CXDG8H" 400 | "Dx5cDnJLS0tBf2htL0vOmwvnAKykgg7AAy0uLi634e7evTvoLq3tAFA+FXQAHiir6E8//bRFch33" 401 | "wgsvBABQNgEdgHU5efKkje8ddeTIEf+bAUAHaHEHYCY5p56L5LIFnnLlGyv5pgoAUD4BHYC5ZEB/" 402 | "/fXXBfUCZdU8W9tVzwGgGwR0ACrhPFt5cnfAxYsXAwDoBjPoAFRi5Xm2U6dOqdq2LE+qCecA0C0q" 403 | "6ADUIivq0/b3/JzmZDjPbgYAoFsEdABqt2/fvjh06JA59QZk90J2MgAA3SOgA9CY6Zz6888/r6pe" 404 | "A+EcALpNQAegFc60VUs4B4DuE9ABaFVW0qdhXVV9Nm+++WYcPnw4AIBuE9ABKEZW0zOsv/TSS7F1" 405 | "69bg4SyEA4D+ENABKNI0qOeCOe538+bNePXVV+PMmTMBAPSDgA5A0bKSniFdWL8j75vv37/frXkA" 406 | "6BkBHYDOWBnWsx1+iG3w5s0BoL8EdAA6K8N6PkM427a0tBRHjhxZrp4DAP0koAPQC7t3716uqk+r" 407 | "632Rs+a5CO7EiRMBAPSbgA5A72Tre4b0rK4/9dRTy+G9azKYZzt7BvP8HADoPwEdgN7L9vcM7PmU" 408 | "3g4vmAPAcAnoAAxOBvRpS3xW2Etoic8Z82xlz48AwDAJ6AAwliE9Q/u0wl53W3xWx3Ph29mzZ+Pk" 409 | "yZOq5QCAgA4Aq8k59gzp02fnzp3LH2c97ZY3yzOQnzt3bvljPkI5ALCSgA4AG5DV9emTYX2twJ6B" 410 | "PAN4fpx+DgDwIAI6AAAAFOCRAAAAAFonoAMAAEABBHQAAAAogIAOAAAABRDQAQAAoAACOgAAABRA" 411 | "QAcAAIACCOgAAABQAAEdAAAACiCgAwAAQAEEdAAAACiAgA4AAAAFENABAACgAAI6AAAAFEBABwAA" 412 | "gAII6AAAAFAAAR0AAAAKIKADAABAAQR0AAAAKICADgAAAAUQ0AEAAKAAAjoAAAAUQEAHAACAAgjo" 413 | "AAAAUAABHQAAAAogoAMAAEABBHQAAAAogIAOAAAABRDQAQAAoAACOgAAABRAQAcAAIACCOgAAABQ" 414 | "AAEdAAAACiCgAwAAQAEEdAAAACiAgA4AAAAFENABAACgAAI6AAAAFEBABwAAgAII6AAAAFAAAR0A" 415 | "AAAKIKADAABAAQR0AAAAKICADgAAAAUQ0AEAAKAAAjoAAAAUQEAHAACAAgjoAAAAUAABHQAAAAog" 416 | "oAMAAEABBHQAAAAogIAOAAAABRDQAQAAoAACOgAAABRAQAcAAIACCOgAAABQAAEdAAAACiCgAwAA" 417 | "QAEEdAAAACiAgA4AAAAFENABAACgAAI6AAAAFEBABwAAgAII6AAAAFAAAR0AAAAKIKADAABAAQR0" 418 | "AAAAKICADgAAAAUQ0AEAAKAAAjoAAAAUQEAHAACAAgjoAAAAUAABHQAAAAogoAMAAEABBHQAAAAo" 419 | "gIAOAAAABRDQAQAAoAACOgAAABRAQAcAAIACCOgAAABQAAEdAAAACiCgAwAAQAEEdAAAAChABvSb" 420 | "AQAAALRKQAcAAID2jbS4AwAAQAEEdAAAACiAgA4AAAAFENABAACgAAI6AAAAFEBABwAAgAII6AAA" 421 | "AFAAAR0AAAAKIKADAABAAQR0AAAAKICADgAAAAUQ0AEAAKAAGdBvBgAAANCmkYAOAAAABdDiDgAA" 422 | "AAUQ0AEAAKAAAjoAAAAUQEAHAACAAgjoAAAAUAABHQAAAAqQAf1qAAAAAG26pYIOAAAA7ftIQAcA" 423 | "AIACCOgAAABQAAEdAAAACiCgAwAAQAEyoI8CAAAAaNNVFXQAAAAogIAOAAAABRDQAQAAoAAZ0G8G" 424 | "AAAA0KabAjoAAAC076YWdwAAACiAgA4AAAAF0OIOAAAA7RsJ6AAAAFAALe4AAABQABV0AAAAaJ8z" 425 | "awAAAFAAZ9YAAACgBCroAAAA0L6bm25/8ocAAAAA2rJJizsAAAAUYBrQRwEAAAC0YZR/UUEHAACA" 426 | "AkwDukVxAAAA0I5R/kVABwAAgAII6AAAANCuW/mXR1b+AgAAAGjcR/kXFXQAAABo110VdAEdAAAA" 427 | "2rGcyQV0AAAAaJeADgAAAAUQ0AEAAKAAo/zLIyt/AQAAALRDBR0AAADaNcq/COgAAADQruVMvmnF" 428 | "F/Iw+tYAAAAAmrSczR9Z8QVVdAAAAGjWaPqJgA4AAADtGU0/eWS1LwIAAACNuDX95JHVvggAAAA0" 429 | "YjT9RAUdAAAA2vPHcXMBHQAAANozmn5iSRwAAAC0ZzT9ZGVAvxgAAABAk1ZtcVdBBwAAgGaNpp/c" 430 | "G9CFdAAAAGjGXTn8kXt+cxQAAABAE+4aNb83oF8KAAAAoAm3Vv7i3oCuxR0AAACaMVr5i3sDuk3u" 431 | "AAAA0IzRyl+ooAMAAEA7HjiDroIOAAAAzbgrg29a5Rs+Gj9bAwAAAKhLdrA/vvILj6zyTaMAAAAA" 432 | "6nRfB/tqAd2pNQAAAKjXrXu/sFpAN4cOAAAA9Vq69wta3AEAAKB562pxV0EHAACAeo3u/cKmNb7R" 433 | "JncAAACox30b3NMja3zzUgAAAAB1WLVzfa2AfjUAAACAOqx6PU0FHQAAAJq1tNoX1wroFsUBAABA" 434 | "PTbU4j4K59YAAACgaqNYI28/8oC/6VwAAAAAVbq01m88KKBrcwcAAIBqnVnrNx4U0JcCAAAAqNKa" 435 | "xfBN8WAfjZ+tAQAAAMxrNH6eWOs3H1RBT2cDAAAAqMKlB/3mwwK6OXQAAACoxpkH/ebDWtyzvf2j" 436 | "AAAAAOaV7e2jtX7zYRX0m6GKDgAAAPPKbD160Dc8LKAnc+gAAAAwn3MP+4b1BPSlAAAAAOZx5mHf" 437 | "8LAZ9Cnn1gAAAGA2o3jAebWp9VTQ06kAAAAAZrG0nm9ab0B/aCkeAAAAWNW6it7rbXFP2twBAABg" 438 | "Y0axjvb2tN4KenozAAAAgI1YWu83biSgLwUAAACwEcfW+40bDehLAQAAAKzHUkxa3NdlIwE9nQ0A" 439 | "AABgPTZ0EW0jS+JSLon7z7AsDgAAAB5kFOtcDje10Qr6zbAsDgAAAB5mKTZooxX0tBCTKjoAAACw" 440 | "uqyejzbyN2y0gh63/w8sBQAAALCak7HBcJ5mCehp3WviAQAAYGA2tBxuataAvhSq6AAAAHCvpZgx" 441 | "L88a0JMqOgAAANxt5qw8T0BfClV0AAAAmFqKOXLyPAE9qaIDAADAxFwZed6AvhSq6AAAALAUc+bj" 442 | "We6g32tx/LwfAAAAMFwbvnt+r3kr6GkpZlwhDwAAAD1wMuYM56mKCnpaGD+/GT9bAwAAAIZl7up5" 443 | "+kJU4+b4+R8xaXcHAACAocjFcGeiAlVV0FNWz/8zVNEBAAAYhtH4eTomReu5VTGDPpX/hY4EAAAA" 444 | "DENWzysJ56nKCvpUbnRfDAAAAOivizGpnlemjoC+OyYL4wAAAKCvKlkMt1JVS+JW+u+YBP/FAAAA" 445 | "gP6pbDHcSnVU0FMuissq+kIAAABAf4xiUj2vXJVL4lbKIflXAwAAAPqltqxbR4v71Gj8PD5+ng0A" 446 | "AADovjfHz4+iJnW1uE9pdQcAAKAPRlHhzfPV1NXiPqXVHQAAgD7IbFtbOE91trhPjUKrOwAAAN2V" 447 | "W9tPRs3qbnFfKVvddwcAAAB0xyhq2tp+r7pb3FfaHzW3AwAAAECFMsO+EA1posV9Kv8f+2z87A0A" 448 | "AAAo3/8eP+9GQ5oM6OmDMI8OAABA+fKk2tFoUJMz6FN5eu39MI8OAABAmUZR80m11bQR0NNCTJbG" 449 | "bQ0AAAAoxygmc+ejaFiTS+JWGoX76AAAAJTnSLQQzlPTM+grXYlJBX8xAAAAoH157/xH0ZI2A3pa" 450 | "isk9OfPoAAAAtCmXwn03WtTWDPpKlsYBAADQposxWQrXqrZm0FfKrXj7o6UefwAAAAZtFJNM2roS" 451 | "KuhTC2GzOwAAAM0ZRUsb21dTQgV9ahSTfzCN3pkDAABgkIrr5m57Sdy9/nv8/P/jZ18AAABAff7X" 452 | "+Hk3ClJaQE85nH9r/OwNAAAAqF7eOm/tnNpaSgzo6YNwIx0AAIDq5a3zv48ClRrQ01II6QAAAFQn" 453 | "w/nRKFTJAT0thZAOAADA/IoO56n0gJ6WQkgHAABgdsWH89SFgJ6WQkgHAABg4zoRzlNXAnpaCiEd" 454 | "AACA9etMOE9dCuhpKZxgAwAA4OHylFqR29rX0rWAnvIE29WYVNIfDQAAALjj5vj5X1HgnfOH2RTd" 455 | "tXv8nB4/CwEAAACTcP7C+LkYHdTlgJ4Wxs/7IaQDAAAM3Sgm4XwUHfVIdNsoOvzuCAAAAJXITNjp" 456 | "cJ66HtDTaPw8PX7eDAAAAIbmVPQgnKcuLolby7vhDBsAAMCQ5Bm1w+Pn0+iBPgX0tDR+Lo2fZ8fP" 457 | "1gAAAKCPchnc/x0d3NT+IF1fEreWhbA8DgAAoI9y3nx/9KCl/V59mEFfzSjMpQMAAPRNZrxezJuv" 458 | "pm8t7ivlDELOpd+KScv7owEAAEAXZUv7/x4/R6Mn8+ar6WuL+70WQss7AABAF/W2pf1efW1xv9do" 459 | "/DwRkw1/AAAAdEO2tOf48igGYCgV9JUWx8/boZoOAABQqtH4eTUml7oGo88z6GsZxeSQ/f+IyWw6" 460 | "AAAA5ciqeZ5QuxIDM8QK+kqLoZoOAABQglEMsGq+0lBm0NeyFGbTAQAA2paZLGfNl2LAhl5BX2lh" 461 | "/JweP7sDAACAJiyNnyMx2dQ+eEOvoK80isk7Nq/GQDYEAgAAtCTvmmf2eiGE8z8a4pK4h8k/HLlE" 462 | "7rOYzKgDAABQjQzm/09MlsB9ENxFQF/dpzFptcig/nhoewcAAJjXyZgE8zMxyVzcwwz6+izEZNv7" 463 | "YgAAALARSzFZArcUPJAZ9PUZxWQ2Ip+lAAAA4GGWQo7aEBX02SyOn9dDRR0AAOBeS6FiPhMBfT6L" 464 | "4+fg+DkQAAAAw7YUgvlcBPRqLIyfo+Pn+dufAwAADEFuZX8zJgvgRsFcBPTqHYxJRX0xAAAA+mlp" 465 | "/JyNSTC/GVRCQK/PQqiqAwAA/TGtli+FNvZaCOjNWIxJZV1YBwAAuiRD+amY3C5fCmoloDdvcfzs" 466 | "i0lY3x0AAABluRiT9vWlEMobJaC3ayEmgf2lmIT1hQAAAGhWVsmzQn4pzJS3SkAvy+7bj8AOAADU" 467 | "ZRSTyvil2x8vBkUQ0Mu2EJOgvjh+nrr9+dYAAABYn6yGL42fq3EnjI+CIgno3bMQd4J7zrFvDcEd" 468 | "AACGLoP4KCYB/NKKz0dBZwjo/TEN6tPW+J0hvAMAQJ+sDOG3bn+8GYJ4bwjow5ABfWHFx+nnO+/5" 469 | "GgAA0LybK57R7Y9XV3x+ccXv02MCOittjTuBPeJOkJ8+j634PO75PgAAGLrR7Y8373lurfK10T2/" 470 | "BgGdSq0M7ys/TwtrfN/Uznjwf95aFmLjFgIAgNLNGlwf9veN1vj61Yf856z89egB3wcz+z/Ugd2X" 471 | "cVt+EgAAAABJRU5ErkJggg==" 472 | ) 473 | (uuid "b2a722b6-c3f1-41b0-afb3-f718eab69a53") 474 | ) 475 | (fp_text user "${REFERENCE}" 476 | (at 0 2.5 0) 477 | (unlocked yes) 478 | (layer "F.Fab") 479 | (uuid "f7db4d82-d700-4be7-b9a3-51fb1d04bc7d") 480 | (effects 481 | (font 482 | (size 1 1) 483 | (thickness 0.15) 484 | ) 485 | ) 486 | ) 487 | (group "" 488 | (uuid "44361eb4-5ee8-4cdf-9da1-7cf2f4faf5dd") 489 | (members "5c6c089c-2140-4b49-a4a2-265580ec93c8" "fcf2f5ac-9e97-4f43-b2aa-a48262165c06") 490 | ) 491 | ) 492 | -------------------------------------------------------------------------------- /PCB/Footprints/SW_SSSS811101.kicad_mod: -------------------------------------------------------------------------------- 1 | 2 | (footprint SW_SSSS811101 (layer F.Cu) (tedit 673D6522) 3 | (descr "") 4 | (attr smd) 5 | (fp_text reference REF** (at -0.075 -4.135 0) (layer F.SilkS) 6 | (effects (font (size 1.0 1.0) (thickness 0.15))) 7 | ) 8 | (fp_text value SW_SSSS811101 (at 5.005 3.865 0) (layer F.Fab) 9 | (effects (font (size 1.0 1.0) (thickness 0.15))) 10 | ) 11 | (pad 1 smd rect (at -2.25 -1.75) (size 0.7 1.5) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 12 | (pad 2 smd rect (at 0.75 -1.75) (size 0.7 1.5) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 13 | (pad 3 smd rect (at 2.25 -1.75) (size 0.7 1.5) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 14 | (pad SH1 smd rect (at -3.65 -1.1) (size 1.0 0.8) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 15 | (pad SH2 smd rect (at 3.65 -1.1) (size 1.0 0.8) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 16 | (pad SH3 smd rect (at -3.65 1.1) (size 1.0 0.8) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 17 | (pad SH4 smd rect (at 3.65 1.1) (size 1.0 0.8) (layers F.Cu F.Mask F.Paste) (solder_mask_margin 0.102)) 18 | (pad None np_thru_hole circle (at -1.5 0.0) (size 0.9 0.9) (drill 0.9) (layers *.Cu *.Mask)) 19 | (pad None np_thru_hole circle (at 1.5 0.0) (size 0.9 0.9) (drill 0.9) (layers *.Cu *.Mask)) 20 | (fp_line (start -3.35 -1.3) (end 3.35 -1.3) (layer F.Fab) (width 0.127)) 21 | (fp_line (start 3.35 -1.3) (end 3.35 1.3) (layer F.Fab) (width 0.127)) 22 | (fp_line (start 3.35 1.3) (end 1.4 1.3) (layer F.Fab) (width 0.127)) 23 | (fp_line (start 1.4 1.3) (end 1.4 2.8) (layer F.Fab) (width 0.127)) 24 | (fp_line (start 1.4 2.8) (end -1.4 2.8) (layer F.Fab) (width 0.127)) 25 | (fp_line (start -1.4 2.8) (end -1.4 1.3) (layer F.Fab) (width 0.127)) 26 | (fp_line (start -1.4 1.3) (end -3.35 1.3) (layer F.Fab) (width 0.127)) 27 | (fp_line (start -3.35 1.3) (end -3.35 -1.3) (layer F.Fab) (width 0.127)) 28 | (fp_line (start 2.83 1.3) (end -2.83 1.3) (layer F.SilkS) (width 0.127)) 29 | (fp_line (start -4.4 -2.75) (end -4.4 3.05) (layer F.CrtYd) (width 0.05)) 30 | (fp_line (start -4.4 3.05) (end 4.4 3.05) (layer F.CrtYd) (width 0.05)) 31 | (fp_line (start 4.4 3.05) (end 4.4 -2.75) (layer F.CrtYd) (width 0.05)) 32 | (fp_line (start 4.4 -2.75) (end -4.4 -2.75) (layer F.CrtYd) (width 0.05)) 33 | (fp_circle (center -2.25 -3.1) (end -2.15 -3.1) (layer F.SilkS) (width 0.2)) 34 | (fp_circle (center -2.25 -3.1) (end -2.15 -3.1) (layer F.Fab) (width 0.2)) 35 | (fp_line (start -1.58 -1.3) (end 0.08 -1.3) (layer F.SilkS) (width 0.127)) 36 | (fp_line (start 1.42 -1.3) (end 1.58 -1.3) (layer F.SilkS) (width 0.127)) 37 | (fp_line (start -3.35 0.38) (end -3.35 -0.38) (layer F.SilkS) (width 0.127)) 38 | (fp_line (start 3.35 0.38) (end 3.35 -0.38) (layer F.SilkS) (width 0.127)) 39 | (fp_line (start 1.4 1.3) (end -1.4 1.3) (layer F.Fab) (width 0.127)) 40 | ) -------------------------------------------------------------------------------- /PCB/Symbols/2024-11-17_20-53-03.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) 2 | (symbol "ZX60-B-5S31" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) 3 | (property "Reference" "J" (id 0) (at 8.89 6.35 0) 4 | (effects (font (size 1.524 1.524))) 5 | ) 6 | (property "Value" "ZX60-B-5S31" (id 1) (at 0 0 0) 7 | (effects (font (size 1.524 1.524))) 8 | ) 9 | (property "Footprint" "CONN_ZX60-B-5S31_HIR" (id 2) (at 0 0 0) 10 | (effects (font (size 1.27 1.27) italic) hide) 11 | ) 12 | (property "Datasheet" "ZX60-B-5S31" (id 3) (at 0 0 0) 13 | (effects (font (size 1.27 1.27) italic) hide) 14 | ) 15 | (property "ki_keywords" "ZX60-B-5S(31)" (id 4) (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "ki_locked" "" (id 5) (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_fp_filters" "CONN_ZX60-B-5S31_HIR" (id 6) (at 0 0 0) 22 | (effects (font (size 1.27 1.27)) hide) 23 | ) 24 | (symbol "ZX60-B-5S31_1_1" 25 | (polyline 26 | (pts 27 | (xy 10.16 0) 28 | (xy 5.08 0) 29 | ) 30 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 31 | (fill (type none)) 32 | ) 33 | (polyline 34 | (pts 35 | (xy 10.16 -2.54) 36 | (xy 5.08 -2.54) 37 | ) 38 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 39 | (fill (type none)) 40 | ) 41 | (polyline 42 | (pts 43 | (xy 10.16 -5.08) 44 | (xy 5.08 -5.08) 45 | ) 46 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 47 | (fill (type none)) 48 | ) 49 | (polyline 50 | (pts 51 | (xy 10.16 -7.62) 52 | (xy 5.08 -7.62) 53 | ) 54 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 55 | (fill (type none)) 56 | ) 57 | (polyline 58 | (pts 59 | (xy 10.16 -10.16) 60 | (xy 5.08 -10.16) 61 | ) 62 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 63 | (fill (type none)) 64 | ) 65 | (polyline 66 | (pts 67 | (xy 10.16 0) 68 | (xy 8.89 0.846666) 69 | ) 70 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 71 | (fill (type none)) 72 | ) 73 | (polyline 74 | (pts 75 | (xy 10.16 -2.54) 76 | (xy 8.89 -1.693334) 77 | ) 78 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 79 | (fill (type none)) 80 | ) 81 | (polyline 82 | (pts 83 | (xy 10.16 -5.08) 84 | (xy 8.89 -4.233334) 85 | ) 86 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 87 | (fill (type none)) 88 | ) 89 | (polyline 90 | (pts 91 | (xy 10.16 -7.62) 92 | (xy 8.89 -6.773334) 93 | ) 94 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 95 | (fill (type none)) 96 | ) 97 | (polyline 98 | (pts 99 | (xy 10.16 -10.16) 100 | (xy 8.89 -9.313334) 101 | ) 102 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 103 | (fill (type none)) 104 | ) 105 | (polyline 106 | (pts 107 | (xy 10.16 0) 108 | (xy 8.89 -0.846666) 109 | ) 110 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 111 | (fill (type none)) 112 | ) 113 | (polyline 114 | (pts 115 | (xy 10.16 -2.54) 116 | (xy 8.89 -3.386666) 117 | ) 118 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 119 | (fill (type none)) 120 | ) 121 | (polyline 122 | (pts 123 | (xy 10.16 -5.08) 124 | (xy 8.89 -5.926666) 125 | ) 126 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 127 | (fill (type none)) 128 | ) 129 | (polyline 130 | (pts 131 | (xy 10.16 -7.62) 132 | (xy 8.89 -8.466666) 133 | ) 134 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 135 | (fill (type none)) 136 | ) 137 | (polyline 138 | (pts 139 | (xy 10.16 -10.16) 140 | (xy 8.89 -11.006666) 141 | ) 142 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 143 | (fill (type none)) 144 | ) 145 | (polyline 146 | (pts 147 | (xy 5.08 2.54) 148 | (xy 5.08 -12.7) 149 | ) 150 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 151 | (fill (type none)) 152 | ) 153 | (polyline 154 | (pts 155 | (xy 5.08 -12.7) 156 | (xy 12.7 -12.7) 157 | ) 158 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 159 | (fill (type none)) 160 | ) 161 | (polyline 162 | (pts 163 | (xy 12.7 -12.7) 164 | (xy 12.7 2.54) 165 | ) 166 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 167 | (fill (type none)) 168 | ) 169 | (polyline 170 | (pts 171 | (xy 12.7 2.54) 172 | (xy 5.08 2.54) 173 | ) 174 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 175 | (fill (type none)) 176 | ) 177 | (pin unspecified line (at 0 0 0) (length 5.08) 178 | (name "1" (effects (font (size 1.27 1.27)))) 179 | (number "1" (effects (font (size 1.27 1.27)))) 180 | ) 181 | (pin unspecified line (at 0 -2.54 0) (length 5.08) 182 | (name "2" (effects (font (size 1.27 1.27)))) 183 | (number "2" (effects (font (size 1.27 1.27)))) 184 | ) 185 | (pin unspecified line (at 0 -5.08 0) (length 5.08) 186 | (name "3" (effects (font (size 1.27 1.27)))) 187 | (number "3" (effects (font (size 1.27 1.27)))) 188 | ) 189 | (pin unspecified line (at 0 -7.62 0) (length 5.08) 190 | (name "4" (effects (font (size 1.27 1.27)))) 191 | (number "4" (effects (font (size 1.27 1.27)))) 192 | ) 193 | (pin unspecified line (at 0 -10.16 0) (length 5.08) 194 | (name "5" (effects (font (size 1.27 1.27)))) 195 | (number "5" (effects (font (size 1.27 1.27)))) 196 | ) 197 | ) 198 | (symbol "ZX60-B-5S31_1_2" 199 | (polyline 200 | (pts 201 | (xy 7.62 0) 202 | (xy 5.08 0) 203 | ) 204 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 205 | (fill (type none)) 206 | ) 207 | (polyline 208 | (pts 209 | (xy 7.62 -2.54) 210 | (xy 5.08 -2.54) 211 | ) 212 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 213 | (fill (type none)) 214 | ) 215 | (polyline 216 | (pts 217 | (xy 7.62 -5.08) 218 | (xy 5.08 -5.08) 219 | ) 220 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 221 | (fill (type none)) 222 | ) 223 | (polyline 224 | (pts 225 | (xy 7.62 -7.62) 226 | (xy 5.08 -7.62) 227 | ) 228 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 229 | (fill (type none)) 230 | ) 231 | (polyline 232 | (pts 233 | (xy 7.62 -10.16) 234 | (xy 5.08 -10.16) 235 | ) 236 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 237 | (fill (type none)) 238 | ) 239 | (polyline 240 | (pts 241 | (xy 7.62 0) 242 | (xy 8.89 0.846666) 243 | ) 244 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 245 | (fill (type none)) 246 | ) 247 | (polyline 248 | (pts 249 | (xy 7.62 -2.54) 250 | (xy 8.89 -1.693334) 251 | ) 252 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 253 | (fill (type none)) 254 | ) 255 | (polyline 256 | (pts 257 | (xy 7.62 -5.08) 258 | (xy 8.89 -4.233334) 259 | ) 260 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 261 | (fill (type none)) 262 | ) 263 | (polyline 264 | (pts 265 | (xy 7.62 -7.62) 266 | (xy 8.89 -6.773334) 267 | ) 268 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 269 | (fill (type none)) 270 | ) 271 | (polyline 272 | (pts 273 | (xy 7.62 -10.16) 274 | (xy 8.89 -9.313334) 275 | ) 276 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 277 | (fill (type none)) 278 | ) 279 | (polyline 280 | (pts 281 | (xy 7.62 0) 282 | (xy 8.89 -0.846666) 283 | ) 284 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 285 | (fill (type none)) 286 | ) 287 | (polyline 288 | (pts 289 | (xy 7.62 -2.54) 290 | (xy 8.89 -3.386666) 291 | ) 292 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 293 | (fill (type none)) 294 | ) 295 | (polyline 296 | (pts 297 | (xy 7.62 -5.08) 298 | (xy 8.89 -5.926666) 299 | ) 300 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 301 | (fill (type none)) 302 | ) 303 | (polyline 304 | (pts 305 | (xy 7.62 -7.62) 306 | (xy 8.89 -8.466666) 307 | ) 308 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 309 | (fill (type none)) 310 | ) 311 | (polyline 312 | (pts 313 | (xy 7.62 -10.16) 314 | (xy 8.89 -11.006666) 315 | ) 316 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 317 | (fill (type none)) 318 | ) 319 | (polyline 320 | (pts 321 | (xy 5.08 2.54) 322 | (xy 5.08 -12.7) 323 | ) 324 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 325 | (fill (type none)) 326 | ) 327 | (polyline 328 | (pts 329 | (xy 5.08 -12.7) 330 | (xy 12.7 -12.7) 331 | ) 332 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 333 | (fill (type none)) 334 | ) 335 | (polyline 336 | (pts 337 | (xy 12.7 -12.7) 338 | (xy 12.7 2.54) 339 | ) 340 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 341 | (fill (type none)) 342 | ) 343 | (polyline 344 | (pts 345 | (xy 12.7 2.54) 346 | (xy 5.08 2.54) 347 | ) 348 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 349 | (fill (type none)) 350 | ) 351 | (pin unspecified line (at 0 0 0) (length 5.08) 352 | (name "1" (effects (font (size 1.27 1.27)))) 353 | (number "1" (effects (font (size 1.27 1.27)))) 354 | ) 355 | (pin unspecified line (at 0 -2.54 0) (length 5.08) 356 | (name "2" (effects (font (size 1.27 1.27)))) 357 | (number "2" (effects (font (size 1.27 1.27)))) 358 | ) 359 | (pin unspecified line (at 0 -5.08 0) (length 5.08) 360 | (name "3" (effects (font (size 1.27 1.27)))) 361 | (number "3" (effects (font (size 1.27 1.27)))) 362 | ) 363 | (pin unspecified line (at 0 -7.62 0) (length 5.08) 364 | (name "4" (effects (font (size 1.27 1.27)))) 365 | (number "4" (effects (font (size 1.27 1.27)))) 366 | ) 367 | (pin unspecified line (at 0 -10.16 0) (length 5.08) 368 | (name "5" (effects (font (size 1.27 1.27)))) 369 | (number "5" (effects (font (size 1.27 1.27)))) 370 | ) 371 | ) 372 | ) 373 | ) 374 | 375 | -------------------------------------------------------------------------------- /PCB/Symbols/2024-11-17_23-35-08.kicad_sym: -------------------------------------------------------------------------------- 1 | (kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) 2 | (symbol "CX90M-16P" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) 3 | (property "Reference" "J" (id 0) (at 20.32 10.16 0) 4 | (effects (font (size 1.524 1.524))) 5 | ) 6 | (property "Value" "CX90M-16P" (id 1) (at 20.32 7.62 0) 7 | (effects (font (size 1.524 1.524))) 8 | ) 9 | (property "Footprint" "CX90M-16P_HIR" (id 2) (at 0 0 0) 10 | (effects (font (size 1.27 1.27) italic) hide) 11 | ) 12 | (property "Datasheet" "CX90M-16P" (id 3) (at 0 0 0) 13 | (effects (font (size 1.27 1.27) italic) hide) 14 | ) 15 | (property "ki_keywords" "CX90M-16P" (id 4) (at 0 0 0) 16 | (effects (font (size 1.27 1.27)) hide) 17 | ) 18 | (property "ki_locked" "" (id 5) (at 0 0 0) 19 | (effects (font (size 1.27 1.27)) hide) 20 | ) 21 | (property "ki_fp_filters" "CX90M-16P_HIR" (id 6) (at 0 0 0) 22 | (effects (font (size 1.27 1.27)) hide) 23 | ) 24 | (symbol "CX90M-16P_0_1" 25 | (polyline 26 | (pts 27 | (xy 7.62 5.08) 28 | (xy 7.62 -25.4) 29 | ) 30 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 31 | (fill (type none)) 32 | ) 33 | (polyline 34 | (pts 35 | (xy 7.62 -25.4) 36 | (xy 33.02 -25.4) 37 | ) 38 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 39 | (fill (type none)) 40 | ) 41 | (polyline 42 | (pts 43 | (xy 33.02 -25.4) 44 | (xy 33.02 5.08) 45 | ) 46 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 47 | (fill (type none)) 48 | ) 49 | (polyline 50 | (pts 51 | (xy 33.02 5.08) 52 | (xy 7.62 5.08) 53 | ) 54 | (stroke (width 0.127) (type default) (color 0 0 0 0)) 55 | (fill (type none)) 56 | ) 57 | (pin power_out line (at 0 0 0) (length 7.62) 58 | (name "GND" (effects (font (size 1.27 1.27)))) 59 | (number "A1" (effects (font (size 1.27 1.27)))) 60 | ) 61 | (pin unspecified line (at 0 -2.54 0) (length 7.62) 62 | (name "VBUS" (effects (font (size 1.27 1.27)))) 63 | (number "A4" (effects (font (size 1.27 1.27)))) 64 | ) 65 | (pin bidirectional line (at 0 -5.08 0) (length 7.62) 66 | (name "CC1" (effects (font (size 1.27 1.27)))) 67 | (number "A5" (effects (font (size 1.27 1.27)))) 68 | ) 69 | (pin unspecified line (at 0 -7.62 0) (length 7.62) 70 | (name "D+" (effects (font (size 1.27 1.27)))) 71 | (number "A6" (effects (font (size 1.27 1.27)))) 72 | ) 73 | (pin bidirectional line (at 0 -10.16 0) (length 7.62) 74 | (name "D-" (effects (font (size 1.27 1.27)))) 75 | (number "A7" (effects (font (size 1.27 1.27)))) 76 | ) 77 | (pin bidirectional line (at 0 -12.7 0) (length 7.62) 78 | (name "SBU1" (effects (font (size 1.27 1.27)))) 79 | (number "A8" (effects (font (size 1.27 1.27)))) 80 | ) 81 | (pin unspecified line (at 0 -15.24 0) (length 7.62) 82 | (name "VBUS" (effects (font (size 1.27 1.27)))) 83 | (number "A9" (effects (font (size 1.27 1.27)))) 84 | ) 85 | (pin power_out line (at 0 -17.78 0) (length 7.62) 86 | (name "GND" (effects (font (size 1.27 1.27)))) 87 | (number "B1" (effects (font (size 1.27 1.27)))) 88 | ) 89 | (pin unspecified line (at 0 -20.32 0) (length 7.62) 90 | (name "VBUS" (effects (font (size 1.27 1.27)))) 91 | (number "B4" (effects (font (size 1.27 1.27)))) 92 | ) 93 | (pin bidirectional line (at 40.64 -20.32 180) (length 7.62) 94 | (name "CC2" (effects (font (size 1.27 1.27)))) 95 | (number "B5" (effects (font (size 1.27 1.27)))) 96 | ) 97 | (pin unspecified line (at 40.64 -17.78 180) (length 7.62) 98 | (name "D+" (effects (font (size 1.27 1.27)))) 99 | (number "B6" (effects (font (size 1.27 1.27)))) 100 | ) 101 | (pin bidirectional line (at 40.64 -15.24 180) (length 7.62) 102 | (name "D-" (effects (font (size 1.27 1.27)))) 103 | (number "B7" (effects (font (size 1.27 1.27)))) 104 | ) 105 | (pin bidirectional line (at 40.64 -12.7 180) (length 7.62) 106 | (name "SBU2" (effects (font (size 1.27 1.27)))) 107 | (number "B8" (effects (font (size 1.27 1.27)))) 108 | ) 109 | (pin unspecified line (at 40.64 -10.16 180) (length 7.62) 110 | (name "VBUS" (effects (font (size 1.27 1.27)))) 111 | (number "B9" (effects (font (size 1.27 1.27)))) 112 | ) 113 | (pin power_out line (at 40.64 -7.62 180) (length 7.62) 114 | (name "GND" (effects (font (size 1.27 1.27)))) 115 | (number "A12" (effects (font (size 1.27 1.27)))) 116 | ) 117 | (pin power_out line (at 40.64 -5.08 180) (length 7.62) 118 | (name "GND" (effects (font (size 1.27 1.27)))) 119 | (number "B12" (effects (font (size 1.27 1.27)))) 120 | ) 121 | (pin bidirectional line (at 40.64 -2.54 180) (length 7.62) 122 | (name "MID1" (effects (font (size 1.27 1.27)))) 123 | (number "MID1" (effects (font (size 1.27 1.27)))) 124 | ) 125 | (pin bidirectional line (at 40.64 0 180) (length 7.62) 126 | (name "MID2" (effects (font (size 1.27 1.27)))) 127 | (number "MID2" (effects (font (size 1.27 1.27)))) 128 | ) 129 | ) 130 | ) 131 | ) 132 | 133 | -------------------------------------------------------------------------------- /PCB/Symbols/CX60-24S-UNIT.kicad_sym: -------------------------------------------------------------------------------- 1 | 2 | (kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) 3 | (symbol "CX60-24S-UNIT" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 4 | (property "Reference" "J" (id 0) (at -15.24 16.51 0) 5 | (effects (font (size 1.27 1.27)) (justify bottom left)) 6 | ) 7 | (property "Value" "CX60-24S-UNIT" (id 1) (at -15.24 -26.67 0.0) 8 | (effects (font (size 1.27 1.27)) (justify top left)) 9 | ) 10 | (property "Footprint" "CX60-24S-UNIT:HIROSE_CX60-24S-UNIT" (id 2) (at 0 0 0) 11 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 12 | ) 13 | (property "PARTREV" "5" (id 4) (at 0 0 0) 14 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 15 | ) 16 | (property "STANDARD" "Manufacturer Recommendations" (id 5) (at 0 0 0) 17 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 18 | ) 19 | (property "MAXIMUM_PACKAGE_HEIGHT" "2.6 mm" (id 6) (at 0 0 0) 20 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 21 | ) 22 | (property "MANUFACTURER" "Hirose" (id 7) (at 0 0 0) 23 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 24 | ) 25 | (symbol "CX60-24S-UNIT_0_0" 26 | (rectangle (start -15.24 -25.4) (end 15.24 15.24) 27 | (stroke (width 0.254)) (fill (type background)) 28 | ) 29 | (pin bidirectional line (at -20.32 7.62 0) (length 5.08) 30 | (name "TX1+" 31 | (effects (font (size 1.016 1.016))) 32 | ) 33 | (number "A2" 34 | (effects (font (size 1.016 1.016))) 35 | ) 36 | ) 37 | (pin bidirectional line (at -20.32 5.08 0) (length 5.08) 38 | (name "TX1-" 39 | (effects (font (size 1.016 1.016))) 40 | ) 41 | (number "A3" 42 | (effects (font (size 1.016 1.016))) 43 | ) 44 | ) 45 | (pin power_in line (at -20.32 12.7 0) (length 5.08) 46 | (name "VBUS_A" 47 | (effects (font (size 1.016 1.016))) 48 | ) 49 | (number "A4" 50 | (effects (font (size 1.016 1.016))) 51 | ) 52 | ) 53 | (pin bidirectional line (at -20.32 2.54 0) (length 5.08) 54 | (name "CC" 55 | (effects (font (size 1.016 1.016))) 56 | ) 57 | (number "A5" 58 | (effects (font (size 1.016 1.016))) 59 | ) 60 | ) 61 | (pin bidirectional line (at -20.32 0.0 0) (length 5.08) 62 | (name "D+" 63 | (effects (font (size 1.016 1.016))) 64 | ) 65 | (number "A6" 66 | (effects (font (size 1.016 1.016))) 67 | ) 68 | ) 69 | (pin bidirectional line (at -20.32 -2.54 0) (length 5.08) 70 | (name "D-" 71 | (effects (font (size 1.016 1.016))) 72 | ) 73 | (number "A7" 74 | (effects (font (size 1.016 1.016))) 75 | ) 76 | ) 77 | (pin bidirectional line (at -20.32 -5.08 0) (length 5.08) 78 | (name "SBU1" 79 | (effects (font (size 1.016 1.016))) 80 | ) 81 | (number "A8" 82 | (effects (font (size 1.016 1.016))) 83 | ) 84 | ) 85 | (pin bidirectional line (at -20.32 -7.62 0) (length 5.08) 86 | (name "RX2-" 87 | (effects (font (size 1.016 1.016))) 88 | ) 89 | (number "A10" 90 | (effects (font (size 1.016 1.016))) 91 | ) 92 | ) 93 | (pin bidirectional line (at -20.32 -10.16 0) (length 5.08) 94 | (name "RX2+" 95 | (effects (font (size 1.016 1.016))) 96 | ) 97 | (number "A11" 98 | (effects (font (size 1.016 1.016))) 99 | ) 100 | ) 101 | (pin power_in line (at -20.32 -12.7 0) (length 5.08) 102 | (name "GNDA" 103 | (effects (font (size 1.016 1.016))) 104 | ) 105 | (number "A1" 106 | (effects (font (size 1.016 1.016))) 107 | ) 108 | ) 109 | (pin bidirectional line (at 20.32 7.62 180.0) (length 5.08) 110 | (name "RX1+" 111 | (effects (font (size 1.016 1.016))) 112 | ) 113 | (number "B11" 114 | (effects (font (size 1.016 1.016))) 115 | ) 116 | ) 117 | (pin bidirectional line (at 20.32 5.08 180.0) (length 5.08) 118 | (name "RX1-" 119 | (effects (font (size 1.016 1.016))) 120 | ) 121 | (number "B10" 122 | (effects (font (size 1.016 1.016))) 123 | ) 124 | ) 125 | (pin power_in line (at 20.32 12.7 180.0) (length 5.08) 126 | (name "VBUS_B" 127 | (effects (font (size 1.016 1.016))) 128 | ) 129 | (number "B4" 130 | (effects (font (size 1.016 1.016))) 131 | ) 132 | ) 133 | (pin bidirectional line (at 20.32 2.54 180.0) (length 5.08) 134 | (name "SBU2" 135 | (effects (font (size 1.016 1.016))) 136 | ) 137 | (number "B8" 138 | (effects (font (size 1.016 1.016))) 139 | ) 140 | ) 141 | (pin bidirectional line (at 20.32 -5.08 180.0) (length 5.08) 142 | (name "VCONN" 143 | (effects (font (size 1.016 1.016))) 144 | ) 145 | (number "B5" 146 | (effects (font (size 1.016 1.016))) 147 | ) 148 | ) 149 | (pin bidirectional line (at 20.32 -7.62 180.0) (length 5.08) 150 | (name "TX2-" 151 | (effects (font (size 1.016 1.016))) 152 | ) 153 | (number "B3" 154 | (effects (font (size 1.016 1.016))) 155 | ) 156 | ) 157 | (pin bidirectional line (at 20.32 -10.16 180.0) (length 5.08) 158 | (name "TX2+" 159 | (effects (font (size 1.016 1.016))) 160 | ) 161 | (number "B2" 162 | (effects (font (size 1.016 1.016))) 163 | ) 164 | ) 165 | (pin power_in line (at 20.32 -12.7 180.0) (length 5.08) 166 | (name "GNDB" 167 | (effects (font (size 1.016 1.016))) 168 | ) 169 | (number "B1" 170 | (effects (font (size 1.016 1.016))) 171 | ) 172 | ) 173 | (pin passive line (at -20.32 -20.32 0) (length 5.08) 174 | (name "SHIELD1" 175 | (effects (font (size 1.016 1.016))) 176 | ) 177 | (number "S1" 178 | (effects (font (size 1.016 1.016))) 179 | ) 180 | ) 181 | (pin passive line (at 20.32 -20.32 180.0) (length 5.08) 182 | (name "SHIELD2" 183 | (effects (font (size 1.016 1.016))) 184 | ) 185 | (number "S3" 186 | (effects (font (size 1.016 1.016))) 187 | ) 188 | ) 189 | (pin power_in line (at -20.32 10.16 0) (length 5.08) 190 | (name "VBUS_A__1" 191 | (effects (font (size 1.016 1.016))) 192 | ) 193 | (number "A9" 194 | (effects (font (size 1.016 1.016))) 195 | ) 196 | ) 197 | (pin power_in line (at -20.32 -15.24 0) (length 5.08) 198 | (name "GNDA__1" 199 | (effects (font (size 1.016 1.016))) 200 | ) 201 | (number "A12" 202 | (effects (font (size 1.016 1.016))) 203 | ) 204 | ) 205 | (pin passive line (at -20.32 -22.86 0) (length 5.08) 206 | (name "SHIELD1__1" 207 | (effects (font (size 1.016 1.016))) 208 | ) 209 | (number "S2" 210 | (effects (font (size 1.016 1.016))) 211 | ) 212 | ) 213 | (pin power_in line (at 20.32 10.16 180.0) (length 5.08) 214 | (name "VBUS_B__1" 215 | (effects (font (size 1.016 1.016))) 216 | ) 217 | (number "B9" 218 | (effects (font (size 1.016 1.016))) 219 | ) 220 | ) 221 | (pin power_in line (at 20.32 -15.24 180.0) (length 5.08) 222 | (name "GNDB__1" 223 | (effects (font (size 1.016 1.016))) 224 | ) 225 | (number "B12" 226 | (effects (font (size 1.016 1.016))) 227 | ) 228 | ) 229 | (pin passive line (at 20.32 -22.86 180.0) (length 5.08) 230 | (name "SHIELD2__1" 231 | (effects (font (size 1.016 1.016))) 232 | ) 233 | (number "S4" 234 | (effects (font (size 1.016 1.016))) 235 | ) 236 | ) 237 | ) 238 | ) 239 | ) -------------------------------------------------------------------------------- /PCB/Symbols/SSSS811101.kicad_sym: -------------------------------------------------------------------------------- 1 | 2 | (kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) 3 | (symbol "SSSS811101" (pin_names (offset 1.016)) (in_bom yes) (on_board yes) 4 | (property "Reference" "S" (id 0) (at -5.08 5.715 0) 5 | (effects (font (size 1.27 1.27)) (justify bottom left)) 6 | ) 7 | (property "Value" "SSSS811101" (id 1) (at -5.08 -10.16 0) 8 | (effects (font (size 1.27 1.27)) (justify bottom left)) 9 | ) 10 | (property "Footprint" "SSSS811101:SW_SSSS811101" (id 2) (at 0 0 0) 11 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 12 | ) 13 | (property "PARTREV" "N/A" (id 4) (at 0 0 0) 14 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 15 | ) 16 | (property "STANDARD" "Manufacturer Recommendations" (id 5) (at 0 0 0) 17 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 18 | ) 19 | (property "MAXIMUM_PACKAGE_HEIGHT" "1.60 mm" (id 6) (at 0 0 0) 20 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 21 | ) 22 | (property "MANUFACTURER" "ALPS" (id 7) (at 0 0 0) 23 | (effects (font (size 1.27 1.27)) (justify bottom) hide) 24 | ) 25 | (symbol "SSSS811101_0_0" 26 | (polyline 27 | (pts (xy 3.81 0.0) (xy 1.27 0.0)) (stroke (width 0.1524)) 28 | ) 29 | (polyline 30 | (pts 31 | (xy 1.27 -0.635) 32 | (xy 1.27 0.635) 33 | (xy 0.0 0.0) 34 | (xy 1.27 -0.635) 35 | ) 36 | (stroke (width 0.1524)) (fill (type outline)) 37 | ) 38 | (polyline 39 | (pts (xy 5.08 -2.54) (xy 3.81 -2.54)) (stroke (width 0.1524)) 40 | ) 41 | (polyline 42 | (pts 43 | (xy 1.27 -3.175) 44 | (xy 1.27 -1.905) 45 | (xy 0.0 -2.54) 46 | (xy 1.27 -3.175) 47 | ) 48 | (stroke (width 0.1524)) (fill (type outline)) 49 | ) 50 | (polyline 51 | (pts (xy 3.81 -2.54) (xy 1.27 -2.54)) (stroke (width 0.1524)) 52 | ) 53 | (polyline 54 | (pts (xy 5.08 -5.08) (xy 1.27 -5.08)) (stroke (width 0.1524)) 55 | ) 56 | (polyline 57 | (pts 58 | (xy 1.27 -5.715) 59 | (xy 1.27 -4.445) 60 | (xy 0.0 -5.08) 61 | (xy 1.27 -5.715) 62 | ) 63 | (stroke (width 0.1524)) (fill (type outline)) 64 | ) 65 | (polyline 66 | (pts (xy 5.08 2.54) (xy 1.27 2.54)) (stroke (width 0.1524)) 67 | ) 68 | (polyline 69 | (pts 70 | (xy 1.27 1.905) 71 | (xy 1.27 3.175) 72 | (xy 0.0 2.54) 73 | (xy 1.27 1.905) 74 | ) 75 | (stroke (width 0.1524)) (fill (type outline)) 76 | ) 77 | (polyline 78 | (pts 79 | (xy 0.0 -4.445) 80 | (xy 0.0 -5.715) 81 | (xy -1.27 -5.715) 82 | (xy -1.27 0.635) 83 | (xy 0.0 0.635) 84 | (xy 0.0 -0.635) 85 | (xy -0.635 -0.635) 86 | (xy -0.635 -4.445) 87 | (xy 0.0 -4.445) 88 | ) 89 | (stroke (width 0.1524)) (fill (type outline)) 90 | ) 91 | (polyline 92 | (pts (xy 3.81 0.0) (xy 3.81 -2.54)) (stroke (width 0.1524)) 93 | ) 94 | (rectangle (start -5.08 -7.62) (end 5.08 5.08) 95 | (stroke (width 0.254)) (fill (type background)) 96 | ) 97 | (pin passive line (at 10.16 -2.54 180.0) (length 5.08) 98 | (name "~" 99 | (effects (font (size 1.016 1.016))) 100 | ) 101 | (number "2" 102 | (effects (font (size 1.016 1.016))) 103 | ) 104 | ) 105 | (pin passive line (at 10.16 -5.08 180.0) (length 5.08) 106 | (name "~" 107 | (effects (font (size 1.016 1.016))) 108 | ) 109 | (number "3" 110 | (effects (font (size 1.016 1.016))) 111 | ) 112 | ) 113 | (pin passive line (at 10.16 2.54 180.0) (length 5.08) 114 | (name "~" 115 | (effects (font (size 1.016 1.016))) 116 | ) 117 | (number "1" 118 | (effects (font (size 1.016 1.016))) 119 | ) 120 | ) 121 | ) 122 | ) 123 | ) -------------------------------------------------------------------------------- /PCB/production/Bridge_v1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisg20/CarThingBridge/7c096a71822b233cd51a9b999a1d7c4cbef0d4bc/PCB/production/Bridge_v1.zip -------------------------------------------------------------------------------- /PCB/production/backups/Bridge_v1_2024-11-21_13-13-56.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chrisg20/CarThingBridge/7c096a71822b233cd51a9b999a1d7c4cbef0d4bc/PCB/production/backups/Bridge_v1_2024-11-21_13-13-56.zip -------------------------------------------------------------------------------- /PCB/production/bom.csv: -------------------------------------------------------------------------------- 1 | Designator,Footprint,Quantity,Value,LCSC Part # 2 | "J1, J2",CONN_ZX60-B-5S31_HIR,2,USB_B_Micro, 3 | J3,HIROSE_CX60-24S-UNIT,1,CX60-24S-UNIT, 4 | J4,CX90M-16P_HIR,1,CX90M-16P, 5 | "R1, R2, R3",0603,3,5K1, 6 | S1,SW_SSSS811101,1,SSSS811101, 7 | -------------------------------------------------------------------------------- /PCB/production/designators.csv: -------------------------------------------------------------------------------- 1 | J1:1 2 | J2:1 3 | J3:1 4 | J4:1 5 | R1:1 6 | R2:1 7 | R3:1 8 | REF**:1 9 | S1:1 10 | -------------------------------------------------------------------------------- /PCB/production/netlist.ipc: -------------------------------------------------------------------------------- 1 | P CODE 00 2 | P UNITS CUST 0 3 | P arrayDim N 4 | 317GND VIA MD0118PA00X+057480Y-038780X0236Y0000R000S3 5 | 317GND VIA MD0118PA00X+067717Y-035433X0236Y0000R000S3 6 | 317GND VIA MD0118PA00X+060433Y-035039X0236Y0000R000S3 7 | 317GND VIA MD0118PA00X+060236Y-038189X0236Y0000R000S3 8 | 317GND VIA MD0118PA00X+058465Y-037598X0236Y0000R000S3 9 | 317GND VIA MD0118PA00X+065157Y-035433X0236Y0000R000S3 10 | 317GND VIA MD0118PA00X+069882Y-039567X0236Y0000R000S3 11 | 317GND VIA MD0118PA00X+067913Y-039567X0236Y0000R000S3 12 | 317GND VIA MD0118PA00X+065157Y-037402X0236Y0000R000S3 13 | 317GND VIA MD0118PA00X+057087Y-036417X0236Y0000R000S3 14 | 317GND VIA MD0118PA00X+068898Y-036614X0236Y0000R000S3 15 | 317GND VIA MD0118PA00X+068898Y-038031X0236Y0000R000S3 16 | 317GND VIA MD0118PA00X+062795Y-035433X0236Y0000R000S3 17 | 317GND VIA MD0118PA00X+070079Y-035433X0236Y0000R000S3 18 | 317GND VIA MD0118PA00X+058465Y-035039X0236Y0000R000S3 19 | 317GND VIA MD0118PA00X+060827Y-039567X0236Y0000R000S3 20 | 317GND VIA MD0118PA00X+062795Y-039567X0236Y0000R000S3 21 | 317VBUS VIA MD0118PA00X+059016Y-039331X0236Y0000R000S3 22 | 317VBUS VIA MD0118PA00X+057913Y-039331X0236Y0000R000S3 23 | 327GND R3 -1 A01X+069911Y-036969X0315Y0374R000S2 24 | 327NET-(J4-CC2) R3 -2 A01X+070561Y-036969X0315Y0374R000S2 25 | 327VBUS2 J2 -1 A01X+067205Y-037137X0140Y1280R180S2 26 | 327D-(J2-D--PAD2) J2 -2 A01X+067461Y-037137X0140Y1280R180S2 27 | 327D-(J2-D+-PAD3) J2 -3 A01X+067717Y-037137X0140Y1280R180S2 28 | 327D-(J2-ID-PAD4) J2 -4 A01X+067972Y-037137X0140Y1280R180S2 29 | 327GND J2 -5 A01X+068228Y-037137X0140Y1280R180S2 30 | 317N/C J2 -S_1 D0197PA00X+069331Y-035344X0950Y0440R090S0 31 | 317N/C J2 -S_2 D0197PA00X+066102Y-035344X0950Y0440R090S0 32 | 317N/C J2 -S_3 D0197PA00X+069331Y-036939X1110Y0440R090S0 33 | 317N/C J2 -S_4 D0197PA00X+066102Y-036939X1110Y0440R090S0 34 | 367N/C S1 D0354UA00X+057087Y-035807X0354Y0000R090S0 35 | 367N/C S1 D0354UA00X+057087Y-036988X0354Y0000R090S0 36 | 327CTED-(S1-PAD1) S1 -1 A01X+057776Y-035512X0276Y0591R090S2 37 | 327NET-(J1-VBUS) S1 -2 A01X+057776Y-036693X0276Y0591R090S2 38 | 327VBUS S1 -3 A01X+057776Y-037283X0276Y0591R090S2 39 | 327N/C S1 -SH1 A01X+057520Y-034961X0394Y0315R090S2 40 | 327N/C S1 -SH2 A01X+057520Y-037835X0394Y0315R090S2 41 | 327N/C S1 -SH3 A01X+056654Y-034961X0394Y0315R090S2 42 | 327N/C S1 -SH4 A01X+056654Y-037835X0394Y0315R090S2 43 | 327NET-(J3-CC) R1 -1 A01X+059140Y-038497X0315Y0374R315S2 44 | 327GND R1 -2 A01X+059600Y-038038X0315Y0374R315S2 45 | 327GND J3 -A1 A01X+059488Y-039843X0118Y0728R000S2 46 | 327J3-TX1+-PADA2) J3 -A2 A01X+059291Y-039843X0118Y0492R000S2 47 | 327J3-TX1--PADA3) J3 -A3 A01X+059094Y-039843X0118Y0492R000S2 48 | 327VBUS J3 -A4 A01X+058898Y-039843X0118Y0492R000S2 49 | 327NET-(J3-CC) J3 -A5 A01X+058701Y-039843X0118Y0492R000S2 50 | 327NET-(J1-D+) J3 -A6 A01X+058504Y-039843X0118Y0492R000S2 51 | 327NET-(J1-D-) J3 -A7 A01X+058307Y-039843X0118Y0492R000S2 52 | 327J3-SBU1-PADA8) J3 -A8 A01X+058110Y-039843X0118Y0492R000S2 53 | 327VBUS J3 -A9 A01X+057913Y-039843X0118Y0492R000S2 54 | 3273-RX2--PADA10) J3 -A10 A01X+057717Y-039843X0118Y0492R000S2 55 | 3273-RX2+-PADA11) J3 -A11 A01X+057520Y-039843X0118Y0492R000S2 56 | 327GND J3 -A12 A01X+057323Y-039843X0118Y0728R000S2 57 | 327GND J3 -B1 A02X+057323Y-039843X0118Y0728R000S1 58 | 327J3-TX2+-PADB2) J3 -B2 A02X+057520Y-039843X0118Y0492R000S1 59 | 327J3-TX2--PADB3) J3 -B3 A02X+057717Y-039843X0118Y0492R000S1 60 | 327VBUS J3 -B4 A02X+057913Y-039843X0118Y0492R000S1 61 | 3273-VCONN-PADB5) J3 -B5 A02X+058110Y-039843X0118Y0492R000S1 62 | 327N/C J3 -B6 A02X+058307Y-039843X0118Y0492R000S1 63 | 327N/C J3 -B7 A02X+058504Y-039843X0118Y0492R000S1 64 | 327J3-SBU2-PADB8) J3 -B8 A02X+058701Y-039843X0118Y0492R000S1 65 | 327VBUS J3 -B9 A02X+058898Y-039843X0118Y0492R000S1 66 | 3273-RX1--PADB10) J3 -B10 A02X+059094Y-039843X0118Y0492R000S1 67 | 3273-RX1+-PADB11) J3 -B11 A02X+059291Y-039843X0118Y0492R000S1 68 | 327GND J3 -B12 A02X+059488Y-039843X0118Y0728R000S1 69 | 327SHIELD1-PADS1) J3 -S1 A01X+059839Y-039843X0465Y0728R000S2 70 | 327ELD1__1-PADS2) J3 -S2 A01X+056972Y-039843X0465Y0728R000S2 71 | 327SHIELD2-PADS3) J3 -S3 A02X+059839Y-039843X0465Y0728R000S1 72 | 327ELD2__1-PADS4) J3 -S4 A02X+056972Y-039843X0465Y0728R000S1 73 | 327NET-(J1-VBUS) J1 -1 A01X+062244Y-037137X0140Y1280R180S2 74 | 327NET-(J1-D-) J1 -2 A01X+062500Y-037137X0140Y1280R180S2 75 | 327NET-(J1-D+) J1 -3 A01X+062756Y-037137X0140Y1280R180S2 76 | 327D-(J1-ID-PAD4) J1 -4 A01X+063012Y-037137X0140Y1280R180S2 77 | 327GND J1 -5 A01X+063268Y-037137X0140Y1280R180S2 78 | 317N/C J1 -S_1 D0197PA00X+064370Y-035344X0950Y0440R090S0 79 | 317N/C J1 -S_2 D0197PA00X+061142Y-035344X0950Y0440R090S0 80 | 317N/C J1 -S_3 D0197PA00X+064370Y-036939X1110Y0440R090S0 81 | 317N/C J1 -S_4 D0197PA00X+061142Y-036939X1110Y0440R090S0 82 | 367N/C J4 D0220UA00X+071181Y-039567X0220Y0000R270S0 83 | 367N/C J4 D0220UA00X+071791Y-039567X0220Y0000R270S0 84 | 367N/C J4 D0220UA00X+072502Y-039567X0220Y0000R270S0 85 | 367N/C J4 D0220UA00X+073012Y-039567X0220Y0000R270S0 86 | 367N/C J4 D0220UA00X+071181Y-035315X0220Y0000R270S0 87 | 367N/C J4 D0220UA00X+071791Y-035315X0220Y0000R270S0 88 | 367N/C J4 D0220UA00X+072502Y-035315X0220Y0000R270S0 89 | 367N/C J4 D0220UA00X+073012Y-035315X0220Y0000R270S0 90 | 327GND J4 -A1 A01X+071241Y-038917X0140Y0370R270S2 91 | 327VBUS2 J4 -A4 A01X+071241Y-038524X0140Y0370R270S2 92 | 327NET-(J4-CC1) J4 -A5 A01X+071241Y-038130X0140Y0370R270S2 93 | 327-(J4-D+-PADA6) J4 -A6 A01X+071241Y-037736X0140Y0370R270S2 94 | 327-(J4-D--PADA7) J4 -A7 A01X+071241Y-037146X0140Y0370R270S2 95 | 327J4-SBU1-PADA8) J4 -A8 A01X+071241Y-036752X0140Y0370R270S2 96 | 327VBUS2 J4 -A9 A01X+071241Y-036358X0140Y0370R270S2 97 | 327GND J4 -A12 A01X+071241Y-035965X0140Y0370R270S2 98 | 327GND J4 -B1 A01X+071241Y-036161X0140Y0370R270S2 99 | 327VBUS2 J4 -B4 A01X+071241Y-036555X0140Y0370R270S2 100 | 327NET-(J4-CC2) J4 -B5 A01X+071241Y-036949X0140Y0370R270S2 101 | 327-(J4-D+-PADB6) J4 -B6 A01X+071241Y-037343X0140Y0370R270S2 102 | 327-(J4-D--PADB7) J4 -B7 A01X+071241Y-037539X0140Y0370R270S2 103 | 327J4-SBU2-PADB8) J4 -B8 A01X+071241Y-037933X0140Y0370R270S2 104 | 327VBUS2 J4 -B9 A01X+071241Y-038327X0140Y0370R270S2 105 | 327GND J4 -B12 A01X+071241Y-038720X0140Y0370R270S2 106 | 327D-(J4-PADMID1) J4 -MID1 A01X+071241Y-039114X0140Y0370R270S2 107 | 327D-(J4-PADMID2) J4 -MID2 A01X+071241Y-035768X0140Y0370R270S2 108 | 317N/C J4 -S_1 D0197PA00X+072757Y-039567X0970Y0460R180S0 109 | 317N/C J4 -S_2 D0197PA00X+072757Y-035315X0970Y0460R180S0 110 | 317N/C J4 -S_3 D0197PA00X+071486Y-039567X1070Y0460R180S0 111 | 317N/C J4 -S_4 D0197PA00X+071486Y-035315X1070Y0460R180S0 112 | 327NET-(J4-CC1) R2 -1 A01X+070561Y-038150X0315Y0374R180S2 113 | 327GND R2 -2 A01X+069911Y-038150X0315Y0374R180S2 114 | 999 115 | -------------------------------------------------------------------------------- /PCB/production/positions.csv: -------------------------------------------------------------------------------- 1 | Designator,Mid X,Mid Y,Rotation,Layer 2 | J1,159.4,-88.6,180.0,top 3 | J2,172.0,-88.6,180.0,top 4 | J3,148.35,-101.2,0.0,top 5 | J4,183.979901,-95.100001,90.0,top 6 | R1,150.8,-97.2,45.0,top 7 | R2,178.4,-96.9,180.0,top 8 | R3,178.4,-93.9,0.0,top 9 | S1,145.0,-92.45,270.0,top 10 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # CarThingBridge 2 | A compact connector board for the Spotify Car Thing and Raspberry Pi Zero, for use with [Nocturne](https://github.com/usenocturne/nocturne-image). 3 | 4 | 3D printed mount on Printables [here](https://www.printables.com/model/1098732-car-thing-pi-bridge). 5 | 6 | Screenshot 2024-12-04 at 3 33 04 PM 7 | Screenshot 2024-12-04 at 3 33 04 PM 8 | 9 | # Ordering Instructions 10 | I no longer sell the boards due to lower demand, high tariffs, etc. 11 | 12 | If you want one, it is worth asking on the Nocturne Discord server to see if other users have extra boards that they would be willing to give or sell to you. 13 | 14 | Server: https://discord.gg/GTP9AawHPt 15 | 16 | To order boards yourself, follow these steps: 17 | 18 | **Order PCB Only (Manual Assembly)** 19 | 20 | Manual assembly should only be attempted if you are experienced in soldering very small (0603) components. 21 | 22 | * Download the ZIP archive: https://github.com/chrisg20/CarThingBridge/PCB/production/. 23 | * Visit https://JLCPCB.com and click Order Now. 24 | * Upload Bridge_v1.zip from the PCB/production/ directory. 25 | * VERY IMPORTANT! Set PCB Layers to 2 and Thickness to 0.8mm — this is required for the straddle-mounted USB-C connector. 26 | * Order components from Digi-Key, Mouser, etc. 27 | * Required Components (per PCB): 28 | * CX60-24S-UNIT (x1) 29 | * CX90M-16P (x1) 30 | * SSSS811101 (x1) 31 | * ZX60-B-5S(31) (x2) 32 | * 0603WAF5101T5E (x3) 33 | 34 | **Order PCB with Assembly** 35 | 36 | * Enable PCB Assembly during order setup. 37 | * On the Bill of Materials page: 38 | * Upload bom.csv from PCB/production/. 39 | * Upload positions.csv from PCB/production/. 40 | * Review the component placement preview to ensure it looks correct. 41 | 42 | You will receive the a notification to pay an additional ~$50 for a fixture required for the USB-C connector (C5338340). 43 | 44 | # Instructions 45 | 46 | Print the mount and install 4 M2.5x3mm inserts into the holes. Place adhesive strips into the slots and attach to the car thing so that the Nocturne logo bar lines up with the left edge of the Car Thing as shown in the image below. 47 | 48 | Screenshot 2024-12-04 at 3 33 04 PM 49 | 50 | Connect the Raspberry Pi to the bridge and the bridge to the Car Thing. Secure the Raspberry Pi to the mount with 4 M2.5x4mm screws. Ensure the small switch is set to ON (away from the Raspberry Pi) as shown. 51 | 52 | Screenshot 2024-12-04 at 3 33 04 PM 53 | 54 | --------------------------------------------------------------------------------