commit
75071529c7
@ -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 # For now I'll keep the BoM and placement files (CSV) files because I usually modify them a bit
|
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,581 @@
|
||||
{
|
||||
"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": {
|
||||
"45_degree_only": false,
|
||||
"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": {
|
||||
"allow_blind_buried_vias": false,
|
||||
"allow_microvias": false,
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.127,
|
||||
"min_connection": 0.127,
|
||||
"min_copper_edge_clearance": 0.19999999999999998,
|
||||
"min_hole_clearance": 0.254,
|
||||
"min_hole_to_hole": 0.254,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_resolved_spokes": 2,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_text_height": 1.0,
|
||||
"min_text_thickness": 0.153,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.127,
|
||||
"min_via_annular_width": 0.09999999999999999,
|
||||
"min_via_diameter": 0.5,
|
||||
"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": false,
|
||||
"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,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
"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": "error",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": []
|
||||
},
|
||||
"meta": {
|
||||
"filename": "FooBot-Test.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.25,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"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": "12V",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.5,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.15,
|
||||
"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": "BGA Tracks",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.2,
|
||||
"via_diameter": 0.5,
|
||||
"via_drill": 0.3,
|
||||
"wire_width": 6
|
||||
},
|
||||
{
|
||||
"bus_width": 12,
|
||||
"clearance": 0.25,
|
||||
"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 Rails",
|
||||
"pcb_color": "rgba(0, 0, 0, 0.000)",
|
||||
"schematic_color": "rgba(0, 0, 0, 0.000)",
|
||||
"track_width": 0.35,
|
||||
"via_diameter": 0.6,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 3
|
||||
},
|
||||
"net_colors": null,
|
||||
"netclass_assignments": {
|
||||
"+12V": "12V",
|
||||
"Net-(#FLG05-pwr)": "BGA Tracks",
|
||||
"Net-(D3-A2)": "Power Rails",
|
||||
"Net-(U6-SCL)": "BGA Tracks",
|
||||
"Net-(U6-SDA)": "BGA Tracks"
|
||||
},
|
||||
"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": [
|
||||
{
|
||||
"name": "LCSC Part",
|
||||
"url": false,
|
||||
"visible": false
|
||||
}
|
||||
],
|
||||
"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": [
|
||||
[
|
||||
"051b5c8a-2e2c-4a0d-9030-a6929cfcae47",
|
||||
""
|
||||
],
|
||||
[
|
||||
"38ca35ce-430a-42cb-9bc3-17f918a3d836",
|
||||
"Power"
|
||||
],
|
||||
[
|
||||
"43902258-62bb-44ae-9942-f920ad773e31",
|
||||
"MCU"
|
||||
],
|
||||
[
|
||||
"3fe3f209-c76d-4e07-bed6-c2300291c8b5",
|
||||
"Motor Driver"
|
||||
],
|
||||
[
|
||||
"a9fd13e6-470f-46a8-bce9-afc167d9f058",
|
||||
"Connectors"
|
||||
],
|
||||
[
|
||||
"b8684404-310f-498f-9486-e3180194d66f",
|
||||
"Compass"
|
||||
],
|
||||
[
|
||||
"a5aa4038-c07a-4f35-bca3-b546199a78dc",
|
||||
"ToF"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
@ -0,0 +1,624 @@
|
||||
(kicad_sch (version 20230121) (generator eeschema)
|
||||
|
||||
(uuid 051b5c8a-2e2c-4a0d-9030-a6929cfcae47)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
(title_block
|
||||
(title "FooBot-Tests")
|
||||
(date "2023-03-17")
|
||||
(rev "1.0.0")
|
||||
(company "nschoe's labs")
|
||||
)
|
||||
|
||||
(lib_symbols
|
||||
(symbol "Mechanical:MountingHole_Pad" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "H" (at 0 6.35 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MountingHole_Pad" (at 0 4.445 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "mounting hole" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Mounting Hole with connection" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "MountingHole*Pad*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MountingHole_Pad_0_1"
|
||||
(circle (center 0 1.27) (radius 1.27)
|
||||
(stroke (width 1.27) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "MountingHole_Pad_1_1"
|
||||
(pin input line (at 0 -2.54 90) (length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "global power" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 -1.27)
|
||||
(xy 1.27 -1.27)
|
||||
(xy 0 -2.54)
|
||||
(xy -1.27 -1.27)
|
||||
(xy 0 -1.27)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "GND_1_1"
|
||||
(pin power_in line (at 0 0 270) (length 0) hide
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(junction (at 99.06 91.44) (diameter 0) (color 0 0 0 0)
|
||||
(uuid c85a692e-1ada-4507-8136-e041191ad836)
|
||||
)
|
||||
(junction (at 101.6 88.9) (diameter 0) (color 0 0 0 0)
|
||||
(uuid d4d1d791-04b4-49e3-b519-341d805cac90)
|
||||
)
|
||||
|
||||
(wire (pts (xy 195.58 64.77) (xy 184.15 64.77))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 09cd7930-3034-4554-9ee2-84efcc243311)
|
||||
)
|
||||
(wire (pts (xy 153.67 57.15) (xy 153.67 86.36))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 12b9c0e8-04f0-48e8-b2d2-f9fd645554cb)
|
||||
)
|
||||
(wire (pts (xy 99.06 91.44) (xy 105.41 91.44))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 21cfc079-c661-4e4f-ad75-4b80cd796049)
|
||||
)
|
||||
(wire (pts (xy 101.6 88.9) (xy 105.41 88.9))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 26cfd889-ca5c-43b2-adb5-1e2195f3ba86)
|
||||
)
|
||||
(wire (pts (xy 189.23 83.82) (xy 195.58 83.82))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 27bd366c-fe8a-4083-9fb5-48cdff3e8791)
|
||||
)
|
||||
(wire (pts (xy 105.41 64.77) (xy 99.06 64.77))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 2e7eda76-d6e9-4381-b015-0c12c7014f1b)
|
||||
)
|
||||
(wire (pts (xy 198.12 62.23) (xy 198.12 86.36))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 35952afe-69c7-4cdd-900b-b9ffdd362af8)
|
||||
)
|
||||
(wire (pts (xy 151.13 54.61) (xy 165.1 54.61))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 375e01a3-ae51-4d5f-a509-3b325d433dc6)
|
||||
)
|
||||
(wire (pts (xy 128.27 96.52) (xy 153.67 96.52))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 37d20cbc-62e0-4943-96e2-9cb16c6692ca)
|
||||
)
|
||||
(wire (pts (xy 96.52 120.65) (xy 105.41 120.65))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 3a455327-48dd-478e-a33d-b90e38ffed72)
|
||||
)
|
||||
(wire (pts (xy 128.27 83.82) (xy 151.13 83.82))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 3e69348b-0484-45a1-9ba2-7e037c1e7f16)
|
||||
)
|
||||
(wire (pts (xy 101.6 67.31) (xy 101.6 88.9))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 4ccdeb64-0f21-477f-a59c-d9394c05dcf8)
|
||||
)
|
||||
(wire (pts (xy 195.58 83.82) (xy 195.58 64.77))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 55ca7937-a29a-4efe-a2fb-cc928d62fec1)
|
||||
)
|
||||
(wire (pts (xy 101.6 99.06) (xy 105.41 99.06))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 5726787a-3c53-4c82-9086-7d60ba658c87)
|
||||
)
|
||||
(wire (pts (xy 151.13 93.98) (xy 151.13 88.9))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 5a19236d-cd23-4b0e-a8f0-fb756e01557e)
|
||||
)
|
||||
(wire (pts (xy 105.41 67.31) (xy 101.6 67.31))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 5a3fab32-8d11-4566-91a8-da55ca6e14a2)
|
||||
)
|
||||
(wire (pts (xy 105.41 113.03) (xy 101.6 113.03))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 641f5c2e-a494-44b9-92af-b47a38ccfd7b)
|
||||
)
|
||||
(wire (pts (xy 99.06 64.77) (xy 99.06 91.44))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 687d9a33-4562-4f19-913a-391b7fd482c8)
|
||||
)
|
||||
(wire (pts (xy 165.1 57.15) (xy 153.67 57.15))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 6a1af005-4e89-4843-a4b0-e67da26d69a6)
|
||||
)
|
||||
(wire (pts (xy 153.67 86.36) (xy 128.27 86.36))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 870768eb-82ce-43d9-a9be-23f67ee2bbe4)
|
||||
)
|
||||
(wire (pts (xy 99.06 91.44) (xy 99.06 118.11))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 90568a3b-96f7-4508-9714-0530ee4f034f)
|
||||
)
|
||||
(wire (pts (xy 128.27 93.98) (xy 151.13 93.98))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 98a4126e-f82c-459b-bfd4-b5bd24151f47)
|
||||
)
|
||||
(wire (pts (xy 184.15 62.23) (xy 198.12 62.23))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid b14dc164-8f33-4ed9-bb60-fd840c9589cc)
|
||||
)
|
||||
(wire (pts (xy 96.52 88.9) (xy 96.52 120.65))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid c89b5ff0-91be-45d4-a9e6-cb88d135fa43)
|
||||
)
|
||||
(wire (pts (xy 101.6 88.9) (xy 96.52 88.9))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid cace39ae-09ee-4304-a495-455c21b4924d)
|
||||
)
|
||||
(wire (pts (xy 153.67 91.44) (xy 165.1 91.44))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid ce159d2b-5bfd-4692-a902-53286258af97)
|
||||
)
|
||||
(wire (pts (xy 151.13 83.82) (xy 151.13 54.61))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid d3dd1a4f-d638-4151-bccf-3f5b3ba32b0b)
|
||||
)
|
||||
(wire (pts (xy 153.67 96.52) (xy 153.67 91.44))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid d724bae4-f3b1-4670-b5a2-fe596fd7eb0f)
|
||||
)
|
||||
(wire (pts (xy 151.13 88.9) (xy 165.1 88.9))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid e4c2ef85-6972-424c-8a92-a56905f611a3)
|
||||
)
|
||||
(wire (pts (xy 101.6 113.03) (xy 101.6 99.06))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid e9e72343-52f0-4ec4-a782-31ed20ce9d31)
|
||||
)
|
||||
(wire (pts (xy 99.06 118.11) (xy 105.41 118.11))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid fdbc9fec-e8d2-44e3-9051-62f903629365)
|
||||
)
|
||||
(wire (pts (xy 198.12 86.36) (xy 189.23 86.36))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid ff4cfdd4-c205-4b13-864e-4947ef25376e)
|
||||
)
|
||||
|
||||
(text "Current plan / hypothesis:\n- ATmega takes care of querying all sensors (uS sensors, IR\n sensors, magnetic compass, etc.) and keep records\n- RPi talks to ATmega over Serial to query the intel it needs,\n as well as give orders it wants (Serial because relstively fast\n and easy go handle)\n- If faster transfer are needed, we'll look at SPI"
|
||||
(at 72.39 36.83 0)
|
||||
(effects (font (size 2 2)) (justify left bottom))
|
||||
(uuid 2a30f21c-56b5-44e2-b762-b9b615692472)
|
||||
)
|
||||
(text "Flash arduino with RPi GPIOs: https://siytek.com/raspberry-pi-gpio-arduino/"
|
||||
(at 207.01 16.51 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid 81d87a97-11ff-40b5-9ab9-d7a3e3395158)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 39.37 124.46 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 2d511b20-6cc9-4d7e-b457-63cdbe9a0a6c)
|
||||
(property "Reference" "H1" (at 39.37 118.11 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MountingHole_Pad" (at 39.37 120.015 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_ISO14580_Pad" (at 39.37 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 39.37 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid f09ed4df-2237-4b83-8a69-e4b67a6aa529))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "H1") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 58.42 124.46 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 44c05d40-2113-4bf5-b6c3-a8d6e0b5e200)
|
||||
(property "Reference" "H4" (at 58.42 118.11 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MountingHole_Pad" (at 58.42 120.015 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_ISO14580_Pad" (at 58.42 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 58.42 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid e3d89fc5-ac53-4464-a4fe-a0a954713d92))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "H4") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 45.72 124.46 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 4dec3cd3-0026-44ae-a1c9-63272034b4f5)
|
||||
(property "Reference" "H2" (at 45.72 118.11 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MountingHole_Pad" (at 45.72 120.015 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_ISO14580_Pad" (at 45.72 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 45.72 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid b5fe9319-72a4-46ae-935a-a213b4e53efa))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "H2") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Mechanical:MountingHole_Pad") (at 52.07 124.46 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 614c8a5c-9593-4b9e-86f2-695e47346908)
|
||||
(property "Reference" "H3" (at 52.07 118.11 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "MountingHole_Pad" (at 52.07 120.015 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "MountingHole:MountingHole_2.7mm_M2.5_ISO14580_Pad" (at 52.07 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 52.07 124.46 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 387430c1-6ca4-49b0-8fc3-08d034834418))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "H3") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 52.07 127 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 741bf522-843d-4b0d-94eb-670955c2e04c)
|
||||
(property "Reference" "#PWR077" (at 52.07 133.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 52.07 130.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 52.07 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 52.07 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid a369efd0-7ec0-410b-b0f9-038069c6a660))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "#PWR077") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 39.37 127 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 7d3e837d-80ca-436e-9928-757099a1d942)
|
||||
(property "Reference" "#PWR075" (at 39.37 133.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 39.37 130.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 39.37 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 39.37 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 315300b3-63b4-4f25-ba45-e8d5335f5b9c))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "#PWR075") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 58.42 127 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 9441e751-e5b2-4d56-b336-e1698fc256ac)
|
||||
(property "Reference" "#PWR078" (at 58.42 133.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 58.42 130.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 58.42 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 58.42 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid ebaad5d2-051c-46a2-aa6f-b0fe11c913e3))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "#PWR078") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 45.72 127 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid c29ae288-f67a-4579-a500-2c20074b36a7)
|
||||
(property "Reference" "#PWR076" (at 45.72 133.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 45.72 130.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 45.72 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 45.72 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 6be6c3ee-cf4d-4189-b444-39d5751b44db))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47"
|
||||
(reference "#PWR076") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 31.75 81.28) (size 21.59 16.51) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid 38ca35ce-430a-42cb-9bc3-17f918a3d836)
|
||||
(property "Sheetname" "Power" (at 31.75 80.5684 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheetfile" "power.kicad_sch" (at 31.75 98.3746 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47" (page "2"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 165.1 81.28) (size 24.13 16.51) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid 3fe3f209-c76d-4e07-bed6-c2300291c8b5)
|
||||
(property "Sheetname" "Motor Driver" (at 165.1 80.5684 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheetfile" "motor_driver.kicad_sch" (at 165.1 98.3746 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "MOTOR_CTRL_IN_{2}" input (at 165.1 91.44 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 76efc77a-e108-41a5-ad2d-33935f2a5ec8)
|
||||
)
|
||||
(pin "MOTOR_CTRL_IN_{1}" input (at 165.1 88.9 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid c5ec6d06-111f-4906-8ce8-d82c86efa8af)
|
||||
)
|
||||
(pin "MOTOR_A" output (at 189.23 83.82 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 461cd2c8-9a99-4abb-b741-16d8f5f60f63)
|
||||
)
|
||||
(pin "MOTOR_B" output (at 189.23 86.36 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 40950643-6d6e-44d1-9495-89a12c5a1012)
|
||||
)
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47" (page "4"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 105.41 81.28) (size 22.86 20.32) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid 43902258-62bb-44ae-9942-f920ad773e31)
|
||||
(property "Sheetname" "MCU" (at 105.41 80.5684 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheetfile" "mcu.kicad_sch" (at 105.41 102.1846 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "HALL_SENSOR_B" input (at 128.27 83.82 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid bc9fd619-f1e4-47a6-a5e3-207e89408e8d)
|
||||
)
|
||||
(pin "HALL_SENSOR_A" input (at 128.27 86.36 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid f1424c2d-8f76-4e00-9a5c-7046fbcec13c)
|
||||
)
|
||||
(pin "SCL_3V" input (at 105.41 88.9 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid d35f4130-56e8-40f0-9a94-bd0c3a18ae26)
|
||||
)
|
||||
(pin "SDA_3V" input (at 105.41 91.44 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 2c61122a-b1b0-4461-bba0-06687dd85e85)
|
||||
)
|
||||
(pin "MOTOR_CTRL_IN_{1}" output (at 128.27 93.98 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid d3dcf6c6-c4ed-496f-a42c-1f79c08179dc)
|
||||
)
|
||||
(pin "MOTOR_CTRL_IN_{2}" output (at 128.27 96.52 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 7026738a-6f31-479f-9d6d-dcaeea76d031)
|
||||
)
|
||||
(pin "VL6180_EN_3V" output (at 105.41 99.06 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 413c342c-66fd-4cdc-b9eb-f77861d7ad0b)
|
||||
)
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47" (page "3"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 105.41 107.95) (size 22.86 17.78) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid a5aa4038-c07a-4f35-bca3-b546199a78dc)
|
||||
(property "Sheetname" "ToF" (at 105.41 107.2384 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheetfile" "tof.kicad_sch" (at 105.41 126.3146 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "VL6180_EN_3V" input (at 105.41 113.03 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid f6307b44-b900-4a9a-8d6a-86ba88fb70f8)
|
||||
)
|
||||
(pin "SCL_3V" input (at 105.41 120.65 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 9e69385e-f49e-4181-a0fe-95ae569e867f)
|
||||
)
|
||||
(pin "SDA_3V" bidirectional (at 105.41 118.11 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid de8848a8-ade4-4c96-bcd1-ad09d852a8e0)
|
||||
)
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47" (page "7"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 165.1 52.07) (size 19.05 16.51) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid a9fd13e6-470f-46a8-bce9-afc167d9f058)
|
||||
(property "Sheetname" "Connectors" (at 165.1 51.3584 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheetfile" "connectors.kicad_sch" (at 165.1 69.1646 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "HALL_SENSOR_A" output (at 165.1 57.15 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 982752a5-4f23-4094-a37d-036194869a8f)
|
||||
)
|
||||
(pin "HALL_SENSOR_B" output (at 165.1 54.61 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 18094e49-0436-4733-8b9f-a29ce99370a1)
|
||||
)
|
||||
(pin "MOTOR_B" input (at 184.15 62.23 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid d6368228-dd1c-42c4-9f44-1bf782316f59)
|
||||
)
|
||||
(pin "MOTOR_A" input (at 184.15 64.77 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 7f793a8f-a5b8-4d91-9d41-a83443e47286)
|
||||
)
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47" (page "5"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 105.41 55.88) (size 22.86 16.51) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid b8684404-310f-498f-9486-e3180194d66f)
|
||||
(property "Sheetname" "Compass" (at 105.41 55.1684 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheetfile" "compass.kicad_sch" (at 105.41 72.9746 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "SCL_3V" input (at 105.41 67.31 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid fee6c12f-8e28-4d80-8c43-27931f11afb6)
|
||||
)
|
||||
(pin "SDA_3V" input (at 105.41 64.77 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 923a8d4d-349a-4766-9bb4-621c333ec1fc)
|
||||
)
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47" (page "6"))
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet_instances
|
||||
(path "/" (page "1"))
|
||||
)
|
||||
)
|
@ -0,0 +1,615 @@
|
||||
(kicad_sch (version 20230121) (generator eeschema)
|
||||
|
||||
(uuid 04fe1738-5146-41bd-ac29-076c837c11b1)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
(title_block
|
||||
(title "FooBot-Tests")
|
||||
(date "2023-03-17")
|
||||
(rev "1.0.0")
|
||||
(company "nschoe's labs")
|
||||
)
|
||||
|
||||
(lib_symbols
|
||||
(symbol "Device:C" (pin_numbers hide) (pin_names (offset 0.254)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "C" (at 0.635 2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "C" (at 0.635 -2.54 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (at 0.9652 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "cap capacitor" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Unpolarized capacitor" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "C_*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "C_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 -0.762)
|
||||
(xy 2.032 -0.762)
|
||||
)
|
||||
(stroke (width 0.508) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy -2.032 0.762)
|
||||
(xy 2.032 0.762)
|
||||
)
|
||||
(stroke (width 0.508) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "C_1_1"
|
||||
(pin passive line (at 0 3.81 270) (length 2.794)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -3.81 90) (length 2.794)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:NetTie_2" (pin_numbers hide) (pin_names (offset 0) hide) (in_bom no) (on_board yes)
|
||||
(property "Reference" "NT" (at 0 1.27 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "NetTie_2" (at 0 -1.27 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "net tie short" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Net tie, 2 pins" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Net*Tie*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "NetTie_2_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -1.27 0)
|
||||
(xy 1.27 0)
|
||||
)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "NetTie_2_1_1"
|
||||
(pin passive line (at -2.54 0 0) (length 2.54)
|
||||
(name "1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 0 180) (length 2.54)
|
||||
(name "2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Sensor_Magnetic:MMC5633NJL" (in_bom yes) (on_board yes)
|
||||
(property "Reference" "U" (at -2.54 8.255 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right top))
|
||||
)
|
||||
(property "Value" "MMC5633NJL" (at -2.54 6.35 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right top))
|
||||
)
|
||||
(property "Footprint" "Package_BGA:WLP-4_0.86x0.86mm_P0.4mm" (at 1.27 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "http://www.memsic.com/uploadfiles/2020/08/20200827165106864.pdf" (at -2.54 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "I2C I3C magnetic 3-axis sensor magnetometer AMR magnetoresistance" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "3-axis AMR Magnetometer, 30 G, I2C & I3C Interface, 2mG RMS, WLP-4" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "WLP*0.86x0.86mm?P0.4mm*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "MMC5633NJL_0_1"
|
||||
(rectangle (start -7.62 -5.08) (end 7.62 5.08)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
)
|
||||
(symbol "MMC5633NJL_1_1"
|
||||
(pin power_in line (at 0 -7.62 90) (length 2.54)
|
||||
(name "VSA" (effects (font (size 1.27 1.27))))
|
||||
(number "A1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin input line (at -10.16 2.54 0) (length 2.54)
|
||||
(name "SCL" (effects (font (size 1.27 1.27))))
|
||||
(number "A2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin power_in line (at 0 7.62 270) (length 2.54)
|
||||
(name "VDD" (effects (font (size 1.27 1.27))))
|
||||
(number "B1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin bidirectional line (at -10.16 0 0) (length 2.54)
|
||||
(name "SDA" (effects (font (size 1.27 1.27))))
|
||||
(number "B2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:+3.3V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+3.3V" (at 0 3.556 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "global power" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Power symbol creates a global label with name \"+3.3V\"" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "+3.3V_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.762 1.27)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54)
|
||||
(xy 0.762 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "+3.3V_1_1"
|
||||
(pin power_in line (at 0 0 90) (length 0) hide
|
||||
(name "+3.3V" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "global power" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 -1.27)
|
||||
(xy 1.27 -1.27)
|
||||
(xy 0 -2.54)
|
||||
(xy -1.27 -1.27)
|
||||
(xy 0 -1.27)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "GND_1_1"
|
||||
(pin power_in line (at 0 0 270) (length 0) hide
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:PWR_FLAG" (power) (pin_numbers hide) (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#FLG" (at 0 1.905 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "PWR_FLAG" (at 0 3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "flag power" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Special symbol for telling ERC where power comes from" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "PWR_FLAG_0_0"
|
||||
(pin power_out line (at 0 0 90) (length 0)
|
||||
(name "pwr" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
(symbol "PWR_FLAG_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 1.27)
|
||||
(xy -1.016 1.905)
|
||||
(xy 0 2.54)
|
||||
(xy 1.016 1.905)
|
||||
(xy 0 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(junction (at 113.03 87.63) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 1dfac6bb-ecdc-4d83-b4ff-55e9cddccc5a)
|
||||
)
|
||||
(junction (at 125.73 78.74) (diameter 0) (color 0 0 0 0)
|
||||
(uuid e0510ed8-347f-43e2-a97d-968d2e7e00ac)
|
||||
)
|
||||
(junction (at 125.73 71.12) (diameter 0) (color 0 0 0 0)
|
||||
(uuid f8e423c2-3019-4fbd-bdbd-655815224436)
|
||||
)
|
||||
|
||||
(wire (pts (xy 125.73 71.12) (xy 125.73 73.66))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 05104ff2-fcd3-4f45-ba26-fd832647ef0c)
|
||||
)
|
||||
(wire (pts (xy 109.22 87.63) (xy 113.03 87.63))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 077c680f-a306-40e2-97f6-ddcf25a876fd)
|
||||
)
|
||||
(wire (pts (xy 116.84 78.74) (xy 125.73 78.74))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 0d8307f0-e815-4c90-9f0d-64f584a12137)
|
||||
)
|
||||
(wire (pts (xy 109.22 85.09) (xy 115.57 85.09))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 1986a77a-f47c-4899-93b3-fa2f467f47da)
|
||||
)
|
||||
(wire (pts (xy 125.73 64.77) (xy 125.73 71.12))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 640ef74a-2395-43db-97b6-7a2d9b67baee)
|
||||
)
|
||||
(wire (pts (xy 113.03 87.63) (xy 113.03 88.9))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 8a3397f6-56fc-467b-aba5-f54eeca4b5f8)
|
||||
)
|
||||
(wire (pts (xy 113.03 87.63) (xy 115.57 87.63))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 8e778c67-a71e-4e06-ac61-2e131570178d)
|
||||
)
|
||||
(wire (pts (xy 125.73 78.74) (xy 125.73 80.01))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid a168fd49-f520-48a1-8586-05a8212f5e17)
|
||||
)
|
||||
(wire (pts (xy 133.35 71.12) (xy 135.89 71.12))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid c67e7579-7362-4cc1-b5d7-17a970095cd0)
|
||||
)
|
||||
(wire (pts (xy 116.84 76.2) (xy 116.84 78.74))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid f4609d39-5e8b-4a3c-b4d5-63cef5b892e9)
|
||||
)
|
||||
|
||||
(hierarchical_label "SDA_3V" (shape input) (at 104.14 87.63 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid e79ec44a-98a1-44c5-995e-c8953a9cfdf2)
|
||||
)
|
||||
(hierarchical_label "SCL_3V" (shape input) (at 104.14 85.09 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid ea2c1115-dfeb-47ce-a91d-757ee292bf74)
|
||||
)
|
||||
|
||||
(netclass_flag "" (length 2.54) (shape round) (at 113.03 85.09 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid 2c569c4e-b867-4f94-9965-6808eef9c5fe)
|
||||
(property "Netclass" "BGA Tracks" (at 111.76 82.55 0)
|
||||
(effects (font (size 1.27 1.27) italic) (justify right))
|
||||
)
|
||||
)
|
||||
(netclass_flag "" (length 2.54) (shape round) (at 118.11 78.74 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
(uuid 76cf9f21-12a4-4644-baa2-6e76aad5056f)
|
||||
(property "Netclass" "BGA Tracks" (at 116.84 76.2 0)
|
||||
(effects (font (size 1.27 1.27) italic) (justify right))
|
||||
)
|
||||
)
|
||||
(netclass_flag "" (length 2.54) (shape round) (at 113.03 88.9 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right bottom))
|
||||
(uuid ee678c0c-f8c6-4cb1-bc48-1f6f391d817e)
|
||||
(property "Netclass" "BGA Tracks" (at 111.76 91.44 0)
|
||||
(effects (font (size 1.27 1.27) italic) (justify right))
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:NetTie_2") (at 125.73 76.2 90) (unit 1)
|
||||
(in_bom no) (on_board yes) (dnp no)
|
||||
(uuid 06a74204-8cf6-4714-b381-3a5e1d2a15f9)
|
||||
(property "Reference" "NT1" (at 124.46 76.2 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "NetTie_2" (at 127 76.2 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "nschoe-kicad-footprints:NetTie-2_SMD_Pad0.2mm" (at 125.73 76.2 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 125.73 76.2 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid f0eacf64-85b1-4ae3-bbf9-cc3e4dc2cec0))
|
||||
(pin "2" (uuid 4d687b1a-964b-4dea-8c43-be36384cc872))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "NT1") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:+3.3V") (at 125.73 64.77 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid 3201a263-2e16-44d9-bb67-aac391aa157d)
|
||||
(property "Reference" "#PWR049" (at 125.73 68.58 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+3.3V" (at 125.73 60.96 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 125.73 64.77 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 125.73 64.77 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 09dca7d1-e44e-4056-840f-91c769719d45))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "#PWR049") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:NetTie_2") (at 106.68 87.63 180) (unit 1)
|
||||
(in_bom no) (on_board yes) (dnp no)
|
||||
(uuid 3dbdbbc1-ba3a-4cf2-ac9a-5331b0be956c)
|
||||
(property "Reference" "NT3" (at 106.68 88.9 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "NetTie_2" (at 106.68 86.36 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "nschoe-kicad-footprints:NetTie-2_SMD_Pad0.2mm" (at 106.68 87.63 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 106.68 87.63 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid c68e2ce8-f591-4baa-b694-8728f525c193))
|
||||
(pin "2" (uuid 3877eec1-a9fd-4a3b-bf7c-3ce8866118af))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "NT3") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:NetTie_2") (at 106.68 85.09 180) (unit 1)
|
||||
(in_bom no) (on_board yes) (dnp no)
|
||||
(uuid 57fa5761-902f-47ac-a9d4-d9b8f573c03c)
|
||||
(property "Reference" "NT2" (at 106.68 86.36 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "NetTie_2" (at 106.68 83.82 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "nschoe-kicad-footprints:NetTie-2_SMD_Pad0.2mm" (at 106.68 85.09 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 106.68 85.09 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 2e923e9c-b15e-448b-ac51-a1a8796a9fc5))
|
||||
(pin "2" (uuid 6b813c17-b6f3-4a55-bed7-f5fd15622be4))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "NT2") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:PWR_FLAG") (at 116.84 76.2 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 63ae9035-109d-4130-bf48-5b2f6211cbd8)
|
||||
(property "Reference" "#FLG05" (at 116.84 74.295 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "PWR_FLAG" (at 116.84 72.39 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 116.84 76.2 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 116.84 76.2 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 3811e4d5-d6e3-4e7a-b3fe-86ae36007731))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "#FLG05") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 135.89 71.12 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid 970610c4-f26b-412a-afdf-369e460e3ac7)
|
||||
(property "Reference" "#PWR050" (at 135.89 77.47 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 135.89 76.2 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 135.89 71.12 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 135.89 71.12 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 39c15d4a-31cf-4609-99bb-43d0e71fff78))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "#PWR050") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:C") (at 129.54 71.12 90) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid a64f0ab9-eeeb-4b29-bed4-8df5ed5eabcb)
|
||||
(property "Reference" "C14" (at 129.54 64.77 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "2.2uF" (at 129.54 67.31 90)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "Capacitor_SMD:C_0603_1608Metric" (at 133.35 70.1548 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://datasheet.lcsc.com/lcsc/1810271109_Samsung-Electro-Mechanics-CL10A225KO8NNNC_C23630.pdf" (at 129.54 71.12 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "LCSC Part" "C23630" (at 129.54 71.12 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "MPN" "CL10A225KO8NNNC" (at 129.54 71.12 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 1285c4c6-367e-4df4-9a25-8e81e677adfc))
|
||||
(pin "2" (uuid f017f192-f2e4-4de7-bd6e-998a469c9fde))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "C14") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Sensor_Magnetic:MMC5633NJL") (at 125.73 87.63 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid b58d6dd6-37f8-4a1e-85d0-848494a23a12)
|
||||
(property "Reference" "U6" (at 134.62 86.995 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "MMC5603" (at 134.62 89.535 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_BGA:WLP-4_0.86x0.86mm_P0.4mm" (at 127 93.98 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left) hide)
|
||||
)
|
||||
(property "Datasheet" "https://datasheet.lcsc.com/lcsc/1912111437_MEMSIC-MMC5603NJ_C404328.pdf" (at 123.19 87.63 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "LCSC Part" "C404328" (at 125.73 87.63 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "MPN" "MMC5603NJ" (at 125.73 87.63 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "A1" (uuid ef3ace21-5e3a-45d0-8fa1-d85d7590761c))
|
||||
(pin "A2" (uuid c1e5abcf-3b29-46b0-97f8-2444425c4f70))
|
||||
(pin "B1" (uuid cfd9f2ca-7fd5-4268-b23a-36236c776f38))
|
||||
(pin "B2" (uuid cf9aab3c-0fb0-4e8a-8406-0784515f511f))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "U6") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 125.73 95.25 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
|
||||
(uuid c6c3509f-7e0e-4b5e-9a4d-5397d7e39656)
|
||||
(property "Reference" "#PWR051" (at 125.73 101.6 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 125.73 100.33 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 125.73 95.25 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 125.73 95.25 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid eaad197e-377e-46f7-ab77-173aa07e0ba8))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/b8684404-310f-498f-9486-e3180194d66f"
|
||||
(reference "#PWR051") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -0,0 +1,302 @@
|
||||
(kicad_sch (version 20230121) (generator eeschema)
|
||||
|
||||
(uuid 630e7371-8168-47ba-b5ed-96b81af55f51)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
(title_block
|
||||
(title "FooBot-Tests")
|
||||
(date "2023-03-17")
|
||||
(rev "1.0.0")
|
||||
(company "nschoe's labs")
|
||||
)
|
||||
|
||||
(lib_symbols
|
||||
(symbol "Connector_Generic:Conn_01x06" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (at 0 7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "Conn_01x06" (at 0 -10.16 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "Conn_01x06_1_1"
|
||||
(rectangle (start -1.27 -7.493) (end 0 -7.747)
|
||||
(stroke (width 0.1524) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 -4.953) (end 0 -5.207)
|
||||
(stroke (width 0.1524) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 -2.413) (end 0 -2.667)
|
||||
(stroke (width 0.1524) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 0.127) (end 0 -0.127)
|
||||
(stroke (width 0.1524) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 2.667) (end 0 2.413)
|
||||
(stroke (width 0.1524) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 5.207) (end 0 4.953)
|
||||
(stroke (width 0.1524) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 6.35) (end 1.27 -8.89)
|
||||
(stroke (width 0.254) (type default))
|
||||
(fill (type background))
|
||||
)
|
||||
(pin passive line (at -5.08 5.08 0) (length 3.81)
|
||||
(name "Pin_1" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 2.54 0) (length 3.81)
|
||||
(name "Pin_2" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 0 0) (length 3.81)
|
||||
(name "Pin_3" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -2.54 0) (length 3.81)
|
||||
(name "Pin_4" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -5.08 0) (length 3.81)
|
||||
(name "Pin_5" (effects (font (size 1.27 1.27))))
|
||||
(number "5" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at -5.08 -7.62 0) (length 3.81)
|
||||
(name "Pin_6" (effects (font (size 1.27 1.27))))
|
||||
(number "6" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:+12V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+12V" (at 0 3.556 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "global power" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Power symbol creates a global label with name \"+12V\"" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "+12V_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.762 1.27)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54)
|
||||
(xy 0.762 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "+12V_1_1"
|
||||
(pin power_in line (at 0 0 90) (length 0) hide
|
||||
(name "+12V" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "global power" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "GND_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 -1.27)
|
||||
(xy 1.27 -1.27)
|
||||
(xy 0 -2.54)
|
||||
(xy -1.27 -1.27)
|
||||
(xy 0 -1.27)
|
||||
)
|
||||
(stroke (width 0) (type default))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "GND_1_1"
|
||||
(pin power_in line (at 0 0 270) (length 0) hide
|
||||
(name "GND" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(wire (pts (xy 128.27 113.03) (xy 130.81 113.03))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid 43155e9f-e7eb-4f0b-abb0-28b1f549c6c1)
|
||||
)
|
||||
(wire (pts (xy 118.11 115.57) (xy 130.81 115.57))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid ba692b4e-3835-4ebe-aeb2-1805c9ea7654)
|
||||
)
|
||||
(wire (pts (xy 128.27 127) (xy 128.27 113.03))
|
||||
(stroke (width 0) (type default))
|
||||
(uuid c2973abe-02fb-4110-9563-08f79893dc95)
|
||||
)
|
||||
|
||||
(hierarchical_label "MOTOR_A" (shape input) (at 130.81 118.11 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 0f01949e-2327-4429-af32-87139c6e2a62)
|
||||
)
|
||||
(hierarchical_label "HALL_SENSOR_A" (shape output) (at 130.81 110.49 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 615497c4-6daa-43b9-be6a-52add17ff49f)
|
||||
)
|
||||
(hierarchical_label "MOTOR_B" (shape input) (at 130.81 120.65 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 81578de6-4922-4c56-a5e6-a689ab21ad8c)
|
||||
)
|
||||
(hierarchical_label "HALL_SENSOR_B" (shape output) (at 130.81 107.95 180) (fields_autoplaced)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid bacfbcc1-6c8d-4dbf-adeb-24d85af2739f)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Connector_Generic:Conn_01x06") (at 135.89 113.03 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 4402286e-2af3-4ac4-84ac-ed9f04ce04a0)
|
||||
(property "Reference" "J3" (at 135.89 105.41 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "Conn_01x06" (at 135.89 123.19 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Footprint" "Connector_JST:JST_PH_S6B-PH-K_1x06_P2.00mm_Horizontal" (at 135.89 113.03 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "https://datasheet.lcsc.com/lcsc/1811051115_JST-Sales-America-S6B-PH-K-S-LF-SN_C157920.pdf" (at 135.89 113.03 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "LCSC Part" "C157920" (at 135.89 113.03 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "MPN" "S6B-PH-K-S(LF)(SN)" (at 135.89 113.03 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 9943b043-3190-4a2d-aec3-3bfccb7668f0))
|
||||
(pin "2" (uuid c6b77055-0b06-4a35-a9e9-204f7ce1a132))
|
||||
(pin "3" (uuid 49528b29-9487-42c9-aa2b-d51c0a8ff9e6))
|
||||
(pin "4" (uuid dff452ac-66c3-42ae-a6e6-32a6d8098ca5))
|
||||
(pin "5" (uuid b231555f-cc84-419a-8dde-09f12fa5d32c))
|
||||
(pin "6" (uuid 0bfea849-c2d0-42f6-abbb-28d0efbf86a4))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/a9fd13e6-470f-46a8-bce9-afc167d9f058"
|
||||
(reference "J3") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:+12V") (at 118.11 115.57 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 6b5a76b0-3eda-4bd0-9681-cc4761b9fbac)
|
||||
(property "Reference" "#PWR017" (at 118.11 119.38 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+12V" (at 118.11 112.014 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 118.11 115.57 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 118.11 115.57 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid e4112a0e-5135-4aa9-aab4-440ece546522))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/a9fd13e6-470f-46a8-bce9-afc167d9f058"
|
||||
(reference "#PWR017") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 128.27 127 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (dnp no)
|
||||
(uuid 6c4255b6-7e38-493f-80d6-cb56d9e34787)
|
||||
(property "Reference" "#PWR029" (at 128.27 133.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (at 128.27 130.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (at 128.27 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (at 128.27 127 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid ac899203-134f-433a-8c0e-e4583411f3fc))
|
||||
(instances
|
||||
(project "FooBot-Test"
|
||||
(path "/051b5c8a-2e2c-4a0d-9030-a6929cfcae47/a9fd13e6-470f-46a8-bce9-afc167d9f058"
|
||||
(reference "#PWR029") (unit 1)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
@ -0,0 +1,10 @@
|
||||
(kicad_sch (version 20230121) (generator eeschema)
|
||||
|
||||
(uuid 7f590d3f-c274-44ca-b67d-2102f1711c0a)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
(lib_symbols
|
||||
)
|
||||
|
||||
)
|
@ -0,0 +1,4 @@
|
||||
(fp_lib_table
|
||||
(version 7)
|
||||
(lib (name "nschoe-kicad-footprints")(type "KiCad")(uri "/home/nschoe/workspace/kicad/nschoe-kicad-footprints/nschoe-kicad-footprints.pretty")(options "")(descr ""))
|
||||
)
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -0,0 +1,4 @@
|
||||
(sym_lib_table
|
||||
(version 7)
|
||||
(lib (name "nschoe-kicad-symbols")(type "Legacy")(uri "/home/nschoe/workspace/kicad/nschoe-kicad-symbols/nschoe-kicad-symbols.lib")(options "")(descr ""))
|
||||
)
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue