├── Readme.md └── hardware ├── OCXOBoard ├── OCXOBoard.kicad_pcb ├── OCXOBoard.kicad_pro └── OCXOBoard.kicad_sch ├── Readme.md └── ResamplerBoard ├── ResamplerBoard.kicad_pcb ├── ResamplerBoard.kicad_pro └── ResamplerBoard.kicad_sch /Readme.md: -------------------------------------------------------------------------------- 1 | # PicoGPSDO 2 | 3 | This repo is meant to document the progress of the PicoGPSDO as presented at the European GNURadio Days 2024. 4 | 5 | https://www.youtube.com/watch?v=h3X4QuF_BUM 6 | 7 | The sofware will come too - It just needs a little more tweaking and formatting. Please annoy me if it isn't here by September 15. 8 | -------------------------------------------------------------------------------- /hardware/OCXOBoard/OCXOBoard.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": 0.0, 41 | "height": 2.29, 42 | "width": 5.08 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.0 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.5, 122 | "min_hole_clearance": 0.25, 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.0, 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": "OCXOBoard.kicad_pro", 448 | "version": 1 449 | }, 450 | "net_settings": { 451 | "classes": [ 452 | { 453 | "bus_width": 12, 454 | "clearance": 0.25, 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": 1.0, 465 | "via_diameter": 0.6, 466 | "via_drill": 0.3, 467 | "wire_width": 6 468 | }, 469 | { 470 | "bus_width": 12, 471 | "clearance": 0.25, 472 | "diff_pair_gap": 0.25, 473 | "diff_pair_via_gap": 0.25, 474 | "diff_pair_width": 0.2, 475 | "line_style": 0, 476 | "microvia_diameter": 0.3, 477 | "microvia_drill": 0.1, 478 | "name": "Narrow", 479 | "pcb_color": "rgba(0, 0, 0, 0.000)", 480 | "schematic_color": "rgba(0, 0, 0, 0.000)", 481 | "track_width": 0.5, 482 | "via_diameter": 0.6, 483 | "via_drill": 0.3, 484 | "wire_width": 6 485 | } 486 | ], 487 | "meta": { 488 | "version": 3 489 | }, 490 | "net_colors": null, 491 | "netclass_assignments": null, 492 | "netclass_patterns": [] 493 | }, 494 | "pcbnew": { 495 | "last_paths": { 496 | "gencad": "", 497 | "idf": "", 498 | "netlist": "", 499 | "plot": "../../../deleteme/JLCOrder/OCXOBoard/", 500 | "pos_files": "", 501 | "specctra_dsn": "", 502 | "step": "", 503 | "svg": "", 504 | "vrml": "" 505 | }, 506 | "page_layout_descr_file": "" 507 | }, 508 | "schematic": { 509 | "annotate_start_num": 0, 510 | "bom_export_filename": "", 511 | "bom_fmt_presets": [], 512 | "bom_fmt_settings": { 513 | "field_delimiter": ",", 514 | "keep_line_breaks": false, 515 | "keep_tabs": false, 516 | "name": "CSV", 517 | "ref_delimiter": ",", 518 | "ref_range_delimiter": "", 519 | "string_delimiter": "\"" 520 | }, 521 | "bom_presets": [], 522 | "bom_settings": { 523 | "exclude_dnp": false, 524 | "fields_ordered": [ 525 | { 526 | "group_by": false, 527 | "label": "Reference", 528 | "name": "Reference", 529 | "show": true 530 | }, 531 | { 532 | "group_by": true, 533 | "label": "Value", 534 | "name": "Value", 535 | "show": true 536 | }, 537 | { 538 | "group_by": false, 539 | "label": "Datasheet", 540 | "name": "Datasheet", 541 | "show": true 542 | }, 543 | { 544 | "group_by": false, 545 | "label": "Footprint", 546 | "name": "Footprint", 547 | "show": true 548 | }, 549 | { 550 | "group_by": false, 551 | "label": "Qty", 552 | "name": "${QUANTITY}", 553 | "show": true 554 | }, 555 | { 556 | "group_by": true, 557 | "label": "DNP", 558 | "name": "${DNP}", 559 | "show": true 560 | } 561 | ], 562 | "filter_string": "", 563 | "group_symbols": true, 564 | "name": "Grouped By Value", 565 | "sort_asc": true, 566 | "sort_field": "Reference" 567 | }, 568 | "connection_grid_size": 50.0, 569 | "drawing": { 570 | "dashed_lines_dash_length_ratio": 12.0, 571 | "dashed_lines_gap_length_ratio": 3.0, 572 | "default_line_thickness": 6.0, 573 | "default_text_size": 50.0, 574 | "field_names": [], 575 | "intersheets_ref_own_page": false, 576 | "intersheets_ref_prefix": "", 577 | "intersheets_ref_short": false, 578 | "intersheets_ref_show": false, 579 | "intersheets_ref_suffix": "", 580 | "junction_size_choice": 3, 581 | "label_size_ratio": 0.375, 582 | "operating_point_overlay_i_precision": 3, 583 | "operating_point_overlay_i_range": "~A", 584 | "operating_point_overlay_v_precision": 3, 585 | "operating_point_overlay_v_range": "~V", 586 | "overbar_offset_ratio": 1.23, 587 | "pin_symbol_size": 25.0, 588 | "text_offset_ratio": 0.15 589 | }, 590 | "legacy_lib_dir": "", 591 | "legacy_lib_list": [], 592 | "meta": { 593 | "version": 1 594 | }, 595 | "net_format_name": "", 596 | "page_layout_descr_file": "", 597 | "plot_directory": "", 598 | "spice_current_sheet_as_root": false, 599 | "spice_external_command": "spice \"%I\"", 600 | "spice_model_current_sheet_as_root": true, 601 | "spice_save_all_currents": false, 602 | "spice_save_all_dissipations": false, 603 | "spice_save_all_voltages": false, 604 | "subpart_first_id": 65, 605 | "subpart_id_separator": 0 606 | }, 607 | "sheets": [ 608 | [ 609 | "0094d21d-2b3e-46f5-8cbb-2f5f533e4706", 610 | "Root" 611 | ] 612 | ], 613 | "text_variables": {} 614 | } 615 | -------------------------------------------------------------------------------- /hardware/OCXOBoard/OCXOBoard.kicad_sch: -------------------------------------------------------------------------------- 1 | (kicad_sch 2 | (version 20231120) 3 | (generator "eeschema") 4 | (generator_version "8.0") 5 | (uuid "0094d21d-2b3e-46f5-8cbb-2f5f533e4706") 6 | (paper "A4") 7 | (lib_symbols 8 | (symbol "74xGxx:74AHCT1G125" 9 | (exclude_from_sim no) 10 | (in_bom yes) 11 | (on_board yes) 12 | (property "Reference" "U" 13 | (at -2.54 3.81 0) 14 | (effects 15 | (font 16 | (size 1.27 1.27) 17 | ) 18 | ) 19 | ) 20 | (property "Value" "74AHCT1G125" 21 | (at 0 -3.81 0) 22 | (effects 23 | (font 24 | (size 1.27 1.27) 25 | ) 26 | ) 27 | ) 28 | (property "Footprint" "" 29 | (at 0 0 0) 30 | (effects 31 | (font 32 | (size 1.27 1.27) 33 | ) 34 | (hide yes) 35 | ) 36 | ) 37 | (property "Datasheet" "http://www.ti.com/lit/sg/scyt129e/scyt129e.pdf" 38 | (at 0 0 0) 39 | (effects 40 | (font 41 | (size 1.27 1.27) 42 | ) 43 | (hide yes) 44 | ) 45 | ) 46 | (property "Description" "Single Buffer Gate Tri-State, Low-Voltage CMOS" 47 | (at 0 0 0) 48 | (effects 49 | (font 50 | (size 1.27 1.27) 51 | ) 52 | (hide yes) 53 | ) 54 | ) 55 | (property "ki_keywords" "Single Gate Buff Tri-State LVC CMOS" 56 | (at 0 0 0) 57 | (effects 58 | (font 59 | (size 1.27 1.27) 60 | ) 61 | (hide yes) 62 | ) 63 | ) 64 | (property "ki_fp_filters" "SOT* SG-*" 65 | (at 0 0 0) 66 | (effects 67 | (font 68 | (size 1.27 1.27) 69 | ) 70 | (hide yes) 71 | ) 72 | ) 73 | (symbol "74AHCT1G125_0_1" 74 | (polyline 75 | (pts 76 | (xy -7.62 6.35) (xy -7.62 -6.35) (xy 5.08 0) (xy -7.62 6.35) 77 | ) 78 | (stroke 79 | (width 0.254) 80 | (type default) 81 | ) 82 | (fill 83 | (type background) 84 | ) 85 | ) 86 | ) 87 | (symbol "74AHCT1G125_1_1" 88 | (pin input inverted 89 | (at 0 10.16 270) 90 | (length 7.62) 91 | (name "~" 92 | (effects 93 | (font 94 | (size 1.27 1.27) 95 | ) 96 | ) 97 | ) 98 | (number "1" 99 | (effects 100 | (font 101 | (size 1.27 1.27) 102 | ) 103 | ) 104 | ) 105 | ) 106 | (pin input line 107 | (at -15.24 0 0) 108 | (length 7.62) 109 | (name "~" 110 | (effects 111 | (font 112 | (size 1.27 1.27) 113 | ) 114 | ) 115 | ) 116 | (number "2" 117 | (effects 118 | (font 119 | (size 1.27 1.27) 120 | ) 121 | ) 122 | ) 123 | ) 124 | (pin power_in line 125 | (at -5.08 -10.16 90) 126 | (length 5.08) 127 | (name "GND" 128 | (effects 129 | (font 130 | (size 1.27 1.27) 131 | ) 132 | ) 133 | ) 134 | (number "3" 135 | (effects 136 | (font 137 | (size 1.27 1.27) 138 | ) 139 | ) 140 | ) 141 | ) 142 | (pin tri_state line 143 | (at 12.7 0 180) 144 | (length 7.62) 145 | (name "~" 146 | (effects 147 | (font 148 | (size 1.27 1.27) 149 | ) 150 | ) 151 | ) 152 | (number "4" 153 | (effects 154 | (font 155 | (size 1.27 1.27) 156 | ) 157 | ) 158 | ) 159 | ) 160 | (pin power_in line 161 | (at -5.08 10.16 270) 162 | (length 5.08) 163 | (name "VCC" 164 | (effects 165 | (font 166 | (size 1.27 1.27) 167 | ) 168 | ) 169 | ) 170 | (number "5" 171 | (effects 172 | (font 173 | (size 1.27 1.27) 174 | ) 175 | ) 176 | ) 177 | ) 178 | ) 179 | ) 180 | (symbol "Connector:Conn_01x02_Pin" 181 | (pin_names 182 | (offset 1.016) hide) 183 | (exclude_from_sim no) 184 | (in_bom yes) 185 | (on_board yes) 186 | (property "Reference" "J" 187 | (at 0 2.54 0) 188 | (effects 189 | (font 190 | (size 1.27 1.27) 191 | ) 192 | ) 193 | ) 194 | (property "Value" "Conn_01x02_Pin" 195 | (at 0 -5.08 0) 196 | (effects 197 | (font 198 | (size 1.27 1.27) 199 | ) 200 | ) 201 | ) 202 | (property "Footprint" "" 203 | (at 0 0 0) 204 | (effects 205 | (font 206 | (size 1.27 1.27) 207 | ) 208 | (hide yes) 209 | ) 210 | ) 211 | (property "Datasheet" "~" 212 | (at 0 0 0) 213 | (effects 214 | (font 215 | (size 1.27 1.27) 216 | ) 217 | (hide yes) 218 | ) 219 | ) 220 | (property "Description" "Generic connector, single row, 01x02, script generated" 221 | (at 0 0 0) 222 | (effects 223 | (font 224 | (size 1.27 1.27) 225 | ) 226 | (hide yes) 227 | ) 228 | ) 229 | (property "ki_locked" "" 230 | (at 0 0 0) 231 | (effects 232 | (font 233 | (size 1.27 1.27) 234 | ) 235 | ) 236 | ) 237 | (property "ki_keywords" "connector" 238 | (at 0 0 0) 239 | (effects 240 | (font 241 | (size 1.27 1.27) 242 | ) 243 | (hide yes) 244 | ) 245 | ) 246 | (property "ki_fp_filters" "Connector*:*_1x??_*" 247 | (at 0 0 0) 248 | (effects 249 | (font 250 | (size 1.27 1.27) 251 | ) 252 | (hide yes) 253 | ) 254 | ) 255 | (symbol "Conn_01x02_Pin_1_1" 256 | (polyline 257 | (pts 258 | (xy 1.27 -2.54) (xy 0.8636 -2.54) 259 | ) 260 | (stroke 261 | (width 0.1524) 262 | (type default) 263 | ) 264 | (fill 265 | (type none) 266 | ) 267 | ) 268 | (polyline 269 | (pts 270 | (xy 1.27 0) (xy 0.8636 0) 271 | ) 272 | (stroke 273 | (width 0.1524) 274 | (type default) 275 | ) 276 | (fill 277 | (type none) 278 | ) 279 | ) 280 | (rectangle 281 | (start 0.8636 -2.413) 282 | (end 0 -2.667) 283 | (stroke 284 | (width 0.1524) 285 | (type default) 286 | ) 287 | (fill 288 | (type outline) 289 | ) 290 | ) 291 | (rectangle 292 | (start 0.8636 0.127) 293 | (end 0 -0.127) 294 | (stroke 295 | (width 0.1524) 296 | (type default) 297 | ) 298 | (fill 299 | (type outline) 300 | ) 301 | ) 302 | (pin passive line 303 | (at 5.08 0 180) 304 | (length 3.81) 305 | (name "Pin_1" 306 | (effects 307 | (font 308 | (size 1.27 1.27) 309 | ) 310 | ) 311 | ) 312 | (number "1" 313 | (effects 314 | (font 315 | (size 1.27 1.27) 316 | ) 317 | ) 318 | ) 319 | ) 320 | (pin passive line 321 | (at 5.08 -2.54 180) 322 | (length 3.81) 323 | (name "Pin_2" 324 | (effects 325 | (font 326 | (size 1.27 1.27) 327 | ) 328 | ) 329 | ) 330 | (number "2" 331 | (effects 332 | (font 333 | (size 1.27 1.27) 334 | ) 335 | ) 336 | ) 337 | ) 338 | ) 339 | ) 340 | (symbol "Connector:Conn_Coaxial" 341 | (pin_names 342 | (offset 1.016) hide) 343 | (exclude_from_sim no) 344 | (in_bom yes) 345 | (on_board yes) 346 | (property "Reference" "J" 347 | (at 0.254 3.048 0) 348 | (effects 349 | (font 350 | (size 1.27 1.27) 351 | ) 352 | ) 353 | ) 354 | (property "Value" "Conn_Coaxial" 355 | (at 2.921 0 90) 356 | (effects 357 | (font 358 | (size 1.27 1.27) 359 | ) 360 | ) 361 | ) 362 | (property "Footprint" "" 363 | (at 0 0 0) 364 | (effects 365 | (font 366 | (size 1.27 1.27) 367 | ) 368 | (hide yes) 369 | ) 370 | ) 371 | (property "Datasheet" "~" 372 | (at 0 0 0) 373 | (effects 374 | (font 375 | (size 1.27 1.27) 376 | ) 377 | (hide yes) 378 | ) 379 | ) 380 | (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" 381 | (at 0 0 0) 382 | (effects 383 | (font 384 | (size 1.27 1.27) 385 | ) 386 | (hide yes) 387 | ) 388 | ) 389 | (property "ki_keywords" "BNC SMA SMB SMC LEMO coaxial connector CINCH RCA MCX MMCX U.FL UMRF" 390 | (at 0 0 0) 391 | (effects 392 | (font 393 | (size 1.27 1.27) 394 | ) 395 | (hide yes) 396 | ) 397 | ) 398 | (property "ki_fp_filters" "*BNC* *SMA* *SMB* *SMC* *Cinch* *LEMO* *UMRF* *MCX* *U.FL*" 399 | (at 0 0 0) 400 | (effects 401 | (font 402 | (size 1.27 1.27) 403 | ) 404 | (hide yes) 405 | ) 406 | ) 407 | (symbol "Conn_Coaxial_0_1" 408 | (arc 409 | (start -1.778 -0.508) 410 | (mid 0.2311 -1.8066) 411 | (end 1.778 0) 412 | (stroke 413 | (width 0.254) 414 | (type default) 415 | ) 416 | (fill 417 | (type none) 418 | ) 419 | ) 420 | (polyline 421 | (pts 422 | (xy -2.54 0) (xy -0.508 0) 423 | ) 424 | (stroke 425 | (width 0) 426 | (type default) 427 | ) 428 | (fill 429 | (type none) 430 | ) 431 | ) 432 | (polyline 433 | (pts 434 | (xy 0 -2.54) (xy 0 -1.778) 435 | ) 436 | (stroke 437 | (width 0) 438 | (type default) 439 | ) 440 | (fill 441 | (type none) 442 | ) 443 | ) 444 | (circle 445 | (center 0 0) 446 | (radius 0.508) 447 | (stroke 448 | (width 0.2032) 449 | (type default) 450 | ) 451 | (fill 452 | (type none) 453 | ) 454 | ) 455 | (arc 456 | (start 1.778 0) 457 | (mid 0.2099 1.8101) 458 | (end -1.778 0.508) 459 | (stroke 460 | (width 0.254) 461 | (type default) 462 | ) 463 | (fill 464 | (type none) 465 | ) 466 | ) 467 | ) 468 | (symbol "Conn_Coaxial_1_1" 469 | (pin passive line 470 | (at -5.08 0 0) 471 | (length 2.54) 472 | (name "In" 473 | (effects 474 | (font 475 | (size 1.27 1.27) 476 | ) 477 | ) 478 | ) 479 | (number "1" 480 | (effects 481 | (font 482 | (size 1.27 1.27) 483 | ) 484 | ) 485 | ) 486 | ) 487 | (pin passive line 488 | (at 0 -5.08 90) 489 | (length 2.54) 490 | (name "Ext" 491 | (effects 492 | (font 493 | (size 1.27 1.27) 494 | ) 495 | ) 496 | ) 497 | (number "2" 498 | (effects 499 | (font 500 | (size 1.27 1.27) 501 | ) 502 | ) 503 | ) 504 | ) 505 | ) 506 | ) 507 | (symbol "Connector:Jack-DC" 508 | (pin_names 509 | (offset 1.016) 510 | ) 511 | (exclude_from_sim no) 512 | (in_bom yes) 513 | (on_board yes) 514 | (property "Reference" "J" 515 | (at 0 5.334 0) 516 | (effects 517 | (font 518 | (size 1.27 1.27) 519 | ) 520 | ) 521 | ) 522 | (property "Value" "Jack-DC" 523 | (at 0 -5.08 0) 524 | (effects 525 | (font 526 | (size 1.27 1.27) 527 | ) 528 | ) 529 | ) 530 | (property "Footprint" "" 531 | (at 1.27 -1.016 0) 532 | (effects 533 | (font 534 | (size 1.27 1.27) 535 | ) 536 | (hide yes) 537 | ) 538 | ) 539 | (property "Datasheet" "~" 540 | (at 1.27 -1.016 0) 541 | (effects 542 | (font 543 | (size 1.27 1.27) 544 | ) 545 | (hide yes) 546 | ) 547 | ) 548 | (property "Description" "DC Barrel Jack" 549 | (at 0 0 0) 550 | (effects 551 | (font 552 | (size 1.27 1.27) 553 | ) 554 | (hide yes) 555 | ) 556 | ) 557 | (property "ki_keywords" "DC power barrel jack connector" 558 | (at 0 0 0) 559 | (effects 560 | (font 561 | (size 1.27 1.27) 562 | ) 563 | (hide yes) 564 | ) 565 | ) 566 | (property "ki_fp_filters" "BarrelJack*" 567 | (at 0 0 0) 568 | (effects 569 | (font 570 | (size 1.27 1.27) 571 | ) 572 | (hide yes) 573 | ) 574 | ) 575 | (symbol "Jack-DC_0_1" 576 | (rectangle 577 | (start -5.08 3.81) 578 | (end 5.08 -3.81) 579 | (stroke 580 | (width 0.254) 581 | (type default) 582 | ) 583 | (fill 584 | (type background) 585 | ) 586 | ) 587 | (arc 588 | (start -3.302 3.175) 589 | (mid -3.9343 2.54) 590 | (end -3.302 1.905) 591 | (stroke 592 | (width 0.254) 593 | (type default) 594 | ) 595 | (fill 596 | (type none) 597 | ) 598 | ) 599 | (arc 600 | (start -3.302 3.175) 601 | (mid -3.9343 2.54) 602 | (end -3.302 1.905) 603 | (stroke 604 | (width 0.254) 605 | (type default) 606 | ) 607 | (fill 608 | (type outline) 609 | ) 610 | ) 611 | (polyline 612 | (pts 613 | (xy 5.08 2.54) (xy 3.81 2.54) 614 | ) 615 | (stroke 616 | (width 0.254) 617 | (type default) 618 | ) 619 | (fill 620 | (type none) 621 | ) 622 | ) 623 | (polyline 624 | (pts 625 | (xy -3.81 -2.54) (xy -2.54 -2.54) (xy -1.27 -1.27) (xy 0 -2.54) (xy 2.54 -2.54) (xy 5.08 -2.54) 626 | ) 627 | (stroke 628 | (width 0.254) 629 | (type default) 630 | ) 631 | (fill 632 | (type none) 633 | ) 634 | ) 635 | (rectangle 636 | (start 3.683 3.175) 637 | (end -3.302 1.905) 638 | (stroke 639 | (width 0.254) 640 | (type default) 641 | ) 642 | (fill 643 | (type outline) 644 | ) 645 | ) 646 | ) 647 | (symbol "Jack-DC_1_1" 648 | (pin passive line 649 | (at 7.62 2.54 180) 650 | (length 2.54) 651 | (name "~" 652 | (effects 653 | (font 654 | (size 1.27 1.27) 655 | ) 656 | ) 657 | ) 658 | (number "1" 659 | (effects 660 | (font 661 | (size 1.27 1.27) 662 | ) 663 | ) 664 | ) 665 | ) 666 | (pin passive line 667 | (at 7.62 -2.54 180) 668 | (length 2.54) 669 | (name "~" 670 | (effects 671 | (font 672 | (size 1.27 1.27) 673 | ) 674 | ) 675 | ) 676 | (number "2" 677 | (effects 678 | (font 679 | (size 1.27 1.27) 680 | ) 681 | ) 682 | ) 683 | ) 684 | ) 685 | ) 686 | (symbol "Device:C" 687 | (pin_numbers hide) 688 | (pin_names 689 | (offset 0.254) 690 | ) 691 | (exclude_from_sim no) 692 | (in_bom yes) 693 | (on_board yes) 694 | (property "Reference" "C" 695 | (at 0.635 2.54 0) 696 | (effects 697 | (font 698 | (size 1.27 1.27) 699 | ) 700 | (justify left) 701 | ) 702 | ) 703 | (property "Value" "C" 704 | (at 0.635 -2.54 0) 705 | (effects 706 | (font 707 | (size 1.27 1.27) 708 | ) 709 | (justify left) 710 | ) 711 | ) 712 | (property "Footprint" "" 713 | (at 0.9652 -3.81 0) 714 | (effects 715 | (font 716 | (size 1.27 1.27) 717 | ) 718 | (hide yes) 719 | ) 720 | ) 721 | (property "Datasheet" "~" 722 | (at 0 0 0) 723 | (effects 724 | (font 725 | (size 1.27 1.27) 726 | ) 727 | (hide yes) 728 | ) 729 | ) 730 | (property "Description" "Unpolarized capacitor" 731 | (at 0 0 0) 732 | (effects 733 | (font 734 | (size 1.27 1.27) 735 | ) 736 | (hide yes) 737 | ) 738 | ) 739 | (property "ki_keywords" "cap capacitor" 740 | (at 0 0 0) 741 | (effects 742 | (font 743 | (size 1.27 1.27) 744 | ) 745 | (hide yes) 746 | ) 747 | ) 748 | (property "ki_fp_filters" "C_*" 749 | (at 0 0 0) 750 | (effects 751 | (font 752 | (size 1.27 1.27) 753 | ) 754 | (hide yes) 755 | ) 756 | ) 757 | (symbol "C_0_1" 758 | (polyline 759 | (pts 760 | (xy -2.032 -0.762) (xy 2.032 -0.762) 761 | ) 762 | (stroke 763 | (width 0.508) 764 | (type default) 765 | ) 766 | (fill 767 | (type none) 768 | ) 769 | ) 770 | (polyline 771 | (pts 772 | (xy -2.032 0.762) (xy 2.032 0.762) 773 | ) 774 | (stroke 775 | (width 0.508) 776 | (type default) 777 | ) 778 | (fill 779 | (type none) 780 | ) 781 | ) 782 | ) 783 | (symbol "C_1_1" 784 | (pin passive line 785 | (at 0 3.81 270) 786 | (length 2.794) 787 | (name "~" 788 | (effects 789 | (font 790 | (size 1.27 1.27) 791 | ) 792 | ) 793 | ) 794 | (number "1" 795 | (effects 796 | (font 797 | (size 1.27 1.27) 798 | ) 799 | ) 800 | ) 801 | ) 802 | (pin passive line 803 | (at 0 -3.81 90) 804 | (length 2.794) 805 | (name "~" 806 | (effects 807 | (font 808 | (size 1.27 1.27) 809 | ) 810 | ) 811 | ) 812 | (number "2" 813 | (effects 814 | (font 815 | (size 1.27 1.27) 816 | ) 817 | ) 818 | ) 819 | ) 820 | ) 821 | ) 822 | (symbol "Device:C_Polarized_US" 823 | (pin_numbers hide) 824 | (pin_names 825 | (offset 0.254) hide) 826 | (exclude_from_sim no) 827 | (in_bom yes) 828 | (on_board yes) 829 | (property "Reference" "C" 830 | (at 0.635 2.54 0) 831 | (effects 832 | (font 833 | (size 1.27 1.27) 834 | ) 835 | (justify left) 836 | ) 837 | ) 838 | (property "Value" "C_Polarized_US" 839 | (at 0.635 -2.54 0) 840 | (effects 841 | (font 842 | (size 1.27 1.27) 843 | ) 844 | (justify left) 845 | ) 846 | ) 847 | (property "Footprint" "" 848 | (at 0 0 0) 849 | (effects 850 | (font 851 | (size 1.27 1.27) 852 | ) 853 | (hide yes) 854 | ) 855 | ) 856 | (property "Datasheet" "~" 857 | (at 0 0 0) 858 | (effects 859 | (font 860 | (size 1.27 1.27) 861 | ) 862 | (hide yes) 863 | ) 864 | ) 865 | (property "Description" "Polarized capacitor, US symbol" 866 | (at 0 0 0) 867 | (effects 868 | (font 869 | (size 1.27 1.27) 870 | ) 871 | (hide yes) 872 | ) 873 | ) 874 | (property "ki_keywords" "cap capacitor" 875 | (at 0 0 0) 876 | (effects 877 | (font 878 | (size 1.27 1.27) 879 | ) 880 | (hide yes) 881 | ) 882 | ) 883 | (property "ki_fp_filters" "CP_*" 884 | (at 0 0 0) 885 | (effects 886 | (font 887 | (size 1.27 1.27) 888 | ) 889 | (hide yes) 890 | ) 891 | ) 892 | (symbol "C_Polarized_US_0_1" 893 | (polyline 894 | (pts 895 | (xy -2.032 0.762) (xy 2.032 0.762) 896 | ) 897 | (stroke 898 | (width 0.508) 899 | (type default) 900 | ) 901 | (fill 902 | (type none) 903 | ) 904 | ) 905 | (polyline 906 | (pts 907 | (xy -1.778 2.286) (xy -0.762 2.286) 908 | ) 909 | (stroke 910 | (width 0) 911 | (type default) 912 | ) 913 | (fill 914 | (type none) 915 | ) 916 | ) 917 | (polyline 918 | (pts 919 | (xy -1.27 1.778) (xy -1.27 2.794) 920 | ) 921 | (stroke 922 | (width 0) 923 | (type default) 924 | ) 925 | (fill 926 | (type none) 927 | ) 928 | ) 929 | (arc 930 | (start 2.032 -1.27) 931 | (mid 0 -0.5572) 932 | (end -2.032 -1.27) 933 | (stroke 934 | (width 0.508) 935 | (type default) 936 | ) 937 | (fill 938 | (type none) 939 | ) 940 | ) 941 | ) 942 | (symbol "C_Polarized_US_1_1" 943 | (pin passive line 944 | (at 0 3.81 270) 945 | (length 2.794) 946 | (name "~" 947 | (effects 948 | (font 949 | (size 1.27 1.27) 950 | ) 951 | ) 952 | ) 953 | (number "1" 954 | (effects 955 | (font 956 | (size 1.27 1.27) 957 | ) 958 | ) 959 | ) 960 | ) 961 | (pin passive line 962 | (at 0 -3.81 90) 963 | (length 3.302) 964 | (name "~" 965 | (effects 966 | (font 967 | (size 1.27 1.27) 968 | ) 969 | ) 970 | ) 971 | (number "2" 972 | (effects 973 | (font 974 | (size 1.27 1.27) 975 | ) 976 | ) 977 | ) 978 | ) 979 | ) 980 | ) 981 | (symbol "Device:LED" 982 | (pin_numbers hide) 983 | (pin_names 984 | (offset 1.016) hide) 985 | (exclude_from_sim no) 986 | (in_bom yes) 987 | (on_board yes) 988 | (property "Reference" "D" 989 | (at 0 2.54 0) 990 | (effects 991 | (font 992 | (size 1.27 1.27) 993 | ) 994 | ) 995 | ) 996 | (property "Value" "LED" 997 | (at 0 -2.54 0) 998 | (effects 999 | (font 1000 | (size 1.27 1.27) 1001 | ) 1002 | ) 1003 | ) 1004 | (property "Footprint" "" 1005 | (at 0 0 0) 1006 | (effects 1007 | (font 1008 | (size 1.27 1.27) 1009 | ) 1010 | (hide yes) 1011 | ) 1012 | ) 1013 | (property "Datasheet" "~" 1014 | (at 0 0 0) 1015 | (effects 1016 | (font 1017 | (size 1.27 1.27) 1018 | ) 1019 | (hide yes) 1020 | ) 1021 | ) 1022 | (property "Description" "Light emitting diode" 1023 | (at 0 0 0) 1024 | (effects 1025 | (font 1026 | (size 1.27 1.27) 1027 | ) 1028 | (hide yes) 1029 | ) 1030 | ) 1031 | (property "ki_keywords" "LED diode" 1032 | (at 0 0 0) 1033 | (effects 1034 | (font 1035 | (size 1.27 1.27) 1036 | ) 1037 | (hide yes) 1038 | ) 1039 | ) 1040 | (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" 1041 | (at 0 0 0) 1042 | (effects 1043 | (font 1044 | (size 1.27 1.27) 1045 | ) 1046 | (hide yes) 1047 | ) 1048 | ) 1049 | (symbol "LED_0_1" 1050 | (polyline 1051 | (pts 1052 | (xy -1.27 -1.27) (xy -1.27 1.27) 1053 | ) 1054 | (stroke 1055 | (width 0.254) 1056 | (type default) 1057 | ) 1058 | (fill 1059 | (type none) 1060 | ) 1061 | ) 1062 | (polyline 1063 | (pts 1064 | (xy -1.27 0) (xy 1.27 0) 1065 | ) 1066 | (stroke 1067 | (width 0) 1068 | (type default) 1069 | ) 1070 | (fill 1071 | (type none) 1072 | ) 1073 | ) 1074 | (polyline 1075 | (pts 1076 | (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) 1077 | ) 1078 | (stroke 1079 | (width 0.254) 1080 | (type default) 1081 | ) 1082 | (fill 1083 | (type none) 1084 | ) 1085 | ) 1086 | (polyline 1087 | (pts 1088 | (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) 1089 | ) 1090 | (stroke 1091 | (width 0) 1092 | (type default) 1093 | ) 1094 | (fill 1095 | (type none) 1096 | ) 1097 | ) 1098 | (polyline 1099 | (pts 1100 | (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) 1101 | ) 1102 | (stroke 1103 | (width 0) 1104 | (type default) 1105 | ) 1106 | (fill 1107 | (type none) 1108 | ) 1109 | ) 1110 | ) 1111 | (symbol "LED_1_1" 1112 | (pin passive line 1113 | (at -3.81 0 0) 1114 | (length 2.54) 1115 | (name "K" 1116 | (effects 1117 | (font 1118 | (size 1.27 1.27) 1119 | ) 1120 | ) 1121 | ) 1122 | (number "1" 1123 | (effects 1124 | (font 1125 | (size 1.27 1.27) 1126 | ) 1127 | ) 1128 | ) 1129 | ) 1130 | (pin passive line 1131 | (at 3.81 0 180) 1132 | (length 2.54) 1133 | (name "A" 1134 | (effects 1135 | (font 1136 | (size 1.27 1.27) 1137 | ) 1138 | ) 1139 | ) 1140 | (number "2" 1141 | (effects 1142 | (font 1143 | (size 1.27 1.27) 1144 | ) 1145 | ) 1146 | ) 1147 | ) 1148 | ) 1149 | ) 1150 | (symbol "Device:R" 1151 | (pin_numbers hide) 1152 | (pin_names 1153 | (offset 0) 1154 | ) 1155 | (exclude_from_sim no) 1156 | (in_bom yes) 1157 | (on_board yes) 1158 | (property "Reference" "R" 1159 | (at 2.032 0 90) 1160 | (effects 1161 | (font 1162 | (size 1.27 1.27) 1163 | ) 1164 | ) 1165 | ) 1166 | (property "Value" "R" 1167 | (at 0 0 90) 1168 | (effects 1169 | (font 1170 | (size 1.27 1.27) 1171 | ) 1172 | ) 1173 | ) 1174 | (property "Footprint" "" 1175 | (at -1.778 0 90) 1176 | (effects 1177 | (font 1178 | (size 1.27 1.27) 1179 | ) 1180 | (hide yes) 1181 | ) 1182 | ) 1183 | (property "Datasheet" "~" 1184 | (at 0 0 0) 1185 | (effects 1186 | (font 1187 | (size 1.27 1.27) 1188 | ) 1189 | (hide yes) 1190 | ) 1191 | ) 1192 | (property "Description" "Resistor" 1193 | (at 0 0 0) 1194 | (effects 1195 | (font 1196 | (size 1.27 1.27) 1197 | ) 1198 | (hide yes) 1199 | ) 1200 | ) 1201 | (property "ki_keywords" "R res resistor" 1202 | (at 0 0 0) 1203 | (effects 1204 | (font 1205 | (size 1.27 1.27) 1206 | ) 1207 | (hide yes) 1208 | ) 1209 | ) 1210 | (property "ki_fp_filters" "R_*" 1211 | (at 0 0 0) 1212 | (effects 1213 | (font 1214 | (size 1.27 1.27) 1215 | ) 1216 | (hide yes) 1217 | ) 1218 | ) 1219 | (symbol "R_0_1" 1220 | (rectangle 1221 | (start -1.016 -2.54) 1222 | (end 1.016 2.54) 1223 | (stroke 1224 | (width 0.254) 1225 | (type default) 1226 | ) 1227 | (fill 1228 | (type none) 1229 | ) 1230 | ) 1231 | ) 1232 | (symbol "R_1_1" 1233 | (pin passive line 1234 | (at 0 3.81 270) 1235 | (length 1.27) 1236 | (name "~" 1237 | (effects 1238 | (font 1239 | (size 1.27 1.27) 1240 | ) 1241 | ) 1242 | ) 1243 | (number "1" 1244 | (effects 1245 | (font 1246 | (size 1.27 1.27) 1247 | ) 1248 | ) 1249 | ) 1250 | ) 1251 | (pin passive line 1252 | (at 0 -3.81 90) 1253 | (length 1.27) 1254 | (name "~" 1255 | (effects 1256 | (font 1257 | (size 1.27 1.27) 1258 | ) 1259 | ) 1260 | ) 1261 | (number "2" 1262 | (effects 1263 | (font 1264 | (size 1.27 1.27) 1265 | ) 1266 | ) 1267 | ) 1268 | ) 1269 | ) 1270 | ) 1271 | (symbol "Gibbi:OSC5A2B02" 1272 | (exclude_from_sim no) 1273 | (in_bom yes) 1274 | (on_board yes) 1275 | (property "Reference" "OCXO" 1276 | (at 0 7.62 0) 1277 | (effects 1278 | (font 1279 | (size 1.27 1.27) 1280 | ) 1281 | ) 1282 | ) 1283 | (property "Value" "" 1284 | (at 0 0 0) 1285 | (effects 1286 | (font 1287 | (size 1.27 1.27) 1288 | ) 1289 | ) 1290 | ) 1291 | (property "Footprint" "gibbi:OSC5A2B02" 1292 | (at 0 12.7 0) 1293 | (effects 1294 | (font 1295 | (size 1.27 1.27) 1296 | ) 1297 | (hide yes) 1298 | ) 1299 | ) 1300 | (property "Datasheet" "" 1301 | (at 0 0 0) 1302 | (effects 1303 | (font 1304 | (size 1.27 1.27) 1305 | ) 1306 | (hide yes) 1307 | ) 1308 | ) 1309 | (property "Description" "" 1310 | (at 0 0 0) 1311 | (effects 1312 | (font 1313 | (size 1.27 1.27) 1314 | ) 1315 | (hide yes) 1316 | ) 1317 | ) 1318 | (symbol "OSC5A2B02_0_1" 1319 | (rectangle 1320 | (start -6.35 6.35) 1321 | (end 6.35 -6.35) 1322 | (stroke 1323 | (width 0) 1324 | (type default) 1325 | ) 1326 | (fill 1327 | (type none) 1328 | ) 1329 | ) 1330 | ) 1331 | (symbol "OSC5A2B02_1_1" 1332 | (pin output line 1333 | (at 5.08 -8.89 90) 1334 | (length 2.54) 1335 | (name "10MHz" 1336 | (effects 1337 | (font 1338 | (size 1 1) 1339 | ) 1340 | ) 1341 | ) 1342 | (number "1" 1343 | (effects 1344 | (font 1345 | (size 1 1) 1346 | ) 1347 | ) 1348 | ) 1349 | ) 1350 | (pin input line 1351 | (at 0 -8.89 90) 1352 | (length 2.54) 1353 | (name "GND" 1354 | (effects 1355 | (font 1356 | (size 1 1) 1357 | ) 1358 | ) 1359 | ) 1360 | (number "2" 1361 | (effects 1362 | (font 1363 | (size 1 1) 1364 | ) 1365 | ) 1366 | ) 1367 | ) 1368 | (pin input line 1369 | (at -5.08 -8.89 90) 1370 | (length 2.54) 1371 | (name "Vcont" 1372 | (effects 1373 | (font 1374 | (size 1 1) 1375 | ) 1376 | ) 1377 | ) 1378 | (number "3" 1379 | (effects 1380 | (font 1381 | (size 1 1) 1382 | ) 1383 | ) 1384 | ) 1385 | ) 1386 | (pin free line 1387 | (at -5.08 8.89 270) 1388 | (length 2.54) 1389 | (name "NC" 1390 | (effects 1391 | (font 1392 | (size 1 1) 1393 | ) 1394 | ) 1395 | ) 1396 | (number "4" 1397 | (effects 1398 | (font 1399 | (size 1 1) 1400 | ) 1401 | ) 1402 | ) 1403 | ) 1404 | (pin input line 1405 | (at 5.08 8.89 270) 1406 | (length 2.54) 1407 | (name "VCC" 1408 | (effects 1409 | (font 1410 | (size 1 1) 1411 | ) 1412 | ) 1413 | ) 1414 | (number "5" 1415 | (effects 1416 | (font 1417 | (size 1 1) 1418 | ) 1419 | ) 1420 | ) 1421 | ) 1422 | ) 1423 | ) 1424 | (symbol "Jumper:SolderJumper_2_Open" 1425 | (pin_numbers hide) 1426 | (pin_names 1427 | (offset 0) hide) 1428 | (exclude_from_sim yes) 1429 | (in_bom no) 1430 | (on_board yes) 1431 | (property "Reference" "JP" 1432 | (at 0 2.032 0) 1433 | (effects 1434 | (font 1435 | (size 1.27 1.27) 1436 | ) 1437 | ) 1438 | ) 1439 | (property "Value" "SolderJumper_2_Open" 1440 | (at 0 -2.54 0) 1441 | (effects 1442 | (font 1443 | (size 1.27 1.27) 1444 | ) 1445 | ) 1446 | ) 1447 | (property "Footprint" "" 1448 | (at 0 0 0) 1449 | (effects 1450 | (font 1451 | (size 1.27 1.27) 1452 | ) 1453 | (hide yes) 1454 | ) 1455 | ) 1456 | (property "Datasheet" "~" 1457 | (at 0 0 0) 1458 | (effects 1459 | (font 1460 | (size 1.27 1.27) 1461 | ) 1462 | (hide yes) 1463 | ) 1464 | ) 1465 | (property "Description" "Solder Jumper, 2-pole, open" 1466 | (at 0 0 0) 1467 | (effects 1468 | (font 1469 | (size 1.27 1.27) 1470 | ) 1471 | (hide yes) 1472 | ) 1473 | ) 1474 | (property "ki_keywords" "solder jumper SPST" 1475 | (at 0 0 0) 1476 | (effects 1477 | (font 1478 | (size 1.27 1.27) 1479 | ) 1480 | (hide yes) 1481 | ) 1482 | ) 1483 | (property "ki_fp_filters" "SolderJumper*Open*" 1484 | (at 0 0 0) 1485 | (effects 1486 | (font 1487 | (size 1.27 1.27) 1488 | ) 1489 | (hide yes) 1490 | ) 1491 | ) 1492 | (symbol "SolderJumper_2_Open_0_1" 1493 | (arc 1494 | (start -0.254 1.016) 1495 | (mid -1.2656 0) 1496 | (end -0.254 -1.016) 1497 | (stroke 1498 | (width 0) 1499 | (type default) 1500 | ) 1501 | (fill 1502 | (type none) 1503 | ) 1504 | ) 1505 | (arc 1506 | (start -0.254 1.016) 1507 | (mid -1.2656 0) 1508 | (end -0.254 -1.016) 1509 | (stroke 1510 | (width 0) 1511 | (type default) 1512 | ) 1513 | (fill 1514 | (type outline) 1515 | ) 1516 | ) 1517 | (polyline 1518 | (pts 1519 | (xy -0.254 1.016) (xy -0.254 -1.016) 1520 | ) 1521 | (stroke 1522 | (width 0) 1523 | (type default) 1524 | ) 1525 | (fill 1526 | (type none) 1527 | ) 1528 | ) 1529 | (polyline 1530 | (pts 1531 | (xy 0.254 1.016) (xy 0.254 -1.016) 1532 | ) 1533 | (stroke 1534 | (width 0) 1535 | (type default) 1536 | ) 1537 | (fill 1538 | (type none) 1539 | ) 1540 | ) 1541 | (arc 1542 | (start 0.254 -1.016) 1543 | (mid 1.2656 0) 1544 | (end 0.254 1.016) 1545 | (stroke 1546 | (width 0) 1547 | (type default) 1548 | ) 1549 | (fill 1550 | (type none) 1551 | ) 1552 | ) 1553 | (arc 1554 | (start 0.254 -1.016) 1555 | (mid 1.2656 0) 1556 | (end 0.254 1.016) 1557 | (stroke 1558 | (width 0) 1559 | (type default) 1560 | ) 1561 | (fill 1562 | (type outline) 1563 | ) 1564 | ) 1565 | ) 1566 | (symbol "SolderJumper_2_Open_1_1" 1567 | (pin passive line 1568 | (at -3.81 0 0) 1569 | (length 2.54) 1570 | (name "A" 1571 | (effects 1572 | (font 1573 | (size 1.27 1.27) 1574 | ) 1575 | ) 1576 | ) 1577 | (number "1" 1578 | (effects 1579 | (font 1580 | (size 1.27 1.27) 1581 | ) 1582 | ) 1583 | ) 1584 | ) 1585 | (pin passive line 1586 | (at 3.81 0 180) 1587 | (length 2.54) 1588 | (name "B" 1589 | (effects 1590 | (font 1591 | (size 1.27 1.27) 1592 | ) 1593 | ) 1594 | ) 1595 | (number "2" 1596 | (effects 1597 | (font 1598 | (size 1.27 1.27) 1599 | ) 1600 | ) 1601 | ) 1602 | ) 1603 | ) 1604 | ) 1605 | (symbol "Regulator_Linear:L7805" 1606 | (pin_names 1607 | (offset 0.254) 1608 | ) 1609 | (exclude_from_sim no) 1610 | (in_bom yes) 1611 | (on_board yes) 1612 | (property "Reference" "U" 1613 | (at -3.81 3.175 0) 1614 | (effects 1615 | (font 1616 | (size 1.27 1.27) 1617 | ) 1618 | ) 1619 | ) 1620 | (property "Value" "L7805" 1621 | (at 0 3.175 0) 1622 | (effects 1623 | (font 1624 | (size 1.27 1.27) 1625 | ) 1626 | (justify left) 1627 | ) 1628 | ) 1629 | (property "Footprint" "" 1630 | (at 0.635 -3.81 0) 1631 | (effects 1632 | (font 1633 | (size 1.27 1.27) 1634 | (italic yes) 1635 | ) 1636 | (justify left) 1637 | (hide yes) 1638 | ) 1639 | ) 1640 | (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf" 1641 | (at 0 -1.27 0) 1642 | (effects 1643 | (font 1644 | (size 1.27 1.27) 1645 | ) 1646 | (hide yes) 1647 | ) 1648 | ) 1649 | (property "Description" "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252" 1650 | (at 0 0 0) 1651 | (effects 1652 | (font 1653 | (size 1.27 1.27) 1654 | ) 1655 | (hide yes) 1656 | ) 1657 | ) 1658 | (property "ki_keywords" "Voltage Regulator 1.5A Positive" 1659 | (at 0 0 0) 1660 | (effects 1661 | (font 1662 | (size 1.27 1.27) 1663 | ) 1664 | (hide yes) 1665 | ) 1666 | ) 1667 | (property "ki_fp_filters" "TO?252* TO?263* TO?220*" 1668 | (at 0 0 0) 1669 | (effects 1670 | (font 1671 | (size 1.27 1.27) 1672 | ) 1673 | (hide yes) 1674 | ) 1675 | ) 1676 | (symbol "L7805_0_1" 1677 | (rectangle 1678 | (start -5.08 1.905) 1679 | (end 5.08 -5.08) 1680 | (stroke 1681 | (width 0.254) 1682 | (type default) 1683 | ) 1684 | (fill 1685 | (type background) 1686 | ) 1687 | ) 1688 | ) 1689 | (symbol "L7805_1_1" 1690 | (pin power_in line 1691 | (at -7.62 0 0) 1692 | (length 2.54) 1693 | (name "IN" 1694 | (effects 1695 | (font 1696 | (size 1.27 1.27) 1697 | ) 1698 | ) 1699 | ) 1700 | (number "1" 1701 | (effects 1702 | (font 1703 | (size 1.27 1.27) 1704 | ) 1705 | ) 1706 | ) 1707 | ) 1708 | (pin power_in line 1709 | (at 0 -7.62 90) 1710 | (length 2.54) 1711 | (name "GND" 1712 | (effects 1713 | (font 1714 | (size 1.27 1.27) 1715 | ) 1716 | ) 1717 | ) 1718 | (number "2" 1719 | (effects 1720 | (font 1721 | (size 1.27 1.27) 1722 | ) 1723 | ) 1724 | ) 1725 | ) 1726 | (pin power_out line 1727 | (at 7.62 0 180) 1728 | (length 2.54) 1729 | (name "OUT" 1730 | (effects 1731 | (font 1732 | (size 1.27 1.27) 1733 | ) 1734 | ) 1735 | ) 1736 | (number "3" 1737 | (effects 1738 | (font 1739 | (size 1.27 1.27) 1740 | ) 1741 | ) 1742 | ) 1743 | ) 1744 | ) 1745 | ) 1746 | (symbol "power:GND" 1747 | (power) 1748 | (pin_numbers hide) 1749 | (pin_names 1750 | (offset 0) hide) 1751 | (exclude_from_sim no) 1752 | (in_bom yes) 1753 | (on_board yes) 1754 | (property "Reference" "#PWR" 1755 | (at 0 -6.35 0) 1756 | (effects 1757 | (font 1758 | (size 1.27 1.27) 1759 | ) 1760 | (hide yes) 1761 | ) 1762 | ) 1763 | (property "Value" "GND" 1764 | (at 0 -3.81 0) 1765 | (effects 1766 | (font 1767 | (size 1.27 1.27) 1768 | ) 1769 | ) 1770 | ) 1771 | (property "Footprint" "" 1772 | (at 0 0 0) 1773 | (effects 1774 | (font 1775 | (size 1.27 1.27) 1776 | ) 1777 | (hide yes) 1778 | ) 1779 | ) 1780 | (property "Datasheet" "" 1781 | (at 0 0 0) 1782 | (effects 1783 | (font 1784 | (size 1.27 1.27) 1785 | ) 1786 | (hide yes) 1787 | ) 1788 | ) 1789 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 1790 | (at 0 0 0) 1791 | (effects 1792 | (font 1793 | (size 1.27 1.27) 1794 | ) 1795 | (hide yes) 1796 | ) 1797 | ) 1798 | (property "ki_keywords" "global power" 1799 | (at 0 0 0) 1800 | (effects 1801 | (font 1802 | (size 1.27 1.27) 1803 | ) 1804 | (hide yes) 1805 | ) 1806 | ) 1807 | (symbol "GND_0_1" 1808 | (polyline 1809 | (pts 1810 | (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) 1811 | ) 1812 | (stroke 1813 | (width 0) 1814 | (type default) 1815 | ) 1816 | (fill 1817 | (type none) 1818 | ) 1819 | ) 1820 | ) 1821 | (symbol "GND_1_1" 1822 | (pin power_in line 1823 | (at 0 0 270) 1824 | (length 0) 1825 | (name "~" 1826 | (effects 1827 | (font 1828 | (size 1.27 1.27) 1829 | ) 1830 | ) 1831 | ) 1832 | (number "1" 1833 | (effects 1834 | (font 1835 | (size 1.27 1.27) 1836 | ) 1837 | ) 1838 | ) 1839 | ) 1840 | ) 1841 | ) 1842 | ) 1843 | (junction 1844 | (at 93.98 86.36) 1845 | (diameter 0) 1846 | (color 0 0 0 0) 1847 | (uuid "043d9f3d-0bf4-4799-baf8-37b9264cebc4") 1848 | ) 1849 | (junction 1850 | (at 118.11 72.39) 1851 | (diameter 0) 1852 | (color 0 0 0 0) 1853 | (uuid "072eb3af-2617-42ea-a9d5-168c71e0bd53") 1854 | ) 1855 | (junction 1856 | (at 85.09 86.36) 1857 | (diameter 0) 1858 | (color 0 0 0 0) 1859 | (uuid "0af54390-3c42-453b-b731-39c6dbd1d764") 1860 | ) 1861 | (junction 1862 | (at 85.09 74.93) 1863 | (diameter 0) 1864 | (color 0 0 0 0) 1865 | (uuid "1cc86666-5f4a-4962-aacf-0f479dfcd802") 1866 | ) 1867 | (junction 1868 | (at 128.27 86.36) 1869 | (diameter 0) 1870 | (color 0 0 0 0) 1871 | (uuid "24d01b98-1487-4109-8191-f8283a6c657f") 1872 | ) 1873 | (junction 1874 | (at 233.68 68.58) 1875 | (diameter 0) 1876 | (color 0 0 0 0) 1877 | (uuid "3218fbc6-ae37-4ca9-ac50-436618bf24b8") 1878 | ) 1879 | (junction 1880 | (at 220.98 100.33) 1881 | (diameter 0) 1882 | (color 0 0 0 0) 1883 | (uuid "77f69706-4e7e-4ff8-b08c-104145eb1464") 1884 | ) 1885 | (junction 1886 | (at 256.54 95.25) 1887 | (diameter 0) 1888 | (color 0 0 0 0) 1889 | (uuid "86b16aa7-18b3-4ad0-b070-a11dbeff8fe8") 1890 | ) 1891 | (junction 1892 | (at 128.27 72.39) 1893 | (diameter 0) 1894 | (color 0 0 0 0) 1895 | (uuid "88612f21-ebc9-4f47-ab0c-d39419bd3b2c") 1896 | ) 1897 | (junction 1898 | (at 93.98 72.39) 1899 | (diameter 0) 1900 | (color 0 0 0 0) 1901 | (uuid "91429131-ba51-4122-be50-02c232f7cf9c") 1902 | ) 1903 | (junction 1904 | (at 204.47 133.35) 1905 | (diameter 0) 1906 | (color 0 0 0 0) 1907 | (uuid "93049a0b-17f7-474a-9e83-99234374801e") 1908 | ) 1909 | (junction 1910 | (at 118.11 86.36) 1911 | (diameter 0) 1912 | (color 0 0 0 0) 1913 | (uuid "aa80d180-3726-4431-9954-0479e199e626") 1914 | ) 1915 | (junction 1916 | (at 107.95 86.36) 1917 | (diameter 0) 1918 | (color 0 0 0 0) 1919 | (uuid "c19e54a9-2e07-44ae-85e2-7ad0ea1c5f1d") 1920 | ) 1921 | (junction 1922 | (at 220.98 88.9) 1923 | (diameter 0) 1924 | (color 0 0 0 0) 1925 | (uuid "c4a8ab18-e483-4c0b-9f14-0e6066c1a48a") 1926 | ) 1927 | (junction 1928 | (at 220.98 115.57) 1929 | (diameter 0) 1930 | (color 0 0 0 0) 1931 | (uuid "c915c25e-a0fa-4dda-a3cd-fddb477d7f5c") 1932 | ) 1933 | (junction 1934 | (at 220.98 113.03) 1935 | (diameter 0) 1936 | (color 0 0 0 0) 1937 | (uuid "dceb46d4-875c-4655-bb8a-b9078a24a002") 1938 | ) 1939 | (wire 1940 | (pts 1941 | (xy 210.82 128.27) (xy 207.01 128.27) 1942 | ) 1943 | (stroke 1944 | (width 0) 1945 | (type default) 1946 | ) 1947 | (uuid "04b45148-3756-4c17-8496-a6d56faf9471") 1948 | ) 1949 | (wire 1950 | (pts 1951 | (xy 85.09 72.39) (xy 93.98 72.39) 1952 | ) 1953 | (stroke 1954 | (width 0) 1955 | (type default) 1956 | ) 1957 | (uuid "0cc5e608-517a-472d-a13e-ab899bade75c") 1958 | ) 1959 | (wire 1960 | (pts 1961 | (xy 128.27 86.36) (xy 143.51 86.36) 1962 | ) 1963 | (stroke 1964 | (width 0) 1965 | (type default) 1966 | ) 1967 | (uuid "0d596db7-13d5-43f2-9414-7f5135400cbc") 1968 | ) 1969 | (wire 1970 | (pts 1971 | (xy 80.01 86.36) (xy 85.09 86.36) 1972 | ) 1973 | (stroke 1974 | (width 0) 1975 | (type default) 1976 | ) 1977 | (uuid "0d7e8c90-eeb2-40d0-bf6e-dda76b96afa0") 1978 | ) 1979 | (wire 1980 | (pts 1981 | (xy 93.98 86.36) (xy 107.95 86.36) 1982 | ) 1983 | (stroke 1984 | (width 0) 1985 | (type default) 1986 | ) 1987 | (uuid "124e7edc-a92d-4fbf-b064-df6e9b4318c9") 1988 | ) 1989 | (wire 1990 | (pts 1991 | (xy 143.51 86.36) (xy 143.51 90.17) 1992 | ) 1993 | (stroke 1994 | (width 0) 1995 | (type default) 1996 | ) 1997 | (uuid "1a19d6e4-1dc3-4f60-ad6f-b5965f17d680") 1998 | ) 1999 | (wire 2000 | (pts 2001 | (xy 256.54 88.9) (xy 256.54 95.25) 2002 | ) 2003 | (stroke 2004 | (width 0) 2005 | (type default) 2006 | ) 2007 | (uuid "1c98907f-6ea5-4f22-b4e8-cdc1a90f5efa") 2008 | ) 2009 | (wire 2010 | (pts 2011 | (xy 220.98 85.09) (xy 213.36 85.09) 2012 | ) 2013 | (stroke 2014 | (width 0) 2015 | (type default) 2016 | ) 2017 | (uuid "225271d2-1188-4876-ad3e-158a80e95a4a") 2018 | ) 2019 | (wire 2020 | (pts 2021 | (xy 107.95 80.01) (xy 107.95 86.36) 2022 | ) 2023 | (stroke 2024 | (width 0) 2025 | (type default) 2026 | ) 2027 | (uuid "24345c58-8747-4d5e-9e6a-34e3642e91e8") 2028 | ) 2029 | (wire 2030 | (pts 2031 | (xy 236.22 88.9) (xy 220.98 88.9) 2032 | ) 2033 | (stroke 2034 | (width 0) 2035 | (type default) 2036 | ) 2037 | (uuid "2b3e7c08-4679-4ac4-b2e3-d1d9367dbe4a") 2038 | ) 2039 | (wire 2040 | (pts 2041 | (xy 78.74 72.39) (xy 76.2 72.39) 2042 | ) 2043 | (stroke 2044 | (width 0) 2045 | (type default) 2046 | ) 2047 | (uuid "2c25c4eb-a311-4739-8018-254f1c285925") 2048 | ) 2049 | (wire 2050 | (pts 2051 | (xy 85.09 86.36) (xy 93.98 86.36) 2052 | ) 2053 | (stroke 2054 | (width 0) 2055 | (type default) 2056 | ) 2057 | (uuid "2d20bc14-2b84-4e2d-848f-76d21022bc8e") 2058 | ) 2059 | (wire 2060 | (pts 2061 | (xy 93.98 82.55) (xy 93.98 86.36) 2062 | ) 2063 | (stroke 2064 | (width 0) 2065 | (type default) 2066 | ) 2067 | (uuid "2ecef8a4-5fec-4c6a-ac0b-3362fee621c2") 2068 | ) 2069 | (wire 2070 | (pts 2071 | (xy 80.01 77.47) (xy 77.47 77.47) 2072 | ) 2073 | (stroke 2074 | (width 0) 2075 | (type default) 2076 | ) 2077 | (uuid "36181843-e085-4cf1-8bc3-b3e20318d031") 2078 | ) 2079 | (wire 2080 | (pts 2081 | (xy 85.09 72.39) (xy 85.09 74.93) 2082 | ) 2083 | (stroke 2084 | (width 0) 2085 | (type default) 2086 | ) 2087 | (uuid "387bee1f-de8a-438f-9abf-7ffc61d3c2a9") 2088 | ) 2089 | (wire 2090 | (pts 2091 | (xy 80.01 77.47) (xy 80.01 86.36) 2092 | ) 2093 | (stroke 2094 | (width 0) 2095 | (type default) 2096 | ) 2097 | (uuid "3ce4fafb-adc2-428b-8018-18164491587b") 2098 | ) 2099 | (wire 2100 | (pts 2101 | (xy 78.74 63.5) (xy 78.74 72.39) 2102 | ) 2103 | (stroke 2104 | (width 0) 2105 | (type default) 2106 | ) 2107 | (uuid "3d68aa8e-bb62-49f6-8d6d-f950a173a1f9") 2108 | ) 2109 | (wire 2110 | (pts 2111 | (xy 217.17 68.58) (xy 217.17 74.93) 2112 | ) 2113 | (stroke 2114 | (width 0) 2115 | (type default) 2116 | ) 2117 | (uuid "3d76d379-b25b-4add-8b21-616178e4a929") 2118 | ) 2119 | (wire 2120 | (pts 2121 | (xy 219.71 100.33) (xy 220.98 100.33) 2122 | ) 2123 | (stroke 2124 | (width 0) 2125 | (type default) 2126 | ) 2127 | (uuid "40c6be46-bbe6-46d6-971a-9976ef92daa3") 2128 | ) 2129 | (wire 2130 | (pts 2131 | (xy 59.69 63.5) (xy 78.74 63.5) 2132 | ) 2133 | (stroke 2134 | (width 0) 2135 | (type default) 2136 | ) 2137 | (uuid "40dd097b-4a45-45e6-9445-d072c645c8e3") 2138 | ) 2139 | (wire 2140 | (pts 2141 | (xy 205.74 113.03) (xy 212.09 113.03) 2142 | ) 2143 | (stroke 2144 | (width 0) 2145 | (type default) 2146 | ) 2147 | (uuid "43ea9b99-5f3d-4ff7-bf41-dc93d390a102") 2148 | ) 2149 | (wire 2150 | (pts 2151 | (xy 180.34 45.72) (xy 182.88 45.72) 2152 | ) 2153 | (stroke 2154 | (width 0) 2155 | (type default) 2156 | ) 2157 | (uuid "45f68756-3064-4380-a114-59dd1919bb88") 2158 | ) 2159 | (wire 2160 | (pts 2161 | (xy 220.98 116.84) (xy 220.98 115.57) 2162 | ) 2163 | (stroke 2164 | (width 0) 2165 | (type default) 2166 | ) 2167 | (uuid "4c708f87-4aa5-4e69-9098-5abcb73de126") 2168 | ) 2169 | (wire 2170 | (pts 2171 | (xy 118.11 86.36) (xy 128.27 86.36) 2172 | ) 2173 | (stroke 2174 | (width 0) 2175 | (type default) 2176 | ) 2177 | (uuid "4fdd5a01-d855-410c-ab1d-261264d05fed") 2178 | ) 2179 | (wire 2180 | (pts 2181 | (xy 242.57 95.25) (xy 246.38 95.25) 2182 | ) 2183 | (stroke 2184 | (width 0) 2185 | (type default) 2186 | ) 2187 | (uuid "525f2357-f18e-4416-af98-df03662433bf") 2188 | ) 2189 | (wire 2190 | (pts 2191 | (xy 226.06 72.39) (xy 233.68 72.39) 2192 | ) 2193 | (stroke 2194 | (width 0) 2195 | (type default) 2196 | ) 2197 | (uuid "5283f84e-094f-4fc4-ba88-96d614665856") 2198 | ) 2199 | (wire 2200 | (pts 2201 | (xy 220.98 88.9) (xy 220.98 90.17) 2202 | ) 2203 | (stroke 2204 | (width 0) 2205 | (type default) 2206 | ) 2207 | (uuid "59f65920-5b58-46a8-8e68-99ffc941a931") 2208 | ) 2209 | (wire 2210 | (pts 2211 | (xy 85.09 82.55) (xy 85.09 86.36) 2212 | ) 2213 | (stroke 2214 | (width 0) 2215 | (type default) 2216 | ) 2217 | (uuid "5ca5a295-a119-4caf-94a0-5ead1460e73f") 2218 | ) 2219 | (wire 2220 | (pts 2221 | (xy 128.27 82.55) (xy 128.27 86.36) 2222 | ) 2223 | (stroke 2224 | (width 0) 2225 | (type default) 2226 | ) 2227 | (uuid "5f353e13-46d7-4c8d-ae8c-7d32e5959e25") 2228 | ) 2229 | (wire 2230 | (pts 2231 | (xy 118.11 82.55) (xy 118.11 86.36) 2232 | ) 2233 | (stroke 2234 | (width 0) 2235 | (type default) 2236 | ) 2237 | (uuid "61c93d20-ea4f-4bee-a13a-3a1184c94d16") 2238 | ) 2239 | (wire 2240 | (pts 2241 | (xy 77.47 82.55) (xy 59.69 82.55) 2242 | ) 2243 | (stroke 2244 | (width 0) 2245 | (type default) 2246 | ) 2247 | (uuid "6b679220-84a0-4ad0-aa5a-f81f69b36b99") 2248 | ) 2249 | (wire 2250 | (pts 2251 | (xy 220.98 97.79) (xy 220.98 100.33) 2252 | ) 2253 | (stroke 2254 | (width 0) 2255 | (type default) 2256 | ) 2257 | (uuid "71c05467-2068-4213-bae7-30cc2476e342") 2258 | ) 2259 | (wire 2260 | (pts 2261 | (xy 219.71 113.03) (xy 220.98 113.03) 2262 | ) 2263 | (stroke 2264 | (width 0) 2265 | (type default) 2266 | ) 2267 | (uuid "7b0c30ca-eaa4-4be3-b35f-989afbc6cdb0") 2268 | ) 2269 | (wire 2270 | (pts 2271 | (xy 250.19 57.15) (xy 250.19 60.96) 2272 | ) 2273 | (stroke 2274 | (width 0) 2275 | (type default) 2276 | ) 2277 | (uuid "7fe1f93b-cf9a-467f-a51d-8b4febf1c35d") 2278 | ) 2279 | (wire 2280 | (pts 2281 | (xy 220.98 110.49) (xy 220.98 113.03) 2282 | ) 2283 | (stroke 2284 | (width 0) 2285 | (type default) 2286 | ) 2287 | (uuid "82db2e42-74ba-4aa1-8e5c-674a16f446eb") 2288 | ) 2289 | (wire 2290 | (pts 2291 | (xy 93.98 72.39) (xy 100.33 72.39) 2292 | ) 2293 | (stroke 2294 | (width 0) 2295 | (type default) 2296 | ) 2297 | (uuid "8e7fd0af-ad34-427c-bdcb-88e77b08e00b") 2298 | ) 2299 | (wire 2300 | (pts 2301 | (xy 213.36 74.93) (xy 217.17 74.93) 2302 | ) 2303 | (stroke 2304 | (width 0) 2305 | (type default) 2306 | ) 2307 | (uuid "941a9e8c-530f-4269-81e2-7a70fa13e3b6") 2308 | ) 2309 | (wire 2310 | (pts 2311 | (xy 220.98 143.51) (xy 220.98 154.94) 2312 | ) 2313 | (stroke 2314 | (width 0) 2315 | (type default) 2316 | ) 2317 | (uuid "943c2b99-21c0-46ec-8bee-7df83ea50cf2") 2318 | ) 2319 | (wire 2320 | (pts 2321 | (xy 128.27 72.39) (xy 143.51 72.39) 2322 | ) 2323 | (stroke 2324 | (width 0) 2325 | (type default) 2326 | ) 2327 | (uuid "96b260c4-b10a-4fb6-bfb0-39f7f3f638ab") 2328 | ) 2329 | (wire 2330 | (pts 2331 | (xy 256.54 80.01) (xy 256.54 81.28) 2332 | ) 2333 | (stroke 2334 | (width 0) 2335 | (type default) 2336 | ) 2337 | (uuid "9ae07ec4-56db-478c-b3e0-b40f9bd8bea8") 2338 | ) 2339 | (wire 2340 | (pts 2341 | (xy 250.19 60.96) (xy 233.68 60.96) 2342 | ) 2343 | (stroke 2344 | (width 0) 2345 | (type default) 2346 | ) 2347 | (uuid "9cf65739-8cde-4deb-8bb1-67ff75b642cc") 2348 | ) 2349 | (wire 2350 | (pts 2351 | (xy 233.68 60.96) (xy 233.68 68.58) 2352 | ) 2353 | (stroke 2354 | (width 0) 2355 | (type default) 2356 | ) 2357 | (uuid "9d94b715-526e-448c-adb6-a1ddbfb09cb1") 2358 | ) 2359 | (wire 2360 | (pts 2361 | (xy 77.47 77.47) (xy 77.47 82.55) 2362 | ) 2363 | (stroke 2364 | (width 0) 2365 | (type default) 2366 | ) 2367 | (uuid "a2dc3820-d6de-4255-b0b3-046823bc259f") 2368 | ) 2369 | (wire 2370 | (pts 2371 | (xy 204.47 93.98) (xy 215.9 93.98) 2372 | ) 2373 | (stroke 2374 | (width 0) 2375 | (type default) 2376 | ) 2377 | (uuid "a6d2775d-2794-4406-8848-5a661fa76ac6") 2378 | ) 2379 | (wire 2380 | (pts 2381 | (xy 256.54 80.01) (xy 236.22 80.01) 2382 | ) 2383 | (stroke 2384 | (width 0) 2385 | (type default) 2386 | ) 2387 | (uuid "a757e4cb-993d-435d-ae23-d5ec9b51bbc4") 2388 | ) 2389 | (wire 2390 | (pts 2391 | (xy 118.11 72.39) (xy 118.11 74.93) 2392 | ) 2393 | (stroke 2394 | (width 0) 2395 | (type default) 2396 | ) 2397 | (uuid "a769336f-5586-4c45-b75d-dfba270b7c55") 2398 | ) 2399 | (wire 2400 | (pts 2401 | (xy 220.98 100.33) (xy 220.98 102.87) 2402 | ) 2403 | (stroke 2404 | (width 0) 2405 | (type default) 2406 | ) 2407 | (uuid "a7831a84-8655-4017-802c-43fcfcb00110") 2408 | ) 2409 | (wire 2410 | (pts 2411 | (xy 233.68 68.58) (xy 234.95 68.58) 2412 | ) 2413 | (stroke 2414 | (width 0) 2415 | (type default) 2416 | ) 2417 | (uuid "a884e266-9888-4a8d-9b66-45feaefcad8c") 2418 | ) 2419 | (wire 2420 | (pts 2421 | (xy 256.54 95.25) (xy 259.08 95.25) 2422 | ) 2423 | (stroke 2424 | (width 0) 2425 | (type default) 2426 | ) 2427 | (uuid "ab38c504-a302-49f8-a203-0768f906a929") 2428 | ) 2429 | (wire 2430 | (pts 2431 | (xy 226.06 72.39) (xy 226.06 68.58) 2432 | ) 2433 | (stroke 2434 | (width 0) 2435 | (type default) 2436 | ) 2437 | (uuid "ad9194c6-7946-4cca-81c1-7f763b711277") 2438 | ) 2439 | (wire 2440 | (pts 2441 | (xy 215.9 93.98) (xy 215.9 88.9) 2442 | ) 2443 | (stroke 2444 | (width 0) 2445 | (type default) 2446 | ) 2447 | (uuid "b21da411-88a8-4c1c-9656-568b768e8657") 2448 | ) 2449 | (wire 2450 | (pts 2451 | (xy 220.98 113.03) (xy 220.98 115.57) 2452 | ) 2453 | (stroke 2454 | (width 0) 2455 | (type default) 2456 | ) 2457 | (uuid "b286dd16-21ae-4bff-92b7-089ce618404a") 2458 | ) 2459 | (wire 2460 | (pts 2461 | (xy 170.18 45.72) (xy 172.72 45.72) 2462 | ) 2463 | (stroke 2464 | (width 0) 2465 | (type default) 2466 | ) 2467 | (uuid "b3517eb5-1613-4ce4-af53-77f440d0a48c") 2468 | ) 2469 | (wire 2470 | (pts 2471 | (xy 76.2 74.93) (xy 85.09 74.93) 2472 | ) 2473 | (stroke 2474 | (width 0) 2475 | (type default) 2476 | ) 2477 | (uuid "b354930a-0653-4853-a348-5aeba484ef0b") 2478 | ) 2479 | (wire 2480 | (pts 2481 | (xy 220.98 85.09) (xy 220.98 88.9) 2482 | ) 2483 | (stroke 2484 | (width 0) 2485 | (type default) 2486 | ) 2487 | (uuid "b46b9654-76c7-4453-b415-0ec473447a38") 2488 | ) 2489 | (wire 2490 | (pts 2491 | (xy 186.69 74.93) (xy 195.58 74.93) 2492 | ) 2493 | (stroke 2494 | (width 0) 2495 | (type default) 2496 | ) 2497 | (uuid "b52bdf59-55d3-477c-92be-f4949744f9dd") 2498 | ) 2499 | (wire 2500 | (pts 2501 | (xy 59.69 82.55) (xy 59.69 63.5) 2502 | ) 2503 | (stroke 2504 | (width 0) 2505 | (type default) 2506 | ) 2507 | (uuid "bca8df49-8b30-488c-965b-97f3af2ed2a2") 2508 | ) 2509 | (wire 2510 | (pts 2511 | (xy 118.11 72.39) (xy 128.27 72.39) 2512 | ) 2513 | (stroke 2514 | (width 0) 2515 | (type default) 2516 | ) 2517 | (uuid "c00a3677-4ed7-405d-b084-44ef878500cb") 2518 | ) 2519 | (wire 2520 | (pts 2521 | (xy 236.22 80.01) (xy 236.22 88.9) 2522 | ) 2523 | (stroke 2524 | (width 0) 2525 | (type default) 2526 | ) 2527 | (uuid "c0f92f71-65c2-4c1a-a4b5-7fda192baf5b") 2528 | ) 2529 | (wire 2530 | (pts 2531 | (xy 115.57 72.39) (xy 118.11 72.39) 2532 | ) 2533 | (stroke 2534 | (width 0) 2535 | (type default) 2536 | ) 2537 | (uuid "c47c4678-4f30-4158-9437-600346b08cca") 2538 | ) 2539 | (wire 2540 | (pts 2541 | (xy 254 95.25) (xy 256.54 95.25) 2542 | ) 2543 | (stroke 2544 | (width 0) 2545 | (type default) 2546 | ) 2547 | (uuid "c8fad849-1c18-4316-8532-0006f42bc773") 2548 | ) 2549 | (wire 2550 | (pts 2551 | (xy 93.98 72.39) (xy 93.98 74.93) 2552 | ) 2553 | (stroke 2554 | (width 0) 2555 | (type default) 2556 | ) 2557 | (uuid "cf701214-ccee-49fa-bf2c-71ffd39809d5") 2558 | ) 2559 | (wire 2560 | (pts 2561 | (xy 128.27 72.39) (xy 128.27 74.93) 2562 | ) 2563 | (stroke 2564 | (width 0) 2565 | (type default) 2566 | ) 2567 | (uuid "d43f8365-bb0b-45b6-9e8c-137b5e606c0e") 2568 | ) 2569 | (wire 2570 | (pts 2571 | (xy 217.17 68.58) (xy 218.44 68.58) 2572 | ) 2573 | (stroke 2574 | (width 0) 2575 | (type default) 2576 | ) 2577 | (uuid "d81bd292-4a46-41a8-9bc5-dcccc0cd3e38") 2578 | ) 2579 | (wire 2580 | (pts 2581 | (xy 107.95 86.36) (xy 118.11 86.36) 2582 | ) 2583 | (stroke 2584 | (width 0) 2585 | (type default) 2586 | ) 2587 | (uuid "dc5b2b53-05ee-45f3-a12b-ca2c58b5a64d") 2588 | ) 2589 | (wire 2590 | (pts 2591 | (xy 205.74 100.33) (xy 212.09 100.33) 2592 | ) 2593 | (stroke 2594 | (width 0) 2595 | (type default) 2596 | ) 2597 | (uuid "e0d9b05c-841e-4033-a73f-48a4f8c25c01") 2598 | ) 2599 | (wire 2600 | (pts 2601 | (xy 233.68 68.58) (xy 233.68 72.39) 2602 | ) 2603 | (stroke 2604 | (width 0) 2605 | (type default) 2606 | ) 2607 | (uuid "e230970c-80df-4887-ae3c-ed268266b8ee") 2608 | ) 2609 | (wire 2610 | (pts 2611 | (xy 215.9 88.9) (xy 220.98 88.9) 2612 | ) 2613 | (stroke 2614 | (width 0) 2615 | (type default) 2616 | ) 2617 | (uuid "f5a470c2-ec25-4a05-a1a7-fa322530775c") 2618 | ) 2619 | (wire 2620 | (pts 2621 | (xy 204.47 133.35) (xy 210.82 133.35) 2622 | ) 2623 | (stroke 2624 | (width 0) 2625 | (type default) 2626 | ) 2627 | (uuid "f625eec5-a661-4455-8462-ca55807a48a2") 2628 | ) 2629 | (wire 2630 | (pts 2631 | (xy 76.2 77.47) (xy 76.2 74.93) 2632 | ) 2633 | (stroke 2634 | (width 0) 2635 | (type default) 2636 | ) 2637 | (uuid "f7a684de-ac8e-43a1-a477-a3a315586c62") 2638 | ) 2639 | (wire 2640 | (pts 2641 | (xy 201.93 133.35) (xy 204.47 133.35) 2642 | ) 2643 | (stroke 2644 | (width 0) 2645 | (type default) 2646 | ) 2647 | (uuid "f90d8fa3-baa5-4ee0-9409-d058f845d0ed") 2648 | ) 2649 | (wire 2650 | (pts 2651 | (xy 220.98 116.84) (xy 234.95 116.84) 2652 | ) 2653 | (stroke 2654 | (width 0) 2655 | (type default) 2656 | ) 2657 | (uuid "fffc9d7c-3851-4402-b598-eaa6573919f7") 2658 | ) 2659 | (rectangle 2660 | (start 55.88 57.15) 2661 | (end 149.86 99.06) 2662 | (stroke 2663 | (width 0) 2664 | (type default) 2665 | ) 2666 | (fill 2667 | (type none) 2668 | ) 2669 | (uuid a427454a-b4b0-4534-9fd3-07294695a493) 2670 | ) 2671 | (global_label "5V" 2672 | (shape bidirectional) 2673 | (at 242.57 95.25 180) 2674 | (fields_autoplaced yes) 2675 | (effects 2676 | (font 2677 | (size 1.27 1.27) 2678 | ) 2679 | (justify right) 2680 | ) 2681 | (uuid "0068ba0c-e1e3-4d0c-8190-fba2a3fd5988") 2682 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2683 | (at 236.1754 95.25 0) 2684 | (effects 2685 | (font 2686 | (size 1.27 1.27) 2687 | ) 2688 | (justify right) 2689 | (hide yes) 2690 | ) 2691 | ) 2692 | ) 2693 | (global_label "5V" 2694 | (shape bidirectional) 2695 | (at 182.88 45.72 0) 2696 | (fields_autoplaced yes) 2697 | (effects 2698 | (font 2699 | (size 1.27 1.27) 2700 | ) 2701 | (justify left) 2702 | ) 2703 | (uuid "04643e87-d2b5-4768-9143-4c25983e776a") 2704 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2705 | (at 189.2746 45.72 0) 2706 | (effects 2707 | (font 2708 | (size 1.27 1.27) 2709 | ) 2710 | (justify left) 2711 | (hide yes) 2712 | ) 2713 | ) 2714 | ) 2715 | (global_label "10MHz" 2716 | (shape bidirectional) 2717 | (at 250.19 57.15 90) 2718 | (fields_autoplaced yes) 2719 | (effects 2720 | (font 2721 | (size 1.27 1.27) 2722 | ) 2723 | (justify left) 2724 | ) 2725 | (uuid "12a1e837-0240-46f3-8964-4bf53fd400dc") 2726 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2727 | (at 250.19 46.8245 90) 2728 | (effects 2729 | (font 2730 | (size 1.27 1.27) 2731 | ) 2732 | (justify left) 2733 | (hide yes) 2734 | ) 2735 | ) 2736 | ) 2737 | (global_label "5V" 2738 | (shape bidirectional) 2739 | (at 201.93 133.35 180) 2740 | (fields_autoplaced yes) 2741 | (effects 2742 | (font 2743 | (size 1.27 1.27) 2744 | ) 2745 | (justify right) 2746 | ) 2747 | (uuid "3617a303-6166-471a-a092-eef4c37105c1") 2748 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2749 | (at 195.5354 133.35 0) 2750 | (effects 2751 | (font 2752 | (size 1.27 1.27) 2753 | ) 2754 | (justify right) 2755 | (hide yes) 2756 | ) 2757 | ) 2758 | ) 2759 | (global_label "5V" 2760 | (shape bidirectional) 2761 | (at 186.69 74.93 180) 2762 | (fields_autoplaced yes) 2763 | (effects 2764 | (font 2765 | (size 1.27 1.27) 2766 | ) 2767 | (justify right) 2768 | ) 2769 | (uuid "93c9f402-f118-458a-a739-8fbc9376b311") 2770 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2771 | (at 180.2954 74.93 0) 2772 | (effects 2773 | (font 2774 | (size 1.27 1.27) 2775 | ) 2776 | (justify right) 2777 | (hide yes) 2778 | ) 2779 | ) 2780 | ) 2781 | (global_label "5V" 2782 | (shape bidirectional) 2783 | (at 171.45 101.6 0) 2784 | (fields_autoplaced yes) 2785 | (effects 2786 | (font 2787 | (size 1.27 1.27) 2788 | ) 2789 | (justify left) 2790 | ) 2791 | (uuid "ae5eb28b-bc35-4835-ac89-8b7bf6de326e") 2792 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2793 | (at 177.8446 101.6 0) 2794 | (effects 2795 | (font 2796 | (size 1.27 1.27) 2797 | ) 2798 | (justify left) 2799 | (hide yes) 2800 | ) 2801 | ) 2802 | ) 2803 | (global_label "5V" 2804 | (shape bidirectional) 2805 | (at 143.51 72.39 0) 2806 | (fields_autoplaced yes) 2807 | (effects 2808 | (font 2809 | (size 1.27 1.27) 2810 | ) 2811 | (justify left) 2812 | ) 2813 | (uuid "afd398d6-8f45-4859-8734-291d91c77ec9") 2814 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2815 | (at 149.9046 72.39 0) 2816 | (effects 2817 | (font 2818 | (size 1.27 1.27) 2819 | ) 2820 | (justify left) 2821 | (hide yes) 2822 | ) 2823 | ) 2824 | ) 2825 | (global_label "Vcont" 2826 | (shape bidirectional) 2827 | (at 234.95 116.84 0) 2828 | (fields_autoplaced yes) 2829 | (effects 2830 | (font 2831 | (size 1.27 1.27) 2832 | ) 2833 | (justify left) 2834 | ) 2835 | (uuid "ee5946e7-7a25-45bc-870c-e649ad021119") 2836 | (property "Intersheetrefs" "${INTERSHEET_REFS}" 2837 | (at 244.2474 116.84 0) 2838 | (effects 2839 | (font 2840 | (size 1.27 1.27) 2841 | ) 2842 | (justify left) 2843 | (hide yes) 2844 | ) 2845 | ) 2846 | ) 2847 | (symbol 2848 | (lib_id "power:GND") 2849 | (at 240.03 73.66 0) 2850 | (unit 1) 2851 | (exclude_from_sim no) 2852 | (in_bom yes) 2853 | (on_board yes) 2854 | (dnp no) 2855 | (fields_autoplaced yes) 2856 | (uuid "00cd8668-0df4-43a0-bcb6-4152af484b10") 2857 | (property "Reference" "#PWR02" 2858 | (at 240.03 80.01 0) 2859 | (effects 2860 | (font 2861 | (size 1.27 1.27) 2862 | ) 2863 | (hide yes) 2864 | ) 2865 | ) 2866 | (property "Value" "GND" 2867 | (at 240.03 78.74 0) 2868 | (effects 2869 | (font 2870 | (size 1.27 1.27) 2871 | ) 2872 | ) 2873 | ) 2874 | (property "Footprint" "" 2875 | (at 240.03 73.66 0) 2876 | (effects 2877 | (font 2878 | (size 1.27 1.27) 2879 | ) 2880 | (hide yes) 2881 | ) 2882 | ) 2883 | (property "Datasheet" "" 2884 | (at 240.03 73.66 0) 2885 | (effects 2886 | (font 2887 | (size 1.27 1.27) 2888 | ) 2889 | (hide yes) 2890 | ) 2891 | ) 2892 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2893 | (at 240.03 73.66 0) 2894 | (effects 2895 | (font 2896 | (size 1.27 1.27) 2897 | ) 2898 | (hide yes) 2899 | ) 2900 | ) 2901 | (pin "1" 2902 | (uuid "f75a38a4-fb08-40aa-95cc-221ebcbe037b") 2903 | ) 2904 | (instances 2905 | (project "OCXOBoard" 2906 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 2907 | (reference "#PWR02") 2908 | (unit 1) 2909 | ) 2910 | ) 2911 | ) 2912 | ) 2913 | (symbol 2914 | (lib_id "power:GND") 2915 | (at 207.01 128.27 270) 2916 | (unit 1) 2917 | (exclude_from_sim no) 2918 | (in_bom yes) 2919 | (on_board yes) 2920 | (dnp no) 2921 | (fields_autoplaced yes) 2922 | (uuid "1165245f-2317-49f6-b0d0-9b308139c431") 2923 | (property "Reference" "#PWR013" 2924 | (at 200.66 128.27 0) 2925 | (effects 2926 | (font 2927 | (size 1.27 1.27) 2928 | ) 2929 | (hide yes) 2930 | ) 2931 | ) 2932 | (property "Value" "GND" 2933 | (at 203.2 128.2699 90) 2934 | (effects 2935 | (font 2936 | (size 1.27 1.27) 2937 | ) 2938 | (justify right) 2939 | ) 2940 | ) 2941 | (property "Footprint" "" 2942 | (at 207.01 128.27 0) 2943 | (effects 2944 | (font 2945 | (size 1.27 1.27) 2946 | ) 2947 | (hide yes) 2948 | ) 2949 | ) 2950 | (property "Datasheet" "" 2951 | (at 207.01 128.27 0) 2952 | (effects 2953 | (font 2954 | (size 1.27 1.27) 2955 | ) 2956 | (hide yes) 2957 | ) 2958 | ) 2959 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 2960 | (at 207.01 128.27 0) 2961 | (effects 2962 | (font 2963 | (size 1.27 1.27) 2964 | ) 2965 | (hide yes) 2966 | ) 2967 | ) 2968 | (pin "1" 2969 | (uuid "4fcf38ee-a1a8-4211-9fb6-3717dccffdea") 2970 | ) 2971 | (instances 2972 | (project "OCXOBoard" 2973 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 2974 | (reference "#PWR013") 2975 | (unit 1) 2976 | ) 2977 | ) 2978 | ) 2979 | ) 2980 | (symbol 2981 | (lib_id "Device:C") 2982 | (at 204.47 137.16 180) 2983 | (unit 1) 2984 | (exclude_from_sim no) 2985 | (in_bom yes) 2986 | (on_board yes) 2987 | (dnp no) 2988 | (fields_autoplaced yes) 2989 | (uuid "1a4b2100-7bee-4b15-aa62-0e9dd48e92b5") 2990 | (property "Reference" "C7" 2991 | (at 208.28 135.8899 0) 2992 | (effects 2993 | (font 2994 | (size 1.27 1.27) 2995 | ) 2996 | (justify right) 2997 | ) 2998 | ) 2999 | (property "Value" "C" 3000 | (at 208.28 138.4299 0) 3001 | (effects 3002 | (font 3003 | (size 1.27 1.27) 3004 | ) 3005 | (justify right) 3006 | ) 3007 | ) 3008 | (property "Footprint" "Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder" 3009 | (at 203.5048 133.35 0) 3010 | (effects 3011 | (font 3012 | (size 1.27 1.27) 3013 | ) 3014 | (hide yes) 3015 | ) 3016 | ) 3017 | (property "Datasheet" "~" 3018 | (at 204.47 137.16 0) 3019 | (effects 3020 | (font 3021 | (size 1.27 1.27) 3022 | ) 3023 | (hide yes) 3024 | ) 3025 | ) 3026 | (property "Description" "Unpolarized capacitor" 3027 | (at 204.47 137.16 0) 3028 | (effects 3029 | (font 3030 | (size 1.27 1.27) 3031 | ) 3032 | (hide yes) 3033 | ) 3034 | ) 3035 | (pin "2" 3036 | (uuid "be7d68da-0d70-424a-a05a-1eea96a4152d") 3037 | ) 3038 | (pin "1" 3039 | (uuid "e92114c7-e2ff-48c4-a7bc-1bbf4b4d2368") 3040 | ) 3041 | (instances 3042 | (project "OCXOBoard" 3043 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3044 | (reference "C7") 3045 | (unit 1) 3046 | ) 3047 | ) 3048 | ) 3049 | ) 3050 | (symbol 3051 | (lib_id "power:GND") 3052 | (at 143.51 90.17 0) 3053 | (unit 1) 3054 | (exclude_from_sim no) 3055 | (in_bom yes) 3056 | (on_board yes) 3057 | (dnp no) 3058 | (fields_autoplaced yes) 3059 | (uuid "27473709-31f4-4818-88b7-132098527e6c") 3060 | (property "Reference" "#PWR01" 3061 | (at 143.51 96.52 0) 3062 | (effects 3063 | (font 3064 | (size 1.27 1.27) 3065 | ) 3066 | (hide yes) 3067 | ) 3068 | ) 3069 | (property "Value" "GND" 3070 | (at 143.51 95.25 0) 3071 | (effects 3072 | (font 3073 | (size 1.27 1.27) 3074 | ) 3075 | ) 3076 | ) 3077 | (property "Footprint" "" 3078 | (at 143.51 90.17 0) 3079 | (effects 3080 | (font 3081 | (size 1.27 1.27) 3082 | ) 3083 | (hide yes) 3084 | ) 3085 | ) 3086 | (property "Datasheet" "" 3087 | (at 143.51 90.17 0) 3088 | (effects 3089 | (font 3090 | (size 1.27 1.27) 3091 | ) 3092 | (hide yes) 3093 | ) 3094 | ) 3095 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3096 | (at 143.51 90.17 0) 3097 | (effects 3098 | (font 3099 | (size 1.27 1.27) 3100 | ) 3101 | (hide yes) 3102 | ) 3103 | ) 3104 | (pin "1" 3105 | (uuid "c91e009b-f233-42e4-b1d6-6fac74af5d36") 3106 | ) 3107 | (instances 3108 | (project "" 3109 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3110 | (reference "#PWR01") 3111 | (unit 1) 3112 | ) 3113 | ) 3114 | ) 3115 | ) 3116 | (symbol 3117 | (lib_id "Device:C_Polarized_US") 3118 | (at 93.98 78.74 0) 3119 | (unit 1) 3120 | (exclude_from_sim no) 3121 | (in_bom yes) 3122 | (on_board yes) 3123 | (dnp no) 3124 | (fields_autoplaced yes) 3125 | (uuid "2fcd3b75-057f-4b10-b8b5-02894a1d98e0") 3126 | (property "Reference" "C2" 3127 | (at 97.79 76.8349 0) 3128 | (effects 3129 | (font 3130 | (size 1.27 1.27) 3131 | ) 3132 | (justify left) 3133 | ) 3134 | ) 3135 | (property "Value" "1000uf" 3136 | (at 97.79 79.3749 0) 3137 | (effects 3138 | (font 3139 | (size 1.27 1.27) 3140 | ) 3141 | (justify left) 3142 | ) 3143 | ) 3144 | (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder" 3145 | (at 93.98 78.74 0) 3146 | (effects 3147 | (font 3148 | (size 1.27 1.27) 3149 | ) 3150 | (hide yes) 3151 | ) 3152 | ) 3153 | (property "Datasheet" "~" 3154 | (at 93.98 78.74 0) 3155 | (effects 3156 | (font 3157 | (size 1.27 1.27) 3158 | ) 3159 | (hide yes) 3160 | ) 3161 | ) 3162 | (property "Description" "Polarized capacitor, US symbol" 3163 | (at 93.98 78.74 0) 3164 | (effects 3165 | (font 3166 | (size 1.27 1.27) 3167 | ) 3168 | (hide yes) 3169 | ) 3170 | ) 3171 | (pin "1" 3172 | (uuid "55b3dca7-5c57-4ced-8a1a-2b4fc69eee91") 3173 | ) 3174 | (pin "2" 3175 | (uuid "d1b66586-9f49-486f-b1fc-79b8f40cf9c7") 3176 | ) 3177 | (instances 3178 | (project "" 3179 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3180 | (reference "C2") 3181 | (unit 1) 3182 | ) 3183 | ) 3184 | ) 3185 | ) 3186 | (symbol 3187 | (lib_id "power:GND") 3188 | (at 171.45 99.06 90) 3189 | (unit 1) 3190 | (exclude_from_sim no) 3191 | (in_bom yes) 3192 | (on_board yes) 3193 | (dnp no) 3194 | (fields_autoplaced yes) 3195 | (uuid "3d78c8d1-99f4-49f5-93ab-de1dd58fcef4") 3196 | (property "Reference" "#PWR011" 3197 | (at 177.8 99.06 0) 3198 | (effects 3199 | (font 3200 | (size 1.27 1.27) 3201 | ) 3202 | (hide yes) 3203 | ) 3204 | ) 3205 | (property "Value" "GND" 3206 | (at 175.26 99.0599 90) 3207 | (effects 3208 | (font 3209 | (size 1.27 1.27) 3210 | ) 3211 | (justify right) 3212 | ) 3213 | ) 3214 | (property "Footprint" "" 3215 | (at 171.45 99.06 0) 3216 | (effects 3217 | (font 3218 | (size 1.27 1.27) 3219 | ) 3220 | (hide yes) 3221 | ) 3222 | ) 3223 | (property "Datasheet" "" 3224 | (at 171.45 99.06 0) 3225 | (effects 3226 | (font 3227 | (size 1.27 1.27) 3228 | ) 3229 | (hide yes) 3230 | ) 3231 | ) 3232 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3233 | (at 171.45 99.06 0) 3234 | (effects 3235 | (font 3236 | (size 1.27 1.27) 3237 | ) 3238 | (hide yes) 3239 | ) 3240 | ) 3241 | (pin "1" 3242 | (uuid "7d3af944-1e01-4f48-97c6-6e720c800714") 3243 | ) 3244 | (instances 3245 | (project "OCXOBoard" 3246 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3247 | (reference "#PWR011") 3248 | (unit 1) 3249 | ) 3250 | ) 3251 | ) 3252 | ) 3253 | (symbol 3254 | (lib_id "74xGxx:74AHCT1G125") 3255 | (at 220.98 128.27 90) 3256 | (unit 1) 3257 | (exclude_from_sim no) 3258 | (in_bom yes) 3259 | (on_board yes) 3260 | (dnp no) 3261 | (uuid "3fc855d2-e082-4d60-bfcc-f2218b3be872") 3262 | (property "Reference" "U2" 3263 | (at 234.95 127.8538 90) 3264 | (effects 3265 | (font 3266 | (size 1.27 1.27) 3267 | ) 3268 | ) 3269 | ) 3270 | (property "Value" "74AHCT1G125" 3271 | (at 234.95 130.3938 90) 3272 | (effects 3273 | (font 3274 | (size 1.27 1.27) 3275 | ) 3276 | ) 3277 | ) 3278 | (property "Footprint" "Package_TO_SOT_SMD:SOT-23-5_HandSoldering" 3279 | (at 220.98 128.27 0) 3280 | (effects 3281 | (font 3282 | (size 1.27 1.27) 3283 | ) 3284 | (hide yes) 3285 | ) 3286 | ) 3287 | (property "Datasheet" "https://www.diodes.com/assets/Datasheets/74AHCT1G125.pdf" 3288 | (at 220.98 128.27 0) 3289 | (effects 3290 | (font 3291 | (size 1.27 1.27) 3292 | ) 3293 | (hide yes) 3294 | ) 3295 | ) 3296 | (property "Description" "Single Buffer Gate Tri-State, Low-Voltage CMOS" 3297 | (at 220.98 128.27 0) 3298 | (effects 3299 | (font 3300 | (size 1.27 1.27) 3301 | ) 3302 | (hide yes) 3303 | ) 3304 | ) 3305 | (pin "4" 3306 | (uuid "a7e68401-19c4-4d23-a42a-500502bda0f6") 3307 | ) 3308 | (pin "3" 3309 | (uuid "5eee535e-310f-4341-8854-b4743a9ab3dc") 3310 | ) 3311 | (pin "2" 3312 | (uuid "60d0f29d-155b-4f10-8dd3-9a51a7fe6161") 3313 | ) 3314 | (pin "1" 3315 | (uuid "c4fe2913-3425-49c5-bed3-3735dc591a96") 3316 | ) 3317 | (pin "5" 3318 | (uuid "099e348a-7f9c-4e76-bf55-2b2b3466cfa0") 3319 | ) 3320 | (instances 3321 | (project "" 3322 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3323 | (reference "U2") 3324 | (unit 1) 3325 | ) 3326 | ) 3327 | ) 3328 | ) 3329 | (symbol 3330 | (lib_id "Device:LED") 3331 | (at 166.37 45.72 0) 3332 | (unit 1) 3333 | (exclude_from_sim no) 3334 | (in_bom yes) 3335 | (on_board yes) 3336 | (dnp no) 3337 | (fields_autoplaced yes) 3338 | (uuid "488c9fa7-3603-46d9-8578-c4df4a9bc592") 3339 | (property "Reference" "D1" 3340 | (at 164.7825 39.37 0) 3341 | (effects 3342 | (font 3343 | (size 1.27 1.27) 3344 | ) 3345 | ) 3346 | ) 3347 | (property "Value" "LED" 3348 | (at 164.7825 41.91 0) 3349 | (effects 3350 | (font 3351 | (size 1.27 1.27) 3352 | ) 3353 | ) 3354 | ) 3355 | (property "Footprint" "Diode_SMD:D_1210_3225Metric_Pad1.42x2.65mm_HandSolder" 3356 | (at 166.37 45.72 0) 3357 | (effects 3358 | (font 3359 | (size 1.27 1.27) 3360 | ) 3361 | (hide yes) 3362 | ) 3363 | ) 3364 | (property "Datasheet" "~" 3365 | (at 166.37 45.72 0) 3366 | (effects 3367 | (font 3368 | (size 1.27 1.27) 3369 | ) 3370 | (hide yes) 3371 | ) 3372 | ) 3373 | (property "Description" "Light emitting diode" 3374 | (at 166.37 45.72 0) 3375 | (effects 3376 | (font 3377 | (size 1.27 1.27) 3378 | ) 3379 | (hide yes) 3380 | ) 3381 | ) 3382 | (pin "1" 3383 | (uuid "a493d7c2-e9db-4519-a7c3-74729abe2a84") 3384 | ) 3385 | (pin "2" 3386 | (uuid "d1812388-2dc5-4047-a113-8d3e30a1b7a2") 3387 | ) 3388 | (instances 3389 | (project "" 3390 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3391 | (reference "D1") 3392 | (unit 1) 3393 | ) 3394 | ) 3395 | ) 3396 | ) 3397 | (symbol 3398 | (lib_id "Device:C_Polarized_US") 3399 | (at 118.11 78.74 0) 3400 | (unit 1) 3401 | (exclude_from_sim no) 3402 | (in_bom yes) 3403 | (on_board yes) 3404 | (dnp no) 3405 | (fields_autoplaced yes) 3406 | (uuid "4b30922b-8067-4df9-a99d-b1116a0b80ec") 3407 | (property "Reference" "C3" 3408 | (at 121.92 76.8349 0) 3409 | (effects 3410 | (font 3411 | (size 1.27 1.27) 3412 | ) 3413 | (justify left) 3414 | ) 3415 | ) 3416 | (property "Value" "1000uf" 3417 | (at 121.92 79.3749 0) 3418 | (effects 3419 | (font 3420 | (size 1.27 1.27) 3421 | ) 3422 | (justify left) 3423 | ) 3424 | ) 3425 | (property "Footprint" "Capacitor_Tantalum_SMD:CP_EIA-7343-43_Kemet-X_Pad2.25x2.55mm_HandSolder" 3426 | (at 118.11 78.74 0) 3427 | (effects 3428 | (font 3429 | (size 1.27 1.27) 3430 | ) 3431 | (hide yes) 3432 | ) 3433 | ) 3434 | (property "Datasheet" "~" 3435 | (at 118.11 78.74 0) 3436 | (effects 3437 | (font 3438 | (size 1.27 1.27) 3439 | ) 3440 | (hide yes) 3441 | ) 3442 | ) 3443 | (property "Description" "Polarized capacitor, US symbol" 3444 | (at 118.11 78.74 0) 3445 | (effects 3446 | (font 3447 | (size 1.27 1.27) 3448 | ) 3449 | (hide yes) 3450 | ) 3451 | ) 3452 | (pin "1" 3453 | (uuid "6e47e7a3-d86e-4db5-898c-6d3e9f1841f8") 3454 | ) 3455 | (pin "2" 3456 | (uuid "dd132029-59ac-49ac-8f6d-4f3b143c8257") 3457 | ) 3458 | (instances 3459 | (project "" 3460 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3461 | (reference "C3") 3462 | (unit 1) 3463 | ) 3464 | ) 3465 | ) 3466 | ) 3467 | (symbol 3468 | (lib_id "Device:R") 3469 | (at 262.89 95.25 90) 3470 | (unit 1) 3471 | (exclude_from_sim no) 3472 | (in_bom yes) 3473 | (on_board yes) 3474 | (dnp no) 3475 | (fields_autoplaced yes) 3476 | (uuid "4ca7e7d8-625d-439e-9f72-fc782bc0845f") 3477 | (property "Reference" "R4" 3478 | (at 262.89 88.9 90) 3479 | (effects 3480 | (font 3481 | (size 1.27 1.27) 3482 | ) 3483 | ) 3484 | ) 3485 | (property "Value" "R" 3486 | (at 262.89 91.44 90) 3487 | (effects 3488 | (font 3489 | (size 1.27 1.27) 3490 | ) 3491 | ) 3492 | ) 3493 | (property "Footprint" "Resistor_SMD:R_1210_3225Metric_Pad1.30x2.65mm_HandSolder" 3494 | (at 262.89 97.028 90) 3495 | (effects 3496 | (font 3497 | (size 1.27 1.27) 3498 | ) 3499 | (hide yes) 3500 | ) 3501 | ) 3502 | (property "Datasheet" "~" 3503 | (at 262.89 95.25 0) 3504 | (effects 3505 | (font 3506 | (size 1.27 1.27) 3507 | ) 3508 | (hide yes) 3509 | ) 3510 | ) 3511 | (property "Description" "Resistor" 3512 | (at 262.89 95.25 0) 3513 | (effects 3514 | (font 3515 | (size 1.27 1.27) 3516 | ) 3517 | (hide yes) 3518 | ) 3519 | ) 3520 | (pin "2" 3521 | (uuid "6297bf99-af37-4fa2-bb73-4c77f64f50c1") 3522 | ) 3523 | (pin "1" 3524 | (uuid "a676b37f-2e43-4251-a865-6cb0874917a7") 3525 | ) 3526 | (instances 3527 | (project "OCXOBoard" 3528 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3529 | (reference "R4") 3530 | (unit 1) 3531 | ) 3532 | ) 3533 | ) 3534 | ) 3535 | (symbol 3536 | (lib_id "Device:C") 3537 | (at 215.9 100.33 90) 3538 | (unit 1) 3539 | (exclude_from_sim no) 3540 | (in_bom yes) 3541 | (on_board yes) 3542 | (dnp no) 3543 | (fields_autoplaced yes) 3544 | (uuid "5483ce0f-e14a-4c81-9e89-1df274d03d90") 3545 | (property "Reference" "C6" 3546 | (at 215.9 92.71 90) 3547 | (effects 3548 | (font 3549 | (size 1.27 1.27) 3550 | ) 3551 | ) 3552 | ) 3553 | (property "Value" "C" 3554 | (at 215.9 95.25 90) 3555 | (effects 3556 | (font 3557 | (size 1.27 1.27) 3558 | ) 3559 | ) 3560 | ) 3561 | (property "Footprint" "Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder" 3562 | (at 219.71 99.3648 0) 3563 | (effects 3564 | (font 3565 | (size 1.27 1.27) 3566 | ) 3567 | (hide yes) 3568 | ) 3569 | ) 3570 | (property "Datasheet" "~" 3571 | (at 215.9 100.33 0) 3572 | (effects 3573 | (font 3574 | (size 1.27 1.27) 3575 | ) 3576 | (hide yes) 3577 | ) 3578 | ) 3579 | (property "Description" "Unpolarized capacitor" 3580 | (at 215.9 100.33 0) 3581 | (effects 3582 | (font 3583 | (size 1.27 1.27) 3584 | ) 3585 | (hide yes) 3586 | ) 3587 | ) 3588 | (pin "2" 3589 | (uuid "0a05d465-3c04-4ca6-a321-bd22188390c2") 3590 | ) 3591 | (pin "1" 3592 | (uuid "d432c2e4-d8ec-46e5-8119-fee11a668dd1") 3593 | ) 3594 | (instances 3595 | (project "OCXOBoard" 3596 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3597 | (reference "C6") 3598 | (unit 1) 3599 | ) 3600 | ) 3601 | ) 3602 | ) 3603 | (symbol 3604 | (lib_id "Device:C") 3605 | (at 222.25 68.58 90) 3606 | (unit 1) 3607 | (exclude_from_sim no) 3608 | (in_bom yes) 3609 | (on_board yes) 3610 | (dnp no) 3611 | (fields_autoplaced yes) 3612 | (uuid "5d439e95-03b1-4c8b-b79d-12e87186af5c") 3613 | (property "Reference" "C8" 3614 | (at 222.25 60.96 90) 3615 | (effects 3616 | (font 3617 | (size 1.27 1.27) 3618 | ) 3619 | (hide yes) 3620 | ) 3621 | ) 3622 | (property "Value" "C" 3623 | (at 222.25 63.5 90) 3624 | (effects 3625 | (font 3626 | (size 1.27 1.27) 3627 | ) 3628 | ) 3629 | ) 3630 | (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder" 3631 | (at 226.06 67.6148 0) 3632 | (effects 3633 | (font 3634 | (size 1.27 1.27) 3635 | ) 3636 | (hide yes) 3637 | ) 3638 | ) 3639 | (property "Datasheet" "~" 3640 | (at 222.25 68.58 0) 3641 | (effects 3642 | (font 3643 | (size 1.27 1.27) 3644 | ) 3645 | (hide yes) 3646 | ) 3647 | ) 3648 | (property "Description" "Unpolarized capacitor" 3649 | (at 222.25 68.58 0) 3650 | (effects 3651 | (font 3652 | (size 1.27 1.27) 3653 | ) 3654 | (hide yes) 3655 | ) 3656 | ) 3657 | (pin "2" 3658 | (uuid "04d1a40c-5688-48f7-9cb4-b28970eb9497") 3659 | ) 3660 | (pin "1" 3661 | (uuid "73e3fd59-af79-41d7-bafc-96683466d7dd") 3662 | ) 3663 | (instances 3664 | (project "OCXOBoard" 3665 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3666 | (reference "C8") 3667 | (unit 1) 3668 | ) 3669 | ) 3670 | ) 3671 | ) 3672 | (symbol 3673 | (lib_id "Connector:Conn_Coaxial") 3674 | (at 220.98 160.02 270) 3675 | (unit 1) 3676 | (exclude_from_sim no) 3677 | (in_bom yes) 3678 | (on_board yes) 3679 | (dnp no) 3680 | (fields_autoplaced yes) 3681 | (uuid "6663d3c4-2baa-420e-a3ab-2faa41953b80") 3682 | (property "Reference" "Vcont1" 3683 | (at 224.79 158.4324 90) 3684 | (effects 3685 | (font 3686 | (size 1.27 1.27) 3687 | ) 3688 | (justify left) 3689 | ) 3690 | ) 3691 | (property "Value" "Vcont" 3692 | (at 224.79 160.9724 90) 3693 | (effects 3694 | (font 3695 | (size 1.27 1.27) 3696 | ) 3697 | (justify left) 3698 | ) 3699 | ) 3700 | (property "Footprint" "gibbi_custom:SMA_EDGE_GIBBI" 3701 | (at 220.98 160.02 0) 3702 | (effects 3703 | (font 3704 | (size 1.27 1.27) 3705 | ) 3706 | (hide yes) 3707 | ) 3708 | ) 3709 | (property "Datasheet" "~" 3710 | (at 220.98 160.02 0) 3711 | (effects 3712 | (font 3713 | (size 1.27 1.27) 3714 | ) 3715 | (hide yes) 3716 | ) 3717 | ) 3718 | (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" 3719 | (at 220.98 160.02 0) 3720 | (effects 3721 | (font 3722 | (size 1.27 1.27) 3723 | ) 3724 | (hide yes) 3725 | ) 3726 | ) 3727 | (pin "2" 3728 | (uuid "1e7da6fd-cf14-4896-8c49-f7579e23976a") 3729 | ) 3730 | (pin "1" 3731 | (uuid "16a69239-79a0-4fcb-9aa3-966005a9bf64") 3732 | ) 3733 | (instances 3734 | (project "OCXOBoard" 3735 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3736 | (reference "Vcont1") 3737 | (unit 1) 3738 | ) 3739 | ) 3740 | ) 3741 | ) 3742 | (symbol 3743 | (lib_id "Device:C") 3744 | (at 215.9 113.03 90) 3745 | (unit 1) 3746 | (exclude_from_sim no) 3747 | (in_bom yes) 3748 | (on_board yes) 3749 | (dnp no) 3750 | (fields_autoplaced yes) 3751 | (uuid "6948c87d-69d7-4e01-bee5-df0626314755") 3752 | (property "Reference" "C5" 3753 | (at 215.9 105.41 90) 3754 | (effects 3755 | (font 3756 | (size 1.27 1.27) 3757 | ) 3758 | ) 3759 | ) 3760 | (property "Value" "225" 3761 | (at 215.9 107.95 90) 3762 | (effects 3763 | (font 3764 | (size 1.27 1.27) 3765 | ) 3766 | ) 3767 | ) 3768 | (property "Footprint" "Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder" 3769 | (at 219.71 112.0648 0) 3770 | (effects 3771 | (font 3772 | (size 1.27 1.27) 3773 | ) 3774 | (hide yes) 3775 | ) 3776 | ) 3777 | (property "Datasheet" "~" 3778 | (at 215.9 113.03 0) 3779 | (effects 3780 | (font 3781 | (size 1.27 1.27) 3782 | ) 3783 | (hide yes) 3784 | ) 3785 | ) 3786 | (property "Description" "Unpolarized capacitor" 3787 | (at 215.9 113.03 0) 3788 | (effects 3789 | (font 3790 | (size 1.27 1.27) 3791 | ) 3792 | (hide yes) 3793 | ) 3794 | ) 3795 | (pin "2" 3796 | (uuid "e43e9f11-cb63-4b28-a61c-d50620a068bb") 3797 | ) 3798 | (pin "1" 3799 | (uuid "5513de60-edf3-4c11-b824-882d03080fe9") 3800 | ) 3801 | (instances 3802 | (project "" 3803 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3804 | (reference "C5") 3805 | (unit 1) 3806 | ) 3807 | ) 3808 | ) 3809 | ) 3810 | (symbol 3811 | (lib_id "power:GND") 3812 | (at 204.47 140.97 0) 3813 | (unit 1) 3814 | (exclude_from_sim no) 3815 | (in_bom yes) 3816 | (on_board yes) 3817 | (dnp no) 3818 | (fields_autoplaced yes) 3819 | (uuid "6e0d7fac-f9d8-4162-911d-7439d60971b7") 3820 | (property "Reference" "#PWR08" 3821 | (at 204.47 147.32 0) 3822 | (effects 3823 | (font 3824 | (size 1.27 1.27) 3825 | ) 3826 | (hide yes) 3827 | ) 3828 | ) 3829 | (property "Value" "GND" 3830 | (at 204.47 146.05 0) 3831 | (effects 3832 | (font 3833 | (size 1.27 1.27) 3834 | ) 3835 | ) 3836 | ) 3837 | (property "Footprint" "" 3838 | (at 204.47 140.97 0) 3839 | (effects 3840 | (font 3841 | (size 1.27 1.27) 3842 | ) 3843 | (hide yes) 3844 | ) 3845 | ) 3846 | (property "Datasheet" "" 3847 | (at 204.47 140.97 0) 3848 | (effects 3849 | (font 3850 | (size 1.27 1.27) 3851 | ) 3852 | (hide yes) 3853 | ) 3854 | ) 3855 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3856 | (at 204.47 140.97 0) 3857 | (effects 3858 | (font 3859 | (size 1.27 1.27) 3860 | ) 3861 | (hide yes) 3862 | ) 3863 | ) 3864 | (pin "1" 3865 | (uuid "5107a6bb-fe9f-4ba5-8da1-2b8bae99d1c1") 3866 | ) 3867 | (instances 3868 | (project "OCXOBoard" 3869 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3870 | (reference "#PWR08") 3871 | (unit 1) 3872 | ) 3873 | ) 3874 | ) 3875 | ) 3876 | (symbol 3877 | (lib_id "power:GND") 3878 | (at 266.7 95.25 90) 3879 | (unit 1) 3880 | (exclude_from_sim no) 3881 | (in_bom yes) 3882 | (on_board yes) 3883 | (dnp no) 3884 | (fields_autoplaced yes) 3885 | (uuid "6eab556c-b61f-4876-b596-f6e0e8e6c881") 3886 | (property "Reference" "#PWR010" 3887 | (at 273.05 95.25 0) 3888 | (effects 3889 | (font 3890 | (size 1.27 1.27) 3891 | ) 3892 | (hide yes) 3893 | ) 3894 | ) 3895 | (property "Value" "GND" 3896 | (at 270.51 95.2499 90) 3897 | (effects 3898 | (font 3899 | (size 1.27 1.27) 3900 | ) 3901 | (justify right) 3902 | ) 3903 | ) 3904 | (property "Footprint" "" 3905 | (at 266.7 95.25 0) 3906 | (effects 3907 | (font 3908 | (size 1.27 1.27) 3909 | ) 3910 | (hide yes) 3911 | ) 3912 | ) 3913 | (property "Datasheet" "" 3914 | (at 266.7 95.25 0) 3915 | (effects 3916 | (font 3917 | (size 1.27 1.27) 3918 | ) 3919 | (hide yes) 3920 | ) 3921 | ) 3922 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 3923 | (at 266.7 95.25 0) 3924 | (effects 3925 | (font 3926 | (size 1.27 1.27) 3927 | ) 3928 | (hide yes) 3929 | ) 3930 | ) 3931 | (pin "1" 3932 | (uuid "7a2a1b77-6d9a-494b-bd47-6c61ae721532") 3933 | ) 3934 | (instances 3935 | (project "OCXOBoard" 3936 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 3937 | (reference "#PWR010") 3938 | (unit 1) 3939 | ) 3940 | ) 3941 | ) 3942 | ) 3943 | (symbol 3944 | (lib_id "Jumper:SolderJumper_2_Open") 3945 | (at 256.54 85.09 90) 3946 | (unit 1) 3947 | (exclude_from_sim yes) 3948 | (in_bom no) 3949 | (on_board yes) 3950 | (dnp no) 3951 | (fields_autoplaced yes) 3952 | (uuid "8723151e-2fe8-4e33-bbb5-6d1cb7235e4c") 3953 | (property "Reference" "FixedVcont1" 3954 | (at 259.08 83.8199 90) 3955 | (effects 3956 | (font 3957 | (size 1.27 1.27) 3958 | ) 3959 | (justify right) 3960 | (hide yes) 3961 | ) 3962 | ) 3963 | (property "Value" "Fixed Vcont" 3964 | (at 259.08 85.0899 90) 3965 | (effects 3966 | (font 3967 | (size 1.27 1.27) 3968 | ) 3969 | (justify right) 3970 | ) 3971 | ) 3972 | (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" 3973 | (at 256.54 85.09 0) 3974 | (effects 3975 | (font 3976 | (size 1.27 1.27) 3977 | ) 3978 | (hide yes) 3979 | ) 3980 | ) 3981 | (property "Datasheet" "~" 3982 | (at 256.54 85.09 0) 3983 | (effects 3984 | (font 3985 | (size 1.27 1.27) 3986 | ) 3987 | (hide yes) 3988 | ) 3989 | ) 3990 | (property "Description" "Solder Jumper, 2-pole, open" 3991 | (at 256.54 85.09 0) 3992 | (effects 3993 | (font 3994 | (size 1.27 1.27) 3995 | ) 3996 | (hide yes) 3997 | ) 3998 | ) 3999 | (pin "1" 4000 | (uuid "4cfdaf99-7f9d-4eb7-95fe-c607c2803e9f") 4001 | ) 4002 | (pin "2" 4003 | (uuid "d4e9f3e7-d866-4c59-bdb7-47f993cd3ce7") 4004 | ) 4005 | (instances 4006 | (project "" 4007 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4008 | (reference "FixedVcont1") 4009 | (unit 1) 4010 | ) 4011 | ) 4012 | ) 4013 | ) 4014 | (symbol 4015 | (lib_id "Connector:Conn_Coaxial") 4016 | (at 240.03 68.58 0) 4017 | (unit 1) 4018 | (exclude_from_sim no) 4019 | (in_bom yes) 4020 | (on_board yes) 4021 | (dnp no) 4022 | (fields_autoplaced yes) 4023 | (uuid "8a7e27ce-5def-441a-b985-0f6d9595435c") 4024 | (property "Reference" "10MHz1" 4025 | (at 242.57 67.6031 0) 4026 | (effects 4027 | (font 4028 | (size 1.27 1.27) 4029 | ) 4030 | (justify left) 4031 | ) 4032 | ) 4033 | (property "Value" "10MHz" 4034 | (at 242.57 70.1431 0) 4035 | (effects 4036 | (font 4037 | (size 1.27 1.27) 4038 | ) 4039 | (justify left) 4040 | ) 4041 | ) 4042 | (property "Footprint" "gibbi_custom:SMA_EDGE_GIBBI" 4043 | (at 240.03 68.58 0) 4044 | (effects 4045 | (font 4046 | (size 1.27 1.27) 4047 | ) 4048 | (hide yes) 4049 | ) 4050 | ) 4051 | (property "Datasheet" "~" 4052 | (at 240.03 68.58 0) 4053 | (effects 4054 | (font 4055 | (size 1.27 1.27) 4056 | ) 4057 | (hide yes) 4058 | ) 4059 | ) 4060 | (property "Description" "coaxial connector (BNC, SMA, SMB, SMC, Cinch/RCA, LEMO, ...)" 4061 | (at 240.03 68.58 0) 4062 | (effects 4063 | (font 4064 | (size 1.27 1.27) 4065 | ) 4066 | (hide yes) 4067 | ) 4068 | ) 4069 | (pin "2" 4070 | (uuid "e32c4e24-232f-4b67-b370-92584c151464") 4071 | ) 4072 | (pin "1" 4073 | (uuid "fdc9014f-0b4b-47ac-afd5-143ba4039abc") 4074 | ) 4075 | (instances 4076 | (project "" 4077 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4078 | (reference "10MHz1") 4079 | (unit 1) 4080 | ) 4081 | ) 4082 | ) 4083 | ) 4084 | (symbol 4085 | (lib_id "power:GND") 4086 | (at 205.74 113.03 270) 4087 | (unit 1) 4088 | (exclude_from_sim no) 4089 | (in_bom yes) 4090 | (on_board yes) 4091 | (dnp no) 4092 | (fields_autoplaced yes) 4093 | (uuid "8da5990a-92fb-4c70-bfc0-21f4b9698bec") 4094 | (property "Reference" "#PWR05" 4095 | (at 199.39 113.03 0) 4096 | (effects 4097 | (font 4098 | (size 1.27 1.27) 4099 | ) 4100 | (hide yes) 4101 | ) 4102 | ) 4103 | (property "Value" "GND" 4104 | (at 201.93 113.0299 90) 4105 | (effects 4106 | (font 4107 | (size 1.27 1.27) 4108 | ) 4109 | (justify right) 4110 | ) 4111 | ) 4112 | (property "Footprint" "" 4113 | (at 205.74 113.03 0) 4114 | (effects 4115 | (font 4116 | (size 1.27 1.27) 4117 | ) 4118 | (hide yes) 4119 | ) 4120 | ) 4121 | (property "Datasheet" "" 4122 | (at 205.74 113.03 0) 4123 | (effects 4124 | (font 4125 | (size 1.27 1.27) 4126 | ) 4127 | (hide yes) 4128 | ) 4129 | ) 4130 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4131 | (at 205.74 113.03 0) 4132 | (effects 4133 | (font 4134 | (size 1.27 1.27) 4135 | ) 4136 | (hide yes) 4137 | ) 4138 | ) 4139 | (pin "1" 4140 | (uuid "8c6d9cc8-9595-4781-a7e2-3b7b3836c3de") 4141 | ) 4142 | (instances 4143 | (project "" 4144 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4145 | (reference "#PWR05") 4146 | (unit 1) 4147 | ) 4148 | ) 4149 | ) 4150 | ) 4151 | (symbol 4152 | (lib_id "Device:C") 4153 | (at 85.09 78.74 0) 4154 | (unit 1) 4155 | (exclude_from_sim no) 4156 | (in_bom yes) 4157 | (on_board yes) 4158 | (dnp no) 4159 | (fields_autoplaced yes) 4160 | (uuid "935e6566-7d1d-441a-a58f-4438bc37c252") 4161 | (property "Reference" "C1" 4162 | (at 88.9 77.4699 0) 4163 | (effects 4164 | (font 4165 | (size 1.27 1.27) 4166 | ) 4167 | (justify left) 4168 | ) 4169 | ) 4170 | (property "Value" "0.1uf" 4171 | (at 88.9 80.0099 0) 4172 | (effects 4173 | (font 4174 | (size 1.27 1.27) 4175 | ) 4176 | (justify left) 4177 | ) 4178 | ) 4179 | (property "Footprint" "Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder" 4180 | (at 86.0552 82.55 0) 4181 | (effects 4182 | (font 4183 | (size 1.27 1.27) 4184 | ) 4185 | (hide yes) 4186 | ) 4187 | ) 4188 | (property "Datasheet" "~" 4189 | (at 85.09 78.74 0) 4190 | (effects 4191 | (font 4192 | (size 1.27 1.27) 4193 | ) 4194 | (hide yes) 4195 | ) 4196 | ) 4197 | (property "Description" "Unpolarized capacitor" 4198 | (at 85.09 78.74 0) 4199 | (effects 4200 | (font 4201 | (size 1.27 1.27) 4202 | ) 4203 | (hide yes) 4204 | ) 4205 | ) 4206 | (pin "2" 4207 | (uuid "708f4c9f-2a6a-4f6b-ab50-2250a0a0f993") 4208 | ) 4209 | (pin "1" 4210 | (uuid "ca181bca-ba8a-41bf-b1f7-079f9ce8f806") 4211 | ) 4212 | (instances 4213 | (project "" 4214 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4215 | (reference "C1") 4216 | (unit 1) 4217 | ) 4218 | ) 4219 | ) 4220 | ) 4221 | (symbol 4222 | (lib_id "Device:R") 4223 | (at 250.19 95.25 90) 4224 | (unit 1) 4225 | (exclude_from_sim no) 4226 | (in_bom yes) 4227 | (on_board yes) 4228 | (dnp no) 4229 | (fields_autoplaced yes) 4230 | (uuid "94be995e-fdfd-4ad4-8e0c-8149c09b1843") 4231 | (property "Reference" "R3" 4232 | (at 250.19 88.9 90) 4233 | (effects 4234 | (font 4235 | (size 1.27 1.27) 4236 | ) 4237 | ) 4238 | ) 4239 | (property "Value" "R" 4240 | (at 250.19 91.44 90) 4241 | (effects 4242 | (font 4243 | (size 1.27 1.27) 4244 | ) 4245 | ) 4246 | ) 4247 | (property "Footprint" "Resistor_SMD:R_1210_3225Metric_Pad1.30x2.65mm_HandSolder" 4248 | (at 250.19 97.028 90) 4249 | (effects 4250 | (font 4251 | (size 1.27 1.27) 4252 | ) 4253 | (hide yes) 4254 | ) 4255 | ) 4256 | (property "Datasheet" "~" 4257 | (at 250.19 95.25 0) 4258 | (effects 4259 | (font 4260 | (size 1.27 1.27) 4261 | ) 4262 | (hide yes) 4263 | ) 4264 | ) 4265 | (property "Description" "Resistor" 4266 | (at 250.19 95.25 0) 4267 | (effects 4268 | (font 4269 | (size 1.27 1.27) 4270 | ) 4271 | (hide yes) 4272 | ) 4273 | ) 4274 | (pin "2" 4275 | (uuid "fbb1f5f9-a802-4606-bae4-b167d8f00bcb") 4276 | ) 4277 | (pin "1" 4278 | (uuid "3f97ee6f-2483-40a8-9f0c-b7fe88ffe913") 4279 | ) 4280 | (instances 4281 | (project "OCXOBoard" 4282 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4283 | (reference "R3") 4284 | (unit 1) 4285 | ) 4286 | ) 4287 | ) 4288 | ) 4289 | (symbol 4290 | (lib_id "power:GND") 4291 | (at 213.36 80.01 90) 4292 | (unit 1) 4293 | (exclude_from_sim no) 4294 | (in_bom yes) 4295 | (on_board yes) 4296 | (dnp no) 4297 | (fields_autoplaced yes) 4298 | (uuid "a463c80b-9714-4523-87bb-e19361c27db4") 4299 | (property "Reference" "#PWR03" 4300 | (at 219.71 80.01 0) 4301 | (effects 4302 | (font 4303 | (size 1.27 1.27) 4304 | ) 4305 | (hide yes) 4306 | ) 4307 | ) 4308 | (property "Value" "GND" 4309 | (at 217.17 80.0099 90) 4310 | (effects 4311 | (font 4312 | (size 1.27 1.27) 4313 | ) 4314 | (justify right) 4315 | ) 4316 | ) 4317 | (property "Footprint" "" 4318 | (at 213.36 80.01 0) 4319 | (effects 4320 | (font 4321 | (size 1.27 1.27) 4322 | ) 4323 | (hide yes) 4324 | ) 4325 | ) 4326 | (property "Datasheet" "" 4327 | (at 213.36 80.01 0) 4328 | (effects 4329 | (font 4330 | (size 1.27 1.27) 4331 | ) 4332 | (hide yes) 4333 | ) 4334 | ) 4335 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4336 | (at 213.36 80.01 0) 4337 | (effects 4338 | (font 4339 | (size 1.27 1.27) 4340 | ) 4341 | (hide yes) 4342 | ) 4343 | ) 4344 | (pin "1" 4345 | (uuid "cd86bb48-3f3b-415b-ace6-03520642c15c") 4346 | ) 4347 | (instances 4348 | (project "" 4349 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4350 | (reference "#PWR03") 4351 | (unit 1) 4352 | ) 4353 | ) 4354 | ) 4355 | ) 4356 | (symbol 4357 | (lib_id "Connector:Jack-DC") 4358 | (at 68.58 74.93 0) 4359 | (unit 1) 4360 | (exclude_from_sim no) 4361 | (in_bom yes) 4362 | (on_board yes) 4363 | (dnp no) 4364 | (fields_autoplaced yes) 4365 | (uuid "a60571fc-d5da-4873-a768-b92d4e607541") 4366 | (property "Reference" "J1" 4367 | (at 68.58 66.04 0) 4368 | (effects 4369 | (font 4370 | (size 1.27 1.27) 4371 | ) 4372 | (hide yes) 4373 | ) 4374 | ) 4375 | (property "Value" "DC Connector" 4376 | (at 68.58 68.58 0) 4377 | (effects 4378 | (font 4379 | (size 1.27 1.27) 4380 | ) 4381 | (hide yes) 4382 | ) 4383 | ) 4384 | (property "Footprint" "Connector_AMASS:AMASS_XT30PW-M_1x02_P2.50mm_Horizontal" 4385 | (at 69.85 75.946 0) 4386 | (effects 4387 | (font 4388 | (size 1.27 1.27) 4389 | ) 4390 | (hide yes) 4391 | ) 4392 | ) 4393 | (property "Datasheet" "~" 4394 | (at 69.85 75.946 0) 4395 | (effects 4396 | (font 4397 | (size 1.27 1.27) 4398 | ) 4399 | (hide yes) 4400 | ) 4401 | ) 4402 | (property "Description" "DC Barrel Jack" 4403 | (at 68.58 74.93 0) 4404 | (effects 4405 | (font 4406 | (size 1.27 1.27) 4407 | ) 4408 | (hide yes) 4409 | ) 4410 | ) 4411 | (pin "2" 4412 | (uuid "cb0d334e-b198-4f40-909b-0a445dbab91c") 4413 | ) 4414 | (pin "1" 4415 | (uuid "e2fe9ca8-7c21-47bb-b8a1-3590f756158d") 4416 | ) 4417 | (instances 4418 | (project "" 4419 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4420 | (reference "J1") 4421 | (unit 1) 4422 | ) 4423 | ) 4424 | ) 4425 | ) 4426 | (symbol 4427 | (lib_id "Regulator_Linear:L7805") 4428 | (at 107.95 72.39 0) 4429 | (unit 1) 4430 | (exclude_from_sim no) 4431 | (in_bom yes) 4432 | (on_board yes) 4433 | (dnp no) 4434 | (fields_autoplaced yes) 4435 | (uuid "a7c33cff-a6e8-4bc0-9d42-bf2add44b559") 4436 | (property "Reference" "U1" 4437 | (at 107.95 66.04 0) 4438 | (effects 4439 | (font 4440 | (size 1.27 1.27) 4441 | ) 4442 | ) 4443 | ) 4444 | (property "Value" "L7805" 4445 | (at 107.95 68.58 0) 4446 | (effects 4447 | (font 4448 | (size 1.27 1.27) 4449 | ) 4450 | ) 4451 | ) 4452 | (property "Footprint" "gibbi:TO-7805" 4453 | (at 108.585 76.2 0) 4454 | (effects 4455 | (font 4456 | (size 1.27 1.27) 4457 | (italic yes) 4458 | ) 4459 | (justify left) 4460 | (hide yes) 4461 | ) 4462 | ) 4463 | (property "Datasheet" "http://www.st.com/content/ccc/resource/technical/document/datasheet/41/4f/b3/b0/12/d4/47/88/CD00000444.pdf/files/CD00000444.pdf/jcr:content/translations/en.CD00000444.pdf" 4464 | (at 107.95 73.66 0) 4465 | (effects 4466 | (font 4467 | (size 1.27 1.27) 4468 | ) 4469 | (hide yes) 4470 | ) 4471 | ) 4472 | (property "Description" "Positive 1.5A 35V Linear Regulator, Fixed Output 5V, TO-220/TO-263/TO-252" 4473 | (at 107.95 72.39 0) 4474 | (effects 4475 | (font 4476 | (size 1.27 1.27) 4477 | ) 4478 | (hide yes) 4479 | ) 4480 | ) 4481 | (pin "1" 4482 | (uuid "0ccae509-ac4c-4d6f-94d1-1ac69778f6e1") 4483 | ) 4484 | (pin "2" 4485 | (uuid "35003469-57f6-4c7e-a029-3e47d489da29") 4486 | ) 4487 | (pin "3" 4488 | (uuid "6a844ee4-6248-499f-a6e0-73239e70a974") 4489 | ) 4490 | (instances 4491 | (project "" 4492 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4493 | (reference "U1") 4494 | (unit 1) 4495 | ) 4496 | ) 4497 | ) 4498 | ) 4499 | (symbol 4500 | (lib_id "Connector:Conn_01x02_Pin") 4501 | (at 166.37 99.06 0) 4502 | (unit 1) 4503 | (exclude_from_sim no) 4504 | (in_bom yes) 4505 | (on_board yes) 4506 | (dnp no) 4507 | (fields_autoplaced yes) 4508 | (uuid "acc7214b-c60a-4e8c-b473-269e3c4bee60") 4509 | (property "Reference" "J2" 4510 | (at 167.005 93.98 0) 4511 | (effects 4512 | (font 4513 | (size 1.27 1.27) 4514 | ) 4515 | ) 4516 | ) 4517 | (property "Value" "5Vout" 4518 | (at 167.005 96.52 0) 4519 | (effects 4520 | (font 4521 | (size 1.27 1.27) 4522 | ) 4523 | ) 4524 | ) 4525 | (property "Footprint" "gibbi:Simple5V" 4526 | (at 166.37 99.06 0) 4527 | (effects 4528 | (font 4529 | (size 1.27 1.27) 4530 | ) 4531 | (hide yes) 4532 | ) 4533 | ) 4534 | (property "Datasheet" "~" 4535 | (at 166.37 99.06 0) 4536 | (effects 4537 | (font 4538 | (size 1.27 1.27) 4539 | ) 4540 | (hide yes) 4541 | ) 4542 | ) 4543 | (property "Description" "Generic connector, single row, 01x02, script generated" 4544 | (at 166.37 99.06 0) 4545 | (effects 4546 | (font 4547 | (size 1.27 1.27) 4548 | ) 4549 | (hide yes) 4550 | ) 4551 | ) 4552 | (pin "2" 4553 | (uuid "7455ac30-1bfc-423c-9df8-d1d88b9510e4") 4554 | ) 4555 | (pin "1" 4556 | (uuid "3f66df59-2fff-4f9f-baa9-0d3bcf876d7f") 4557 | ) 4558 | (instances 4559 | (project "" 4560 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4561 | (reference "J2") 4562 | (unit 1) 4563 | ) 4564 | ) 4565 | ) 4566 | ) 4567 | (symbol 4568 | (lib_id "Device:R") 4569 | (at 220.98 106.68 0) 4570 | (unit 1) 4571 | (exclude_from_sim no) 4572 | (in_bom yes) 4573 | (on_board yes) 4574 | (dnp no) 4575 | (uuid "b1f80b77-ecd2-47f5-b5da-7f6ae1c08db6") 4576 | (property "Reference" "R1" 4577 | (at 224.79 106.426 0) 4578 | (effects 4579 | (font 4580 | (size 1.27 1.27) 4581 | ) 4582 | (justify left) 4583 | ) 4584 | ) 4585 | (property "Value" "1500" 4586 | (at 223.52 107.9499 0) 4587 | (effects 4588 | (font 4589 | (size 1.27 1.27) 4590 | ) 4591 | (justify left) 4592 | ) 4593 | ) 4594 | (property "Footprint" "Resistor_SMD:R_1210_3225Metric_Pad1.30x2.65mm_HandSolder" 4595 | (at 219.202 106.68 90) 4596 | (effects 4597 | (font 4598 | (size 1.27 1.27) 4599 | ) 4600 | (hide yes) 4601 | ) 4602 | ) 4603 | (property "Datasheet" "~" 4604 | (at 220.98 106.68 0) 4605 | (effects 4606 | (font 4607 | (size 1.27 1.27) 4608 | ) 4609 | (hide yes) 4610 | ) 4611 | ) 4612 | (property "Description" "Resistor" 4613 | (at 220.98 106.68 0) 4614 | (effects 4615 | (font 4616 | (size 1.27 1.27) 4617 | ) 4618 | (hide yes) 4619 | ) 4620 | ) 4621 | (pin "2" 4622 | (uuid "87538b8c-cc2b-4aad-a5d6-07e7403415cb") 4623 | ) 4624 | (pin "1" 4625 | (uuid "aca3ee90-8e6c-47c1-bda3-aef7898f6b66") 4626 | ) 4627 | (instances 4628 | (project "" 4629 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4630 | (reference "R1") 4631 | (unit 1) 4632 | ) 4633 | ) 4634 | ) 4635 | ) 4636 | (symbol 4637 | (lib_id "Device:R") 4638 | (at 176.53 45.72 270) 4639 | (unit 1) 4640 | (exclude_from_sim no) 4641 | (in_bom yes) 4642 | (on_board yes) 4643 | (dnp no) 4644 | (fields_autoplaced yes) 4645 | (uuid "bd9eb457-b768-4e46-9da3-6153dc7ee08f") 4646 | (property "Reference" "R2" 4647 | (at 176.53 39.37 90) 4648 | (effects 4649 | (font 4650 | (size 1.27 1.27) 4651 | ) 4652 | ) 4653 | ) 4654 | (property "Value" "R" 4655 | (at 176.53 41.91 90) 4656 | (effects 4657 | (font 4658 | (size 1.27 1.27) 4659 | ) 4660 | ) 4661 | ) 4662 | (property "Footprint" "Resistor_SMD:R_1210_3225Metric_Pad1.30x2.65mm_HandSolder" 4663 | (at 176.53 43.942 90) 4664 | (effects 4665 | (font 4666 | (size 1.27 1.27) 4667 | ) 4668 | (hide yes) 4669 | ) 4670 | ) 4671 | (property "Datasheet" "~" 4672 | (at 176.53 45.72 0) 4673 | (effects 4674 | (font 4675 | (size 1.27 1.27) 4676 | ) 4677 | (hide yes) 4678 | ) 4679 | ) 4680 | (property "Description" "Resistor" 4681 | (at 176.53 45.72 0) 4682 | (effects 4683 | (font 4684 | (size 1.27 1.27) 4685 | ) 4686 | (hide yes) 4687 | ) 4688 | ) 4689 | (pin "2" 4690 | (uuid "422eee61-6b95-4ef8-8659-f909cccd6fd9") 4691 | ) 4692 | (pin "1" 4693 | (uuid "dfa650a4-0816-4c8b-abd2-87cbad000dbf") 4694 | ) 4695 | (instances 4696 | (project "OCXOBoard" 4697 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4698 | (reference "R2") 4699 | (unit 1) 4700 | ) 4701 | ) 4702 | ) 4703 | ) 4704 | (symbol 4705 | (lib_id "Device:R") 4706 | (at 200.66 93.98 90) 4707 | (unit 1) 4708 | (exclude_from_sim no) 4709 | (in_bom yes) 4710 | (on_board yes) 4711 | (dnp no) 4712 | (uuid "c0f2a221-fc2d-456b-9356-5fb64a48cf9e") 4713 | (property "Reference" "R6" 4714 | (at 200.406 90.17 0) 4715 | (effects 4716 | (font 4717 | (size 1.27 1.27) 4718 | ) 4719 | (justify left) 4720 | ) 4721 | ) 4722 | (property "Value" "3302" 4723 | (at 201.9299 91.44 0) 4724 | (effects 4725 | (font 4726 | (size 1.27 1.27) 4727 | ) 4728 | (justify left) 4729 | ) 4730 | ) 4731 | (property "Footprint" "Resistor_SMD:R_1210_3225Metric_Pad1.30x2.65mm_HandSolder" 4732 | (at 200.66 95.758 90) 4733 | (effects 4734 | (font 4735 | (size 1.27 1.27) 4736 | ) 4737 | (hide yes) 4738 | ) 4739 | ) 4740 | (property "Datasheet" "~" 4741 | (at 200.66 93.98 0) 4742 | (effects 4743 | (font 4744 | (size 1.27 1.27) 4745 | ) 4746 | (hide yes) 4747 | ) 4748 | ) 4749 | (property "Description" "Resistor" 4750 | (at 200.66 93.98 0) 4751 | (effects 4752 | (font 4753 | (size 1.27 1.27) 4754 | ) 4755 | (hide yes) 4756 | ) 4757 | ) 4758 | (pin "2" 4759 | (uuid "ee7f67f6-54f5-4203-8a32-a971ddf92f83") 4760 | ) 4761 | (pin "1" 4762 | (uuid "8f99959b-3366-4055-aa0f-bdbb3c289de5") 4763 | ) 4764 | (instances 4765 | (project "OCXOBoard" 4766 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4767 | (reference "R6") 4768 | (unit 1) 4769 | ) 4770 | ) 4771 | ) 4772 | ) 4773 | (symbol 4774 | (lib_id "power:GND") 4775 | (at 215.9 160.02 270) 4776 | (unit 1) 4777 | (exclude_from_sim no) 4778 | (in_bom yes) 4779 | (on_board yes) 4780 | (dnp no) 4781 | (fields_autoplaced yes) 4782 | (uuid "c9888966-6095-42b0-ae71-30745af31117") 4783 | (property "Reference" "#PWR04" 4784 | (at 209.55 160.02 0) 4785 | (effects 4786 | (font 4787 | (size 1.27 1.27) 4788 | ) 4789 | (hide yes) 4790 | ) 4791 | ) 4792 | (property "Value" "GND" 4793 | (at 212.09 160.0199 90) 4794 | (effects 4795 | (font 4796 | (size 1.27 1.27) 4797 | ) 4798 | (justify right) 4799 | ) 4800 | ) 4801 | (property "Footprint" "" 4802 | (at 215.9 160.02 0) 4803 | (effects 4804 | (font 4805 | (size 1.27 1.27) 4806 | ) 4807 | (hide yes) 4808 | ) 4809 | ) 4810 | (property "Datasheet" "" 4811 | (at 215.9 160.02 0) 4812 | (effects 4813 | (font 4814 | (size 1.27 1.27) 4815 | ) 4816 | (hide yes) 4817 | ) 4818 | ) 4819 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4820 | (at 215.9 160.02 0) 4821 | (effects 4822 | (font 4823 | (size 1.27 1.27) 4824 | ) 4825 | (hide yes) 4826 | ) 4827 | ) 4828 | (pin "1" 4829 | (uuid "b64f41e5-b7de-451a-b8d4-d9b7a3ac676e") 4830 | ) 4831 | (instances 4832 | (project "" 4833 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4834 | (reference "#PWR04") 4835 | (unit 1) 4836 | ) 4837 | ) 4838 | ) 4839 | ) 4840 | (symbol 4841 | (lib_id "power:GND") 4842 | (at 231.14 133.35 90) 4843 | (unit 1) 4844 | (exclude_from_sim no) 4845 | (in_bom yes) 4846 | (on_board yes) 4847 | (dnp no) 4848 | (fields_autoplaced yes) 4849 | (uuid "c996a447-4a5a-40b5-b052-0f4e6314280f") 4850 | (property "Reference" "#PWR07" 4851 | (at 237.49 133.35 0) 4852 | (effects 4853 | (font 4854 | (size 1.27 1.27) 4855 | ) 4856 | (hide yes) 4857 | ) 4858 | ) 4859 | (property "Value" "GND" 4860 | (at 234.95 133.3499 90) 4861 | (effects 4862 | (font 4863 | (size 1.27 1.27) 4864 | ) 4865 | (justify right) 4866 | ) 4867 | ) 4868 | (property "Footprint" "" 4869 | (at 231.14 133.35 0) 4870 | (effects 4871 | (font 4872 | (size 1.27 1.27) 4873 | ) 4874 | (hide yes) 4875 | ) 4876 | ) 4877 | (property "Datasheet" "" 4878 | (at 231.14 133.35 0) 4879 | (effects 4880 | (font 4881 | (size 1.27 1.27) 4882 | ) 4883 | (hide yes) 4884 | ) 4885 | ) 4886 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 4887 | (at 231.14 133.35 0) 4888 | (effects 4889 | (font 4890 | (size 1.27 1.27) 4891 | ) 4892 | (hide yes) 4893 | ) 4894 | ) 4895 | (pin "1" 4896 | (uuid "dabfad6c-269a-4df7-a8a6-b86c80ad51e1") 4897 | ) 4898 | (instances 4899 | (project "OCXOBoard" 4900 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4901 | (reference "#PWR07") 4902 | (unit 1) 4903 | ) 4904 | ) 4905 | ) 4906 | ) 4907 | (symbol 4908 | (lib_id "Gibbi:OSC5A2B02") 4909 | (at 204.47 80.01 90) 4910 | (unit 1) 4911 | (exclude_from_sim no) 4912 | (in_bom yes) 4913 | (on_board yes) 4914 | (dnp no) 4915 | (fields_autoplaced yes) 4916 | (uuid "d872c0fc-1cf3-4958-bf58-d3c10045137d") 4917 | (property "Reference" "OCXO1" 4918 | (at 204.47 69.85 90) 4919 | (effects 4920 | (font 4921 | (size 1.27 1.27) 4922 | ) 4923 | ) 4924 | ) 4925 | (property "Value" "~" 4926 | (at 204.47 72.39 90) 4927 | (effects 4928 | (font 4929 | (size 1.27 1.27) 4930 | ) 4931 | ) 4932 | ) 4933 | (property "Footprint" "gibbi:MULTI_XO" 4934 | (at 191.77 80.01 0) 4935 | (effects 4936 | (font 4937 | (size 1.27 1.27) 4938 | ) 4939 | (hide yes) 4940 | ) 4941 | ) 4942 | (property "Datasheet" "" 4943 | (at 204.47 80.01 0) 4944 | (effects 4945 | (font 4946 | (size 1.27 1.27) 4947 | ) 4948 | (hide yes) 4949 | ) 4950 | ) 4951 | (property "Description" "" 4952 | (at 204.47 80.01 0) 4953 | (effects 4954 | (font 4955 | (size 1.27 1.27) 4956 | ) 4957 | (hide yes) 4958 | ) 4959 | ) 4960 | (pin "4" 4961 | (uuid "a8ca7f92-e6d8-40b0-982f-c4c770bffa6a") 4962 | ) 4963 | (pin "5" 4964 | (uuid "ef78f185-3ab1-40b4-9175-33b42a5dab4f") 4965 | ) 4966 | (pin "3" 4967 | (uuid "16d91787-0473-43d5-9c8f-218d663dd064") 4968 | ) 4969 | (pin "1" 4970 | (uuid "ea537dcf-7e0b-4c08-b8ea-1adbc5fd0864") 4971 | ) 4972 | (pin "2" 4973 | (uuid "de32e4a8-4734-4a41-bba4-435f7e66e5e9") 4974 | ) 4975 | (instances 4976 | (project "" 4977 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 4978 | (reference "OCXO1") 4979 | (unit 1) 4980 | ) 4981 | ) 4982 | ) 4983 | ) 4984 | (symbol 4985 | (lib_id "power:GND") 4986 | (at 205.74 100.33 270) 4987 | (unit 1) 4988 | (exclude_from_sim no) 4989 | (in_bom yes) 4990 | (on_board yes) 4991 | (dnp no) 4992 | (fields_autoplaced yes) 4993 | (uuid "d8ba70e2-f4b1-417c-8a63-e898eca31969") 4994 | (property "Reference" "#PWR06" 4995 | (at 199.39 100.33 0) 4996 | (effects 4997 | (font 4998 | (size 1.27 1.27) 4999 | ) 5000 | (hide yes) 5001 | ) 5002 | ) 5003 | (property "Value" "GND" 5004 | (at 201.93 100.3299 90) 5005 | (effects 5006 | (font 5007 | (size 1.27 1.27) 5008 | ) 5009 | (justify right) 5010 | ) 5011 | ) 5012 | (property "Footprint" "" 5013 | (at 205.74 100.33 0) 5014 | (effects 5015 | (font 5016 | (size 1.27 1.27) 5017 | ) 5018 | (hide yes) 5019 | ) 5020 | ) 5021 | (property "Datasheet" "" 5022 | (at 205.74 100.33 0) 5023 | (effects 5024 | (font 5025 | (size 1.27 1.27) 5026 | ) 5027 | (hide yes) 5028 | ) 5029 | ) 5030 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 5031 | (at 205.74 100.33 0) 5032 | (effects 5033 | (font 5034 | (size 1.27 1.27) 5035 | ) 5036 | (hide yes) 5037 | ) 5038 | ) 5039 | (pin "1" 5040 | (uuid "282bca66-9ad3-4225-8f76-e9e478a8b2ea") 5041 | ) 5042 | (instances 5043 | (project "OCXOBoard" 5044 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 5045 | (reference "#PWR06") 5046 | (unit 1) 5047 | ) 5048 | ) 5049 | ) 5050 | ) 5051 | (symbol 5052 | (lib_id "power:GND") 5053 | (at 162.56 45.72 270) 5054 | (unit 1) 5055 | (exclude_from_sim no) 5056 | (in_bom yes) 5057 | (on_board yes) 5058 | (dnp no) 5059 | (fields_autoplaced yes) 5060 | (uuid "d9f41b57-01e5-44e7-bc31-e0cfcf8c8b22") 5061 | (property "Reference" "#PWR09" 5062 | (at 156.21 45.72 0) 5063 | (effects 5064 | (font 5065 | (size 1.27 1.27) 5066 | ) 5067 | (hide yes) 5068 | ) 5069 | ) 5070 | (property "Value" "GND" 5071 | (at 158.75 45.7199 90) 5072 | (effects 5073 | (font 5074 | (size 1.27 1.27) 5075 | ) 5076 | (justify right) 5077 | ) 5078 | ) 5079 | (property "Footprint" "" 5080 | (at 162.56 45.72 0) 5081 | (effects 5082 | (font 5083 | (size 1.27 1.27) 5084 | ) 5085 | (hide yes) 5086 | ) 5087 | ) 5088 | (property "Datasheet" "" 5089 | (at 162.56 45.72 0) 5090 | (effects 5091 | (font 5092 | (size 1.27 1.27) 5093 | ) 5094 | (hide yes) 5095 | ) 5096 | ) 5097 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 5098 | (at 162.56 45.72 0) 5099 | (effects 5100 | (font 5101 | (size 1.27 1.27) 5102 | ) 5103 | (hide yes) 5104 | ) 5105 | ) 5106 | (pin "1" 5107 | (uuid "71d17722-e3b5-40dd-9591-826e1228b669") 5108 | ) 5109 | (instances 5110 | (project "OCXOBoard" 5111 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 5112 | (reference "#PWR09") 5113 | (unit 1) 5114 | ) 5115 | ) 5116 | ) 5117 | ) 5118 | (symbol 5119 | (lib_id "Device:R") 5120 | (at 220.98 93.98 0) 5121 | (unit 1) 5122 | (exclude_from_sim no) 5123 | (in_bom yes) 5124 | (on_board yes) 5125 | (dnp no) 5126 | (uuid "e84fb531-eada-4d1d-ac83-615e6f643ca4") 5127 | (property "Reference" "R5" 5128 | (at 224.79 93.726 0) 5129 | (effects 5130 | (font 5131 | (size 1.27 1.27) 5132 | ) 5133 | (justify left) 5134 | ) 5135 | ) 5136 | (property "Value" "1202" 5137 | (at 223.52 95.2499 0) 5138 | (effects 5139 | (font 5140 | (size 1.27 1.27) 5141 | ) 5142 | (justify left) 5143 | ) 5144 | ) 5145 | (property "Footprint" "Resistor_SMD:R_1210_3225Metric_Pad1.30x2.65mm_HandSolder" 5146 | (at 219.202 93.98 90) 5147 | (effects 5148 | (font 5149 | (size 1.27 1.27) 5150 | ) 5151 | (hide yes) 5152 | ) 5153 | ) 5154 | (property "Datasheet" "~" 5155 | (at 220.98 93.98 0) 5156 | (effects 5157 | (font 5158 | (size 1.27 1.27) 5159 | ) 5160 | (hide yes) 5161 | ) 5162 | ) 5163 | (property "Description" "Resistor" 5164 | (at 220.98 93.98 0) 5165 | (effects 5166 | (font 5167 | (size 1.27 1.27) 5168 | ) 5169 | (hide yes) 5170 | ) 5171 | ) 5172 | (pin "2" 5173 | (uuid "ec64f234-fbef-4c0b-9902-d95157d0cfa8") 5174 | ) 5175 | (pin "1" 5176 | (uuid "387a3ed5-4893-478f-8111-93c10d9cd573") 5177 | ) 5178 | (instances 5179 | (project "OCXOBoard" 5180 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 5181 | (reference "R5") 5182 | (unit 1) 5183 | ) 5184 | ) 5185 | ) 5186 | ) 5187 | (symbol 5188 | (lib_id "Device:C") 5189 | (at 128.27 78.74 0) 5190 | (unit 1) 5191 | (exclude_from_sim no) 5192 | (in_bom yes) 5193 | (on_board yes) 5194 | (dnp no) 5195 | (fields_autoplaced yes) 5196 | (uuid "f080536d-a173-4e33-9a4c-eba68836c445") 5197 | (property "Reference" "C4" 5198 | (at 132.08 77.4699 0) 5199 | (effects 5200 | (font 5201 | (size 1.27 1.27) 5202 | ) 5203 | (justify left) 5204 | ) 5205 | ) 5206 | (property "Value" "0.1uf" 5207 | (at 132.08 80.0099 0) 5208 | (effects 5209 | (font 5210 | (size 1.27 1.27) 5211 | ) 5212 | (justify left) 5213 | ) 5214 | ) 5215 | (property "Footprint" "Capacitor_SMD:C_1210_3225Metric_Pad1.33x2.70mm_HandSolder" 5216 | (at 129.2352 82.55 0) 5217 | (effects 5218 | (font 5219 | (size 1.27 1.27) 5220 | ) 5221 | (hide yes) 5222 | ) 5223 | ) 5224 | (property "Datasheet" "~" 5225 | (at 128.27 78.74 0) 5226 | (effects 5227 | (font 5228 | (size 1.27 1.27) 5229 | ) 5230 | (hide yes) 5231 | ) 5232 | ) 5233 | (property "Description" "Unpolarized capacitor" 5234 | (at 128.27 78.74 0) 5235 | (effects 5236 | (font 5237 | (size 1.27 1.27) 5238 | ) 5239 | (hide yes) 5240 | ) 5241 | ) 5242 | (pin "1" 5243 | (uuid "b853ce37-f34d-4019-a646-5fb05b5bc406") 5244 | ) 5245 | (pin "2" 5246 | (uuid "541733c6-d928-4d32-a221-cb6bcae09717") 5247 | ) 5248 | (instances 5249 | (project "" 5250 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 5251 | (reference "C4") 5252 | (unit 1) 5253 | ) 5254 | ) 5255 | ) 5256 | ) 5257 | (symbol 5258 | (lib_id "power:GND") 5259 | (at 196.85 93.98 270) 5260 | (unit 1) 5261 | (exclude_from_sim no) 5262 | (in_bom yes) 5263 | (on_board yes) 5264 | (dnp no) 5265 | (fields_autoplaced yes) 5266 | (uuid "f9972b89-9d19-4e61-a36c-d99268125695") 5267 | (property "Reference" "#PWR012" 5268 | (at 190.5 93.98 0) 5269 | (effects 5270 | (font 5271 | (size 1.27 1.27) 5272 | ) 5273 | (hide yes) 5274 | ) 5275 | ) 5276 | (property "Value" "GND" 5277 | (at 193.04 93.9799 90) 5278 | (effects 5279 | (font 5280 | (size 1.27 1.27) 5281 | ) 5282 | (justify right) 5283 | ) 5284 | ) 5285 | (property "Footprint" "" 5286 | (at 196.85 93.98 0) 5287 | (effects 5288 | (font 5289 | (size 1.27 1.27) 5290 | ) 5291 | (hide yes) 5292 | ) 5293 | ) 5294 | (property "Datasheet" "" 5295 | (at 196.85 93.98 0) 5296 | (effects 5297 | (font 5298 | (size 1.27 1.27) 5299 | ) 5300 | (hide yes) 5301 | ) 5302 | ) 5303 | (property "Description" "Power symbol creates a global label with name \"GND\" , ground" 5304 | (at 196.85 93.98 0) 5305 | (effects 5306 | (font 5307 | (size 1.27 1.27) 5308 | ) 5309 | (hide yes) 5310 | ) 5311 | ) 5312 | (pin "1" 5313 | (uuid "0212e04c-1d78-41fb-8c18-54956e3a5688") 5314 | ) 5315 | (instances 5316 | (project "OCXOBoard" 5317 | (path "/0094d21d-2b3e-46f5-8cbb-2f5f533e4706" 5318 | (reference "#PWR012") 5319 | (unit 1) 5320 | ) 5321 | ) 5322 | ) 5323 | ) 5324 | (sheet_instances 5325 | (path "/" 5326 | (page "1") 5327 | ) 5328 | ) 5329 | ) 5330 | -------------------------------------------------------------------------------- /hardware/Readme.md: -------------------------------------------------------------------------------- 1 | # Hardware Description 2 | 3 | This folder holds the hardware documentation for the 26MHz testbed. 4 | 5 | ## Todo: 6 | 7 | - [x] push kicad projects 8 | - [ ] document antennuator values 9 | - [ ] document ublox modification 10 | - [ ] document oscillator swap 11 | -------------------------------------------------------------------------------- /hardware/ResamplerBoard/ResamplerBoard.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.0, 41 | "height": 1.7, 42 | "width": 1.7 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.3 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.5, 122 | "min_hole_clearance": 0.25, 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.0, 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": "ResamplerBoard.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": 1.0, 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": "../../../../deleteme/JLCOrder/ROCKET_BOARD/", 483 | "pos_files": "", 484 | "specctra_dsn": "", 485 | "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 | "d8c15a42-c115-4647-afa1-743ab0f21fce", 593 | "Root" 594 | ] 595 | ], 596 | "text_variables": {} 597 | } 598 | --------------------------------------------------------------------------------