Initial import of V1.1
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# For PCBs designed using KiCad: https://www.kicad.org/
|
||||
# Format documentation: https://kicad.org/help/file-formats/
|
||||
|
||||
# Temporary files
|
||||
*.000
|
||||
*.bak
|
||||
*.bck
|
||||
*.kicad_pcb-bak
|
||||
*.kicad_sch-bak
|
||||
*-backups
|
||||
*.kicad_prl
|
||||
*.sch-bak
|
||||
*~
|
||||
_autosave-*
|
||||
*.tmp
|
||||
*-save.pro
|
||||
*-save.kicad_pcb
|
||||
fp-info-cache
|
||||
|
||||
# Netlist files (exported from Eeschema)
|
||||
*.net
|
||||
|
||||
# Autorouter files (exported from Pcbnew)
|
||||
*.dsn
|
||||
*.ses
|
||||
|
||||
# Exported BOM files
|
||||
*.xml
|
||||
*.csv
|
||||
4669
bom/ibom.html
Normal file
4669
bom/ibom.html
Normal file
File diff suppressed because one or more lines are too long
5
fp-lib-table
Normal file
5
fp-lib-table
Normal file
@@ -0,0 +1,5 @@
|
||||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "switch")(type "KiCad")(uri "${KIPRJMOD}/switch.pretty")(options "")(descr ""))
|
||||
(lib (name "pot")(type "KiCad")(uri "${KIPRJMOD}/pot.pretty")(options "")(descr ""))
|
||||
)
|
||||
71
lt1050.kicad_sym
Normal file
71
lt1050.kicad_sym
Normal file
@@ -0,0 +1,71 @@
|
||||
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
|
||||
(symbol "LTC1050" (pin_names (offset 0.127)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (at 1.27 6.35 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "LTC1050" (at 1.27 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_SO:SOIC-8_3.9x4.9mm_P1.27mm" (at 1.27 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://www.analog.com/media/en/technical-documentation/data-sheets/1363fa.pdf" (at 1.27 3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "single opamp" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Precision Amplifiers Zero-Drift Op Amp w/ Int Caps, DIP-8/SOIC-8" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "SOIC*3.9x4.9mm*P1.27mm*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "LTC1050_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 5.08)
|
||||
(xy 5.08 0)
|
||||
(xy -5.08 -5.08)
|
||||
(xy -5.08 5.08)
|
||||
)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "LTC1050_1_1"
|
||||
(pin no_connect line (at 2.54 -6.35 90) (length 5.08) hide
|
||||
(name "NC" (effects (font (size 0.508 0.508))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -7.62 -2.54 0) (length 2.54)
|
||||
(name "-" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -7.62 2.54 0) (length 2.54)
|
||||
(name "+" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -2.54 -7.62 90) (length 3.81)
|
||||
(name "V-" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive clock (at 0 -5.08 90) (length 2.54)
|
||||
(name "clk" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin output line (at 7.62 0 180) (length 2.54)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at -2.54 7.62 270) (length 3.81)
|
||||
(name "V+" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at 2.54 -7.62 90) (length 6.35) hide
|
||||
(name "NC" (effects (font (size 0.508 0.508))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
9611
nulldetector.kicad_pcb
Normal file
9611
nulldetector.kicad_pcb
Normal file
File diff suppressed because it is too large
Load Diff
512
nulldetector.kicad_pro
Normal file
512
nulldetector.kicad_pro
Normal file
@@ -0,0 +1,512 @@
|
||||
{
|
||||
"board": {
|
||||
"3dviewports": [],
|
||||
"design_settings": {
|
||||
"defaults": {
|
||||
"board_outline_line_width": 0.09999999999999999,
|
||||
"copper_line_width": 0.19999999999999998,
|
||||
"copper_text_italic": false,
|
||||
"copper_text_size_h": 1.5,
|
||||
"copper_text_size_v": 1.5,
|
||||
"copper_text_thickness": 0.3,
|
||||
"copper_text_upright": false,
|
||||
"courtyard_line_width": 0.049999999999999996,
|
||||
"dimension_precision": 4,
|
||||
"dimension_units": 3,
|
||||
"dimensions": {
|
||||
"arrow_length": 1270000,
|
||||
"extension_offset": 500000,
|
||||
"keep_text_aligned": true,
|
||||
"suppress_zeroes": false,
|
||||
"text_position": 0,
|
||||
"units_format": 1
|
||||
},
|
||||
"fab_line_width": 0.09999999999999999,
|
||||
"fab_text_italic": false,
|
||||
"fab_text_size_h": 1.0,
|
||||
"fab_text_size_v": 1.0,
|
||||
"fab_text_thickness": 0.15,
|
||||
"fab_text_upright": false,
|
||||
"other_line_width": 0.15,
|
||||
"other_text_italic": false,
|
||||
"other_text_size_h": 1.0,
|
||||
"other_text_size_v": 1.0,
|
||||
"other_text_thickness": 0.15,
|
||||
"other_text_upright": false,
|
||||
"pads": {
|
||||
"drill": 0.762,
|
||||
"height": 1.524,
|
||||
"width": 1.524
|
||||
},
|
||||
"silk_line_width": 0.15,
|
||||
"silk_text_italic": false,
|
||||
"silk_text_size_h": 1.0,
|
||||
"silk_text_size_v": 1.0,
|
||||
"silk_text_thickness": 0.15,
|
||||
"silk_text_upright": false,
|
||||
"zones": {
|
||||
"min_clearance": 0.5
|
||||
}
|
||||
},
|
||||
"diff_pair_dimensions": [
|
||||
{
|
||||
"gap": 0.0,
|
||||
"via_gap": 0.0,
|
||||
"width": 0.0
|
||||
}
|
||||
],
|
||||
"drc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"rule_severities": {
|
||||
"annular_width": "error",
|
||||
"clearance": "error",
|
||||
"connection_width": "warning",
|
||||
"copper_edge_clearance": "error",
|
||||
"copper_sliver": "warning",
|
||||
"courtyards_overlap": "error",
|
||||
"diff_pair_gap_out_of_range": "error",
|
||||
"diff_pair_uncoupled_length_too_long": "error",
|
||||
"drill_out_of_range": "error",
|
||||
"duplicate_footprints": "warning",
|
||||
"extra_footprint": "warning",
|
||||
"footprint": "error",
|
||||
"footprint_type_mismatch": "ignore",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"isolated_copper": "warning",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"lib_footprint_issues": "warning",
|
||||
"lib_footprint_mismatch": "warning",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "warning",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_edge_clearance": "warning",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"solder_mask_bridge": "error",
|
||||
"starved_thermal": "error",
|
||||
"text_height": "warning",
|
||||
"text_thickness": "warning",
|
||||
"through_hole_pad_without_hole": "error",
|
||||
"too_many_vias": "error",
|
||||
"track_dangling": "warning",
|
||||
"track_width": "error",
|
||||
"tracks_crossing": "error",
|
||||
"unconnected_items": "error",
|
||||
"unresolved_variable": "error",
|
||||
"via_dangling": "warning",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.15239999999999998,
|
||||
"min_connection": 0.15239999999999998,
|
||||
"min_copper_edge_clearance": 0.39999999999999997,
|
||||
"min_hole_clearance": 0.127,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 0.7999999999999999,
|
||||
"min_text_thickness": 0.08,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.15239999999999998,
|
||||
"min_via_annular_width": 0.127,
|
||||
"min_via_diameter": 0.508,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"solder_mask_to_copper_clearance": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"teardrop_options": [
|
||||
{
|
||||
"td_allow_use_two_tracks": true,
|
||||
"td_curve_segcount": 5,
|
||||
"td_on_pad_in_zone": false,
|
||||
"td_onpadsmd": true,
|
||||
"td_onroundshapesonly": false,
|
||||
"td_ontrackend": true,
|
||||
"td_onviapad": true
|
||||
}
|
||||
],
|
||||
"teardrop_parameters": [
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_round_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_rect_shape",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
},
|
||||
{
|
||||
"td_curve_segcount": 0,
|
||||
"td_height_ratio": 1.0,
|
||||
"td_length_ratio": 0.5,
|
||||
"td_maxheight": 2.0,
|
||||
"td_maxlen": 1.0,
|
||||
"td_target_name": "td_track_end",
|
||||
"td_width_to_size_filter_ratio": 0.9
|
||||
}
|
||||
],
|
||||
"track_widths": [
|
||||
0.0
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false
|
||||
},
|
||||
"layer_presets": [],
|
||||
"viewports": []
|
||||
},
|
||||
"boards": [],
|
||||
"cvpcb": {
|
||||
"equivalence_files": []
|
||||
},
|
||||
"erc": {
|
||||
"erc_exclusions": [],
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"pin_map": [
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
1,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
0,
|
||||
2,
|
||||
1,
|
||||
1,
|
||||
0,
|
||||
0,
|
||||
1,
|
||||
0,
|
||||
2,
|
||||
0,
|
||||
0,
|
||||
2
|
||||
],
|
||||
[
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2,
|
||||
2
|
||||
]
|
||||
],
|
||||
"rule_severities": {
|
||||
"bus_definition_conflict": "error",
|
||||
"bus_entry_needed": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"conflicting_netclasses": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"endpoint_off_grid": "warning",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "warning",
|
||||
"missing_bidi_pin": "warning",
|
||||
"missing_input_pin": "warning",
|
||||
"missing_power_pin": "error",
|
||||
"missing_unit": "warning",
|
||||
"multiple_net_names": "warning",
|
||||
"net_not_bus_member": "warning",
|
||||
"no_connect_connected": "warning",
|
||||
"no_connect_dangling": "warning",
|
||||
"pin_not_connected": "error",
|
||||
"pin_not_driven": "error",
|
||||
"pin_to_pin": "error",
|
||||
"power_pin_not_driven": "error",
|
||||
"similar_labels": "warning",
|
||||
"simulation_model_issue": "ignore",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "nulldetector.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.2,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "Default",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.4,
|
||||
"via_diameter": 0.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.4,
|
||||
"diff_pair_gap": 0.25,
|
||||
"diff_pair_via_gap": 0.25,
|
||||
"diff_pair_width": 0.2,
|
||||
"line_style": 0,
|
||||
"microvia_diameter": 0.3,
|
||||
"microvia_drill": 0.1,
|
||||
"name": "POWER",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.75,
|
||||
"via_diameter": 1.0,
|
||||
"via_drill": 0.6,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": {
|
||||
"+BATT": "POWER",
|
||||
"-BATT": "POWER",
|
||||
"/nr": "POWER",
|
||||
"GND": "POWER"
|
||||
},
|
||||
"netclass_patterns": []
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"dashed_lines_dash_length_ratio": 12.0,
|
||||
"dashed_lines_gap_length_ratio": 3.0,
|
||||
"default_line_thickness": 6.0,
|
||||
"default_text_size": 50.0,
|
||||
"field_names": [],
|
||||
"intersheets_ref_own_page": false,
|
||||
"intersheets_ref_prefix": "",
|
||||
"intersheets_ref_short": false,
|
||||
"intersheets_ref_show": false,
|
||||
"intersheets_ref_suffix": "",
|
||||
"junction_size_choice": 3,
|
||||
"label_size_ratio": 0.375,
|
||||
"pin_symbol_size": 25.0,
|
||||
"text_offset_ratio": 0.15
|
||||
},
|
||||
"legacy_lib_dir": "",
|
||||
"legacy_lib_list": [],
|
||||
"meta": {
|
||||
"version": 1
|
||||
},
|
||||
"net_format_name": "",
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_current_sheet_as_root": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"spice_model_current_sheet_as_root": true,
|
||||
"spice_save_all_currents": false,
|
||||
"spice_save_all_voltages": false,
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"8c460b31-89fe-4f3b-80f3-53b8f9be16af",
|
||||
""
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
||||
2584
nulldetector.kicad_sch
Normal file
2584
nulldetector.kicad_sch
Normal file
File diff suppressed because it is too large
Load Diff
446
sw_rotary_2x5.kicad_sym
Normal file
446
sw_rotary_2x5.kicad_sym
Normal file
@@ -0,0 +1,446 @@
|
||||
(kicad_symbol_lib (version 20220914) (generator kicad_symbol_editor)
|
||||
(symbol "SW_Rotary_2x5_MP" (pin_names hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "SW" (at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "SW_Rotary_2x5_MP" (at 8.89 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "switch:ck_a205_c" (at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 -12.7 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "Rotary switch 2x5 SP5T" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Rotary switch 2x5, DP5T" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "SW_Rotary_2x5_MP_0_1"
|
||||
(circle (center -3.1788 0.0311) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start -0.3214 -1.5564) (mid 0.1502 0.4801) (end -0.9564 2.2536)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 0)
|
||||
(xy -3.81 0)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.747 0.5391)
|
||||
(xy 0.1994 3.9935)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3214 -1.5564)
|
||||
(xy -0.3214 -0.6674)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3214 -1.5564)
|
||||
(xy 0.4406 -1.0484)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3214 1.6186)
|
||||
(xy -0.3214 1.6186)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -2.54)
|
||||
(xy 3.175 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 0)
|
||||
(xy 3.81 0)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 2.54)
|
||||
(xy 3.175 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -5.08)
|
||||
(xy 2.54 -5.08)
|
||||
(xy 2.54 -4.445)
|
||||
(xy 1.27 -4.445)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 5.08)
|
||||
(xy 2.54 5.08)
|
||||
(xy 2.54 4.445)
|
||||
(xy 1.27 4.445)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0.635 -4.445) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0.635 4.445) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 -2.54) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 2.54) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 3.175 0) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x5_MP_1_0"
|
||||
(pin passive line (at -7.62 0 0) (length 2.54)
|
||||
(name "A" (effects (font (size 1.27 1.27))))
|
||||
(number "11" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x5_MP_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 6.35)
|
||||
(xy 5.08 6.35)
|
||||
(xy 5.08 -6.35)
|
||||
(xy -5.08 -6.35)
|
||||
(xy -5.08 6.35)
|
||||
(xy -5.08 6.35)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
(pin passive line (at 7.62 5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x5_MP_2_0"
|
||||
(pin passive line (at -7.62 0 0) (length 2.54)
|
||||
(name "B" (effects (font (size 1.27 1.27))))
|
||||
(number "12" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x5_MP_2_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 -6.35)
|
||||
(xy 5.08 -6.35)
|
||||
(xy 5.08 6.35)
|
||||
(xy -5.08 6.35)
|
||||
(xy -5.08 -6.35)
|
||||
(xy -5.08 -6.35)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
(pin passive line (at 7.62 -5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "10" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "9" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x6_MP" (pin_names hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "SW" (at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "SW_Rotary_2x6_MP" (at 8.89 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 -12.7 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "Rotary switch 2x5 SP5T" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Rotary switch 2x5, DP5T" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "SW_Rotary_2x6_MP_0_1"
|
||||
(circle (center -3.1788 0.0311) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(arc (start -0.3214 -1.5564) (mid 0.1502 0.4801) (end -0.9564 2.2536)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 0)
|
||||
(xy -3.81 0)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.747 0.5391)
|
||||
(xy 0.1994 3.9935)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3214 -1.5564)
|
||||
(xy -0.3214 -0.6674)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3214 -1.5564)
|
||||
(xy 0.4406 -1.0484)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.3214 1.6186)
|
||||
(xy -0.3214 1.6186)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -2.54)
|
||||
(xy 3.175 -2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 0)
|
||||
(xy 3.81 0)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 2.54)
|
||||
(xy 3.175 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 -5.08)
|
||||
(xy 2.54 -5.08)
|
||||
(xy 2.54 -4.445)
|
||||
(xy 1.27 -4.445)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 5.08 5.08)
|
||||
(xy 2.54 5.08)
|
||||
(xy 2.54 4.445)
|
||||
(xy 1.27 4.445)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0.635 -4.445) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 0.635 4.445) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 -2.54) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 2.54) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 3.175 0) (radius 0.635)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x6_MP_1_0"
|
||||
(pin passive line (at -7.62 0 0) (length 2.54)
|
||||
(name "A" (effects (font (size 1.27 1.27))))
|
||||
(number "13" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at -5.08 -3.81 0) (length 2.54)
|
||||
(name "B" (effects (font (size 1.27 1.27))))
|
||||
(number "14" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x6_MP_1_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 6.35)
|
||||
(xy 5.08 6.35)
|
||||
(xy 5.08 -6.35)
|
||||
(xy -5.08 -6.35)
|
||||
(xy -5.08 6.35)
|
||||
(xy -5.08 6.35)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
(pin passive line (at 7.62 5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 -5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at 5.08 -6.35 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x6_MP_2_0"
|
||||
(pin passive line (at 7.62 -5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "11" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at 5.08 -6.35 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "12" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -7.62 0 0) (length 2.54)
|
||||
(name "C" (effects (font (size 1.27 1.27))))
|
||||
(number "15" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin no_connect line (at -5.08 -5.08 0) (length 2.54)
|
||||
(name "D" (effects (font (size 1.27 1.27))))
|
||||
(number "16" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "SW_Rotary_2x6_MP_2_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -5.08 -6.35)
|
||||
(xy 5.08 -6.35)
|
||||
(xy 5.08 6.35)
|
||||
(xy -5.08 6.35)
|
||||
(xy -5.08 -6.35)
|
||||
(xy -5.08 -6.35)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
(pin passive line (at 7.62 -2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "10" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 5.08 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "7" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 2.54 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "8" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 7.62 0 180) (length 2.54)
|
||||
(name "" (effects (font (size 1.27 1.27))))
|
||||
(number "9" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
36
switch.pretty/ck_a205_c.kicad_mod
Normal file
36
switch.pretty/ck_a205_c.kicad_mod
Normal file
@@ -0,0 +1,36 @@
|
||||
(footprint "ck_a205_c" (version 20221018) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at 0 -0.5 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.1)))
|
||||
(tstamp 1c316ffd-ad11-4108-8f12-8efed4e9f23f)
|
||||
)
|
||||
(fp_text value "ck_a205_c" (at 0 1 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 94dcce89-edc0-48fe-8472-21ab40bbfe4b)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at 0 2.5 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 4c25dd08-bffa-43ed-936f-09eadc2b7b35)
|
||||
)
|
||||
(fp_circle (center 0 -14) (end 0 -15.24)
|
||||
(stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 8f0ffd06-cdd7-48e3-b57d-ef32e3fb2e7f))
|
||||
(fp_circle (center 0 -14) (end 0 -14)
|
||||
(stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp edf22661-e447-4c98-819b-6d17ce628cae))
|
||||
(fp_circle (center 0 0) (end 0 14)
|
||||
(stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 3c69ff0a-94fb-4e27-a4d1-5bd70bb16004))
|
||||
(fp_circle (center 0 0) (end 0 15.24)
|
||||
(stroke (width 0.05) (type default)) (fill none) (layer "F.CrtYd") (tstamp 4412d9fb-5860-4a7c-bf7c-c910613b77af))
|
||||
(pad "1" thru_hole roundrect (at 2.87 -10.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.25) (tstamp c0ecf25b-d4cd-41fe-9978-cc6818108bcb))
|
||||
(pad "2" thru_hole circle (at 7.85 -7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp eccc8b6d-bda5-4baa-bc01-6576d936c00a))
|
||||
(pad "3" thru_hole circle (at 10.72 -2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp a9edaff6-4f8b-4e89-8e1a-a13aa8da6563))
|
||||
(pad "4" thru_hole circle (at 10.72 2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp c9f45bda-9aae-4bc1-a823-44eea0afcffc))
|
||||
(pad "5" thru_hole circle (at 7.85 7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 3b1cc433-2461-4087-a599-936f6cf6b98b))
|
||||
(pad "6" thru_hole circle (at -2.87 10.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 9980d011-a513-4f8a-89d6-9f588c64351f))
|
||||
(pad "7" thru_hole circle (at -7.85 7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 8d24af24-2273-455c-b8fd-0b12dcb963c9))
|
||||
(pad "8" thru_hole circle (at -10.72 2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 553c6c7b-f00f-4a87-8d22-e4bc51f5c1e4))
|
||||
(pad "9" thru_hole circle (at -10.72 -2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 9ae24000-739e-486f-a7a0-969e95512572))
|
||||
(pad "10" thru_hole circle (at -7.85 -7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 2cc39917-b403-4445-b976-e3500596f376))
|
||||
(pad "11" thru_hole circle (at 2.72 -2.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 97dfddc5-e23f-4416-a14c-17f716538b23))
|
||||
(pad "12" thru_hole circle (at -2.72 2.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 46d84410-d574-4793-8712-e8468a6bf7bb))
|
||||
)
|
||||
40
switch.pretty/ck_a4xx_c.kicad_mod
Normal file
40
switch.pretty/ck_a4xx_c.kicad_mod
Normal file
@@ -0,0 +1,40 @@
|
||||
(footprint "ck_a4xx_c" (version 20221018) (generator pcbnew)
|
||||
(layer "F.Cu")
|
||||
(attr through_hole)
|
||||
(fp_text reference "REF**" (at 0.5 0 -90 unlocked) (layer "F.SilkS")
|
||||
(effects (font (size 1 1) (thickness 0.1)))
|
||||
(tstamp 1c316ffd-ad11-4108-8f12-8efed4e9f23f)
|
||||
)
|
||||
(fp_text value "ck_a4xx_c" (at -1 0 -90 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 94dcce89-edc0-48fe-8472-21ab40bbfe4b)
|
||||
)
|
||||
(fp_text user "${REFERENCE}" (at -2.5 0 -90 unlocked) (layer "F.Fab")
|
||||
(effects (font (size 1 1) (thickness 0.15)))
|
||||
(tstamp 4c25dd08-bffa-43ed-936f-09eadc2b7b35)
|
||||
)
|
||||
(fp_circle (center 0 -14) (end 0 -15.24)
|
||||
(stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 8f0ffd06-cdd7-48e3-b57d-ef32e3fb2e7f))
|
||||
(fp_circle (center 0 -14) (end 0 -14)
|
||||
(stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp edf22661-e447-4c98-819b-6d17ce628cae))
|
||||
(fp_circle (center 0 0) (end 0 14)
|
||||
(stroke (width 0.1) (type default)) (fill none) (layer "F.SilkS") (tstamp 3c69ff0a-94fb-4e27-a4d1-5bd70bb16004))
|
||||
(fp_circle (center 0 0) (end 0 15.24)
|
||||
(stroke (width 0.05) (type default)) (fill none) (layer "F.CrtYd") (tstamp 4412d9fb-5860-4a7c-bf7c-c910613b77af))
|
||||
(pad "1" thru_hole roundrect (at 2.87 -10.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (roundrect_rratio 0.25) (tstamp c0ecf25b-d4cd-41fe-9978-cc6818108bcb))
|
||||
(pad "2" thru_hole circle (at 7.85 -7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp eccc8b6d-bda5-4baa-bc01-6576d936c00a))
|
||||
(pad "3" thru_hole circle (at 10.72 -2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp a9edaff6-4f8b-4e89-8e1a-a13aa8da6563))
|
||||
(pad "4" thru_hole circle (at 10.72 2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp c9f45bda-9aae-4bc1-a823-44eea0afcffc))
|
||||
(pad "5" thru_hole circle (at 7.85 7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 3b1cc433-2461-4087-a599-936f6cf6b98b))
|
||||
(pad "6" thru_hole circle (at 2.87 10.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 66207713-a32f-45aa-9c00-c474d3ee16a8))
|
||||
(pad "7" thru_hole circle (at -2.87 10.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 9980d011-a513-4f8a-89d6-9f588c64351f))
|
||||
(pad "8" thru_hole circle (at -7.85 7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 8d24af24-2273-455c-b8fd-0b12dcb963c9))
|
||||
(pad "9" thru_hole circle (at -10.72 2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 553c6c7b-f00f-4a87-8d22-e4bc51f5c1e4))
|
||||
(pad "10" thru_hole circle (at -10.72 -2.87 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 9ae24000-739e-486f-a7a0-969e95512572))
|
||||
(pad "11" thru_hole circle (at -7.85 -7.85 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 2cc39917-b403-4445-b976-e3500596f376))
|
||||
(pad "12" thru_hole circle (at -2.87 -10.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 16ef29d1-7f52-4a55-afac-e941e573aefa))
|
||||
(pad "13" thru_hole circle (at 2.72 -2.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 97dfddc5-e23f-4416-a14c-17f716538b23))
|
||||
(pad "14" thru_hole circle (at 2.72 2.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 29d69119-9f6a-4e97-bc17-43f52fe3825c))
|
||||
(pad "15" thru_hole circle (at -2.72 2.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp 46d84410-d574-4793-8712-e8468a6bf7bb))
|
||||
(pad "16" thru_hole circle (at -2.72 -2.72 270) (size 2.5 2.5) (drill 1.5) (layers "*.Cu" "*.Mask") (tstamp de014ec8-012a-49db-96f9-f2839873121b))
|
||||
)
|
||||
5
sym-lib-table
Normal file
5
sym-lib-table
Normal file
@@ -0,0 +1,5 @@
|
||||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "lt1050")(type "KiCad")(uri "${KIPRJMOD}/lt1050.kicad_sym")(options "")(descr ""))
|
||||
(lib (name "sw_rotary_2x5")(type "KiCad")(uri "${KIPRJMOD}/sw_rotary_2x5.kicad_sym")(options "")(descr ""))
|
||||
)
|
||||
2193
v1.1/nulldetector-B_Cu.gbr
Normal file
2193
v1.1/nulldetector-B_Cu.gbr
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v1.1/nulldetector-B_Cu.pdf
Normal file
BIN
v1.1/nulldetector-B_Cu.pdf
Normal file
Binary file not shown.
72
v1.1/nulldetector-B_Mask.gbr
Normal file
72
v1.1/nulldetector-B_Mask.gbr
Normal file
@@ -0,0 +1,72 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-06-24T21:04:26-04:00*%
|
||||
%TF.ProjectId,nulldetector,6e756c6c-6465-4746-9563-746f722e6b69,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Bot*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-06-24 21:04:26*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMRoundRect*
|
||||
0 Rectangle with rounded corners*
|
||||
0 $1 Rounding radius*
|
||||
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||
0 Add a 4 corners polygon primitive as box body*
|
||||
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||
0 Add four circle primitives for the rounded corners*
|
||||
1,1,$1+$1,$2,$3*
|
||||
1,1,$1+$1,$4,$5*
|
||||
1,1,$1+$1,$6,$7*
|
||||
1,1,$1+$1,$8,$9*
|
||||
0 Add four rect primitives between the rounded corners*
|
||||
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10RoundRect,0.250002X-1.699998X-1.699998X1.699998X-1.699998X1.699998X1.699998X-1.699998X1.699998X0*%
|
||||
%ADD11C,3.900000*%
|
||||
%ADD12RoundRect,0.250002X-1.699998X1.699998X-1.699998X-1.699998X1.699998X-1.699998X1.699998X1.699998X0*%
|
||||
%ADD13RoundRect,0.625000X0.441942X0.765466X-0.765466X0.441942X-0.441942X-0.765466X0.765466X-0.441942X0*%
|
||||
%ADD14C,2.500000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,J2*%
|
||||
X145350000Y-85750000D03*
|
||||
D11*
|
||||
X153150000Y-85750000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J1*%
|
||||
X145350000Y-145500000D03*
|
||||
D11*
|
||||
X153150000Y-145500000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.C,BT1*%
|
||||
X128942000Y-98658000D03*
|
||||
D11*
|
||||
X128942000Y-106458000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,SW1*%
|
||||
X158861914Y-117203253D03*
|
||||
D14*
|
||||
X154800788Y-113135753D03*
|
||||
X149247667Y-111652464D03*
|
||||
X143703253Y-113138086D03*
|
||||
X139635753Y-117199212D03*
|
||||
X139638086Y-128296747D03*
|
||||
X143699212Y-132364247D03*
|
||||
X149252333Y-133847536D03*
|
||||
X154796747Y-132361914D03*
|
||||
X158864247Y-128300788D03*
|
||||
X151173330Y-119418694D03*
|
||||
X147326670Y-126081306D03*
|
||||
%TD*%
|
||||
M02*
|
||||
BIN
v1.1/nulldetector-B_Mask.pdf
Normal file
BIN
v1.1/nulldetector-B_Mask.pdf
Normal file
Binary file not shown.
15
v1.1/nulldetector-B_Paste.gbr
Normal file
15
v1.1/nulldetector-B_Paste.gbr
Normal file
@@ -0,0 +1,15 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-06-24T21:04:26-04:00*%
|
||||
%TF.ProjectId,nulldetector,6e756c6c-6465-4746-9563-746f722e6b69,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Paste,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-06-24 21:04:26*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 APERTURE END LIST*
|
||||
M02*
|
||||
BIN
v1.1/nulldetector-B_Paste.pdf
Normal file
BIN
v1.1/nulldetector-B_Paste.pdf
Normal file
Binary file not shown.
105
v1.1/nulldetector-B_Silkscreen.gbr
Normal file
105
v1.1/nulldetector-B_Silkscreen.gbr
Normal file
@@ -0,0 +1,105 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-06-24T21:04:26-04:00*%
|
||||
%TF.ProjectId,nulldetector,6e756c6c-6465-4746-9563-746f722e6b69,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Legend,Bot*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-06-24 21:04:26*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%ADD10C,0.100000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X149682218Y-124014554D02*
|
||||
X149599247Y-123888889D01*
|
||||
X149599247Y-123888889D02*
|
||||
X149537624Y-123658907D01*
|
||||
X149537624Y-123658907D02*
|
||||
X149558971Y-123554589D01*
|
||||
X149558971Y-123554589D02*
|
||||
X149592643Y-123496268D01*
|
||||
X149592643Y-123496268D02*
|
||||
X149672311Y-123425622D01*
|
||||
X149672311Y-123425622D02*
|
||||
X149764304Y-123400973D01*
|
||||
X149764304Y-123400973D02*
|
||||
X149868621Y-123422320D01*
|
||||
X149868621Y-123422320D02*
|
||||
X149926943Y-123455992D01*
|
||||
X149926943Y-123455992D02*
|
||||
X149997589Y-123535660D01*
|
||||
X149997589Y-123535660D02*
|
||||
X150092884Y-123707321D01*
|
||||
X150092884Y-123707321D02*
|
||||
X150163530Y-123786989D01*
|
||||
X150163530Y-123786989D02*
|
||||
X150221851Y-123820661D01*
|
||||
X150221851Y-123820661D02*
|
||||
X150326169Y-123842008D01*
|
||||
X150326169Y-123842008D02*
|
||||
X150418162Y-123817359D01*
|
||||
X150418162Y-123817359D02*
|
||||
X150497830Y-123746713D01*
|
||||
X150497830Y-123746713D02*
|
||||
X150531501Y-123688392D01*
|
||||
X150531501Y-123688392D02*
|
||||
X150552849Y-123584074D01*
|
||||
X150552849Y-123584074D02*
|
||||
X150491225Y-123354092D01*
|
||||
X150491225Y-123354092D02*
|
||||
X150408254Y-123228427D01*
|
||||
X150367978Y-122894127D02*
|
||||
X149340428Y-122922964D01*
|
||||
X149340428Y-122922964D02*
|
||||
X149981076Y-122554107D01*
|
||||
X149981076Y-122554107D02*
|
||||
X149241831Y-122554992D01*
|
||||
X149241831Y-122554992D02*
|
||||
X150146133Y-122066190D01*
|
||||
X148946037Y-121451077D02*
|
||||
X149093934Y-122003034D01*
|
||||
X149019986Y-121727056D02*
|
||||
X149985912Y-121468237D01*
|
||||
X149985912Y-121468237D02*
|
||||
X149872572Y-121597204D01*
|
||||
X149872572Y-121597204D02*
|
||||
X149805228Y-121713846D01*
|
||||
X149805228Y-121713846D02*
|
||||
X149783881Y-121818164D01*
|
||||
%TO.C,SW1*%
|
||||
X163250001Y-122750000D02*
|
||||
G75*
|
||||
G03*
|
||||
X135249999Y-122750000I-14000001J0D01*
|
||||
G01*
|
||||
X135249999Y-122750000D02*
|
||||
G75*
|
||||
G03*
|
||||
X163250001Y-122750000I14000001J0D01*
|
||||
G01*
|
||||
X162772962Y-119126533D02*
|
||||
G75*
|
||||
G03*
|
||||
X162772962Y-119126533I0J0D01*
|
||||
G01*
|
||||
X162772962Y-119126533D02*
|
||||
G75*
|
||||
G03*
|
||||
X162772962Y-119126533I0J0D01*
|
||||
G01*
|
||||
X164012962Y-119126533D02*
|
||||
G75*
|
||||
G03*
|
||||
X161532962Y-119126533I-1240000J0D01*
|
||||
G01*
|
||||
X161532962Y-119126533D02*
|
||||
G75*
|
||||
G03*
|
||||
X164012962Y-119126533I1240000J0D01*
|
||||
G01*
|
||||
%TD*%
|
||||
M02*
|
||||
BIN
v1.1/nulldetector-B_Silkscreen.pdf
Normal file
BIN
v1.1/nulldetector-B_Silkscreen.pdf
Normal file
Binary file not shown.
23
v1.1/nulldetector-Edge_Cuts.gbr
Normal file
23
v1.1/nulldetector-Edge_Cuts.gbr
Normal file
@@ -0,0 +1,23 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-06-24T21:04:26-04:00*%
|
||||
%TF.ProjectId,nulldetector,6e756c6c-6465-4746-9563-746f722e6b69,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Profile,NP*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-06-24 21:04:26*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
%TA.AperFunction,Profile*%
|
||||
%ADD10C,0.100000*%
|
||||
%TD*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
X125000000Y-81000000D02*
|
||||
X165000000Y-81000000D01*
|
||||
X165000000Y-149500000D01*
|
||||
X125000000Y-149500000D01*
|
||||
X125000000Y-81000000D01*
|
||||
M02*
|
||||
BIN
v1.1/nulldetector-Edge_Cuts.pdf
Normal file
BIN
v1.1/nulldetector-Edge_Cuts.pdf
Normal file
Binary file not shown.
5240
v1.1/nulldetector-F_Cu.gbr
Normal file
5240
v1.1/nulldetector-F_Cu.gbr
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v1.1/nulldetector-F_Cu.pdf
Normal file
BIN
v1.1/nulldetector-F_Cu.pdf
Normal file
Binary file not shown.
211
v1.1/nulldetector-F_Mask.gbr
Normal file
211
v1.1/nulldetector-F_Mask.gbr
Normal file
@@ -0,0 +1,211 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-06-24T21:04:26-04:00*%
|
||||
%TF.ProjectId,nulldetector,6e756c6c-6465-4746-9563-746f722e6b69,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Soldermask,Top*%
|
||||
%TF.FilePolarity,Negative*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-06-24 21:04:26*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMRoundRect*
|
||||
0 Rectangle with rounded corners*
|
||||
0 $1 Rounding radius*
|
||||
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||
0 Add a 4 corners polygon primitive as box body*
|
||||
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||
0 Add four circle primitives for the rounded corners*
|
||||
1,1,$1+$1,$2,$3*
|
||||
1,1,$1+$1,$4,$5*
|
||||
1,1,$1+$1,$6,$7*
|
||||
1,1,$1+$1,$8,$9*
|
||||
0 Add four rect primitives between the rounded corners*
|
||||
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10RoundRect,0.250002X-1.699998X-1.699998X1.699998X-1.699998X1.699998X1.699998X-1.699998X1.699998X0*%
|
||||
%ADD11C,3.900000*%
|
||||
%ADD12RoundRect,0.250000X0.400000X0.625000X-0.400000X0.625000X-0.400000X-0.625000X0.400000X-0.625000X0*%
|
||||
%ADD13RoundRect,0.250000X0.625000X-0.400000X0.625000X0.400000X-0.625000X0.400000X-0.625000X-0.400000X0*%
|
||||
%ADD14RoundRect,0.250000X-0.400000X-0.625000X0.400000X-0.625000X0.400000X0.625000X-0.400000X0.625000X0*%
|
||||
%ADD15RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
|
||||
%ADD16RoundRect,0.249999X0.737501X2.450001X-0.737501X2.450001X-0.737501X-2.450001X0.737501X-2.450001X0*%
|
||||
%ADD17R,3.000000X1.000000*%
|
||||
%ADD18RoundRect,0.249999X2.450001X-0.737501X2.450001X0.737501X-2.450001X0.737501X-2.450001X-0.737501X0*%
|
||||
%ADD19RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
|
||||
%ADD20RoundRect,0.250000X-0.475000X0.337500X-0.475000X-0.337500X0.475000X-0.337500X0.475000X0.337500X0*%
|
||||
%ADD21RoundRect,0.150000X0.825000X0.150000X-0.825000X0.150000X-0.825000X-0.150000X0.825000X-0.150000X0*%
|
||||
%ADD22RoundRect,0.250002X-1.699998X1.699998X-1.699998X-1.699998X1.699998X-1.699998X1.699998X1.699998X0*%
|
||||
%ADD23RoundRect,0.250000X-0.500000X-1.100000X0.500000X-1.100000X0.500000X1.100000X-0.500000X1.100000X0*%
|
||||
%ADD24RoundRect,0.250000X0.500000X1.100000X-0.500000X1.100000X-0.500000X-1.100000X0.500000X-1.100000X0*%
|
||||
%ADD25RoundRect,0.625000X0.441942X0.765466X-0.765466X0.441942X-0.441942X-0.765466X0.765466X-0.441942X0*%
|
||||
%ADD26C,2.500000*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,J2*%
|
||||
X145350000Y-85750000D03*
|
||||
D11*
|
||||
X153150000Y-85750000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.C,R13*%
|
||||
X156800000Y-101250000D03*
|
||||
X153700000Y-101250000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,R10*%
|
||||
X152250000Y-111350000D03*
|
||||
X152250000Y-108250000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,R9*%
|
||||
X146950000Y-97500000D03*
|
||||
X150050000Y-97500000D03*
|
||||
%TD*%
|
||||
D15*
|
||||
%TO.C,U2*%
|
||||
X145960000Y-105340000D03*
|
||||
X147230000Y-105340000D03*
|
||||
X148500000Y-105340000D03*
|
||||
X149770000Y-105340000D03*
|
||||
X149770000Y-100390000D03*
|
||||
X148500000Y-100390000D03*
|
||||
X147230000Y-100390000D03*
|
||||
X145960000Y-100390000D03*
|
||||
%TD*%
|
||||
D16*
|
||||
%TO.C,C5*%
|
||||
X154887500Y-92750000D03*
|
||||
X149612500Y-92750000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.C,R6*%
|
||||
X142300000Y-123000000D03*
|
||||
X139200000Y-123000000D03*
|
||||
%TD*%
|
||||
D17*
|
||||
%TO.C,RV1*%
|
||||
X139490004Y-94548001D03*
|
||||
X143990004Y-93278001D03*
|
||||
X139490004Y-92008001D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,J1*%
|
||||
X145350000Y-145500000D03*
|
||||
D11*
|
||||
X153150000Y-145500000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,R11*%
|
||||
X157500000Y-111350000D03*
|
||||
X157500000Y-108250000D03*
|
||||
%TD*%
|
||||
D18*
|
||||
%TO.C,C3*%
|
||||
X146250000Y-122887500D03*
|
||||
X146250000Y-117612500D03*
|
||||
%TD*%
|
||||
D19*
|
||||
%TO.C,R3*%
|
||||
X154750000Y-139250000D03*
|
||||
X156750000Y-139250000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,R7*%
|
||||
X133424000Y-95056001D03*
|
||||
X136524000Y-95056001D03*
|
||||
%TD*%
|
||||
%TO.C,R1*%
|
||||
X145150000Y-139250000D03*
|
||||
X148250000Y-139250000D03*
|
||||
%TD*%
|
||||
D20*
|
||||
%TO.C,C1*%
|
||||
X133956998Y-99774000D03*
|
||||
X133956998Y-101849000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,R12*%
|
||||
X153700000Y-103750000D03*
|
||||
X156800000Y-103750000D03*
|
||||
%TD*%
|
||||
D16*
|
||||
%TO.C,C4*%
|
||||
X134637500Y-129000000D03*
|
||||
X129362500Y-129000000D03*
|
||||
%TD*%
|
||||
D20*
|
||||
%TO.C,C2*%
|
||||
X133957000Y-103627000D03*
|
||||
X133957000Y-105702000D03*
|
||||
%TD*%
|
||||
D21*
|
||||
%TO.C,U1*%
|
||||
X142475000Y-104770000D03*
|
||||
X142475000Y-103500000D03*
|
||||
X142475000Y-102230000D03*
|
||||
X142475000Y-100960000D03*
|
||||
X137525000Y-100960000D03*
|
||||
X137525000Y-102230000D03*
|
||||
X137525000Y-103500000D03*
|
||||
X137525000Y-104770000D03*
|
||||
%TD*%
|
||||
D22*
|
||||
%TO.C,BT1*%
|
||||
X128942000Y-98658000D03*
|
||||
D11*
|
||||
X128942000Y-106458000D03*
|
||||
%TD*%
|
||||
D19*
|
||||
%TO.C,R4*%
|
||||
X159000000Y-139250000D03*
|
||||
X161000000Y-139250000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,R5*%
|
||||
X152250000Y-126050000D03*
|
||||
X152250000Y-122950000D03*
|
||||
%TD*%
|
||||
D19*
|
||||
%TO.C,R2*%
|
||||
X150500000Y-139250000D03*
|
||||
X152500000Y-139250000D03*
|
||||
%TD*%
|
||||
D23*
|
||||
%TO.C,D2*%
|
||||
X130100000Y-120000000D03*
|
||||
X134900000Y-120000000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.C,R8*%
|
||||
X136550000Y-91500000D03*
|
||||
X133450000Y-91500000D03*
|
||||
%TD*%
|
||||
D24*
|
||||
%TO.C,D1*%
|
||||
X134900000Y-123750000D03*
|
||||
X130100000Y-123750000D03*
|
||||
%TD*%
|
||||
D25*
|
||||
%TO.C,SW1*%
|
||||
X158861914Y-117203253D03*
|
||||
D26*
|
||||
X154800788Y-113135753D03*
|
||||
X149247667Y-111652464D03*
|
||||
X143703253Y-113138086D03*
|
||||
X139635753Y-117199212D03*
|
||||
X139638086Y-128296747D03*
|
||||
X143699212Y-132364247D03*
|
||||
X149252333Y-133847536D03*
|
||||
X154796747Y-132361914D03*
|
||||
X158864247Y-128300788D03*
|
||||
X151173330Y-119418694D03*
|
||||
X147326670Y-126081306D03*
|
||||
%TD*%
|
||||
M02*
|
||||
BIN
v1.1/nulldetector-F_Mask.pdf
Normal file
BIN
v1.1/nulldetector-F_Mask.pdf
Normal file
Binary file not shown.
172
v1.1/nulldetector-F_Paste.gbr
Normal file
172
v1.1/nulldetector-F_Paste.gbr
Normal file
@@ -0,0 +1,172 @@
|
||||
%TF.GenerationSoftware,KiCad,Pcbnew,7.0.10*%
|
||||
%TF.CreationDate,2024-06-24T21:04:26-04:00*%
|
||||
%TF.ProjectId,nulldetector,6e756c6c-6465-4746-9563-746f722e6b69,rev?*%
|
||||
%TF.SameCoordinates,Original*%
|
||||
%TF.FileFunction,Paste,Top*%
|
||||
%TF.FilePolarity,Positive*%
|
||||
%FSLAX46Y46*%
|
||||
G04 Gerber Fmt 4.6, Leading zero omitted, Abs format (unit mm)*
|
||||
G04 Created by KiCad (PCBNEW 7.0.10) date 2024-06-24 21:04:26*
|
||||
%MOMM*%
|
||||
%LPD*%
|
||||
G01*
|
||||
G04 APERTURE LIST*
|
||||
G04 Aperture macros list*
|
||||
%AMRoundRect*
|
||||
0 Rectangle with rounded corners*
|
||||
0 $1 Rounding radius*
|
||||
0 $2 $3 $4 $5 $6 $7 $8 $9 X,Y pos of 4 corners*
|
||||
0 Add a 4 corners polygon primitive as box body*
|
||||
4,1,4,$2,$3,$4,$5,$6,$7,$8,$9,$2,$3,0*
|
||||
0 Add four circle primitives for the rounded corners*
|
||||
1,1,$1+$1,$2,$3*
|
||||
1,1,$1+$1,$4,$5*
|
||||
1,1,$1+$1,$6,$7*
|
||||
1,1,$1+$1,$8,$9*
|
||||
0 Add four rect primitives between the rounded corners*
|
||||
20,1,$1+$1,$2,$3,$4,$5,0*
|
||||
20,1,$1+$1,$4,$5,$6,$7,0*
|
||||
20,1,$1+$1,$6,$7,$8,$9,0*
|
||||
20,1,$1+$1,$8,$9,$2,$3,0*%
|
||||
G04 Aperture macros list end*
|
||||
%ADD10RoundRect,0.250000X0.400000X0.625000X-0.400000X0.625000X-0.400000X-0.625000X0.400000X-0.625000X0*%
|
||||
%ADD11RoundRect,0.250000X0.625000X-0.400000X0.625000X0.400000X-0.625000X0.400000X-0.625000X-0.400000X0*%
|
||||
%ADD12RoundRect,0.250000X-0.400000X-0.625000X0.400000X-0.625000X0.400000X0.625000X-0.400000X0.625000X0*%
|
||||
%ADD13RoundRect,0.150000X0.150000X-0.825000X0.150000X0.825000X-0.150000X0.825000X-0.150000X-0.825000X0*%
|
||||
%ADD14RoundRect,0.249999X0.737501X2.450001X-0.737501X2.450001X-0.737501X-2.450001X0.737501X-2.450001X0*%
|
||||
%ADD15R,3.000000X1.000000*%
|
||||
%ADD16RoundRect,0.249999X2.450001X-0.737501X2.450001X0.737501X-2.450001X0.737501X-2.450001X-0.737501X0*%
|
||||
%ADD17RoundRect,0.250000X-0.350000X-0.450000X0.350000X-0.450000X0.350000X0.450000X-0.350000X0.450000X0*%
|
||||
%ADD18RoundRect,0.250000X-0.475000X0.337500X-0.475000X-0.337500X0.475000X-0.337500X0.475000X0.337500X0*%
|
||||
%ADD19RoundRect,0.150000X0.825000X0.150000X-0.825000X0.150000X-0.825000X-0.150000X0.825000X-0.150000X0*%
|
||||
%ADD20RoundRect,0.250000X-0.500000X-1.100000X0.500000X-1.100000X0.500000X1.100000X-0.500000X1.100000X0*%
|
||||
%ADD21RoundRect,0.250000X0.500000X1.100000X-0.500000X1.100000X-0.500000X-1.100000X0.500000X-1.100000X0*%
|
||||
G04 APERTURE END LIST*
|
||||
D10*
|
||||
%TO.C,R13*%
|
||||
X156800000Y-101250000D03*
|
||||
X153700000Y-101250000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,R10*%
|
||||
X152250000Y-111350000D03*
|
||||
X152250000Y-108250000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.C,R9*%
|
||||
X146950000Y-97500000D03*
|
||||
X150050000Y-97500000D03*
|
||||
%TD*%
|
||||
D13*
|
||||
%TO.C,U2*%
|
||||
X145960000Y-105340000D03*
|
||||
X147230000Y-105340000D03*
|
||||
X148500000Y-105340000D03*
|
||||
X149770000Y-105340000D03*
|
||||
X149770000Y-100390000D03*
|
||||
X148500000Y-100390000D03*
|
||||
X147230000Y-100390000D03*
|
||||
X145960000Y-100390000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,C5*%
|
||||
X154887500Y-92750000D03*
|
||||
X149612500Y-92750000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,R6*%
|
||||
X142300000Y-123000000D03*
|
||||
X139200000Y-123000000D03*
|
||||
%TD*%
|
||||
D15*
|
||||
%TO.C,RV1*%
|
||||
X139490004Y-94548001D03*
|
||||
X143990004Y-93278001D03*
|
||||
X139490004Y-92008001D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,R11*%
|
||||
X157500000Y-111350000D03*
|
||||
X157500000Y-108250000D03*
|
||||
%TD*%
|
||||
D16*
|
||||
%TO.C,C3*%
|
||||
X146250000Y-122887500D03*
|
||||
X146250000Y-117612500D03*
|
||||
%TD*%
|
||||
D17*
|
||||
%TO.C,R3*%
|
||||
X154750000Y-139250000D03*
|
||||
X156750000Y-139250000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.C,R7*%
|
||||
X133424000Y-95056001D03*
|
||||
X136524000Y-95056001D03*
|
||||
%TD*%
|
||||
%TO.C,R1*%
|
||||
X145150000Y-139250000D03*
|
||||
X148250000Y-139250000D03*
|
||||
%TD*%
|
||||
D18*
|
||||
%TO.C,C1*%
|
||||
X133956998Y-99774000D03*
|
||||
X133956998Y-101849000D03*
|
||||
%TD*%
|
||||
D12*
|
||||
%TO.C,R12*%
|
||||
X153700000Y-103750000D03*
|
||||
X156800000Y-103750000D03*
|
||||
%TD*%
|
||||
D14*
|
||||
%TO.C,C4*%
|
||||
X134637500Y-129000000D03*
|
||||
X129362500Y-129000000D03*
|
||||
%TD*%
|
||||
D18*
|
||||
%TO.C,C2*%
|
||||
X133957000Y-103627000D03*
|
||||
X133957000Y-105702000D03*
|
||||
%TD*%
|
||||
D19*
|
||||
%TO.C,U1*%
|
||||
X142475000Y-104770000D03*
|
||||
X142475000Y-103500000D03*
|
||||
X142475000Y-102230000D03*
|
||||
X142475000Y-100960000D03*
|
||||
X137525000Y-100960000D03*
|
||||
X137525000Y-102230000D03*
|
||||
X137525000Y-103500000D03*
|
||||
X137525000Y-104770000D03*
|
||||
%TD*%
|
||||
D17*
|
||||
%TO.C,R4*%
|
||||
X159000000Y-139250000D03*
|
||||
X161000000Y-139250000D03*
|
||||
%TD*%
|
||||
D11*
|
||||
%TO.C,R5*%
|
||||
X152250000Y-126050000D03*
|
||||
X152250000Y-122950000D03*
|
||||
%TD*%
|
||||
D17*
|
||||
%TO.C,R2*%
|
||||
X150500000Y-139250000D03*
|
||||
X152500000Y-139250000D03*
|
||||
%TD*%
|
||||
D20*
|
||||
%TO.C,D2*%
|
||||
X130100000Y-120000000D03*
|
||||
X134900000Y-120000000D03*
|
||||
%TD*%
|
||||
D10*
|
||||
%TO.C,R8*%
|
||||
X136550000Y-91500000D03*
|
||||
X133450000Y-91500000D03*
|
||||
%TD*%
|
||||
D21*
|
||||
%TO.C,D1*%
|
||||
X134900000Y-123750000D03*
|
||||
X130100000Y-123750000D03*
|
||||
%TD*%
|
||||
M02*
|
||||
BIN
v1.1/nulldetector-F_Paste.pdf
Normal file
BIN
v1.1/nulldetector-F_Paste.pdf
Normal file
Binary file not shown.
2710
v1.1/nulldetector-F_Silkscreen.gbr
Normal file
2710
v1.1/nulldetector-F_Silkscreen.gbr
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v1.1/nulldetector-F_Silkscreen.pdf
Normal file
BIN
v1.1/nulldetector-F_Silkscreen.pdf
Normal file
Binary file not shown.
127
v1.1/nulldetector-job.gbrjob
Normal file
127
v1.1/nulldetector-job.gbrjob
Normal file
@@ -0,0 +1,127 @@
|
||||
{
|
||||
"Header": {
|
||||
"GenerationSoftware": {
|
||||
"Vendor": "KiCad",
|
||||
"Application": "Pcbnew",
|
||||
"Version": "7.0.10"
|
||||
},
|
||||
"CreationDate": "2024-06-24T21:04:26-04:00"
|
||||
},
|
||||
"GeneralSpecs": {
|
||||
"ProjectId": {
|
||||
"Name": "nulldetector",
|
||||
"GUID": "6e756c6c-6465-4746-9563-746f722e6b69",
|
||||
"Revision": "rev?"
|
||||
},
|
||||
"Size": {
|
||||
"X": 40.1,
|
||||
"Y": 68.6
|
||||
},
|
||||
"LayerNumber": 2,
|
||||
"BoardThickness": 1.6,
|
||||
"Finish": "None"
|
||||
},
|
||||
"DesignRules": [
|
||||
{
|
||||
"Layers": "Outer",
|
||||
"PadToPad": 0.2,
|
||||
"PadToTrack": 0.2,
|
||||
"TrackToTrack": 0.2,
|
||||
"MinLineWidth": 0.2,
|
||||
"TrackToRegion": 0.2,
|
||||
"RegionToRegion": 0.2
|
||||
}
|
||||
],
|
||||
"FilesAttributes": [
|
||||
{
|
||||
"Path": "nulldetector-F_Cu.gbr",
|
||||
"FileFunction": "Copper,L1,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-B_Cu.gbr",
|
||||
"FileFunction": "Copper,L2,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-F_Paste.gbr",
|
||||
"FileFunction": "SolderPaste,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-B_Paste.gbr",
|
||||
"FileFunction": "SolderPaste,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-F_Silkscreen.gbr",
|
||||
"FileFunction": "Legend,Top",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-B_Silkscreen.gbr",
|
||||
"FileFunction": "Legend,Bot",
|
||||
"FilePolarity": "Positive"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-F_Mask.gbr",
|
||||
"FileFunction": "SolderMask,Top",
|
||||
"FilePolarity": "Negative"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-B_Mask.gbr",
|
||||
"FileFunction": "SolderMask,Bot",
|
||||
"FilePolarity": "Negative"
|
||||
},
|
||||
{
|
||||
"Path": "nulldetector-Edge_Cuts.gbr",
|
||||
"FileFunction": "Profile",
|
||||
"FilePolarity": "Positive"
|
||||
}
|
||||
],
|
||||
"MaterialStackup": [
|
||||
{
|
||||
"Type": "Legend",
|
||||
"Name": "Top Silk Screen"
|
||||
},
|
||||
{
|
||||
"Type": "SolderPaste",
|
||||
"Name": "Top Solder Paste"
|
||||
},
|
||||
{
|
||||
"Type": "SolderMask",
|
||||
"Thickness": 0.01,
|
||||
"Name": "Top Solder Mask"
|
||||
},
|
||||
{
|
||||
"Type": "Copper",
|
||||
"Thickness": 0.035,
|
||||
"Name": "F.Cu"
|
||||
},
|
||||
{
|
||||
"Type": "Dielectric",
|
||||
"Thickness": 1.51,
|
||||
"Material": "FR4",
|
||||
"Name": "F.Cu/B.Cu",
|
||||
"Notes": "Type: dielectric layer 1 (from F.Cu to B.Cu)"
|
||||
},
|
||||
{
|
||||
"Type": "Copper",
|
||||
"Thickness": 0.035,
|
||||
"Name": "B.Cu"
|
||||
},
|
||||
{
|
||||
"Type": "SolderMask",
|
||||
"Thickness": 0.01,
|
||||
"Name": "Bottom Solder Mask"
|
||||
},
|
||||
{
|
||||
"Type": "SolderPaste",
|
||||
"Name": "Bottom Solder Paste"
|
||||
},
|
||||
{
|
||||
"Type": "Legend",
|
||||
"Name": "Bottom Silk Screen"
|
||||
}
|
||||
]
|
||||
}
|
||||
BIN
v1/nulldetector-B_Cu.pdf
Normal file
BIN
v1/nulldetector-B_Cu.pdf
Normal file
Binary file not shown.
BIN
v1/nulldetector-B_Mask.pdf
Normal file
BIN
v1/nulldetector-B_Mask.pdf
Normal file
Binary file not shown.
BIN
v1/nulldetector-B_Paste.pdf
Normal file
BIN
v1/nulldetector-B_Paste.pdf
Normal file
Binary file not shown.
BIN
v1/nulldetector-B_Silkscreen.pdf
Normal file
BIN
v1/nulldetector-B_Silkscreen.pdf
Normal file
Binary file not shown.
762
v1/nulldetector-Edge_Cuts.pdf
Normal file
762
v1/nulldetector-Edge_Cuts.pdf
Normal file
@@ -0,0 +1,762 @@
|
||||
%PDF-1.5
|
||||
%<25><><EFBFBD><EFBFBD>
|
||||
3 0 obj
|
||||
<< /Length 4 0 R /Filter /FlateDecode >>
|
||||
stream
|
||||
x<EFBFBD>u<EFBFBD>K
|
||||
<EFBFBD>@D<>}
|
||||
O<EFBFBD>Tk4<EFBFBD> Y&G<><47><EFBFBD>0<EFBFBD>d<EFBFBD><64><EFBFBD><EFBFBD><11>E<>G<EFBFBD>"2<>2a<32>K<EFBFBD>&*<2A><>|v<><76><EFBFBD>!<21><><Kc<4B>ђn^B<><42><EFBFBD>ǜE<C79C><45>R<><52>س<1B>R<EFBFBD><52>(qWEj<45><6A>)<29>^<5E>=(><3E>hO<68>ә<1C><0F>++[
|
||||
endstream
|
||||
endobj
|
||||
4 0 obj
|
||||
118
|
||||
endobj
|
||||
32 0 obj
|
||||
[5 0 R 6 0 R 7 0 R 8 0 R 9 0 R 10 0 R 11 0 R 12 0 R 13 0 R 14 0 R 15 0 R 16 0 R 17 0 R 18 0 R 19 0 R 20 0 R 21 0 R 22 0 R 23 0 R 24 0 R 25 0 R 26 0 R 27 0 R 28 0 R 29 0 R 30 0 R 31 0 R]
|
||||
endobj
|
||||
33 0 obj
|
||||
<<
|
||||
/Type /Page
|
||||
/Parent 1 0 R
|
||||
/Resources <<
|
||||
/ProcSet [/PDF /Text /ImageC /ImageB]
|
||||
/Font 2 0 R >>
|
||||
/MediaBox [0 0 841.896 595.296]
|
||||
/Contents 3 0 R
|
||||
/Annots 32 0 R>>
|
||||
endobj
|
||||
34 0 obj
|
||||
<</S /GoTo /D [33 0 R /Fit]
|
||||
>>
|
||||
endobj
|
||||
37 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 391 269 434 247]
|
||||
>>
|
||||
endobj
|
||||
39 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 390 330 401 316]
|
||||
>>
|
||||
endobj
|
||||
41 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 424 340 439 324]
|
||||
>>
|
||||
endobj
|
||||
43 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 390 306 408 295]
|
||||
>>
|
||||
endobj
|
||||
45 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 390 287 415 266]
|
||||
>>
|
||||
endobj
|
||||
47 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 372 287 394 262]
|
||||
>>
|
||||
endobj
|
||||
49 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 379 329 394 315]
|
||||
>>
|
||||
endobj
|
||||
51 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 407 311 432 289]
|
||||
>>
|
||||
endobj
|
||||
53 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 363 406 443 391]
|
||||
>>
|
||||
endobj
|
||||
55 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 390 317 408 305]
|
||||
>>
|
||||
endobj
|
||||
57 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 365 351 391 327]
|
||||
>>
|
||||
endobj
|
||||
59 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 393 382 408 368]
|
||||
>>
|
||||
endobj
|
||||
61 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 433 315 453 304]
|
||||
>>
|
||||
endobj
|
||||
63 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 429 394 443 378]
|
||||
>>
|
||||
endobj
|
||||
65 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 439 278 453 267]
|
||||
>>
|
||||
endobj
|
||||
67 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 377 296 400 290]
|
||||
>>
|
||||
endobj
|
||||
69 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 364 319 391 296]
|
||||
>>
|
||||
endobj
|
||||
71 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 439 289 453 278]
|
||||
>>
|
||||
endobj
|
||||
73 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 415 290 439 266]
|
||||
>>
|
||||
endobj
|
||||
75 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 449 301 467 259]
|
||||
>>
|
||||
endobj
|
||||
77 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 397 363 411 351]
|
||||
>>
|
||||
endobj
|
||||
79 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 414 376 428 360]
|
||||
>>
|
||||
endobj
|
||||
81 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 409 393 422 379]
|
||||
>>
|
||||
endobj
|
||||
83 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 361 288 375 280]
|
||||
>>
|
||||
endobj
|
||||
85 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 433 301 453 290]
|
||||
>>
|
||||
endobj
|
||||
87 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 361 298 375 289]
|
||||
>>
|
||||
endobj
|
||||
89 0 obj
|
||||
<</S /GoTo /D [33 0 R /FitR 382 395 468 308]
|
||||
>>
|
||||
endobj
|
||||
91 0 obj
|
||||
<< /BaseFont /Helvetica
|
||||
/Type /Font
|
||||
/Subtype /Type1
|
||||
/Encoding /WinAnsiEncoding
|
||||
>>
|
||||
endobj
|
||||
92 0 obj
|
||||
<< /BaseFont /Helvetica-Oblique
|
||||
/Type /Font
|
||||
/Subtype /Type1
|
||||
/Encoding /WinAnsiEncoding
|
||||
>>
|
||||
endobj
|
||||
93 0 obj
|
||||
<< /BaseFont /Helvetica-Bold
|
||||
/Type /Font
|
||||
/Subtype /Type1
|
||||
/Encoding /WinAnsiEncoding
|
||||
>>
|
||||
endobj
|
||||
94 0 obj
|
||||
<< /BaseFont /Helvetica-BoldOblique
|
||||
/Type /Font
|
||||
/Subtype /Type1
|
||||
/Encoding /WinAnsiEncoding
|
||||
>>
|
||||
endobj
|
||||
2 0 obj
|
||||
<<
|
||||
/KicadFont 91 0 R
|
||||
/KicadFontI 92 0 R
|
||||
/KicadFontB 93 0 R
|
||||
/KicadFontBI 94 0 R
|
||||
>>
|
||||
endobj
|
||||
5 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [391.936 247.002 434.624 269.67]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = J2', cReturn: null }, { cName: 'Value = Conn_01x02_Socket', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Generic connector, single row, 01x02, script generated', cReturn: null }, { cName: 'ki_keywords = connector', cReturn: null }, { cName: 'Footprint = Connector_Wire:SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm', cReturn: null }, { cName: 'Description = Soldered wire connection, for 2 times 2 mm\\u00B2 wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 \\u0028https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_\\u0028en\\u0029_hi.pdf\\u0029, bend radius 3 times outer diameter, generated with kicad-footprint-generator', cReturn: 'https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_\\u0028en\\u0029_hi.pdf\\u0029, bend radius 3 times outer diameter, generated with kicad-footprint-generator' }, { cName: 'Keywords = connector wire 2sqmm', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
6 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [390.596 316.767 401.406 330.798]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R13', cReturn: null }, { cName: 'Value = 1M', cReturn: null }, { cName: 'MPN = RT1206DRD071ML', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
7 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [424.984 324.932 439.016 340.06]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R10', cReturn: null }, { cName: 'Value = 20k', cReturn: null }, { cName: 'MPN = RT1206DRD0720KL', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
8 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [390.716 295.412 408.98 306.3]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R9', cReturn: null }, { cName: 'Value = 1M', cReturn: null }, { cName: 'MPN = RT1206DRD071ML', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
9 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [390.947 266.681 415.031 287.799]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = U2', cReturn: null }, { cName: 'Value = LTC1050', cReturn: null }, { cName: 'MPN = LTC1050CS8', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Precision Amplifiers Zero-Drift Op Amp w/ Int Caps, DIP-8/SOIC-8', cReturn: null }, { cName: 'ki_keywords = single opamp', cReturn: null }, { cName: 'Footprint = Package_SO:SOIC-8_3.9x4.9mm_P1.27mm', cReturn: null }, { cName: 'Description = SOIC, 8 Pin \\u0028JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf\\u0029, generated with kicad-footprint-generator ipc_gullwing_generator.py', cReturn: 'https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf\\u0029, generated with kicad-footprint-generator ipc_gullwing_generator.py' }, { cName: 'Keywords = SOIC SO', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
10 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [372.691 262.145 394.829 287.647]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = C5', cReturn: null }, { cName: 'Value = .47u 50v', cReturn: null }, { cName: 'MPN = LDECD3470JA5N00', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Unpolarized capacitor', cReturn: null }, { cName: 'ki_keywords = cap capacitor', cReturn: null }, { cName: 'Footprint = Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder', cReturn: null }, { cName: 'Description = Capacitor SMD 2220 \\u00285750 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC-7351 nominal with elongated pad for handsoldering. \\u0028Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'http://datasheets.avx.com/AVX-HV_MLCC.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = capacitor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
11 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [379.916 315.474 394.804 329.505]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R6', cReturn: null }, { cName: 'Value = 20k', cReturn: null }, { cName: 'MPN = RT1206DRD0720KL', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
12 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [407.504 289.772 432.711 311.551]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = RV1', cReturn: null }, { cName: 'Value = 100k', cReturn: null }, { cName: 'MPN = TS63Y104KR10 ', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Potentiometer', cReturn: null }, { cName: 'ki_keywords = resistor variable', cReturn: null }, { cName: 'Footprint = pot:Potentiometer_Vishay_TS63Y_Vertical', cReturn: null }, { cName: 'Description = Potentiometer, vertical, Vishay TS63Y, https://www.vishay.com/docs/51011/ts63.pdf', cReturn: 'https://www.vishay.com/docs/51011/ts63.pdf' }, { cName: 'Keywords = Potentiometer vertical Vishay TS63Y', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
13 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [363.136 391.292 443.58 406.472]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = J1', cReturn: null }, { cName: 'Value = Conn_01x02_Socket', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Generic connector, single row, 01x02, script generated', cReturn: null }, { cName: 'ki_keywords = connector', cReturn: null }, { cName: 'Footprint = Connector_Wire:SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm', cReturn: null }, { cName: 'Description = Soldered wire connection, for 2 times 2 mm\\u00B2 wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 \\u0028https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_\\u0028en\\u0029_hi.pdf\\u0029, bend radius 3 times outer diameter, generated with kicad-footprint-generator', cReturn: 'https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_\\u0028en\\u0029_hi.pdf\\u0029, bend radius 3 times outer diameter, generated with kicad-footprint-generator' }, { cName: 'Keywords = connector wire 2sqmm', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
14 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [390.716 305.705 408.776 317.62]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R11', cReturn: null }, { cName: 'Value = 100k', cReturn: null }, { cName: 'Field4 = ', cReturn: null }, { cName: 'MPN = RT1206DRD07100KL', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
15 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [365.516 327.665 391.949 351.46]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = C3', cReturn: null }, { cName: 'Value = .47u 50v', cReturn: null }, { cName: 'MPN = LDECD3470JA5N00', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Polarized capacitor', cReturn: null }, { cName: 'ki_keywords = cap capacitor', cReturn: null }, { cName: 'Footprint = Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder', cReturn: null }, { cName: 'Description = Capacitor SMD 2220 \\u00285750 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC-7351 nominal with elongated pad for handsoldering. \\u0028Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'http://datasheets.avx.com/AVX-HV_MLCC.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = capacitor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
16 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [393.814 368.561 408.481 382.725]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R3', cReturn: null }, { cName: 'Value = 9.09k', cReturn: null }, { cName: 'MPN = TNPW08059K09DEEA', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 0805 \\u00282012 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
17 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [433.108 304.77 453.326 315.58]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R7', cReturn: null }, { cName: 'Value = 1M', cReturn: null }, { cName: 'MPN = RT1206DRD071ML', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
18 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [429.744 378.332 443.775 394.006]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R1', cReturn: null }, { cName: 'Value = 100k', cReturn: null }, { cName: 'MPN = RT1206DRD07100KL', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
19 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [439.565 267.41 453.458 278.782]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = C1', cReturn: null }, { cName: 'Value = 220n', cReturn: null }, { cName: 'MPN = 0805YC224K4Z2A', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Unpolarized capacitor', cReturn: null }, { cName: 'ki_keywords = cap capacitor', cReturn: null }, { cName: 'Footprint = Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder', cReturn: null }, { cName: 'Description = Capacitor SMD 0805 \\u00282012 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = capacitor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
20 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [377.129 290.37 400.136 296.862]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R12', cReturn: null }, { cName: 'Value = 100k', cReturn: null }, { cName: 'MPN = RT1206DRD07100KL', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
21 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [364.796 296.705 391.229 319.78]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = C4', cReturn: null }, { cName: 'Value = .47u 50v', cReturn: null }, { cName: 'MPN = LDECD3470JA5N00', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Polarized capacitor', cReturn: null }, { cName: 'ki_keywords = cap capacitor', cReturn: null }, { cName: 'Footprint = Capacitor_SMD:C_2220_5750Metric_Pad1.97x5.40mm_HandSolder', cReturn: null }, { cName: 'Description = Capacitor SMD 2220 \\u00285750 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC-7351 nominal with elongated pad for handsoldering. \\u0028Body size from: http://datasheets.avx.com/AVX-HV_MLCC.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'http://datasheets.avx.com/AVX-HV_MLCC.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = capacitor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
22 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [439.565 278.271 453.458 289.643]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = C2', cReturn: null }, { cName: 'Value = 220n', cReturn: null }, { cName: 'MPN = 0805YC224K4Z2A', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Unpolarized capacitor', cReturn: null }, { cName: 'ki_keywords = cap capacitor', cReturn: null }, { cName: 'Footprint = Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder', cReturn: null }, { cName: 'Description = Capacitor SMD 0805 \\u00282012 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 76, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf, https://docs.google.com/spreadsheets/d/1BsfQQcO9C6DZCsRaXUlFlo91Tg2WpOkGARC1WS5S8t0/edit?usp=sharing\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = capacitor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
23 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [415.466 266.814 439.121 290.898]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = U1', cReturn: null }, { cName: 'Value = TLE2426xD', cReturn: null }, { cName: 'MPN = TLE2426CDG4', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Precision virtual ground, noise reduction pin, 4V to 40V input, SOIC-8', cReturn: null }, { cName: 'ki_keywords = Rail splitter precision virtual ground', cReturn: null }, { cName: 'Footprint = Package_SO:SOIC-8_3.9x4.9mm_P1.27mm', cReturn: null }, { cName: 'Description = SOIC, 8 Pin \\u0028JEDEC MS-012AA, https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf\\u0029, generated with kicad-footprint-generator ipc_gullwing_generator.py', cReturn: 'https://www.analog.com/media/en/package-pcb-resources/package/pkg_pdf/soic_narrow-r/r_8.pdf\\u0029, generated with kicad-footprint-generator ipc_gullwing_generator.py' }, { cName: 'Keywords = SOIC SO', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
24 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [449.613 259.716 467.963 301.78]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = BT1', cReturn: null }, { cName: 'Value = Battery', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Multiple-cell battery', cReturn: null }, { cName: 'ki_keywords = batt voltage-source cell', cReturn: null }, { cName: 'Footprint = Connector_Wire:SolderWire-2sqmm_1x02_P7.8mm_D2mm_OD3.9mm', cReturn: null }, { cName: 'Description = Soldered wire connection, for 2 times 2 mm\\u00B2 wires, reinforced insulation, conductor diameter 2mm, outer diameter 3.9mm, size source Multi-Contact FLEXI-xV 2.0 \\u0028https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_\\u0028en\\u0029_hi.pdf\\u0029, bend radius 3 times outer diameter, generated with kicad-footprint-generator', cReturn: 'https://ec.staubli.com/AcroFiles/Catalogues/TM_Cab-Main-11014119_\\u0028en\\u0029_hi.pdf\\u0029, bend radius 3 times outer diameter, generated with kicad-footprint-generator' }, { cName: 'Keywords = connector wire 2sqmm', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
25 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [397.558 351.47 411.722 363.922]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R4', cReturn: null }, { cName: 'Value = 1.00k', cReturn: null }, { cName: 'MPN = RT0805DRD071KL', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 0805 \\u00282012 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
26 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [414.624 360.879 428.655 376.006]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R5', cReturn: null }, { cName: 'Value = 20k', cReturn: null }, { cName: 'MPN = RT1206DRD0720KL', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
27 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [409.654 379.052 422.106 393.525]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R2', cReturn: null }, { cName: 'Value = 90.9k', cReturn: null }, { cName: 'MPN = RT0805DRD0790K9L', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_0805_2012Metric_Pad1.20x1.40mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 0805 \\u00282012 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
28 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [361.919 280.043 375.134 288.82]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = D2', cReturn: null }, { cName: 'Value = D', cReturn: null }, { cName: 'MPN = 1N914BWT', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'Sim.Device = D', cReturn: null }, { cName: 'Sim.Pins = 1=K 2=A', cReturn: null }, { cName: 'ki_description = Diode', cReturn: null }, { cName: 'ki_keywords = diode', cReturn: null }, { cName: 'Footprint = Diode_SMD:D_SOD-523', cReturn: null }, { cName: 'Description = http://www.diodes.com/datasheets/ap02001.pdf p.144', cReturn: 'http://www.diodes.com/datasheets/ap02001.pdf p.144' }, { cName: 'Keywords = Diode SOD523', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
29 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [433.035 290.372 453.326 301.182]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = R8', cReturn: null }, { cName: 'Value = 1M', cReturn: null }, { cName: 'MPN = RT1206DRD071ML', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Resistor', cReturn: null }, { cName: 'ki_keywords = R res resistor', cReturn: null }, { cName: 'Footprint = Resistor_SMD:R_1206_3216Metric_Pad1.30x1.75mm_HandSolder', cReturn: null }, { cName: 'Description = Resistor SMD 1206 \\u00283216 Metric\\u0029, square \\u0028rectangular\\u0029 end terminal, IPC_7351 nominal with elongated pad for handsoldering. \\u0028Body size source: IPC-SM-782 page 72, https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator', cReturn: 'https://www.pcb-3d.com/wordpress/wp-content/uploads/ipc-sm-782a_amendment_1_and_2.pdf\\u0029, generated with kicad-footprint-generator' }, { cName: 'Keywords = resistor handsolder', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
30 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [361.919 289.772 375.262 298.549]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = D1', cReturn: null }, { cName: 'Value = D', cReturn: null }, { cName: 'MPN = 1N914BWT', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'Sim.Device = D', cReturn: null }, { cName: 'Sim.Pins = 1=K 2=A', cReturn: null }, { cName: 'ki_description = Diode', cReturn: null }, { cName: 'ki_keywords = diode', cReturn: null }, { cName: 'Footprint = Diode_SMD:D_SOD-523', cReturn: null }, { cName: 'Description = http://www.diodes.com/datasheets/ap02001.pdf p.144', cReturn: 'http://www.diodes.com/datasheets/ap02001.pdf p.144' }, { cName: 'Keywords = Diode SOD523', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
31 0 obj
|
||||
<< /Type /Annot
|
||||
/Subtype /Link
|
||||
/Rect [382.363 308.782 468.904 395.324]
|
||||
/Border [16 16 0]
|
||||
/A << /Type /Action /S /JavaScript /JS (var aParams = [ { cName: 'Reference designator = SW1', cReturn: null }, { cName: 'Value = SW_Rotary_2x5_MP', cReturn: null }, { cName: 'Sheetfile = nulldetector.kicad_sch', cReturn: null }, { cName: 'Sheetname = ', cReturn: null }, { cName: 'ki_description = Rotary switch 2x5, DP5T', cReturn: null }, { cName: 'ki_keywords = Rotary switch 2x5 SP5T', cReturn: null }, { cName: 'Footprint = switch:ck_a4xx_c', cReturn: null }, { cName: 'Description = ', cReturn: null }, { cName: 'Keywords = ', cReturn: null }, ]; var cChoice = app.popUpMenuEx.apply\( app, aParams \); if\( cChoice != null && cChoice.substring\( 0, 1 \) == '#' \) this.pageNum = parseInt\( cChoice.slice\( 1 \) \); else if\( cChoice != null && cChoice.substring\( 0, 4 \) == 'http' \) app.launchURL\( cChoice \);) >>
|
||||
>>
|
||||
endobj
|
||||
1 0 obj
|
||||
<<
|
||||
/Type /Pages
|
||||
/Kids [
|
||||
33 0 R
|
||||
]
|
||||
/Count 1
|
||||
>>
|
||||
endobj
|
||||
95 0 obj
|
||||
<<
|
||||
/Producer (KiCad PDF)
|
||||
/CreationDate (D:20240610140318)
|
||||
/Creator (PCBNEW)
|
||||
/Title (nulldetector-Edge_Cuts.pdf)
|
||||
>>
|
||||
endobj
|
||||
76 0 obj
|
||||
<< /Title (BT1)
|
||||
/Parent 36 0 R
|
||||
/Next 66 0 R
|
||||
/A 75 0 R
|
||||
>>
|
||||
endobj
|
||||
66 0 obj
|
||||
<< /Title (C1)
|
||||
/Parent 36 0 R
|
||||
/Next 72 0 R
|
||||
/Prev 76 0 R
|
||||
/A 65 0 R
|
||||
>>
|
||||
endobj
|
||||
72 0 obj
|
||||
<< /Title (C2)
|
||||
/Parent 36 0 R
|
||||
/Next 58 0 R
|
||||
/Prev 66 0 R
|
||||
/A 71 0 R
|
||||
>>
|
||||
endobj
|
||||
58 0 obj
|
||||
<< /Title (C3)
|
||||
/Parent 36 0 R
|
||||
/Next 70 0 R
|
||||
/Prev 72 0 R
|
||||
/A 57 0 R
|
||||
>>
|
||||
endobj
|
||||
70 0 obj
|
||||
<< /Title (C4)
|
||||
/Parent 36 0 R
|
||||
/Next 48 0 R
|
||||
/Prev 58 0 R
|
||||
/A 69 0 R
|
||||
>>
|
||||
endobj
|
||||
48 0 obj
|
||||
<< /Title (C5)
|
||||
/Parent 36 0 R
|
||||
/Next 88 0 R
|
||||
/Prev 70 0 R
|
||||
/A 47 0 R
|
||||
>>
|
||||
endobj
|
||||
88 0 obj
|
||||
<< /Title (D1)
|
||||
/Parent 36 0 R
|
||||
/Next 84 0 R
|
||||
/Prev 48 0 R
|
||||
/A 87 0 R
|
||||
>>
|
||||
endobj
|
||||
84 0 obj
|
||||
<< /Title (D2)
|
||||
/Parent 36 0 R
|
||||
/Next 54 0 R
|
||||
/Prev 88 0 R
|
||||
/A 83 0 R
|
||||
>>
|
||||
endobj
|
||||
54 0 obj
|
||||
<< /Title (J1)
|
||||
/Parent 36 0 R
|
||||
/Next 38 0 R
|
||||
/Prev 84 0 R
|
||||
/A 53 0 R
|
||||
>>
|
||||
endobj
|
||||
38 0 obj
|
||||
<< /Title (J2)
|
||||
/Parent 36 0 R
|
||||
/Next 64 0 R
|
||||
/Prev 54 0 R
|
||||
/A 37 0 R
|
||||
>>
|
||||
endobj
|
||||
64 0 obj
|
||||
<< /Title (R1)
|
||||
/Parent 36 0 R
|
||||
/Next 42 0 R
|
||||
/Prev 38 0 R
|
||||
/A 63 0 R
|
||||
>>
|
||||
endobj
|
||||
42 0 obj
|
||||
<< /Title (R10)
|
||||
/Parent 36 0 R
|
||||
/Next 56 0 R
|
||||
/Prev 64 0 R
|
||||
/A 41 0 R
|
||||
>>
|
||||
endobj
|
||||
56 0 obj
|
||||
<< /Title (R11)
|
||||
/Parent 36 0 R
|
||||
/Next 68 0 R
|
||||
/Prev 42 0 R
|
||||
/A 55 0 R
|
||||
>>
|
||||
endobj
|
||||
68 0 obj
|
||||
<< /Title (R12)
|
||||
/Parent 36 0 R
|
||||
/Next 40 0 R
|
||||
/Prev 56 0 R
|
||||
/A 67 0 R
|
||||
>>
|
||||
endobj
|
||||
40 0 obj
|
||||
<< /Title (R13)
|
||||
/Parent 36 0 R
|
||||
/Next 82 0 R
|
||||
/Prev 68 0 R
|
||||
/A 39 0 R
|
||||
>>
|
||||
endobj
|
||||
82 0 obj
|
||||
<< /Title (R2)
|
||||
/Parent 36 0 R
|
||||
/Next 60 0 R
|
||||
/Prev 40 0 R
|
||||
/A 81 0 R
|
||||
>>
|
||||
endobj
|
||||
60 0 obj
|
||||
<< /Title (R3)
|
||||
/Parent 36 0 R
|
||||
/Next 78 0 R
|
||||
/Prev 82 0 R
|
||||
/A 59 0 R
|
||||
>>
|
||||
endobj
|
||||
78 0 obj
|
||||
<< /Title (R4)
|
||||
/Parent 36 0 R
|
||||
/Next 80 0 R
|
||||
/Prev 60 0 R
|
||||
/A 77 0 R
|
||||
>>
|
||||
endobj
|
||||
80 0 obj
|
||||
<< /Title (R5)
|
||||
/Parent 36 0 R
|
||||
/Next 50 0 R
|
||||
/Prev 78 0 R
|
||||
/A 79 0 R
|
||||
>>
|
||||
endobj
|
||||
50 0 obj
|
||||
<< /Title (R6)
|
||||
/Parent 36 0 R
|
||||
/Next 62 0 R
|
||||
/Prev 80 0 R
|
||||
/A 49 0 R
|
||||
>>
|
||||
endobj
|
||||
62 0 obj
|
||||
<< /Title (R7)
|
||||
/Parent 36 0 R
|
||||
/Next 86 0 R
|
||||
/Prev 50 0 R
|
||||
/A 61 0 R
|
||||
>>
|
||||
endobj
|
||||
86 0 obj
|
||||
<< /Title (R8)
|
||||
/Parent 36 0 R
|
||||
/Next 44 0 R
|
||||
/Prev 62 0 R
|
||||
/A 85 0 R
|
||||
>>
|
||||
endobj
|
||||
44 0 obj
|
||||
<< /Title (R9)
|
||||
/Parent 36 0 R
|
||||
/Next 52 0 R
|
||||
/Prev 86 0 R
|
||||
/A 43 0 R
|
||||
>>
|
||||
endobj
|
||||
52 0 obj
|
||||
<< /Title (RV1)
|
||||
/Parent 36 0 R
|
||||
/Next 90 0 R
|
||||
/Prev 44 0 R
|
||||
/A 51 0 R
|
||||
>>
|
||||
endobj
|
||||
90 0 obj
|
||||
<< /Title (SW1)
|
||||
/Parent 36 0 R
|
||||
/Next 74 0 R
|
||||
/Prev 52 0 R
|
||||
/A 89 0 R
|
||||
>>
|
||||
endobj
|
||||
74 0 obj
|
||||
<< /Title (U1)
|
||||
/Parent 36 0 R
|
||||
/Next 46 0 R
|
||||
/Prev 90 0 R
|
||||
/A 73 0 R
|
||||
>>
|
||||
endobj
|
||||
46 0 obj
|
||||
<< /Title (U2)
|
||||
/Parent 36 0 R
|
||||
/Prev 74 0 R
|
||||
/A 45 0 R
|
||||
>>
|
||||
endobj
|
||||
36 0 obj
|
||||
<< /Title (Footprints)
|
||||
/Parent 35 0 R
|
||||
/Count -27
|
||||
/First 76 0 R
|
||||
/Last 46 0 R
|
||||
/A 34 0 R
|
||||
>>
|
||||
endobj
|
||||
35 0 obj
|
||||
<< /Title (Page 1)
|
||||
/Parent 96 0 R
|
||||
/Count -1
|
||||
/First 36 0 R
|
||||
/Last 36 0 R
|
||||
/A 34 0 R
|
||||
>>
|
||||
endobj
|
||||
96 0 obj
|
||||
<< /Type /Outlines
|
||||
/Count 29
|
||||
/First 35 0 R
|
||||
/Last 35 0 R
|
||||
>>
|
||||
endobj
|
||||
97 0 obj
|
||||
<<
|
||||
/Type /Catalog
|
||||
/Pages 1 0 R
|
||||
/Version /1.5
|
||||
/PageMode /UseOutlines
|
||||
/Outlines 96 0 R
|
||||
/PageLayout /SinglePage
|
||||
>>
|
||||
endobj
|
||||
xref
|
||||
0 98
|
||||
0000000000 65535 f
|
||||
0000041656 00000 n
|
||||
0000002841 00000 n
|
||||
0000000015 00000 n
|
||||
0000000207 00000 n
|
||||
0000002954 00000 n
|
||||
0000004496 00000 n
|
||||
0000005975 00000 n
|
||||
0000007455 00000 n
|
||||
0000008930 00000 n
|
||||
0000010337 00000 n
|
||||
0000011728 00000 n
|
||||
0000013209 00000 n
|
||||
0000014360 00000 n
|
||||
0000015903 00000 n
|
||||
0000017425 00000 n
|
||||
0000018813 00000 n
|
||||
0000020297 00000 n
|
||||
0000021774 00000 n
|
||||
0000023257 00000 n
|
||||
0000024956 00000 n
|
||||
0000026439 00000 n
|
||||
0000027827 00000 n
|
||||
0000029527 00000 n
|
||||
0000030970 00000 n
|
||||
0000032486 00000 n
|
||||
0000033967 00000 n
|
||||
0000035448 00000 n
|
||||
0000036932 00000 n
|
||||
0000038079 00000 n
|
||||
0000039558 00000 n
|
||||
0000040706 00000 n
|
||||
0000000226 00000 n
|
||||
0000000428 00000 n
|
||||
0000000613 00000 n
|
||||
0000044561 00000 n
|
||||
0000044441 00000 n
|
||||
0000000660 00000 n
|
||||
0000042705 00000 n
|
||||
0000000724 00000 n
|
||||
0000043193 00000 n
|
||||
0000000788 00000 n
|
||||
0000042899 00000 n
|
||||
0000000852 00000 n
|
||||
0000043970 00000 n
|
||||
0000000916 00000 n
|
||||
0000044360 00000 n
|
||||
0000000980 00000 n
|
||||
0000042317 00000 n
|
||||
0000001044 00000 n
|
||||
0000043679 00000 n
|
||||
0000001108 00000 n
|
||||
0000044067 00000 n
|
||||
0000001172 00000 n
|
||||
0000042608 00000 n
|
||||
0000001236 00000 n
|
||||
0000042997 00000 n
|
||||
0000001300 00000 n
|
||||
0000042123 00000 n
|
||||
0000001364 00000 n
|
||||
0000043388 00000 n
|
||||
0000001428 00000 n
|
||||
0000043776 00000 n
|
||||
0000001492 00000 n
|
||||
0000042802 00000 n
|
||||
0000001556 00000 n
|
||||
0000041929 00000 n
|
||||
0000001620 00000 n
|
||||
0000043095 00000 n
|
||||
0000001684 00000 n
|
||||
0000042220 00000 n
|
||||
0000001748 00000 n
|
||||
0000042026 00000 n
|
||||
0000001812 00000 n
|
||||
0000044263 00000 n
|
||||
0000001876 00000 n
|
||||
0000041847 00000 n
|
||||
0000001940 00000 n
|
||||
0000043485 00000 n
|
||||
0000002004 00000 n
|
||||
0000043582 00000 n
|
||||
0000002068 00000 n
|
||||
0000043291 00000 n
|
||||
0000002132 00000 n
|
||||
0000042511 00000 n
|
||||
0000002196 00000 n
|
||||
0000043873 00000 n
|
||||
0000002260 00000 n
|
||||
0000042414 00000 n
|
||||
0000002324 00000 n
|
||||
0000044165 00000 n
|
||||
0000002388 00000 n
|
||||
0000002495 00000 n
|
||||
0000002610 00000 n
|
||||
0000002722 00000 n
|
||||
0000041716 00000 n
|
||||
0000044676 00000 n
|
||||
0000044760 00000 n
|
||||
trailer
|
||||
<< /Size 98 /Root 97 0 R /Info 95 0 R >>
|
||||
startxref
|
||||
44888
|
||||
%%EOF
|
||||
BIN
v1/nulldetector-F_Cu.pdf
Normal file
BIN
v1/nulldetector-F_Cu.pdf
Normal file
Binary file not shown.
BIN
v1/nulldetector-F_Mask.pdf
Normal file
BIN
v1/nulldetector-F_Mask.pdf
Normal file
Binary file not shown.
BIN
v1/nulldetector-F_Paste.pdf
Normal file
BIN
v1/nulldetector-F_Paste.pdf
Normal file
Binary file not shown.
BIN
v1/nulldetector-F_Silkscreen.pdf
Normal file
BIN
v1/nulldetector-F_Silkscreen.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user