initial commit
This commit is contained in:
commit
49661edb58
9 changed files with 12881 additions and 0 deletions
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
*.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
|
||||
|
||||
*.log
|
||||
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
[submodule "libs/espressif-lib"]
|
||||
path = libs/espressif-lib
|
||||
url = https://github.com/espressif/kicad-libraries.git
|
||||
[submodule "libs/custom-lib"]
|
||||
path = libs/custom-lib
|
||||
url = git@gitlab.com:kicad10/custom-lib.git
|
||||
9161
led_strip_esp32.kicad_pcb
Normal file
9161
led_strip_esp32.kicad_pcb
Normal file
File diff suppressed because it is too large
Load diff
502
led_strip_esp32.kicad_pro
Normal file
502
led_strip_esp32.kicad_pro
Normal file
|
|
@ -0,0 +1,502 @@
|
|||
{
|
||||
"board": {
|
||||
"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.508
|
||||
}
|
||||
},
|
||||
"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",
|
||||
"copper_edge_clearance": "error",
|
||||
"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_type_mismatch": "error",
|
||||
"hole_clearance": "error",
|
||||
"hole_near_hole": "error",
|
||||
"invalid_outline": "error",
|
||||
"item_on_disabled_layer": "error",
|
||||
"items_not_allowed": "error",
|
||||
"length_out_of_range": "error",
|
||||
"malformed_courtyard": "error",
|
||||
"microvia_drill_out_of_range": "error",
|
||||
"missing_courtyard": "ignore",
|
||||
"missing_footprint": "warning",
|
||||
"net_conflict": "warning",
|
||||
"npth_inside_courtyard": "ignore",
|
||||
"padstack": "error",
|
||||
"pth_inside_courtyard": "ignore",
|
||||
"shorting_items": "error",
|
||||
"silk_over_copper": "warning",
|
||||
"silk_overlap": "warning",
|
||||
"skew_out_of_range": "error",
|
||||
"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",
|
||||
"zone_has_empty_net": "error",
|
||||
"zones_intersect": "error"
|
||||
},
|
||||
"rules": {
|
||||
"allow_blind_buried_vias": false,
|
||||
"allow_microvias": false,
|
||||
"max_error": 0.005,
|
||||
"min_clearance": 0.0,
|
||||
"min_copper_edge_clearance": 0.0,
|
||||
"min_hole_clearance": 0.25,
|
||||
"min_hole_to_hole": 0.25,
|
||||
"min_microvia_diameter": 0.19999999999999998,
|
||||
"min_microvia_drill": 0.09999999999999999,
|
||||
"min_silk_clearance": 0.0,
|
||||
"min_through_hole_diameter": 0.3,
|
||||
"min_track_width": 0.19999999999999998,
|
||||
"min_via_annular_width": 0.049999999999999996,
|
||||
"min_via_diameter": 0.39999999999999997,
|
||||
"solder_mask_clearance": 0.0,
|
||||
"solder_mask_min_width": 0.0,
|
||||
"use_height_for_length_calcs": true
|
||||
},
|
||||
"track_widths": [
|
||||
0.0,
|
||||
0.25,
|
||||
0.5,
|
||||
1.0
|
||||
],
|
||||
"via_dimensions": [
|
||||
{
|
||||
"diameter": 0.0,
|
||||
"drill": 0.0
|
||||
}
|
||||
],
|
||||
"zones_allow_external_fillets": false,
|
||||
"zones_use_no_outline": true
|
||||
},
|
||||
"layer_presets": []
|
||||
},
|
||||
"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_label_syntax": "error",
|
||||
"bus_to_bus_conflict": "error",
|
||||
"bus_to_net_conflict": "error",
|
||||
"different_unit_footprint": "error",
|
||||
"different_unit_net": "error",
|
||||
"duplicate_reference": "error",
|
||||
"duplicate_sheet_names": "error",
|
||||
"extra_units": "error",
|
||||
"global_label_dangling": "warning",
|
||||
"hier_label_mismatch": "error",
|
||||
"label_dangling": "error",
|
||||
"lib_symbol_issues": "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": "warning",
|
||||
"power_pin_not_driven": "error",
|
||||
"similar_labels": "warning",
|
||||
"unannotated": "error",
|
||||
"unit_value_mismatch": "error",
|
||||
"unresolved_variable": "error",
|
||||
"wire_dangling": "error"
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"pinned_footprint_libs": [],
|
||||
"pinned_symbol_libs": [
|
||||
"4xxx"
|
||||
]
|
||||
},
|
||||
"meta": {
|
||||
"filename": "led_strip_esp32.kicad_pro",
|
||||
"version": 1
|
||||
},
|
||||
"net_settings": {
|
||||
"classes": [
|
||||
{
|
||||
"bus_width": 12.0,
|
||||
"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.8,
|
||||
"via_drill": 0.4,
|
||||
"wire_width": 6.0
|
||||
}
|
||||
],
|
||||
"meta": {
|
||||
"version": 2
|
||||
},
|
||||
"net_colors": null
|
||||
},
|
||||
"pcbnew": {
|
||||
"last_paths": {
|
||||
"gencad": "",
|
||||
"idf": "",
|
||||
"netlist": "",
|
||||
"specctra_dsn": "",
|
||||
"step": "",
|
||||
"vrml": ""
|
||||
},
|
||||
"page_layout_descr_file": ""
|
||||
},
|
||||
"schematic": {
|
||||
"annotate_start_num": 0,
|
||||
"drawing": {
|
||||
"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": "",
|
||||
"ngspice": {
|
||||
"fix_include_paths": true,
|
||||
"fix_passive_vals": false,
|
||||
"meta": {
|
||||
"version": 0
|
||||
},
|
||||
"model_mode": 0,
|
||||
"workbook_filename": ""
|
||||
},
|
||||
"page_layout_descr_file": "",
|
||||
"plot_directory": "",
|
||||
"spice_adjust_passive_values": false,
|
||||
"spice_external_command": "spice \"%I\"",
|
||||
"subpart_first_id": 65,
|
||||
"subpart_id_separator": 0
|
||||
},
|
||||
"sheets": [
|
||||
[
|
||||
"e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
|
||||
""
|
||||
],
|
||||
[
|
||||
"875afa0e-295c-4966-ac76-f9155033f33e",
|
||||
"pwm_nfet_1"
|
||||
],
|
||||
[
|
||||
"4ace6585-7b3a-4064-b819-a5b4cb6da236",
|
||||
"pwm_nfet_3"
|
||||
],
|
||||
[
|
||||
"875afa0e-295c-4966-ac76-f9155033f33e",
|
||||
"pwm_nfet_1"
|
||||
],
|
||||
[
|
||||
"4ace6585-7b3a-4064-b819-a5b4cb6da236",
|
||||
"pwm_nfet_3"
|
||||
],
|
||||
[
|
||||
"968ce452-7503-43d4-bebd-80421bdb06f1",
|
||||
"RGB_2"
|
||||
],
|
||||
[
|
||||
"24fa19dd-d1ba-472c-9590-e1005d120012",
|
||||
"pwm_nfet_2"
|
||||
],
|
||||
[
|
||||
"875afa0e-295c-4966-ac76-f9155033f33e",
|
||||
"pwm_nfet_1"
|
||||
],
|
||||
[
|
||||
"4ace6585-7b3a-4064-b819-a5b4cb6da236",
|
||||
"pwm_nfet_3"
|
||||
],
|
||||
[
|
||||
"94baf230-1367-4436-8426-eb853bc5ec97",
|
||||
"RGB_3"
|
||||
],
|
||||
[
|
||||
"24fa19dd-d1ba-472c-9590-e1005d120012",
|
||||
"pwm_nfet_2"
|
||||
],
|
||||
[
|
||||
"875afa0e-295c-4966-ac76-f9155033f33e",
|
||||
"pwm_nfet_1"
|
||||
],
|
||||
[
|
||||
"4ace6585-7b3a-4064-b819-a5b4cb6da236",
|
||||
"pwm_nfet_3"
|
||||
],
|
||||
[
|
||||
"3ac5f684-a8fd-40fe-be51-7259945f7e9f",
|
||||
"RGB_1"
|
||||
],
|
||||
[
|
||||
"24fa19dd-d1ba-472c-9590-e1005d120012",
|
||||
"pwm_nfet_2"
|
||||
],
|
||||
[
|
||||
"422eae92-6a87-499c-9c33-1830cda81b54",
|
||||
"RGB_4"
|
||||
],
|
||||
[
|
||||
"24fa19dd-d1ba-472c-9590-e1005d120012",
|
||||
"pwm_nfet_2"
|
||||
]
|
||||
],
|
||||
"text_variables": {}
|
||||
}
|
||||
2536
led_strip_esp32.kicad_sch
Normal file
2536
led_strip_esp32.kicad_sch
Normal file
File diff suppressed because it is too large
Load diff
1
libs/custom-lib
Submodule
1
libs/custom-lib
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 377ca043c5a62de3d61dedb472acd06e6a676fc5
|
||||
1
libs/espressif-lib
Submodule
1
libs/espressif-lib
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit a86d259ae431746ec3af11758ea0245cd618827d
|
||||
365
pwm_nfet.kicad_sch
Normal file
365
pwm_nfet.kicad_sch
Normal file
|
|
@ -0,0 +1,365 @@
|
|||
(kicad_sch (version 20211123) (generator eeschema)
|
||||
|
||||
(uuid 80d0bbc2-14f7-448d-8aa6-8c3905d3d9e6)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
(lib_symbols
|
||||
(symbol "Device:Q_NMOS_GSD" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "Q" (id 0) (at 5.08 1.27 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "Q_NMOS_GSD" (id 1) (at 5.08 -1.27 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 5.08 2.54 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "transistor NMOS N-MOS N-MOSFET" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "N-MOSFET transistor, gate/source/drain" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "Q_NMOS_GSD_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 0)
|
||||
(xy -2.54 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.254 1.905)
|
||||
(xy 0.254 -1.905)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -1.27)
|
||||
(xy 0.762 -2.286)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 0.508)
|
||||
(xy 0.762 -0.508)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 2.286)
|
||||
(xy 0.762 1.27)
|
||||
)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 2.54)
|
||||
(xy 2.54 1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.54 -2.54)
|
||||
(xy 2.54 0)
|
||||
(xy 0.762 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0.762 -1.778)
|
||||
(xy 3.302 -1.778)
|
||||
(xy 3.302 1.778)
|
||||
(xy 0.762 1.778)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 1.016 0)
|
||||
(xy 2.032 0.381)
|
||||
(xy 2.032 -0.381)
|
||||
(xy 1.016 0)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 2.794 0.508)
|
||||
(xy 2.921 0.381)
|
||||
(xy 3.683 0.381)
|
||||
(xy 3.81 0.254)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 3.302 0.381)
|
||||
(xy 2.921 -0.254)
|
||||
(xy 3.683 -0.254)
|
||||
(xy 3.302 0.381)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 1.651 0) (radius 2.794)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(circle (center 2.54 -1.778) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
(circle (center 2.54 1.778) (radius 0.254)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type outline))
|
||||
)
|
||||
)
|
||||
(symbol "Q_NMOS_GSD_1_1"
|
||||
(pin input line (at -5.08 0 0) (length 2.54)
|
||||
(name "G" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 -5.08 90) (length 2.54)
|
||||
(name "S" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 2.54 5.08 270) (length 2.54)
|
||||
(name "D" (effects (font (size 1.27 1.27))))
|
||||
(number "3" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "R" (id 0) (at 0.762 0.508 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "R_Small" (id 1) (at 0.762 -1.016 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "R resistor" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "R_Small_0_1"
|
||||
(rectangle (start -0.762 1.778) (end 0.762 -1.778)
|
||||
(stroke (width 0.2032) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "R_Small_1_1"
|
||||
(pin passive line (at 0 2.54 270) (length 0.762)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
(pin passive line (at 0 -2.54 90) (length 0.762)
|
||||
(name "~" (effects (font (size 1.27 1.27))))
|
||||
(number "2" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "power-flag" (id 4) (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" (id 5) (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) (color 0 0 0 0))
|
||||
(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 31.75 27.94) (diameter 0) (color 0 0 0 0)
|
||||
(uuid 2db1a821-516b-446d-a1c8-ad5d2a5848fe)
|
||||
)
|
||||
|
||||
(wire (pts (xy 31.75 27.94) (xy 31.75 30.48))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 1d71b6a4-cf45-4acb-9054-a85fc55c3a1f)
|
||||
)
|
||||
(wire (pts (xy 49.53 33.02) (xy 49.53 35.56))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 3aec649b-7bfb-45b0-aab7-a7fd1c3cd2bb)
|
||||
)
|
||||
(wire (pts (xy 49.53 20.32) (xy 52.07 20.32))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 66ff11ee-204f-4604-b435-46ba1183c643)
|
||||
)
|
||||
(wire (pts (xy 31.75 35.56) (xy 31.75 38.1))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 70335fd6-e8f4-4775-9886-57d960327617)
|
||||
)
|
||||
(wire (pts (xy 29.21 27.94) (xy 31.75 27.94))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 7225ba0d-451d-4408-a4cb-961392f3648d)
|
||||
)
|
||||
(wire (pts (xy 49.53 22.86) (xy 49.53 20.32))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 80ac4bc9-b641-4643-803e-b5cc15a4bb25)
|
||||
)
|
||||
(wire (pts (xy 34.29 27.94) (xy 31.75 27.94))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid daf93a70-92e7-4f2a-a1b5-8eb2949ecbc9)
|
||||
)
|
||||
(wire (pts (xy 39.37 27.94) (xy 41.91 27.94))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid ddd35cc1-7ea2-4027-93d1-5b3fd2c08415)
|
||||
)
|
||||
|
||||
(hierarchical_label "PWM_SIGNAL" (shape input) (at 29.21 27.94 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 8403e08d-7847-4179-8ddb-c8efbd0df8c7)
|
||||
)
|
||||
(hierarchical_label "SWITCHED_GND" (shape input) (at 52.07 20.32 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid bc62718f-e5d9-4d07-bcd0-7d7f0936dd4d)
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R_Small") (at 31.75 33.02 180) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 0c588297-f857-457b-95bf-5e85d22f5fc9)
|
||||
(property "Reference" "R7" (id 0) (at 34.29 31.7499 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Value" "10k" (id 1) (at 34.29 34.2899 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
)
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 31.75 33.02 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 31.75 33.02 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 790aee39-3144-4981-9f53-8e85c184f0b7))
|
||||
(pin "2" (uuid 9c22e87e-c05d-4e76-82ce-42dbe63b552e))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:Q_NMOS_GSD") (at 46.99 27.94 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 54b7405f-88db-41af-a8e9-82d894fabec5)
|
||||
(property "Reference" "Q3" (id 0) (at 53.34 26.6699 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "SI2304DDS-T1-BE3" (id 1) (at 53.34 29.2099 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Package_TO_SOT_SMD:SOT-23" (id 2) (at 52.07 25.4 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 46.99 27.94 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 04a28995-10a7-4e8d-bf0a-3c28cd74c2fa))
|
||||
(pin "2" (uuid 5b5e9d4f-5380-4795-9c5c-6c9dd2774543))
|
||||
(pin "3" (uuid c2113ebe-baee-4c93-b17b-9f259cc79e1d))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 31.75 38.1 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 73a6877f-e142-4c8a-9931-2019ad27bde0)
|
||||
(property "Reference" "#PWR0118" (id 0) (at 31.75 44.45 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 31.75 43.18 0))
|
||||
(property "Footprint" "" (id 2) (at 31.75 38.1 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 31.75 38.1 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid da72a49f-1d98-4ec6-a8da-2d113d494eac))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Device:R_Small") (at 36.83 27.94 90) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid e5732497-fe0a-435b-8376-728525c003f0)
|
||||
(property "Reference" "R8" (id 0) (at 36.83 21.59 90))
|
||||
(property "Value" "100R" (id 1) (at 36.83 24.13 90))
|
||||
(property "Footprint" "Resistor_SMD:R_0603_1608Metric" (id 2) (at 36.83 27.94 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 36.83 27.94 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid b9df3039-b0ba-4288-b952-e06df3568a9e))
|
||||
(pin "2" (uuid f6ebdeb1-8356-41f8-aef5-a882f96ea707))
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:GND") (at 49.53 35.56 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid ff42b5b9-653e-46b0-81ab-36da556cf5d0)
|
||||
(property "Reference" "#PWR0119" (id 0) (at 49.53 41.91 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "GND" (id 1) (at 49.53 40.64 0))
|
||||
(property "Footprint" "" (id 2) (at 49.53 35.56 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 49.53 35.56 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 2e150599-3f37-4a4e-9eb6-5a0de880d7ec))
|
||||
)
|
||||
)
|
||||
282
rgb.kicad_sch
Normal file
282
rgb.kicad_sch
Normal file
|
|
@ -0,0 +1,282 @@
|
|||
(kicad_sch (version 20211123) (generator eeschema)
|
||||
|
||||
(uuid a8680c74-ddec-452b-9dff-28f9c8a877c0)
|
||||
|
||||
(paper "A4")
|
||||
|
||||
(lib_symbols
|
||||
(symbol "Connector_Generic:Conn_01x04" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "J" (id 0) (at 0 5.08 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Value" "Conn_01x04" (id 1) (at 0 -7.62 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "connector" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Generic connector, single row, 01x04, script generated (kicad-library-utils/schlib/autogen/connector/)" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_fp_filters" "Connector*:*_1x??_*" (id 6) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "Conn_01x04_1_1"
|
||||
(rectangle (start -1.27 -4.953) (end 0 -5.207)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 -2.413) (end 0 -2.667)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 0.127) (end 0 -0.127)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 2.667) (end 0 2.413)
|
||||
(stroke (width 0.1524) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(rectangle (start -1.27 3.81) (end 1.27 -6.35)
|
||||
(stroke (width 0.254) (type default) (color 0 0 0 0))
|
||||
(fill (type background))
|
||||
)
|
||||
(pin passive line (at -5.08 2.54 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 0 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 -2.54 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 -5.08 0) (length 3.81)
|
||||
(name "Pin_4" (effects (font (size 1.27 1.27))))
|
||||
(number "4" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
(symbol "power:+24V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
|
||||
(property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+24V" (id 1) (at 0 3.556 0)
|
||||
(effects (font (size 1.27 1.27)))
|
||||
)
|
||||
(property "Footprint" "" (id 2) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "ki_description" "Power symbol creates a global label with name \"+24V\"" (id 5) (at 0 0 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(symbol "+24V_0_1"
|
||||
(polyline
|
||||
(pts
|
||||
(xy -0.762 1.27)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 0)
|
||||
(xy 0 2.54)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
(polyline
|
||||
(pts
|
||||
(xy 0 2.54)
|
||||
(xy 0.762 1.27)
|
||||
)
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(fill (type none))
|
||||
)
|
||||
)
|
||||
(symbol "+24V_1_1"
|
||||
(pin power_in line (at 0 0 90) (length 0) hide
|
||||
(name "+24V" (effects (font (size 1.27 1.27))))
|
||||
(number "1" (effects (font (size 1.27 1.27))))
|
||||
)
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
(wire (pts (xy 77.47 31.75) (xy 77.47 29.21))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 0966df63-a093-4100-a178-3a20b4b6a919)
|
||||
)
|
||||
(wire (pts (xy 71.12 48.26) (xy 71.12 39.37))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 1a766181-d194-4f1b-adc4-0576615c37fa)
|
||||
)
|
||||
(wire (pts (xy 71.12 34.29) (xy 80.01 34.29))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 2279540f-0b31-4af9-b411-01927c103ab1)
|
||||
)
|
||||
(wire (pts (xy 71.12 39.37) (xy 80.01 39.37))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 242a12fd-e08c-472f-bb6d-f573eeecbbfc)
|
||||
)
|
||||
(wire (pts (xy 35.56 48.26) (xy 38.1 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 2833810e-31e6-41cc-b1da-ee2c20362214)
|
||||
)
|
||||
(wire (pts (xy 71.12 25.4) (xy 71.12 34.29))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 3315de95-85fa-47b8-90bf-7d21c2a7b26a)
|
||||
)
|
||||
(wire (pts (xy 35.56 36.83) (xy 38.1 36.83))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 36053f93-f0ea-4fdb-943a-99c5fa977e0f)
|
||||
)
|
||||
(wire (pts (xy 35.56 25.4) (xy 38.1 25.4))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 8040e6cc-3a1f-4920-a27b-ec8d9f200df7)
|
||||
)
|
||||
(wire (pts (xy 68.58 36.83) (xy 80.01 36.83))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid 870498f6-2c7a-4703-bd10-94ffd442c400)
|
||||
)
|
||||
(wire (pts (xy 80.01 31.75) (xy 77.47 31.75))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid d32b0e17-6f71-415a-839d-71273f79b7a9)
|
||||
)
|
||||
(wire (pts (xy 68.58 48.26) (xy 71.12 48.26))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid d78b3cee-3d2d-4e49-899a-6221d797a123)
|
||||
)
|
||||
(wire (pts (xy 68.58 25.4) (xy 71.12 25.4))
|
||||
(stroke (width 0) (type default) (color 0 0 0 0))
|
||||
(uuid fe684a21-640f-4f44-ac56-18e9252c3e0a)
|
||||
)
|
||||
|
||||
(hierarchical_label "BLUE_SIGNAL" (shape input) (at 35.56 48.26 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 10dc9291-0dc1-4dfa-ba4d-49bdfc2f7689)
|
||||
)
|
||||
(hierarchical_label "GREEN_SIGNAL" (shape input) (at 35.56 36.83 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid bc6997db-ec17-4865-82ee-587ac6cd09bd)
|
||||
)
|
||||
(hierarchical_label "RED_SIGNAL" (shape input) (at 35.56 25.4 180)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid ded9baf6-003d-4c87-a4ce-df4ce9c340cf)
|
||||
)
|
||||
|
||||
(symbol (lib_id "power:+24V") (at 77.47 29.21 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 23c626c2-2fb6-4f90-ae50-bbafba0c7feb)
|
||||
(property "Reference" "#PWR0140" (id 0) (at 77.47 33.02 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Value" "+24V" (id 1) (at 77.47 24.13 0))
|
||||
(property "Footprint" "" (id 2) (at 77.47 29.21 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "" (id 3) (at 77.47 29.21 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 3e32c182-de4d-44c2-8408-c15ba4483000))
|
||||
)
|
||||
|
||||
(symbol (lib_id "Connector_Generic:Conn_01x04") (at 85.09 34.29 0) (unit 1)
|
||||
(in_bom yes) (on_board yes) (fields_autoplaced)
|
||||
(uuid 2d3e744e-1672-476a-b6aa-da1e1801d068)
|
||||
(property "Reference" "J5" (id 0) (at 87.63 34.2899 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Value" "Conn_01x04" (id 1) (at 87.63 36.8299 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
)
|
||||
(property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x04_P2.54mm_Vertical" (id 2) (at 85.09 34.29 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(property "Datasheet" "~" (id 3) (at 85.09 34.29 0)
|
||||
(effects (font (size 1.27 1.27)) hide)
|
||||
)
|
||||
(pin "1" (uuid 415e16b8-6b2d-45a0-8768-17340423ff22))
|
||||
(pin "2" (uuid d64c06e4-c7a2-4252-aa6b-7dff84121f11))
|
||||
(pin "3" (uuid ca1edcf1-79e0-4375-9c85-feb93ed8817d))
|
||||
(pin "4" (uuid 2cfc654d-6052-48bb-b710-49a31f517e4d))
|
||||
)
|
||||
|
||||
(sheet (at 38.1 34.29) (size 30.48 5.08) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid 24fa19dd-d1ba-472c-9590-e1005d120012)
|
||||
(property "Sheet name" "pwm_nfet_2" (id 0) (at 38.1 33.5784 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheet file" "pwm_nfet.kicad_sch" (id 1) (at 38.1 39.9546 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "PWM_SIGNAL" input (at 38.1 36.83 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 89ebc5ed-f49c-4170-9a7d-6f56ca393ad8)
|
||||
)
|
||||
(pin "SWITCHED_GND" input (at 68.58 36.83 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 2eff7e3a-4343-401a-b8cd-cc37d336e47d)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 38.1 45.72) (size 30.48 5.08) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid 4ace6585-7b3a-4064-b819-a5b4cb6da236)
|
||||
(property "Sheet name" "pwm_nfet_3" (id 0) (at 38.1 45.0084 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheet file" "pwm_nfet.kicad_sch" (id 1) (at 38.1 51.3846 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "PWM_SIGNAL" input (at 38.1 48.26 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 0576694d-59a6-406e-8124-a33295f5a32e)
|
||||
)
|
||||
(pin "SWITCHED_GND" input (at 68.58 48.26 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid d4e6a4e7-be28-4cf9-8c54-5d352e8ada9c)
|
||||
)
|
||||
)
|
||||
|
||||
(sheet (at 38.1 22.86) (size 30.48 5.08) (fields_autoplaced)
|
||||
(stroke (width 0.1524) (type solid) (color 0 0 0 0))
|
||||
(fill (color 0 0 0 0.0000))
|
||||
(uuid 875afa0e-295c-4966-ac76-f9155033f33e)
|
||||
(property "Sheet name" "pwm_nfet_1" (id 0) (at 38.1 22.1484 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left bottom))
|
||||
)
|
||||
(property "Sheet file" "pwm_nfet.kicad_sch" (id 1) (at 38.1 28.5246 0)
|
||||
(effects (font (size 1.27 1.27)) (justify left top))
|
||||
)
|
||||
(pin "PWM_SIGNAL" input (at 38.1 25.4 180)
|
||||
(effects (font (size 1.27 1.27)) (justify left))
|
||||
(uuid 00938aac-b7fe-4c9f-a321-b38cdba849ce)
|
||||
)
|
||||
(pin "SWITCHED_GND" input (at 68.58 25.4 0)
|
||||
(effects (font (size 1.27 1.27)) (justify right))
|
||||
(uuid 87366e69-da8d-42dc-ae49-65d502c6208b)
|
||||
)
|
||||
)
|
||||
)
|
||||
Loading…
Reference in a new issue